Package | Description |
---|---|
com.vmware.vcenter.deployment |
Modifier and Type | Field and Description |
---|---|
static Operation |
Operation.INSTALL
The appliance installation is in progress.
|
static Operation |
Operation.MIGRATE
The appliance migration is in progress.
|
static Operation |
Operation.RESTORE
The appliance restoration is in progress.
|
static Operation |
Operation.ROLLBACK
The appliance is being rolled back to an unconfigured state.
|
static Operation |
Operation.UPGRADE
The appliance upgrade is in progress.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static Operation[] |
Operation.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|