ClusterDpmConfigInfo
ClusterDpmConfigInfo
Configuration of the VMware DPM service.
All fields are defined as optional. In case of a reconfiguration, unset fields are not changed.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"enabled": false,
"defaultDpmBehavior": "string",
"hostPowerActionRate": 0,
"option": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
boolean
enabled
Optional
Flag indicating whether or not the service is enabled.
This service can not be enabled, unless DRS is enabled as well.
defaultDpmBehavior
Optional
Possible values:
manual
: Specifies that VirtualCenter should generate recommendations for host power operations, but should not execute the recommendations automatically.automated
: Specifies that VirtualCenter should generate recommendations for host power operations, and should execute the recommendations automatically.
Possible values are : manual, automated,
integer As int32 As int32
hostPowerActionRate
Optional
DPM generates only those recommendations that are above the specified rating.
Ratings vary from 1 to 5. This setting applies to both manual and automated (@link DpmBehavior) DPM clusters.
array of OptionValue
option
Optional
Deprecated as of vSphere API 4.1, use option.
Advanced settings.