|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Scsi.Sharing enumerated type defines the valid bus sharing modes for a virtual SCSI adapter.
More...
Public Types | |
| enum | Values { _UNKNOWN, NONE, VIRTUAL, PHYSICAL } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static Sharing[] | GetValues () |
| static Sharing | ValueOf (string name) |
Static Public Attributes | |
| static readonly Sharing | NONE = new Sharing("NONE", Values.NONE) |
| The virtual SCSI bus is not shared. | |
| static readonly Sharing | VIRTUAL = new Sharing("VIRTUAL", Values.VIRTUAL) |
| The virtual SCSI bus is shared between two or more virtual machines. | |
| static readonly Sharing | PHYSICAL = new Sharing("PHYSICAL", Values.PHYSICAL) |
| The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts. | |
The Scsi.Sharing enumerated type defines the valid bus sharing modes 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::Sharing::GetEnumValue | ( | ) | [inline] |
| static Sharing [] vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::IsUnknown | ( | ) | [inline] |
| static Sharing vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::ValueOf | ( | string | name | ) | [inline, static] |
readonly Sharing vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::NONE = new Sharing("NONE", Values.NONE) [static] |
The virtual SCSI bus is not shared.
readonly Sharing vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::PHYSICAL = new Sharing("PHYSICAL", Values.PHYSICAL) [static] |
The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts.
readonly Sharing vmware::vcenter::vm::hardware::adapter::ScsiTypes::Sharing::VIRTUAL = new Sharing("VIRTUAL", Values.VIRTUAL) [static] |
The virtual SCSI bus is shared between two or more virtual machines.
In this case, no physical machine is involved.