|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Parallel.BackingType enumerated type defines the valid backing types for a virtual parallel port.
More...
Public Types | |
| enum | Values { _UNKNOWN, FILE, HOST_DEVICE } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static BackingType[] | GetValues () |
| static BackingType | ValueOf (string name) |
Static Public Attributes | |
| static readonly BackingType | FILE = new BackingType("FILE", Values.FILE) |
| Virtual parallel port is backed by a file. | |
| static readonly BackingType | HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE) |
| Virtual parallel port is backed by a device on the host where the virtual machine is running. | |
The Parallel.BackingType enumerated type defines the valid backing types for a virtual parallel port.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vcenter::vm::hardware::ParallelTypes::BackingType::GetEnumValue | ( | ) | [inline] |
| static BackingType [] vmware::vcenter::vm::hardware::ParallelTypes::BackingType::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::ParallelTypes::BackingType::IsUnknown | ( | ) | [inline] |
| static BackingType vmware::vcenter::vm::hardware::ParallelTypes::BackingType::ValueOf | ( | string | name | ) | [inline, static] |
readonly BackingType vmware::vcenter::vm::hardware::ParallelTypes::BackingType::FILE = new BackingType("FILE", Values.FILE) [static] |
Virtual parallel port is backed by a file.
readonly BackingType vmware::vcenter::vm::hardware::ParallelTypes::BackingType::HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE) [static] |
Virtual parallel port is backed by a device on the host where the virtual machine is running.