appliance recovery backup parts: part

part structure Structure representing backup restore part

Representation:

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

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

name.id string id in message bundle

name.default_message string text in english

name.args string[] nested data

description localizable_message part description id in message bundle

description.id string id in message bundle

description.default_message string text in english

description.args string[] nested data

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

optional boolean Is this part optional.