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 and 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.
|
Modifier and Type | Method and 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.
|
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget AutoSelect
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget Blue
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget Green
public static final LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget UnknownEnumValue
public static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget[] values()
for (LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget c : LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget.values()) System.out.println(c);
public static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget create(String key)
Copyright © 2016–2025. All rights reserved.