vcenter vcha: disk spec
The
disk_spec
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" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
datastore | string | The identifier of the datastore to put all the virtual disks on. This attribute was added in vSphere API 6.7.1. Optional. This field needs to be set. If unset, then see vim.vm.RelocateSpec.datastore.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 . |