Package | Description |
---|---|
com.vmware.vcenter.vcha |
The
com.vmware.vcenter.vcha package provides interfaces for deploying
and monitoring a vCenter High Availability (VCHA) Cluster. |
com.vmware.vcenter.vcha.cluster |
The
com.vmware.vcenter.vcha.cluster package provides interfaces for
redeploying and monitoring a vCenter High Availability (VCHA) Cluster after a
successful initial deployment. |
Modifier and Type | Method and Description |
---|---|
static IpSpec |
IpSpec._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 IpSpec |
IpSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IpSpec |
IpSpec.Builder.build() |
IpSpec |
ClusterTypes.PassiveSpec.getFailoverIp()
IP specification for the management network.
|
IpSpec |
ClusterTypes.ActiveSpec.getHaIp()
IP specification for the HA network.
|
IpSpec |
ClusterTypes.PassiveSpec.getHaIp()
IP specification for the HA network.
|
IpSpec |
ClusterTypes.WitnessSpec.getHaIp()
IP specification for the HA network.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterTypes.PassiveSpec.setFailoverIp(IpSpec failoverIp)
IP specification for the management network.
|
ClusterTypes.PassiveSpec.Builder |
ClusterTypes.PassiveSpec.Builder.setFailoverIp(IpSpec failoverIp)
IP specification for the management network.
|
void |
ClusterTypes.ActiveSpec.setHaIp(IpSpec haIp)
IP specification for the HA network.
|
void |
ClusterTypes.PassiveSpec.setHaIp(IpSpec haIp)
IP specification for the HA network.
|
void |
ClusterTypes.WitnessSpec.setHaIp(IpSpec haIp)
IP specification for the HA network.
|
Constructor and Description |
---|
Builder(IpSpec haIp)
Constructor with parameters for the required properties of
ClusterTypes.ActiveSpec . |
Builder(IpSpec haIp)
Constructor with parameters for the required properties of
ClusterTypes.PassiveSpec . |
Builder(IpSpec haIp)
Constructor with parameters for the required properties of
ClusterTypes.WitnessSpec . |
Modifier and Type | Method and Description |
---|---|
IpSpec |
PassiveTypes.RedeploySpec.getFailoverIp()
Failover IP address that this node must assume after the failover to serve
client requests.
|
IpSpec |
ActiveTypes.Info.getHa()
IP specification for the HA network.
|
IpSpec |
PassiveTypes.RedeploySpec.getHaIp()
Contains the VCHA HA network configuration of the node.
|
IpSpec |
WitnessTypes.RedeploySpec.getHaIp()
Contains the VCHA HA network configuration of the node.
|
IpSpec |
ActiveTypes.Info.getManagement()
IP specification for the Management network.
|
Modifier and Type | Method and Description |
---|---|
void |
PassiveTypes.RedeploySpec.setFailoverIp(IpSpec failoverIp)
Failover IP address that this node must assume after the failover to serve
client requests.
|
PassiveTypes.RedeploySpec.Builder |
PassiveTypes.RedeploySpec.Builder.setFailoverIp(IpSpec failoverIp)
Failover IP address that this node must assume after the failover to serve
client requests.
|
void |
ActiveTypes.Info.setHa(IpSpec ha)
IP specification for the HA network.
|
ActiveTypes.Info.Builder |
ActiveTypes.Info.Builder.setHa(IpSpec ha)
IP specification for the HA network.
|
void |
PassiveTypes.RedeploySpec.setHaIp(IpSpec haIp)
Contains the VCHA HA network configuration of the node.
|
PassiveTypes.RedeploySpec.Builder |
PassiveTypes.RedeploySpec.Builder.setHaIp(IpSpec haIp)
Contains the VCHA HA network configuration of the node.
|
void |
WitnessTypes.RedeploySpec.setHaIp(IpSpec haIp)
Contains the VCHA HA network configuration of the node.
|
WitnessTypes.RedeploySpec.Builder |
WitnessTypes.RedeploySpec.Builder.setHaIp(IpSpec haIp)
Contains the VCHA HA network configuration of the node.
|
void |
ActiveTypes.Info.setManagement(IpSpec management)
IP specification for the Management network.
|
Constructor and Description |
---|
Builder(IpSpec management)
Constructor with parameters for the required properties of
ActiveTypes.Info . |