public static enum DbBackupConfig.AutoFullBackupWindow extends Enum<DbBackupConfig.AutoFullBackupWindow> implements BmcEnum
Time window selected for initiating full backup for the database system. There are twelve available two-hour time windows. If no option is selected, the value is null and a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive).
Example: SLOT_TWO
Enum Constant and Description |
---|
SlotEight |
SlotEleven |
SlotFive |
SlotFour |
SlotNine |
SlotOne |
SlotSeven |
SlotSix |
SlotTen |
SlotThree |
SlotTwelve |
SlotTwo |
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 DbBackupConfig.AutoFullBackupWindow |
create(String key) |
String |
getValue() |
static DbBackupConfig.AutoFullBackupWindow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbBackupConfig.AutoFullBackupWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbBackupConfig.AutoFullBackupWindow SlotOne
public static final DbBackupConfig.AutoFullBackupWindow SlotTwo
public static final DbBackupConfig.AutoFullBackupWindow SlotThree
public static final DbBackupConfig.AutoFullBackupWindow SlotFour
public static final DbBackupConfig.AutoFullBackupWindow SlotFive
public static final DbBackupConfig.AutoFullBackupWindow SlotSix
public static final DbBackupConfig.AutoFullBackupWindow SlotSeven
public static final DbBackupConfig.AutoFullBackupWindow SlotEight
public static final DbBackupConfig.AutoFullBackupWindow SlotNine
public static final DbBackupConfig.AutoFullBackupWindow SlotTen
public static final DbBackupConfig.AutoFullBackupWindow SlotEleven
public static final DbBackupConfig.AutoFullBackupWindow SlotTwelve
public static final DbBackupConfig.AutoFullBackupWindow UnknownEnumValue
public static DbBackupConfig.AutoFullBackupWindow[] values()
for (DbBackupConfig.AutoFullBackupWindow c : DbBackupConfig.AutoFullBackupWindow.values()) System.out.println(c);
public static DbBackupConfig.AutoFullBackupWindow 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.AutoFullBackupWindow create(String key)
Copyright © 2016–2024. All rights reserved.