InvalidProfileReferenceHost

InvalidProfileReferenceHost
InvalidProfileReferenceHost

A InvalidProfileReferenceHost fault is thrown when a valid host is not associated with a profile in the Virtual Center inventory.

This could be because there is no host assciated with the profile or because the associated host is incompatible with the profile.

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"
        }
    ],
    "reason": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "profile": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "profileName": "string"
}
string
reason
Optional

The reason for the invalid reference host if known.

host
Optional

The incompatible host if associated with the profile.

profile
Optional

The profile with the invalid or missing reference host.

string
profileName
Optional

The profile name: the replacement of the member above.