Package com.vmware.nsx_policy.model
Class LBSnatIpPool.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBSnatIpPool.Builder
-
- Enclosing class:
- LBSnatIpPool
public static final class LBSnatIpPool.Builder extends java.lang.ObjectBuilder class forLBSnatIpPool.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofLBSnatIpPool.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBSnatIpPoolbuild()LBSnatIpPool.BuildersetIpAddresses(java.util.List<LBSnatIpElement> ipAddresses)If an IP range is specified, the range may contain no more than 64 IP addresses.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBSnatIpPool.
-
-
Method Detail
-
setIpAddresses
public LBSnatIpPool.Builder setIpAddresses(java.util.List<LBSnatIpElement> ipAddresses)
If an IP range is specified, the range may contain no more than 64 IP addresses.- Parameters:
ipAddresses- New value for the property.
-
build
public LBSnatIpPool build()
-
-