VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Operation
enumerated type defines the supported vCenter appliance deployment operations.
More...
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. |
The Operation
enumerated type defines the supported vCenter appliance deployment operations.
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::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] |
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.