ClusterDpmHostConfigInfo

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"
}
key
Required

Reference to the host.

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

Specifies the particular DPM behavior for this host.

See also ClusterDpmConfigInfo.