OvfValidateHostResult
OvfValidateHostResult
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"downloadSize": 0,
"flatDeploymentSize": 0,
"sparseDeploymentSize": 0,
"error": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
],
"warning": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
],
"supportedDiskProvisioning": [
"string"
]
}
integer As int64 As int64
downloadSize
Optional
The total amount of data that must be transferred to download the entity.
This may be inaccurate due to disk compression etc.
integer As int64 As int64
flatDeploymentSize
Optional
The total amount of space required to deploy the entity if using flat disks.
integer As int64 As int64
sparseDeploymentSize
Optional
The total amount of space required to deploy the entity using sparse disks, if known.
array of MethodFault
error
Optional
Errors that happened during validation.
The presence of faults in this list indicates that the validation failed.
array of string
supportedDiskProvisioning
Optional
An array of the disk provisioning type supported by the target host system.