Uses of Class
com.vmware.nsx_policy.model.IPv6EndPoint.Builder
-
Packages that use IPv6EndPoint.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IPv6EndPoint.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPv6EndPoint.Builder Modifier and Type Method Description IPv6EndPoint.Builder
IPv6EndPoint.Builder. setDefaultGateway(java.lang.String defaultGateway)
Default gateway for IPv6 format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.IPv6EndPoint.Builder
IPv6EndPoint.Builder. setIpv6(java.lang.String ipv6)
Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated either from DHCP (default) or from Static IP Pool.IPv6EndPoint.Builder
IPv6EndPoint.Builder. setPrefixLength(java.lang.String prefixLength)
Prefix length for IPv6 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-