OvfCreateDescriptorResult

OvfCreateDescriptorResult
OvfCreateDescriptorResult

The result of creating the OVF descriptor for the entity.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "ovfDescriptor": "string",
    "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"
                }
            ]
        }
    ],
    "includeImageFiles": false
}
string
ovfDescriptor
Required

The OVF descriptor for the entity.

error
Optional

Errors that happened during processing.

For example, unknown or unsupported devices could be found (in which case this array will contain one or more instances of Unsupported-/UnknownDevice).

warning
Optional

Non-fatal warnings from the processing.

The result will be valid, but the user may choose to reject it based on these warnings.

boolean
includeImageFiles
Optional

Returns true if there are ISO or Floppy images attached to one or more VMs.