Enum ListFilesystemSnapshotPoliciesRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListFilesystemSnapshotPoliciesRequest.LifecycleState>
-
- com.oracle.bmc.filestorage.requests.ListFilesystemSnapshotPoliciesRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListFilesystemSnapshotPoliciesRequest.LifecycleState>
- Enclosing class:
- ListFilesystemSnapshotPoliciesRequest
public static enum ListFilesystemSnapshotPoliciesRequest.LifecycleState extends Enum<ListFilesystemSnapshotPoliciesRequest.LifecycleState> implements BmcEnum
Filter results by the specified lifecycle state.Must be a valid state for the resource type.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFilesystemSnapshotPoliciesRequest.LifecycleState
create(String key)
String
getValue()
static ListFilesystemSnapshotPoliciesRequest.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListFilesystemSnapshotPoliciesRequest.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Creating
-
Active
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Active
-
Deleting
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Deleting
-
Deleted
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Deleted
-
Failed
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Failed
-
Inactive
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Inactive
-
-
Method Detail
-
values
public static ListFilesystemSnapshotPoliciesRequest.LifecycleState[] 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 (ListFilesystemSnapshotPoliciesRequest.LifecycleState c : ListFilesystemSnapshotPoliciesRequest.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListFilesystemSnapshotPoliciesRequest.LifecycleState 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 ListFilesystemSnapshotPoliciesRequest.LifecycleState create(String key)
-
-