| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
---|---|---|
admissionControlEnabled* | xsd:boolean |
Flag that determines whether strict admission control is enabled.
When you use admission control, the following operations are
prevented, if doing so would violate the admissionControlPolicy.
With admission control disabled, there is no assurance that all virtual machines in the HA cluster can be restarted after a host failure. VMware recommends that you do not disable admission control, but you might need to do so temporarily, for the following reasons:
|
admissionControlPolicy* | ClusterDasAdmissionControlPolicy |
Virtual machine admission control policy for vSphere HA.
The policies specify resource availability for failover support.
|
defaultVmSettings* | ClusterDasVmSettings |
Cluster-wide defaults for virtual machine HA settings.
When a virtual machine has no HA configuration
(ClusterDasVmConfigSpec), it uses the values
specified here.
Since VI API 2.5 |
enabled* | xsd:boolean |
Flag to indicate whether or not vSphere HA feature is enabled.
|
failoverLevel* | xsd:int |
Deprecated.
As of vSphere API 4.0, use
ClusterFailoverLevelAdmissionControlPolicy to set
admissionControlPolicy.
Configured failover level. This is the number of physical host failures
that can be tolerated without impacting the ability to satisfy the
minimums for all running virtual machines. Acceptable values range from one to
four.
|
hBDatastoreCandidatePolicy* | xsd:string |
The policy on what datastores will be used by vCenter Server to choose
heartbeat datastores.
See ClusterDasConfigInfoHBDatastoreCandidate for all options.
The default value is
DasConfigInfo.HBDatastoreCandidate#allFeasibleDsWithUserPreference.
Since vSphere API 5.0 |
heartbeatDatastore* | ManagedObjectReference[]
to a Datastore[] |
The list of preferred datastores to use for storage heartbeating.
Each of the specified datastores should be active and mounted
by more than one host. There is no limit on the number of specified
datastores and no priority among them.
The specified datastores will replace those previously specified and
an empty list will delete all such earlier specified ones.
vCenter Server chooses the heartbeat datastores for a host from the set specified by hBDatastoreCandidatePolicy. The choice is made based on datastore connectivity and storage array redundancy (in case of VMFS). The final set of selected heartbeat datastores is reported via heartbeatDatastoreInfo. Since vSphere API 5.0 |
hostMonitoring* | xsd:string |
Determines whether HA restarts virtual machines after a host fails.
The default value is
ClusterDasConfigInfoServiceState.enabled.
This property is meaningful only when
ClusterDasConfigInfo.enabled is true .
When
When |
option* | OptionValue[] |
Advanced settings.
|
vmComponentProtecting* | xsd:string |
This property indicates if vSphere HA VM Component Protection service
is enabled. The default value is DasConfigInfo.ServiceState#disabled.
When
When |
vmMonitoring* | xsd:string |
Level of HA Virtual Machine Health Monitoring Service.
You can monitor both guest and application heartbeats, guest heartbeats only,
or you can disable the service. See ClusterDasConfigInfoVmMonitoringState.
The default value is DasConfigInfo.VmMonitoringState#vmMonitoringDisabled.
The Service level specified for the cluster determines the possible monitoring settings that you can use for individual virtual machines. See ClusterVmToolsMonitoringSettings.vmMonitoring. Since vSphere API 4.0 |
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |