SystemStorageStorageMapping

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


Properties

string
disk Required

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.


string
partition Required

Storage partition name.


description Optional

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

JSON Example

{
	"disk": "string",
	"partition": "string"
}
Returned By

List Storage

Feedback

Was this page helpful?