ValidateHostRequestType

ValidateHostRequestType
ValidateHostRequestType

The parameters of ValidateHost.

JSON Example
{
    "ovfDescriptor": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vhp": {
        "_typeName": "string",
        "locale": "string",
        "deploymentOption": "string",
        "msgBundle": [
            {
                "_typeName": "string",
                "key": "string",
                "value": "string"
            }
        ],
        "importOption": [
            "string"
        ]
    }
}
string
ovfDescriptor
Required

The OVF descriptor to examine.

host
Required

Reference to an instance of the HostSystem managed object.

vhp
Required

Additional parameters for validateHost, wrapped in a ValidateHostParams instance.