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