VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::update::CommonInfo::Priority Class Reference

The CommonInfo.Priority enumerated type defines the update installation priority recommendations. More...

List of all members.

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.

Detailed Description

The CommonInfo.Priority enumerated type defines the update installation priority recommendations.

This enumeration was added in vSphere API 6.7.


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.

HIGH 

Install ASAP.

This constant was added in vSphere API 6.7.

MEDIUM 

Install at the earliest convenience.

This constant was added in vSphere API 6.7.

LOW 

Install at your discretion.

This constant was added in vSphere API 6.7.


Member Function Documentation

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]

Member Data Documentation

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.


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