InvalidAgencyScope

InvalidAgencyScope
InvalidAgencyScope

Deprecated as of vSphere 9.0. Please refer to vLCM APIs.

An InvalidAgencyScope fault is thrown when the scope in an AgencyConfigInfo is invalid.

See also AgencyConfigInfo.

This structure may be used only with operations rendered under /eam.

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"
        }
    ],
    "unknownComputeResource": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
unknownComputeResource
Optional

The MoRefs of the unknown compute resources.

Deprecated