appliance system storage: storage mapping

The storage_mapping structure describes the mapping between VCSA partitions and the Hard disk numbers visible in the vSphere Web Client.

Representation:

{
    "description"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "disk""obj-103",
    "partition""string"
}

Attributes:

Name Type Description
Required
disk string The disk number in the vSphere Web Client.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.system.storage. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.system.storage.

partition string Storage partition name.

Optional
description localizable_message Description of partition. This attribute was added in vSphere API 6.7

Optional. This field is optional because it was added in a newer version than its parent node.