ClusterDpmHostConfigInfo
ClusterDpmHostConfigInfo
DPM configuration for a single host.
This makes it possible to override the default behavior for an individual host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"enabled": false,
"behavior": "string"
}
boolean
enabled
Optional
Flag to indicate whether or not VirtualCenter is allowed to perform any power related operations or recommendations for this host.
If this flag is false, the host is effectively excluded from DPM service.
If no individual DPM specification exists for a host, this property defaults to true.
behavior
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,