public static enum AutonomousDwDatabase.AutonomousMaintenanceScheduleType extends Enum<AutonomousDwDatabase.AutonomousMaintenanceScheduleType> implements BmcEnum
The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
Modifier and Type | Method and Description |
---|---|
static AutonomousDwDatabase.AutonomousMaintenanceScheduleType |
create(String key) |
String |
getValue() |
static AutonomousDwDatabase.AutonomousMaintenanceScheduleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDwDatabase.AutonomousMaintenanceScheduleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousDwDatabase.AutonomousMaintenanceScheduleType Early
public static final AutonomousDwDatabase.AutonomousMaintenanceScheduleType Regular
public static AutonomousDwDatabase.AutonomousMaintenanceScheduleType[] values()
for (AutonomousDwDatabase.AutonomousMaintenanceScheduleType c : AutonomousDwDatabase.AutonomousMaintenanceScheduleType.values()) System.out.println(c);
public static AutonomousDwDatabase.AutonomousMaintenanceScheduleType 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 AutonomousDwDatabase.AutonomousMaintenanceScheduleType create(String key)
Copyright © 2016–2025. All rights reserved.