Data Object - ClusterDasVmSettings

Property of
ClusterDasConfigInfo, ClusterDasVmConfigInfo
Extends
DynamicData
See also
ClusterVmToolsMonitoringSettings
Since
VI API 2.5

Data Object Description

The ClusterDasVmSettings data object contains the HA configuration settings specified for a single virtual machine (identified by ClusterDasVmConfigInfo.key) or as cluster-wide defaults (ClusterDasConfigInfo.defaultVmSettings).

All fields are optional. If you set the modify parameter to true when you call ReconfigureComputeResource_Task, an unset property has no effect on the existing property value in the cluster configuration on the Server. If you set the modify parameter to false when you reconfigure a cluster, the cluster configuration is reverted to the default values, then the new configuration values are applied.

Properties

Name Type Description
isolationResponse*xsd:string

Indicates whether or not the virtual machine should be powered off if a host determines that it is isolated from the rest of the compute resource.

If not specified at either the cluster level or the virtual machine level, this will default to powerOff.


See ClusterDasVmSettingsIsolationResponse

restartPriority*xsd:string

Restart priority for a virtual machine.

If not specified at either the cluster level or the virtual machine level, this will default to medium.


See ClusterDasVmSettingsRestartPriority

vmToolsMonitoringSettings*ClusterVmToolsMonitoringSettings

Configuration for the VM Health Monitoring Service.

Since vSphere API 4.0
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set