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

The DiskSpec class contains information to describe the storage configuration of a vCenter virtual machine. More...

List of all members.

Classes

class  Builder
 Builder class for DiskSpec. More...

Public Member Functions

 DiskSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetDatastore ()
 The identifier of the datastore to put all the virtual disks on.
void SetDatastore (string datastore)
 The identifier of the datastore to put all the virtual disks on.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The DiskSpec class contains information to describe the storage configuration of a vCenter virtual machine.

This class was added in vSphere API 6.7.1.


Constructor & Destructor Documentation

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

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vcha::DiskSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vcha::DiskSpec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::DiskSpec::_GetType ( ) [inline]
bool vmware::vcenter::vcha::DiskSpec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vcha::DiskSpec::_Validate ( ) [inline]
override bool vmware::vcenter::vcha::DiskSpec::Equals ( object  obj) [inline]
string vmware::vcenter::vcha::DiskSpec::GetDatastore ( ) [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 .

override int vmware::vcenter::vcha::DiskSpec::GetHashCode ( ) [inline]
void vmware::vcenter::vcha::DiskSpec::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 .

override string vmware::vcenter::vcha::DiskSpec::ToString ( ) [inline]

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