Package com.vmware.nsx_policy.model
Class IpAddressBlockUsage.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IpAddressBlockUsage.Builder
-
- Enclosing class:
- IpAddressBlockUsage
public static final class IpAddressBlockUsage.Builder extends java.lang.Object
Builder class forIpAddressBlockUsage
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIpAddressBlockUsage
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAddressBlockUsage
build()
IpAddressBlockUsage.Builder
setAvailableIpRanges(java.util.List<java.lang.String> availableIpRanges)
This represents available ip ranges of an IpAddressBlock.IpAddressBlockUsage.Builder
setUsedIpRanges(java.util.List<java.lang.String> usedIpRanges)
This represents used ip ranges of an IpAddressBlock.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIpAddressBlockUsage
.
-
-
Method Detail
-
setAvailableIpRanges
public IpAddressBlockUsage.Builder setAvailableIpRanges(java.util.List<java.lang.String> availableIpRanges)
This represents available ip ranges of an IpAddressBlock. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
availableIpRanges
- New value for the property.
-
setUsedIpRanges
public IpAddressBlockUsage.Builder setUsedIpRanges(java.util.List<java.lang.String> usedIpRanges)
This represents used ip ranges of an IpAddressBlock. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
usedIpRanges
- New value for the property.
-
build
public IpAddressBlockUsage build()
-
-