appliance recovery backup parts: part

part structure Structure representing backup restore part

Representation:

{
    "description"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "id""obj-103",
    "name"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "optional"true,
    "selected_by_default"true
}

Attributes:

Name Type Description
Required
id string 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 localizable_message part name id in message bundle

description localizable_message part description id in message bundle

selected_by_default boolean Is this part selected by default in the user interface.

optional boolean Is this part optional.