appliance recovery backup parts: part

part structure Structure representing backup restore part

Representations:

{
    "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
}
<?xml version="1.0" ?>
<ns0:Part xmlns:ns0="http://vmware.com/appliance/recovery/backup/parts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>obj-103</id>
  <description>
    <default_message>string</default_message>
    <id>string</id>
    <args-array>
      <array-item>string</array-item>
      <array-item>string</array-item>
    </args-array>
  </description>
  <optional>true</optional>
  <selected_by_default>true</selected_by_default>
  <name>
    <default_message>string</default_message>
    <id>string</id>
    <args-array>
      <array-item>string</array-item>
      <array-item>string</array-item>
    </args-array>
  </name>
</ns0:Part>

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 part selected by default in UI

optional boolean Estimated size of this piece