VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::DiskSpec::Builder Class Reference

Builder class for DiskSpec. More...

List of all members.

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 ()

Detailed Description

Builder class for DiskSpec.


Constructor & Destructor Documentation

vmware::vcenter::vcha::DiskSpec::Builder::Builder ( ) [inline]

Constructor with parameters for the required properties of DiskSpec.


Member Function Documentation

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 .


The documentation for this class was generated from the following file: