Class: UU::OperationRegistry::ContainerState

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

Overview

List of possible states for Container.

Constant Summary collapse

CREATED =

Container is created but not fully usable yet.

'CREATED'
RUNNING =

Container is running.

'RUNNING'
STOPPED =

Container has been stopped.

'STOPPED'