FtVmHostRuleViolation

FtVmHostRuleViolation
FtVmHostRuleViolation

The virtual machine if powered on or VMotioned, would violate an FT VM-Host rule.

Since: vSphere API Release 8.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "vmName": "string",
    "hostName": "string",
    "hostGroup": "string"
}
string
vmName
Required

The vm that can not be powered on or VMotioned without violating FT Metro Cluster placement rule.

string
hostName
Required

The host that the virtual machine can not be powered on without violating FT Metro Cluster placement rule.

string
hostGroup
Required

Indicate the Host Group for FT Metro Cluster enabled Virtual Machine.

Availability
Added in vSphere API Release 8.0.3.0