com.vmware.vcenter.vcha.cluster
package provides interfaces for
redeploying and monitoring a vCenter High Availability (VCHA) Cluster after a
successful initial deployment.See: Description
Interface | Description |
---|---|
Active |
The
Active interface provides methods to get information related to the
active vCenter High Availability (VCHA) node. |
ActiveTypes |
Defines the data types of the
Active
API service. |
DeploymentType |
The DeploymentType interface provides methods to get the deployment type of a
vCenter High Availability Cluster (VCHA Cluster).
|
DeploymentTypeTypes |
Defines the data types of the
DeploymentType
API service. |
Mode |
The Mode interface provides methods to manage the operating mode of a vCenter
High Availability Cluster (VCHA Cluster).
|
ModeTypes |
Defines the data types of the
Mode
API service. |
Passive |
The
Passive interface provides methods to validate a passive's placement
configuration and redeploy the passive node in a vCenter High Availability
(VCHA) cluster. |
PassiveTypes |
Defines the data types of the
Passive
API service. |
Witness |
The
Witness interface provides methods to validate a witness's placement
configuration and redeploy the witness node in a vCenter High Availability
(VCHA) cluster. |
WitnessTypes |
Defines the data types of the
Witness
API service. |
Class | Description |
---|---|
ActiveDefinitions |
Defines the type descriptors for the
Active
API service. |
ActiveStub |
Remote stub implementation of the
Active
API service. |
ActiveTypes.Info |
The
Info class contains the network and placement information of the
active node of a VCHA Cluster. |
ActiveTypes.Info.Builder |
Builder class for
ActiveTypes.Info . |
ClusterFactory |
ClusterFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.vcha.cluster package and also has the subpackages reference
to access respective subpackage services. |
DeploymentTypeDefinitions |
Defines the type descriptors for the
DeploymentType
API service. |
DeploymentTypeStub |
Remote stub implementation of the
DeploymentType
API service. |
DeploymentTypeTypes.Info |
The
Info class contains the deployment type of the VCHA Cluster. |
DeploymentTypeTypes.Info.Builder |
Builder class for
DeploymentTypeTypes.Info . |
DeploymentTypeTypes.Type |
The
Type enumeration class defines the possible deployment types for a
VCHA Cluster. |
ModeDefinitions |
Defines the type descriptors for the
Mode
API service. |
ModeStub |
Remote stub implementation of the
Mode
API service. |
ModeTypes.ClusterMode |
The
ClusterMode enumeration class defines the possible modes for a VCHA
Cluster. |
ModeTypes.Info |
The
Info class contains the mode of the VCHA Cluster. |
ModeTypes.Info.Builder |
Builder class for
ModeTypes.Info . |
PassiveDefinitions |
Defines the type descriptors for the
Passive
API service. |
PassiveStub |
Remote stub implementation of the
Passive
API service. |
PassiveTypes.CheckResult |
The
CheckResult class contains the warnings and errors that will occur
during the clone operation. |
PassiveTypes.CheckResult.Builder |
Builder class for
PassiveTypes.CheckResult . |
PassiveTypes.CheckSpec |
The
CheckSpec class contains placement information for validation. |
PassiveTypes.CheckSpec.Builder |
Builder class for
PassiveTypes.CheckSpec . |
PassiveTypes.RedeploySpec |
The
RedeploySpec class contains the redeploy specification. |
PassiveTypes.RedeploySpec.Builder |
Builder class for
PassiveTypes.RedeploySpec . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.vcha.cluster package. |
WitnessDefinitions |
Defines the type descriptors for the
Witness
API service. |
WitnessStub |
Remote stub implementation of the
Witness
API service. |
WitnessTypes.CheckResult |
The
CheckResult class contains the warnings and errors that will occur
during the clone operation. |
WitnessTypes.CheckResult.Builder |
Builder class for
WitnessTypes.CheckResult . |
WitnessTypes.CheckSpec |
The
CheckSpec class contains placement information for validation. |
WitnessTypes.CheckSpec.Builder |
Builder class for
WitnessTypes.CheckSpec . |
WitnessTypes.RedeploySpec |
The
RedeploySpec class contains the redeploy specification. |
WitnessTypes.RedeploySpec.Builder |
Builder class for
WitnessTypes.RedeploySpec . |
Enum | Description |
---|---|
DeploymentTypeTypes.Type.Values |
Native Java
enum representing this enumeration class. |
ModeTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
ModeTypes.ClusterMode.Values |
Native Java
enum representing this enumeration class. |
PassiveTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
WitnessTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
com.vmware.vcenter.vcha.cluster
package provides interfaces for
redeploying and monitoring a vCenter High Availability (VCHA) Cluster after a
successful initial deployment.