OvfImportFlagInfo
The ImportFlag.Info structure describes an import flag supported by the deployment platform.
Properties
string
option
Required
The name of the import flag that is supported by the deployment platform.
JSON Example
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"option": "string"
}