| 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 |
---|---|---|
defaultVmBehavior* | DrsBehavior |
Specifies the cluster-wide default DRS behavior for virtual machines.
You can override the default behavior for a virtual machine
by using the ClusterDrsVmConfigInfo object.
|
enabled* | xsd:boolean | Deprecated.
as of vSphere API 7.0.
To disable DRS load balancing, please use the lowest DRS aggressiveness
level, setting vmotionRate to 5, and/or
setting defaultVmBehavior to manual.
The former only generates manadatory move recommendations, not load
balancing recommendations. The latter only generates recommendations,
without executing them.
To remove all the child resource pools, please find the root resource
pool ResourcePool, and destroy all its
children DestroyChildren.
Vice versa.
Flag indicating whether or not DRS service is enabled.
|
enableVmBehaviorOverrides* | xsd:boolean |
Flag that dictates whether DRS Behavior overrides for individual
virtual machines (ClusterDrsVmConfigInfo) are enabled. The default
value is true .
When this flag is
When this flag is |
option* | OptionValue[] |
Advanced settings.
|
vmotionRate* | xsd:int |
Threshold for generated ClusterRecommendations.
DRS generates only those recommendations that are above the
specified vmotionRate. Ratings vary from 1 to 5. This setting applies
to manual, partiallyAutomated, and fullyAutomated
DRS clusters. See DrsBehavior.
|
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |