Uses of Class
com.vmware.nsx_policy.model.PolicyPoolUsage.Builder
-
Packages that use PolicyPoolUsage.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyPoolUsage.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyPoolUsage.Builder Modifier and Type Method 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.
-