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 PlacementSpec |
PlacementSpec._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 PlacementSpec |
PlacementSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PlacementSpec |
PlacementSpec.Builder.build() |
PlacementSpec |
ClusterTypes.PassiveSpec.getPlacement()
Contains the placement configuration of the node.
|
PlacementSpec |
ClusterTypes.WitnessSpec.getPlacement()
Contains the placement configuration of the node.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterTypes.PassiveSpec.setPlacement(PlacementSpec placement)
Contains the placement configuration of the node.
|
ClusterTypes.PassiveSpec.Builder |
ClusterTypes.PassiveSpec.Builder.setPlacement(PlacementSpec placement)
Contains the placement configuration of the node.
|
void |
ClusterTypes.WitnessSpec.setPlacement(PlacementSpec placement)
Contains the placement configuration of the node.
|
ClusterTypes.WitnessSpec.Builder |
ClusterTypes.WitnessSpec.Builder.setPlacement(PlacementSpec placement)
Contains the placement configuration of the node.
|
Modifier and Type | Method and Description |
---|---|
PlacementSpec |
PassiveTypes.CheckSpec.getPlacement()
Contains the node's placement information for validation.
|
PlacementSpec |
PassiveTypes.RedeploySpec.getPlacement()
Contains the node's placement information.
|
PlacementSpec |
WitnessTypes.CheckSpec.getPlacement()
Contains the node's placement information for validation.
|
PlacementSpec |
WitnessTypes.RedeploySpec.getPlacement()
Contains the node's placement information.
|
Modifier and Type | Method and Description |
---|---|
void |
PassiveTypes.CheckSpec.setPlacement(PlacementSpec placement)
Contains the node's placement information for validation.
|
void |
PassiveTypes.RedeploySpec.setPlacement(PlacementSpec placement)
Contains the node's placement information.
|
void |
WitnessTypes.CheckSpec.setPlacement(PlacementSpec placement)
Contains the node's placement information for validation.
|
void |
WitnessTypes.RedeploySpec.setPlacement(PlacementSpec placement)
Contains the node's placement information.
|
Constructor and Description |
---|
Builder(PlacementSpec placement)
Constructor with parameters for the required properties of
PassiveTypes.CheckSpec . |
Builder(PlacementSpec placement)
Constructor with parameters for the required properties of
PassiveTypes.RedeploySpec . |
Builder(PlacementSpec placement)
Constructor with parameters for the required properties of
WitnessTypes.CheckSpec . |
Builder(PlacementSpec placement)
Constructor with parameters for the required properties of
WitnessTypes.RedeploySpec . |