public static enum WebAppFirewall.LifecycleState extends Enum<WebAppFirewall.LifecycleState> implements BmcEnum
The current state of the WebAppFirewall.
Enum Constant and Description |
---|
Active |
Creating |
Deleted |
Deleting |
Failed |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Updating |
Modifier and Type | Method and Description |
---|---|
static WebAppFirewall.LifecycleState |
create(String key) |
String |
getValue() |
static WebAppFirewall.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppFirewall.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebAppFirewall.LifecycleState Creating
public static final WebAppFirewall.LifecycleState Updating
public static final WebAppFirewall.LifecycleState Active
public static final WebAppFirewall.LifecycleState Deleting
public static final WebAppFirewall.LifecycleState Deleted
public static final WebAppFirewall.LifecycleState Failed
public static final WebAppFirewall.LifecycleState UnknownEnumValue
public static WebAppFirewall.LifecycleState[] values()
for (WebAppFirewall.LifecycleState c : WebAppFirewall.LifecycleState.values()) System.out.println(c);
public static WebAppFirewall.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 WebAppFirewall.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.