Uses of Class
com.vmware.nsx_policy.model.IPv6EndPoint
-
Packages that use IPv6EndPoint Package Description com.vmware.nsx_policy.model -
-
Uses of IPv6EndPoint in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPv6EndPoint Modifier and Type Method Description static IPv6EndPoint
IPv6EndPoint. _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 IPv6EndPoint
IPv6EndPoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IPv6EndPoint
IPv6EndPoint.Builder. build()
IPv6EndPoint
Endpoint. getIpv6()
IPv6EndPoint
RemoteTunnelEndpoint. getIpv6()
Methods in com.vmware.nsx_policy.model with parameters of type IPv6EndPoint Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. setIpv6(IPv6EndPoint ipv6)
void
Endpoint. setIpv6(IPv6EndPoint ipv6)
RemoteTunnelEndpoint.Builder
RemoteTunnelEndpoint.Builder. setIpv6(IPv6EndPoint ipv6)
void
RemoteTunnelEndpoint. setIpv6(IPv6EndPoint ipv6)
-