|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Sata.Type enumerated type defines the valid emulation types for a virtual SATA adapter.
More...
Public Types | |
| enum | Values { _UNKNOWN, AHCI } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static Type[] | GetValues () |
| static Type | ValueOf (string name) |
Static Public Attributes | |
| static readonly Type | AHCI = new Type("AHCI", Values.AHCI) |
| AHCI host bus adapter. | |
The Sata.Type enumerated type defines the valid emulation types for a virtual SATA adapter.
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::adapter::SataTypes::Type::GetEnumValue | ( | ) | [inline] |
| static Type [] vmware::vcenter::vm::hardware::adapter::SataTypes::Type::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::adapter::SataTypes::Type::IsUnknown | ( | ) | [inline] |
| static Type vmware::vcenter::vm::hardware::adapter::SataTypes::Type::ValueOf | ( | string | name | ) | [inline, static] |
readonly Type vmware::vcenter::vm::hardware::adapter::SataTypes::Type::AHCI = new Type("AHCI", Values.AHCI) [static] |
AHCI host bus adapter.