Package com.oracle.bmc.devops.model
Enum LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget
- java.lang.Object
-
- java.lang.Enum<LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget>
-
- com.oracle.bmc.devops.model.LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget>
- Enclosing class:
- LoadBalancerTrafficShiftDeployStage
public static enum LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget extends Enum<LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget> implements BmcEnum
Specifies the target or destination backend set.Example: BLUE - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs, as per rolloutPolicy. GREEN - Traffic from the existing backends of managed Load Balance Listener to green Backend IPs as per rolloutPolicy.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AutoSelect
Blue
Green
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget
create(String key)
String
getValue()
static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget
valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AutoSelect
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget AutoSelect
-
Blue
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget Blue
-
Green
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget Green
-
UnknownEnumValue
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget c : LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget create(String key)
-
-