|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Cdrom.BackingSpec class provides a specification of the physical resource backing a virtual CD-ROM device.
More...
Public Member Functions | |
| BackingSpec () | |
| Creates a default new instance. | |
| vmware.vcenter.vm.hardware.CdromTypes.BackingType | Get_Type () |
| Backing type for the virtual CD-ROM device. | |
| void | SetType (vmware.vcenter.vm.hardware.CdromTypes.BackingType type) |
| Backing type for the virtual CD-ROM device. | |
| string | GetIsoFile () |
| Path of the image file that should be used as the virtual CD-ROM device backing. | |
| void | SetIsoFile (string isoFile) |
| Path of the image file that should be used as the virtual CD-ROM device backing. | |
| string | GetHostDevice () |
| Name of the device that should be used as the virtual CD-ROM device backing. | |
| void | SetHostDevice (string hostDevice) |
| Name of the device that should be used as the virtual CD-ROM device backing. | |
| vmware.vcenter.vm.hardware.CdromTypes.DeviceAccessType | GetDeviceAccessType () |
| Access type for the device backing. | |
| void | SetDeviceAccessType (vmware.vcenter.vm.hardware.CdromTypes.DeviceAccessType deviceAccessType) |
| Access type for the device backing. | |
| 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 Cdrom.BackingSpec class provides a specification of the physical resource backing a virtual CD-ROM device.
| vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::BackingSpec | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.vm.hardware.CdromTypes.BackingType vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::Get_Type | ( | ) | [inline] |
Backing type for the virtual CD-ROM device.
| vmware.vcenter.vm.hardware.CdromTypes.DeviceAccessType vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::GetDeviceAccessType | ( | ) | [inline] |
Access type for the device backing.
| override int vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::GetHashCode | ( | ) | [inline] |
| string vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::GetHostDevice | ( | ) | [inline] |
Name of the device that should be used as the virtual CD-ROM device backing.
| string vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::GetIsoFile | ( | ) | [inline] |
Path of the image file that should be used as the virtual CD-ROM device backing.
| void vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::SetDeviceAccessType | ( | vmware.vcenter.vm.hardware.CdromTypes.DeviceAccessType | deviceAccessType | ) | [inline] |
Access type for the device backing.
| void vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::SetHostDevice | ( | string | hostDevice | ) | [inline] |
Name of the device that should be used as the virtual CD-ROM device backing.
| void vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::SetIsoFile | ( | string | isoFile | ) | [inline] |
Path of the image file that should be used as the virtual CD-ROM device backing.
| void vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::SetType | ( | vmware.vcenter.vm.hardware.CdromTypes.BackingType | type | ) | [inline] |
Backing type for the virtual CD-ROM device.
| override string vmware::vcenter::vm::hardware::CdromTypes::BackingSpec::ToString | ( | ) | [inline] |