Package com.vmware.nsx_policy.model
Class SubnetAdvancedConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SubnetAdvancedConfig.Builder
-
- Enclosing class:
- SubnetAdvancedConfig
public static final class SubnetAdvancedConfig.Builder extends java.lang.Object
Builder class forSubnetAdvancedConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofSubnetAdvancedConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubnetAdvancedConfig
build()
SubnetAdvancedConfig.Builder
setStaticIpAllocation(StaticIpAllocation staticIpAllocation)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSubnetAdvancedConfig
.
-
-
Method Detail
-
setStaticIpAllocation
public SubnetAdvancedConfig.Builder setStaticIpAllocation(StaticIpAllocation staticIpAllocation)
- Parameters:
staticIpAllocation
- New value for the property.
-
build
public SubnetAdvancedConfig build()
-
-