Uses of Enum Class
com.yahoo.config.provision.Environment
-
Uses of Environment in com.yahoo.config.provision
Modifier and TypeMethodDescriptionstatic Environment
Environment.defaultEnvironment()
Returns the prod environment.Zone.environment()
Returns the current environmentstatic Environment
Returns the environment name from the string value returned by value()static Environment
Returns the enum constant of this class with the specified name.static Environment[]
Environment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Environment.isAnyOf
(Environment... environments) Returns whether this is one of the given environmentsModifierConstructorDescriptionZone
(Cloud cloud, SystemName systemName, Environment environment, RegionName region) Create from cloud, system, environment and region.Zone
(Environment environment, RegionName region) Create from environment and region.Zone
(SystemName systemName, Environment environment, RegionName region) Create from system, environment and region. -
Uses of Environment in com.yahoo.config.provision.zone
Modifier and TypeMethodDescriptionZoneId.environment()
default Environment
ZoneApi.getEnvironment()
Modifier and TypeMethodDescriptionstatic ZoneId
ZoneId.from
(Environment environment, RegionName region) ZoneList.in
(Environment... environments) Zones in one of the given environments.