public static final class PolicyPoolUsage.Builder
extends java.lang.Object
PolicyPoolUsage
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyPoolUsage . |
Modifier and Type | Method and Description |
---|---|
PolicyPoolUsage |
build() |
PolicyPoolUsage.Builder |
setAllocatedIpAllocations(java.lang.Long allocatedIpAllocations)
Total number of allocated IPs shown are from NSX manager.
|
PolicyPoolUsage.Builder |
setAvailableIps(java.lang.Long availableIps)
Total number of available IPs in a IpAddressPool format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyPoolUsage.Builder |
setRequestedIpAllocations(java.lang.Long requestedIpAllocations)
Total number of requested IP allocations in a IpAddressPool format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyPoolUsage.Builder |
setTotalIps(java.lang.Long totalIps)
Total number of IPs in a IpAddressPool format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
PolicyPoolUsage
.public PolicyPoolUsage.Builder setAllocatedIpAllocations(java.lang.Long allocatedIpAllocations)
allocatedIpAllocations
- New value for the property.public PolicyPoolUsage.Builder setAvailableIps(java.lang.Long availableIps)
availableIps
- New value for the property.public PolicyPoolUsage.Builder setRequestedIpAllocations(java.lang.Long requestedIpAllocations)
requestedIpAllocations
- New value for the property.public PolicyPoolUsage.Builder setTotalIps(java.lang.Long totalIps)
totalIps
- New value for the property.public PolicyPoolUsage build()