VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::CdromTypes::BackingType Class Reference

The Cdrom.BackingType enumerated type defines the valid backing types for a virtual CD-ROM device. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  ISO_FILE,
  HOST_DEVICE,
  CLIENT_DEVICE
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

static BackingType[] GetValues ()
static BackingType ValueOf (string name)

Static Public Attributes

static readonly BackingType ISO_FILE = new BackingType("ISO_FILE", Values.ISO_FILE)
 Virtual CD-ROM device is backed by an ISO file.
static readonly BackingType HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE)
 Virtual CD-ROM device is backed by a device on the host where the virtual machine is running.
static readonly BackingType CLIENT_DEVICE = new BackingType("CLIENT_DEVICE", Values.CLIENT_DEVICE)
 Virtual CD-ROM device is backed by a device on the client that is connected to the virtual machine console.

Detailed Description

The Cdrom.BackingType enumerated type defines the valid backing types for a virtual CD-ROM device.


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.

ISO_FILE 

Virtual CD-ROM device is backed by an ISO file.

HOST_DEVICE 

Virtual CD-ROM device is backed by a device on the host where the virtual machine is running.

CLIENT_DEVICE 

Virtual CD-ROM device is backed by a device on the client that is connected to the virtual machine console.


Member Function Documentation

Values vmware::vcenter::vm::hardware::CdromTypes::BackingType::GetEnumValue ( ) [inline]
static BackingType [] vmware::vcenter::vm::hardware::CdromTypes::BackingType::GetValues ( ) [inline, static]
bool vmware::vcenter::vm::hardware::CdromTypes::BackingType::IsUnknown ( ) [inline]
static BackingType vmware::vcenter::vm::hardware::CdromTypes::BackingType::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly BackingType vmware::vcenter::vm::hardware::CdromTypes::BackingType::CLIENT_DEVICE = new BackingType("CLIENT_DEVICE", Values.CLIENT_DEVICE) [static]

Virtual CD-ROM device is backed by a device on the client that is connected to the virtual machine console.

readonly BackingType vmware::vcenter::vm::hardware::CdromTypes::BackingType::HOST_DEVICE = new BackingType("HOST_DEVICE", Values.HOST_DEVICE) [static]

Virtual CD-ROM device is backed by a device on the host where the virtual machine is running.

Virtual CD-ROM device is backed by an ISO file.


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