|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Parallel.CreateSpec class provides a specification for the configuration of a newly-created virtual parallel port.
More...
Public Member Functions | |
| CreateSpec () | |
| Creates a default new instance. | |
| vmware.vcenter.vm.hardware.ParallelTypes.BackingSpec | GetBacking () |
| Physical resource backing for the virtual parallel port. | |
| void | SetBacking (vmware.vcenter.vm.hardware.ParallelTypes.BackingSpec backing) |
| Physical resource backing for the virtual parallel port. | |
| bool | GetStartConnected () |
| Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. | |
| void | SetStartConnected (bool?startConnected) |
| Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. | |
| bool | GetAllowGuestControl () |
| Flag indicating whether the guest can connect and disconnect the device. | |
| void | SetAllowGuestControl (bool?allowGuestControl) |
| Flag indicating whether the guest can connect and disconnect the device. | |
| 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.CreateSpec class provides a specification for the configuration of a newly-created virtual parallel port.
| vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::CreateSpec | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::Equals | ( | object | obj | ) | [inline] |
| bool vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::GetAllowGuestControl | ( | ) | [inline] |
Flag indicating whether the guest can connect and disconnect the device.
| vmware.vcenter.vm.hardware.ParallelTypes.BackingSpec vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::GetBacking | ( | ) | [inline] |
Physical resource backing for the virtual parallel port.
| override int vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::GetHashCode | ( | ) | [inline] |
| bool vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::GetStartConnected | ( | ) | [inline] |
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
| void vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::SetAllowGuestControl | ( | bool? | allowGuestControl | ) | [inline] |
Flag indicating whether the guest can connect and disconnect the device.
| void vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::SetBacking | ( | vmware.vcenter.vm.hardware.ParallelTypes.BackingSpec | backing | ) | [inline] |
Physical resource backing for the virtual parallel port.
| void vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::SetStartConnected | ( | bool? | startConnected | ) | [inline] |
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
| override string vmware::vcenter::vm::hardware::ParallelTypes::CreateSpec::ToString | ( | ) | [inline] |