@Generated(value="OracleSDKGenerator", comments="API Version: 20180828") public enum BackupState extends Enum<BackupState> implements BmcEnum
The result of a cluster backup operation.
Modifier and Type | Method and Description |
---|---|
static BackupState |
create(String key) |
String |
getValue() |
static BackupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupState Deleted
public static final BackupState Success
public static final BackupState Failed
public static BackupState[] values()
for (BackupState c : BackupState.values()) System.out.println(c);
public static BackupState 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 BackupState create(String key)
Copyright © 2016–2024. All rights reserved.