enum

TandaCLI::Region

Inherits Enum < Comparable < Value < Object

Constants

Global = 0
APAC = 1
EU = 2
InternalGlobal = 3
InternalAPAC = 4

Instance methods

apac?

Returns true if this enum value equals APAC

Source
display_name
Source
eu?

Returns true if this enum value equals EU

Source
global?

Returns true if this enum value equals Global

Source
internal?
Source
internal_apac?

Returns true if this enum value equals InternalAPAC

Source
internal_global?

Returns true if this enum value equals InternalGlobal

Source
production_host
Source
staging_host
Source