|
VMware vSphere Automation SDK for .NET 6.5.0
|
The ConstantValue.Category enumerated type defines enumeration values for the valid kinds of values.
More...
Public Types | |
| enum | Values { _UNKNOWN, PRIMITIVE, LIST } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static Category[] | GetValues () |
| static Category | ValueOf (string name) |
Static Public Attributes | |
| static readonly Category | PRIMITIVE = new Category("PRIMITIVE", Values.PRIMITIVE) |
| Indicates the type of constant value is primitive. | |
| static readonly Category | LIST = new Category("LIST", Values.LIST) |
| Indicates the type of constant value is a list. | |
The ConstantValue.Category enumerated type defines enumeration values for the valid kinds of values.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vapi::metadata::metamodel::ConstantValue::Category::GetEnumValue | ( | ) | [inline] |
| static Category [] vmware::vapi::metadata::metamodel::ConstantValue::Category::GetValues | ( | ) | [inline, static] |
| bool vmware::vapi::metadata::metamodel::ConstantValue::Category::IsUnknown | ( | ) | [inline] |
| static Category vmware::vapi::metadata::metamodel::ConstantValue::Category::ValueOf | ( | string | name | ) | [inline, static] |
readonly Category vmware::vapi::metadata::metamodel::ConstantValue::Category::LIST = new Category("LIST", Values.LIST) [static] |
Indicates the type of constant value is a list.
readonly Category vmware::vapi::metadata::metamodel::ConstantValue::Category::PRIMITIVE = new Category("PRIMITIVE", Values.PRIMITIVE) [static] |
Indicates the type of constant value is primitive.