Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
PolicyPoolUsage.Builder |
PolicyPoolUsage.Builder.setAllocatedIpAllocations(java.lang.Long allocatedIpAllocations)
Total number of allocated IPs shown are from NSX manager.
|
PolicyPoolUsage.Builder |
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 |
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 |
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.
|