ClusterAction

ClusterAction
ClusterAction

Base class for all action recommendations in VirtualCenter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "target": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
type
Required

Type of the action.

This is encoded to differentiate between different types of actions aimed at achieving different goals.

target
Optional

The target object on which this action will be applied.

For instance, a migration action will have a virtual machine as its target object, while a host power action will have a host as its target action.