vcenter vcha: disk info
The
disk_info structure contains information to describe the storage configuration of a vCenter virtual machine. This structure was added in vSphere API 6.7.1.Representation:
{
"datastore" : "obj-103",
"datastore_name" : "string"
}
"datastore" : "obj-103",
"datastore_name" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| datastore | string | The identifier of the datastore to put all the virtual disks on. This attribute was added in vSphere API 6.7.1. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datastore:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore:VCenter. |
| datastore_name | string | The name of the datastore. This attribute was added in vSphere API 6.7.1. |