Uses of Class
com.vmware.nsx_policy.model.DhcpV6Lease
-
Packages that use DhcpV6Lease Package Description com.vmware.nsx_policy.model -
-
Uses of DhcpV6Lease in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DhcpV6Lease Modifier and Type Method Description static DhcpV6LeaseDhcpV6Lease. _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 DhcpV6LeaseDhcpV6Lease. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DhcpV6LeaseDhcpV6Lease.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type DhcpV6Lease Modifier and Type Method Description java.util.List<DhcpV6Lease>DhcpLeases. getIpv6Leases()The ipv6 lease info list of the serverjava.util.List<DhcpV6Lease>DhcpLeasesResult. getIpv6Leases()The ipv6 lease info list of the serverMethod parameters in com.vmware.nsx_policy.model with type arguments of type DhcpV6Lease Modifier and Type Method Description DhcpLeases.BuilderDhcpLeases.Builder. setIpv6Leases(java.util.List<DhcpV6Lease> ipv6Leases)The ipv6 lease info list of the servervoidDhcpLeases. setIpv6Leases(java.util.List<DhcpV6Lease> ipv6Leases)The ipv6 lease info list of the serverDhcpLeasesResult.BuilderDhcpLeasesResult.Builder. setIpv6Leases(java.util.List<DhcpV6Lease> ipv6Leases)The ipv6 lease info list of the servervoidDhcpLeasesResult. setIpv6Leases(java.util.List<DhcpV6Lease> ipv6Leases)The ipv6 lease info list of the server
-