RecoveryBackupPartsPart
Parts.Part structure Structure representing backup restore part
Properties
string
id
Required
part ID When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts.
boolean
optional
Required
Is this part optional.
boolean
selected_by_default
Required
Is this part selected by default in the user interface.
JSON Example
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"id": "string",
"name": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"optional": false,
"selected_by_default": false
}