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 | Method and Description |
---|---|
PlacementSpec.Builder |
PlacementSpec.Builder.setHaNetwork(java.lang.String haNetwork)
The identifier of the Network object used for the HA network.
If the PlacementSpec.getHaNetwork() property is set, then the
{#link #haNetworkType} property must be set.If the PlacementSpec.getHaNetwork() property is null ,
then the PlacementSpec.getHaNetworkType() property
is ignored. |
PlacementSpec.Builder |
PlacementSpec.Builder.setHaNetworkType(NetworkType haNetworkType)
The type of the Network object used by the HA network.
If the PlacementSpec.getHaNetwork() property is set, then the
PlacementSpec.getHaNetworkType() field must be
set.If the PlacementSpec.getHaNetwork()
property is null , then the PlacementSpec.getHaNetworkType() property is ignored. |
PlacementSpec.Builder |
PlacementSpec.Builder.setHost(java.lang.String host)
The identifier of the host to deploy the VCHA node to.
|
PlacementSpec.Builder |
PlacementSpec.Builder.setManagementNetwork(java.lang.String managementNetwork)
The identifier of the Network object used for the Management network.
|
PlacementSpec.Builder |
PlacementSpec.Builder.setManagementNetworkType(NetworkType managementNetworkType)
The type of the Network object used by the Management network.
If the PlacementSpec.getManagementNetwork() property is
set, then the {#link #managementNetworkType} field must be set.If the PlacementSpec.getManagementNetwork() property is
null , then the PlacementSpec.getManagementNetworkType() property is
ignored. |
PlacementSpec.Builder |
PlacementSpec.Builder.setResourcePool(java.lang.String resourcePool)
The identifier of the resource pool to deploy the VCHA node to.
|
PlacementSpec.Builder |
PlacementSpec.Builder.setStorage(DiskSpec storage)
The storage specification to deploy the VCHA node to.
|