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.
Enum Constant and Description |
---|
Active |
Creating |
Deleted |
Deleting |
Failed |
Inactive |
Modifier and Type | Method and 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.
|
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Creating
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Active
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Deleting
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Deleted
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Failed
public static final ListFilesystemSnapshotPoliciesRequest.LifecycleState Inactive
public static ListFilesystemSnapshotPoliciesRequest.LifecycleState[] values()
for (ListFilesystemSnapshotPoliciesRequest.LifecycleState c : ListFilesystemSnapshotPoliciesRequest.LifecycleState.values()) System.out.println(c);
public static ListFilesystemSnapshotPoliciesRequest.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 ListFilesystemSnapshotPoliciesRequest.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.