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 PlacementInfo |
PlacementInfo._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 PlacementInfo |
PlacementInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PlacementInfo |
PlacementInfo.Builder.build() |
PlacementInfo |
ClusterTypes.NodeRuntimeInfo.getPlacement()
Placement information of the node.
The active node's management vCenter server credentials are required to populate most properties of ClusterTypes.NodeRuntimeInfo.getPlacement() . |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTypes.NodeRuntimeInfo.setPlacement(PlacementInfo placement)
Placement information of the node.
The active node's management vCenter server credentials are required to populate most properties of ClusterTypes.NodeRuntimeInfo.getPlacement() . |
ClusterTypes.NodeRuntimeInfo.Builder |
ClusterTypes.NodeRuntimeInfo.Builder.setPlacement(PlacementInfo placement)
Placement information of the node.
The active node's management vCenter server credentials are required to populate most properties of ClusterTypes.NodeRuntimeInfo.getPlacement() . |
Modifier and Type | Method and Description |
---|---|
PlacementInfo |
ActiveTypes.Info.getPlacement()
Contains the placement information of the active node.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveTypes.Info.setPlacement(PlacementInfo placement)
Contains the placement information of the active node.
|
ActiveTypes.Info.Builder |
ActiveTypes.Info.Builder.setPlacement(PlacementInfo placement)
Contains the placement information of the active node.
|