Package com.vmware.nsx_policy.model
Class L2AutoRD.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.L2AutoRD.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L2AutoRD
build()
L2AutoRD.Builder
setL2AutoRd(java.lang.String l2AutoRd)
Layer 2 auto assigned route distinghusherL2AutoRD.Builder
setL2Vni(java.lang.String l2Vni)
Layer 2 Virtual Network Interface
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofL2AutoRD
.
-
-
Method Detail
-
setL2AutoRd
public L2AutoRD.Builder setL2AutoRd(java.lang.String l2AutoRd)
Layer 2 auto assigned route distinghusher- Parameters:
l2AutoRd
- New value for the property.
-
setL2Vni
public L2AutoRD.Builder setL2Vni(java.lang.String l2Vni)
Layer 2 Virtual Network Interface- Parameters:
l2Vni
- New value for the property.
-
build
public L2AutoRD build()
-
-