Files
deb-python-pyvmomi/docs/vim/cluster/DrsConfigInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

2.7 KiB

vim.cluster.DrsConfigInfo

The ClusterDrsConfigInfo data object contains configuration information for the VMware DRS service.All fields are optional. If you set themodifyparameter totruewhen 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 themodifyparameter tofalsewhen you reconfigure a cluster, the cluster configuration is reverted to the default values, then the new configuration values are applied.

extends

vmodl.DynamicData

Attributes:

enabled (bool, optional):

Flag indicating whether or not the service is enabled.

enableVmBehaviorOverrides (bool, optional):

Flag that dictates whether DRS Behavior overrides for individual virtual machines ( ClusterDrsVmConfigInfo ) are enabled. The default value istrue.When this flag istrue, the ClusterConfigSpecEx . drsVmConfigSpec values override the defaultVmBehavior .When this flag isfalse, the defaultVmBehavior value applies to all virtual machines, with the following exception: in a cluster that has EVC disabled, you cannot override the virtual machine setting ( drsVmConfigSpec ) for Fault Tolerance virtual machines.

defaultVmBehavior (vim.cluster.DrsConfigInfo.DrsBehavior, optional):

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.

vmotionRate (int, optional):

Threshold for generated ClusterRecommendation s. 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 .

option ([vim.option.OptionValue], optional):

Advanced settings.