UpdatePendingQuestion
The Pending.Question structure describes a item of information that must be provided by the user in order to install the update.
Properties
List of allowed values allowedValues If unset any value is valid.
ID of the data item When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.applicance.update.pending.dataitem.
Default answer defaultAnswer If unset then there is no default answer, so an explicit answer must be provided
Regexp to validate the input regexp If unset no validation will be performed.
How this field shoudl be represented in GUI or CLI
JSON Example
{
"data_item": "string",
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"text": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "enum"
}