public static enum CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType extends Enum<CreateAutonomousDatabaseBase.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 CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType |
create(String key) |
String |
getValue() |
static CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType Early
public static final CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType Regular
public static CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType[] values()
for (CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType c : CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType.values()) System.out.println(c);
public static CreateAutonomousDatabaseBase.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 CreateAutonomousDatabaseBase.AutonomousMaintenanceScheduleType create(String key)
Copyright © 2016–2024. All rights reserved.