public static enum Backup.CreationType extends Enum<Backup.CreationType> implements BmcEnum
Indicates how the backup was created: manually, automatic, or by an Operator.
Enum Constant and Description |
---|
Automatic |
Manual |
Operator |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Backup.CreationType |
create(String key) |
String |
getValue() |
static Backup.CreationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backup.CreationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Backup.CreationType Manual
public static final Backup.CreationType Automatic
public static final Backup.CreationType Operator
public static final Backup.CreationType UnknownEnumValue
public static Backup.CreationType[] values()
for (Backup.CreationType c : Backup.CreationType.values()) System.out.println(c);
public static Backup.CreationType 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 Backup.CreationType create(String key)
Copyright © 2016–2024. All rights reserved.