Class: UU::OperationRegistry::ResourceGroupState

Inherits:
Object
  • Object
show all
Defined in:
lib/uu/operation_registry/resource_group_state.rb

Overview

List of possible states for ResourceGroup

Constant Summary collapse

ACTIVE =

ResourceGroup is valid.

'ACTIVE'
SWAPPING =

The ResourceGroup/swap is updating the ResourceGroup and its AppDeployments now.

'SWAPPING'
PROBLEM =

The ResourceGroup/swap command was called and it failed. Rollback was not successful and the ResourceGroup and its AppDeployments might be in some inconsistent state.

'PROBLEM'