Package | Description |
---|---|
com.vmware.vcenter.vcha |
The
com.vmware.vcenter.vcha package provides interfaces for deploying
and monitoring a vCenter High Availability (VCHA) Cluster. |
Modifier and Type | Method and Description |
---|---|
IpSpec.Builder |
IpSpec.Builder.setDefaultGateway(java.lang.String defaultGateway)
The IP address of the Gateway for this interface.
|
IpSpec.Builder |
IpSpec.Builder.setDnsServers(java.util.List<java.lang.String> dnsServers)
The list of IP addresses of the DNS servers for this interface.
|
IpSpec.Builder |
IpSpec.Builder.setIpv4(Ipv4Spec ipv4)
If the family of the ip is IPV4, then this will point to IPv4 address
specification.
|
IpSpec.Builder |
IpSpec.Builder.setIpv6(Ipv6Spec ipv6)
If the family of the ip is IPV6, then this will point to IPv6 address
specification.
|