public static enum DbBackupConfig.AutoFullBackupDay extends Enum<DbBackupConfig.AutoFullBackupDay> implements BmcEnum
Day of the week the full backup should be applied on the database system. If no option is selected, the value is null and we will default to Sunday.
Enum Constant and Description |
---|
Friday |
Monday |
Saturday |
Sunday |
Thursday |
Tuesday |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Wednesday |
Modifier and Type | Method and Description |
---|---|
static DbBackupConfig.AutoFullBackupDay |
create(String key) |
String |
getValue() |
static DbBackupConfig.AutoFullBackupDay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbBackupConfig.AutoFullBackupDay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbBackupConfig.AutoFullBackupDay Sunday
public static final DbBackupConfig.AutoFullBackupDay Monday
public static final DbBackupConfig.AutoFullBackupDay Tuesday
public static final DbBackupConfig.AutoFullBackupDay Wednesday
public static final DbBackupConfig.AutoFullBackupDay Thursday
public static final DbBackupConfig.AutoFullBackupDay Friday
public static final DbBackupConfig.AutoFullBackupDay Saturday
public static final DbBackupConfig.AutoFullBackupDay UnknownEnumValue
public static DbBackupConfig.AutoFullBackupDay[] values()
for (DbBackupConfig.AutoFullBackupDay c : DbBackupConfig.AutoFullBackupDay.values()) System.out.println(c);
public static DbBackupConfig.AutoFullBackupDay 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 DbBackupConfig.AutoFullBackupDay create(String key)
Copyright © 2016–2024. All rights reserved.