VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for DiskSpec. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of DiskSpec. | |
Builder | SetDatastore (string datastore) |
The identifier of the datastore to put all the virtual disks on. | |
DiskSpec | Build () |
vmware::vcenter::vcha::DiskSpec::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of DiskSpec.
DiskSpec vmware::vcenter::vcha::DiskSpec::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::vcha::DiskSpec::Builder::SetDatastore | ( | string | datastore | ) | [inline] |
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 class as a parameter, the field must be an identifier for the resource type: Datastore:VCenter
. When methods return a value of this class as a result, the field will be an identifier for the resource type: Datastore:VCenter
.