Files
deb-python-pyvmomi/docs/vim/cluster/DrsConfigInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -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.