OvfImportFlagInfo

The ImportFlag.Info structure describes an import flag supported by the deployment platform.


Properties

description Required

Localizable description of the import flag.


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"
}
Returned By

List Import Flag

Feedback

Was this page helpful?