VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::ApplianceSize Class Reference

The ApplianceSize enumerated type defines the vCenter Server Appliance sizes. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  TINY,
  SMALL,
  MEDIUM,
  LARGE,
  XLARGE
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly ApplianceSize TINY = new ApplianceSize("TINY", Values.TINY)
 Appliance size of 'tiny'.
static readonly ApplianceSize SMALL = new ApplianceSize("SMALL", Values.SMALL)
 Appliance size of 'small'.
static readonly ApplianceSize MEDIUM = new ApplianceSize("MEDIUM", Values.MEDIUM)
 Appliance size of 'medium'.
static readonly ApplianceSize LARGE = new ApplianceSize("LARGE", Values.LARGE)
 Appliance size of 'large'.
static readonly ApplianceSize XLARGE = new ApplianceSize("XLARGE", Values.XLARGE)
 Appliance size of 'extra large'.

Detailed Description

The ApplianceSize enumerated type defines the vCenter Server Appliance sizes.

This enumeration was added in vSphere API 7.0.0.


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.

TINY 

Appliance size of 'tiny'.

This constant was added in vSphere API 7.0.0.

SMALL 

Appliance size of 'small'.

This constant was added in vSphere API 7.0.0.

MEDIUM 

Appliance size of 'medium'.

This constant was added in vSphere API 7.0.0.

LARGE 

Appliance size of 'large'.

This constant was added in vSphere API 7.0.0.

XLARGE 

Appliance size of 'extra large'.

This constant was added in vSphere API 7.0.0.


Member Function Documentation

Values vmware::vcenter::deployment::ApplianceSize::GetEnumValue ( ) [inline]
static ApplianceSize [] vmware::vcenter::deployment::ApplianceSize::GetValues ( ) [inline, static]
bool vmware::vcenter::deployment::ApplianceSize::IsUnknown ( ) [inline]
static ApplianceSize vmware::vcenter::deployment::ApplianceSize::ValueOf ( string  name) [inline, static]

Member Data Documentation

readonly ApplianceSize vmware::vcenter::deployment::ApplianceSize::LARGE = new ApplianceSize("LARGE", Values.LARGE) [static]

Appliance size of 'large'.

This constant was added in vSphere API 7.0.0.

readonly ApplianceSize vmware::vcenter::deployment::ApplianceSize::MEDIUM = new ApplianceSize("MEDIUM", Values.MEDIUM) [static]

Appliance size of 'medium'.

This constant was added in vSphere API 7.0.0.

readonly ApplianceSize vmware::vcenter::deployment::ApplianceSize::SMALL = new ApplianceSize("SMALL", Values.SMALL) [static]

Appliance size of 'small'.

This constant was added in vSphere API 7.0.0.

Appliance size of 'tiny'.

This constant was added in vSphere API 7.0.0.

readonly ApplianceSize vmware::vcenter::deployment::ApplianceSize::XLARGE = new ApplianceSize("XLARGE", Values.XLARGE) [static]

Appliance size of 'extra large'.

This constant was added in vSphere API 7.0.0.


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