The DiskInfo
class contains information to describe the storage configuration of a vCenter virtual machine.
More...
List of all members.
Detailed Description
The DiskInfo
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::DiskInfo::DiskInfo |
( |
| ) |
[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::DiskInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::vcenter::vcha::DiskInfo::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::DiskInfo::_GetType |
( |
| ) |
[inline] |
bool vmware::vcenter::vcha::DiskInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::vcenter::vcha::DiskInfo::_Validate |
( |
| ) |
[inline] |
override bool vmware::vcenter::vcha::DiskInfo::Equals |
( |
object |
obj | ) |
[inline] |
string vmware::vcenter::vcha::DiskInfo::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
.
string vmware::vcenter::vcha::DiskInfo::GetDatastoreName |
( |
| ) |
[inline] |
The name of the datastore.
This attribute was added in vSphere API 6.7.1.
override int vmware::vcenter::vcha::DiskInfo::GetHashCode |
( |
| ) |
[inline] |
void vmware::vcenter::vcha::DiskInfo::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
.
void vmware::vcenter::vcha::DiskInfo::SetDatastoreName |
( |
string |
datastoreName | ) |
[inline] |
The name of the datastore.
This attribute was added in vSphere API 6.7.1.
override string vmware::vcenter::vcha::DiskInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: