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.
vhp
Required
Additional parameters for validateHost, wrapped in a ValidateHostParams instance.