vcenter ovf import flag: info
The
info
structure describes an import flag supported by the deployment platform.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/import_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/import_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 import flag that is supported by the deployment platform. |
description | localizable_message | Localizable description of the import flag. |