Uses of Class
com.vmware.nsx_policy.model.IPv6Status
-
Packages that use IPv6Status Package Description com.vmware.nsx_policy.model -
-
Uses of IPv6Status in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPv6Status Modifier and Type Method Description static IPv6StatusIPv6Status. _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 IPv6StatusIPv6Status. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPv6StatusIPv6Status.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type IPv6Status Modifier and Type Method Description java.util.List<IPv6Status>Tier0GatewayState. getIpv6Status()IPv6 DAD status for interfaces configured on Tier0java.util.List<IPv6Status>Tier1GatewayState. getIpv6Status()IPv6 DAD status for interfaces configured on Tier1Method parameters in com.vmware.nsx_policy.model with type arguments of type IPv6Status Modifier and Type Method Description Tier0GatewayState.BuilderTier0GatewayState.Builder. setIpv6Status(java.util.List<IPv6Status> ipv6Status)IPv6 DAD status for interfaces configured on Tier0voidTier0GatewayState. setIpv6Status(java.util.List<IPv6Status> ipv6Status)IPv6 DAD status for interfaces configured on Tier0Tier1GatewayState.BuilderTier1GatewayState.Builder. setIpv6Status(java.util.List<IPv6Status> ipv6Status)IPv6 DAD status for interfaces configured on Tier1voidTier1GatewayState. setIpv6Status(java.util.List<IPv6Status> ipv6Status)IPv6 DAD status for interfaces configured on Tier1
-