Enum DistributedDbBackupConfig.AutoBackupWindow
- java.lang.Object
- 
- java.lang.Enum<DistributedDbBackupConfig.AutoBackupWindow>
- 
- com.oracle.bmc.distributeddatabase.model.DistributedDbBackupConfig.AutoBackupWindow
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<DistributedDbBackupConfig.AutoBackupWindow>
 - Enclosing class:
- DistributedDbBackupConfig
 
 public static enum DistributedDbBackupConfig.AutoBackupWindow extends Enum<DistributedDbBackupConfig.AutoBackupWindow> implements BmcEnum Time window selected for initiating automatic backup for the database system.There are twelve available two-hour time windows. If no option is selected, 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 SummaryEnum Constants Enum Constant Description SlotEightSlotElevenSlotFiveSlotFourSlotNineSlotOneSlotSevenSlotSixSlotTenSlotThreeSlotTwelveSlotTwoUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributedDbBackupConfig.AutoBackupWindowcreate(String key)StringgetValue()static DistributedDbBackupConfig.AutoBackupWindowvalueOf(String name)Returns the enum constant of this type with the specified name.static DistributedDbBackupConfig.AutoBackupWindow[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
SlotOnepublic static final DistributedDbBackupConfig.AutoBackupWindow SlotOne 
 - 
SlotTwopublic static final DistributedDbBackupConfig.AutoBackupWindow SlotTwo 
 - 
SlotThreepublic static final DistributedDbBackupConfig.AutoBackupWindow SlotThree 
 - 
SlotFourpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotFour 
 - 
SlotFivepublic static final DistributedDbBackupConfig.AutoBackupWindow SlotFive 
 - 
SlotSixpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotSix 
 - 
SlotSevenpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotSeven 
 - 
SlotEightpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotEight 
 - 
SlotNinepublic static final DistributedDbBackupConfig.AutoBackupWindow SlotNine 
 - 
SlotTenpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotTen 
 - 
SlotElevenpublic static final DistributedDbBackupConfig.AutoBackupWindow SlotEleven 
 - 
SlotTwelvepublic static final DistributedDbBackupConfig.AutoBackupWindow SlotTwelve 
 - 
UnknownEnumValuepublic static final DistributedDbBackupConfig.AutoBackupWindow UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static DistributedDbBackupConfig.AutoBackupWindow[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DistributedDbBackupConfig.AutoBackupWindow c : DistributedDbBackupConfig.AutoBackupWindow.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DistributedDbBackupConfig.AutoBackupWindow valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static DistributedDbBackupConfig.AutoBackupWindow create(String key) 
 
- 
 
-