Uses of Class
com.vmware.nsx_policy.model.IPSubnet.Builder
-
Packages that use IPSubnet.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IPSubnet.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPSubnet.Builder Modifier and Type Method Description IPSubnet.Builder
IPSubnet.Builder. setIpAddresses(java.util.List<java.lang.String> ipAddresses)
All IP addresses, some of which may be automatically configured.IPSubnet.Builder
IPSubnet.Builder. setPrefixLength(java.lang.Long prefixLength)
Subnet Prefix Length format: int64
-