Class: UU::C3::AppDeploymentSlot

Inherits:
Object
  • Object
show all
Defined in:
lib/uu/c3/app_deployment_slot.rb

Overview

Defines possible slots.

Constant Summary collapse

PRODUCTION =

Production slot mean that Application will be routed on standard production gateway. Production slot have same behavior like all AppDeployments before introduction of slot choosing. Introduction of slot choosing is realized to enable function of uuCloud AppDeployment/swap command. Default value.

'PRODUCTION'
BETA =

Beta slot is used to test application in production environment from another gateway. Introduction of slot choosing is realized to enable function of uuCloud AppDeployment/swap command.

'BETA'