VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::DiskTypes::HostBusAdapterType Class Reference

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...

List of all members.

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.

Detailed Description

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.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_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.


Member Function Documentation

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]

Member Data Documentation

Disk is attached to an IDE adapter.

Disk is attached to a SATA adapter.

Disk is attached to a SCSI adapter.


The documentation for this class was generated from the following file: