VMware vSphere Automation SDK for .NET 7.0.0.1
|
The CommonInfo.Priority
enumerated type defines the update installation priority recommendations.
More...
Public Types | |
enum | Values { _UNKNOWN, HIGH, MEDIUM, LOW } |
C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
bool | IsUnknown () |
Values | GetEnumValue () |
Static Public Member Functions | |
static Priority[] | GetValues () |
static Priority | ValueOf (string name) |
Static Public Attributes | |
static readonly Priority | HIGH = new Priority("HIGH", Values.HIGH) |
Install ASAP. | |
static readonly Priority | MEDIUM = new Priority("MEDIUM", Values.MEDIUM) |
Install at the earliest convenience. | |
static readonly Priority | LOW = new Priority("LOW", Values.LOW) |
Install at your discretion. |
The CommonInfo.Priority
enumerated type defines the update installation priority recommendations.
This enumeration was added in vSphere API 6.7.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
Values vmware::appliance::update::CommonInfo::Priority::GetEnumValue | ( | ) | [inline] |
static Priority [] vmware::appliance::update::CommonInfo::Priority::GetValues | ( | ) | [inline, static] |
bool vmware::appliance::update::CommonInfo::Priority::IsUnknown | ( | ) | [inline] |
static Priority vmware::appliance::update::CommonInfo::Priority::ValueOf | ( | string | name | ) | [inline, static] |
readonly Priority vmware::appliance::update::CommonInfo::Priority::HIGH = new Priority("HIGH", Values.HIGH) [static] |
Install ASAP.
This constant was added in vSphere API 6.7.
readonly Priority vmware::appliance::update::CommonInfo::Priority::LOW = new Priority("LOW", Values.LOW) [static] |
Install at your discretion.
This constant was added in vSphere API 6.7.
readonly Priority vmware::appliance::update::CommonInfo::Priority::MEDIUM = new Priority("MEDIUM", Values.MEDIUM) [static] |
Install at the earliest convenience.
This constant was added in vSphere API 6.7.