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

The Operation enumerated type defines the supported vCenter appliance deployment operations. More...

List of all members.

Public Types

enum  Values {
  _UNKNOWN,
  INSTALL,
  UPGRADE,
  MIGRATE,
  RESTORE,
  ROLLBACK
}
 C# enum whose values can be used in switch statements. More...

Public Member Functions

bool IsUnknown ()
Values GetEnumValue ()

Static Public Member Functions

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

Static Public Attributes

static readonly Operation INSTALL = new Operation("INSTALL", Values.INSTALL)
 The appliance installation is in progress.
static readonly Operation UPGRADE = new Operation("UPGRADE", Values.UPGRADE)
 The appliance upgrade is in progress.
static readonly Operation MIGRATE = new Operation("MIGRATE", Values.MIGRATE)
 The appliance migration is in progress.
static readonly Operation RESTORE = new Operation("RESTORE", Values.RESTORE)
 The appliance restoration is in progress.
static readonly Operation ROLLBACK = new Operation("ROLLBACK", Values.ROLLBACK)
 The appliance is being rolled back to an unconfigured state.

Detailed Description

The Operation enumerated type defines the supported vCenter appliance deployment operations.

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.

INSTALL 

The appliance installation is in progress.

This constant was added in vSphere API 6.7.

UPGRADE 

The appliance upgrade is in progress.

This constant was added in vSphere API 6.7.

MIGRATE 

The appliance migration is in progress.

This constant was added in vSphere API 6.7.

RESTORE 

The appliance restoration is in progress.

This constant was added in vSphere API 6.7.

ROLLBACK 

The appliance is being rolled back to an unconfigured state.

This constant was added in vSphere API 6.7.


Member Function Documentation

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

Member Data Documentation

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

The appliance installation is in progress.

This constant was added in vSphere API 6.7.

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

The appliance migration is in progress.

This constant was added in vSphere API 6.7.

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

The appliance restoration is in progress.

This constant was added in vSphere API 6.7.

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

The appliance is being rolled back to an unconfigured state.

This constant was added in vSphere API 6.7.

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

The appliance upgrade is in progress.

This constant was added in vSphere API 6.7.


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