|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Disk.HostBusAdapterType enumerated type defines the valid types of host bus adapters that may be used for attaching a virtual storage device to a virtual machine.
More...
Public Types | |
| enum | Values { _UNKNOWN, IDE, SCSI, SATA } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static HostBusAdapterType[] | GetValues () |
| static HostBusAdapterType | ValueOf (string name) |
Static Public Attributes | |
| static readonly HostBusAdapterType | IDE = new HostBusAdapterType("IDE", Values.IDE) |
| Disk is attached to an IDE adapter. | |
| static readonly HostBusAdapterType | SCSI = new HostBusAdapterType("SCSI", Values.SCSI) |
| Disk is attached to a SCSI adapter. | |
| static readonly HostBusAdapterType | SATA = new HostBusAdapterType("SATA", Values.SATA) |
| Disk is attached to a SATA adapter. | |
The Disk.HostBusAdapterType enumerated type defines the valid types of host bus adapters that may be used for attaching a virtual storage device to a virtual machine.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| _UNKNOWN |
Special enumeration constant which is used to represent constants that do not exist in the current enum binding. For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant. |
| IDE |
Disk is attached to an IDE adapter. |
| SCSI |
Disk is attached to a SCSI adapter. |
| SATA |
Disk is attached to a SATA adapter. |
| Values vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::GetEnumValue | ( | ) | [inline] |
| static HostBusAdapterType [] vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::IsUnknown | ( | ) | [inline] |
| static HostBusAdapterType vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::ValueOf | ( | string | name | ) | [inline, static] |
readonly HostBusAdapterType vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::IDE = new HostBusAdapterType("IDE", Values.IDE) [static] |
Disk is attached to an IDE adapter.
readonly HostBusAdapterType vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::SATA = new HostBusAdapterType("SATA", Values.SATA) [static] |
Disk is attached to a SATA adapter.
readonly HostBusAdapterType vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType::SCSI = new HostBusAdapterType("SCSI", Values.SCSI) [static] |
Disk is attached to a SCSI adapter.