Package com.vmware.nsx_policy.model
Class IPInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IPInfo.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPInfo
build()
IPInfo.Builder
setIpAddresses(java.util.List<java.lang.String> ipAddresses)
IP Addresses format: ipIPInfo.Builder
setPrefixLength(java.lang.Long prefixLength)
Subnet Prefix Length format: int64
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIPInfo
.
-
-
Method Detail
-
setIpAddresses
public IPInfo.Builder setIpAddresses(java.util.List<java.lang.String> ipAddresses)
IP Addresses format: ip- Parameters:
ipAddresses
- New value for the property.
-
setPrefixLength
public IPInfo.Builder setPrefixLength(java.lang.Long prefixLength)
Subnet Prefix Length format: int64- Parameters:
prefixLength
- New value for the property.
-
build
public IPInfo build()
-
-