Class: RubyAemAws::ELBInstanceState

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_aem_aws/constants.rb

Constant Summary collapse

DRAINING =
'draining'.freeze
HEALTHY =
'healthy'.freeze
INITIAL =
'initial'.freeze
UNAVAILABLE =
'unavailable'.freeze
UNHEALTHY =
'unhealthy'.freeze
UNUSED =
'unused'.freeze
ALL_ACTIVE =
[HEALTHY, INITIAL, UNAVAILABLE, UNUSED].freeze