VchaDiskInfo

The DiskInfo structure contains information to describe the storage configuration of a vCenter virtual machine.


Properties

string
datastore Required

The identifier of the datastore to put all the virtual disks on. 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.


string
datastore_name Required

The name of the datastore.

JSON Example

{
	"datastore": "string",
	"datastore_name": "string"
}

Feedback

Was this page helpful?