VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ApplianceSize
enumerated type defines the vCenter Server Appliance sizes.
More...
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'. |
The ApplianceSize
enumerated type defines the vCenter Server Appliance sizes.
This enumeration was added in vSphere API 7.0.0.
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::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] |
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.
readonly ApplianceSize vmware::vcenter::deployment::ApplianceSize::TINY = new ApplianceSize("TINY", Values.TINY) [static] |
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.