|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Scsi.Type enumerated type defines the valid emulation types for a virtual SCSI adapter.
More...
Public Types | |
| enum | Values { _UNKNOWN, BUSLOGIC, LSILOGIC, LSILOGICSAS, PVSCSI } |
| 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 | BUSLOGIC = new Type("BUSLOGIC", Values.BUSLOGIC) |
| BusLogic host bus adapter. | |
| static readonly Type | LSILOGIC = new Type("LSILOGIC", Values.LSILOGIC) |
| LSI Logic host bus adapter. | |
| static readonly Type | LSILOGICSAS = new Type("LSILOGICSAS", Values.LSILOGICSAS) |
| LSI Logic SAS 1068 host bus adapter. | |
| static readonly Type | PVSCSI = new Type("PVSCSI", Values.PVSCSI) |
| Paravirtualized host bus adapter. | |
The Scsi.Type enumerated type defines the valid emulation types for a virtual SCSI 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::ScsiTypes::Type::GetEnumValue | ( | ) | [inline] |
| static Type [] vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::IsUnknown | ( | ) | [inline] |
| static Type vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::ValueOf | ( | string | name | ) | [inline, static] |
readonly Type vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::BUSLOGIC = new Type("BUSLOGIC", Values.BUSLOGIC) [static] |
BusLogic host bus adapter.
readonly Type vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::LSILOGIC = new Type("LSILOGIC", Values.LSILOGIC) [static] |
LSI Logic host bus adapter.
readonly Type vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::LSILOGICSAS = new Type("LSILOGICSAS", Values.LSILOGICSAS) [static] |
LSI Logic SAS 1068 host bus adapter.
readonly Type vmware::vcenter::vm::hardware::adapter::ScsiTypes::Type::PVSCSI = new Type("PVSCSI", Values.PVSCSI) [static] |
Paravirtualized host bus adapter.