OvfOptionInfo

OvfOptionInfo
OvfOptionInfo

Represents the OVF options the server support for import and export of OVFs

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "option": "string",
    "description": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
string
option
Required

The name of the OVF option that is supported by the server

description
Required

A description of the OVF option