|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Disk.BackingInfo class contains information about the physical resource backing a virtual disk.
More...
Public Member Functions | |
| BackingInfo () | |
| Creates a default new instance. | |
| vmware.vcenter.vm.hardware.DiskTypes.BackingType | Get_Type () |
| Backing type for the virtual disk. | |
| void | SetType (vmware.vcenter.vm.hardware.DiskTypes.BackingType type) |
| Backing type for the virtual disk. | |
| string | GetVmdkFile () |
| Path of the VMDK file backing the virtual disk. | |
| void | SetVmdkFile (string vmdkFile) |
| Path of the VMDK file backing the virtual disk. | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The Disk.BackingInfo class contains information about the physical resource backing a virtual disk.
| vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::BackingInfo | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.vm.hardware.DiskTypes.BackingType vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::Get_Type | ( | ) | [inline] |
Backing type for the virtual disk.
| override int vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::GetHashCode | ( | ) | [inline] |
| string vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::GetVmdkFile | ( | ) | [inline] |
Path of the VMDK file backing the virtual disk.
| void vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::SetType | ( | vmware.vcenter.vm.hardware.DiskTypes.BackingType | type | ) | [inline] |
Backing type for the virtual disk.
| void vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::SetVmdkFile | ( | string | vmdkFile | ) | [inline] |
Path of the VMDK file backing the virtual disk.
| override string vmware::vcenter::vm::hardware::DiskTypes::BackingInfo::ToString | ( | ) | [inline] |