Uses of Class
com.vmware.nsx_policy.model.DhcpLeasePerIP
-
Packages that use DhcpLeasePerIP Package Description com.vmware.nsx_policy.model -
-
Uses of DhcpLeasePerIP in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DhcpLeasePerIP Modifier and Type Method Description static DhcpLeasePerIP
DhcpLeasePerIP. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static DhcpLeasePerIP
DhcpLeasePerIP. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DhcpLeasePerIP
DhcpLeasePerIP.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type DhcpLeasePerIP Modifier and Type Method Description java.util.List<DhcpLeasePerIP>
DhcpLeases. getLeases()
The lease info list of the serverjava.util.List<DhcpLeasePerIP>
DhcpLeasesResult. getLeases()
The lease info list of the serverMethod parameters in com.vmware.nsx_policy.model with type arguments of type DhcpLeasePerIP Modifier and Type Method Description DhcpLeases.Builder
DhcpLeases.Builder. setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the servervoid
DhcpLeases. setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the serverDhcpLeasesResult.Builder
DhcpLeasesResult.Builder. setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the servervoid
DhcpLeasesResult. setLeases(java.util.List<DhcpLeasePerIP> leases)
The lease info list of the server
-