| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and 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.
|