public static enum InstancePoolLoadBalancerAttachment.LifecycleState extends Enum<InstancePoolLoadBalancerAttachment.LifecycleState> implements BmcEnum
The status of the interaction between the instance pool and the load balancer.
Enum Constant and Description |
---|
Attached |
Attaching |
Detached |
Detaching |
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 InstancePoolLoadBalancerAttachment.LifecycleState |
create(String key) |
String |
getValue() |
static InstancePoolLoadBalancerAttachment.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePoolLoadBalancerAttachment.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstancePoolLoadBalancerAttachment.LifecycleState Attaching
public static final InstancePoolLoadBalancerAttachment.LifecycleState Attached
public static final InstancePoolLoadBalancerAttachment.LifecycleState Detaching
public static final InstancePoolLoadBalancerAttachment.LifecycleState Detached
public static final InstancePoolLoadBalancerAttachment.LifecycleState UnknownEnumValue
public static InstancePoolLoadBalancerAttachment.LifecycleState[] values()
for (InstancePoolLoadBalancerAttachment.LifecycleState c : InstancePoolLoadBalancerAttachment.LifecycleState.values()) System.out.println(c);
public static InstancePoolLoadBalancerAttachment.LifecycleState 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 InstancePoolLoadBalancerAttachment.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.