InsufficientAgentVmsDeployed
InsufficientAgentVmsDeployed
This fault is returned when the required number of deployed agent virtual machines is not currently deployed on a host and hence the host cannot be used to run client virtual machines.
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"
}
],
"hostName": "string",
"requiredNumAgentVms": 0,
"currentNumAgentVms": 0
}
string
hostName
Required
hostName
integer As int32 As int32
requiredNumAgentVms
Required
The number of agent virtual machines required to be deployed on the host.
integer As int32 As int32
currentNumAgentVms
Required
The number of agent virtual machines currently deployed on the host.