|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Floppy.BackingType enumerated type defines the valid backing types for a virtual floppy drive.
More...
Public Types | |
| enum | Values { _UNKNOWN, IMAGE_FILE, HOST_DEVICE, CLIENT_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 | IMAGE_FILE = new BackingType("IMAGE_FILE", Values.IMAGE_FILE) |
| Virtual floppy drive is backed by an image file. | |
| static readonly BackingType | HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE) |
| Virtual floppy drive is backed by a device on the host where the virtual machine is running. | |
| static readonly BackingType | CLIENT_DEVICE = new BackingType("CLIENT_DEVICE", Values.CLIENT_DEVICE) |
| Virtual floppy drive is backed by a device on the client that is connected to the virtual machine console. | |
The Floppy.BackingType enumerated type defines the valid backing types for a virtual floppy drive.
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::FloppyTypes::BackingType::GetEnumValue | ( | ) | [inline] |
| static BackingType [] vmware::vcenter::vm::hardware::FloppyTypes::BackingType::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::FloppyTypes::BackingType::IsUnknown | ( | ) | [inline] |
| static BackingType vmware::vcenter::vm::hardware::FloppyTypes::BackingType::ValueOf | ( | string | name | ) | [inline, static] |
readonly BackingType vmware::vcenter::vm::hardware::FloppyTypes::BackingType::CLIENT_DEVICE = new BackingType("CLIENT_DEVICE", Values.CLIENT_DEVICE) [static] |
Virtual floppy drive is backed by a device on the client that is connected to the virtual machine console.
readonly BackingType vmware::vcenter::vm::hardware::FloppyTypes::BackingType::HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE) [static] |
Virtual floppy drive is backed by a device on the host where the virtual machine is running.
readonly BackingType vmware::vcenter::vm::hardware::FloppyTypes::BackingType::IMAGE_FILE = new BackingType("IMAGE_FILE", Values.IMAGE_FILE) [static] |
Virtual floppy drive is backed by an image file.