vcenter ovf export flag: info
The
info
structure describes an export flag supported by the server.Representations:
{
"description": {
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
"option": "string"
}
"description": {
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
"option": "string"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/ovf/export_flag" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<description>
<default_message>string</default_message>
<id>string</id>
<args-array>
<array-item>string</array-item>
<array-item>string</array-item>
</args-array>
</description>
<option>string</option>
</ns0:Info>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/ovf/export_flag" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<description>
<default_message>string</default_message>
<id>string</id>
<args-array>
<array-item>string</array-item>
<array-item>string</array-item>
</args-array>
</description>
<option>string</option>
</ns0:Info>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
option | string | The name of the export flag that is supported by the server. |
description | localizable_message | Localizable description of the export flag. |