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 | Field and Description |
---|---|
static IpFamily |
IpFamily.IPV4
IPV4 address family.
|
static IpFamily |
IpFamily.IPV6
IPv6 address family.
|
Modifier and Type | Method and Description |
---|---|
IpFamily |
IpSpec.getIpFamily()
Family of the IP address to configure the interface.
|
static IpFamily |
IpFamily.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static IpFamily[] |
IpFamily.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
IpSpec.setIpFamily(IpFamily ipFamily)
Family of the IP address to configure the interface.
|
Constructor and Description |
---|
Builder(IpFamily ipFamily)
Constructor with parameters for the required properties of
IpSpec . |