public static enum InternetGateway.LifecycleState extends Enum<InternetGateway.LifecycleState> implements BmcEnum
The internet gateway’s current state.
Enum Constant and Description |
---|
Available |
Provisioning |
Terminated |
Terminating |
Modifier and Type | Method and Description |
---|---|
static InternetGateway.LifecycleState |
create(String key) |
String |
getValue() |
static InternetGateway.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternetGateway.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternetGateway.LifecycleState Provisioning
public static final InternetGateway.LifecycleState Available
public static final InternetGateway.LifecycleState Terminating
public static final InternetGateway.LifecycleState Terminated
public static InternetGateway.LifecycleState[] values()
for (InternetGateway.LifecycleState c : InternetGateway.LifecycleState.values()) System.out.println(c);
public static InternetGateway.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 InternetGateway.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.