Recovery_Backup_Parts_Part

Recovery_Backup_Parts_Part
Recovery_Backup_Parts_Part

Parts.Part structure Structure representing backup restore part

JSON Example
{
    "id": "string",
    "name": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ]
    },
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ]
    },
    "selected_by_default": false,
    "optional": false
}
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.

name
Required

Parts.LocalizableMessage structure Structure representing message

description
Required

Parts.LocalizableMessage structure Structure representing message

boolean
selected_by_default
Required

Is this part selected by default in the user interface.

boolean
optional
Required

Is this part optional.