public static enum UpdateAutonomousDatabaseDetails.RefreshableMode extends Enum<UpdateAutonomousDatabaseDetails.RefreshableMode> implements BmcEnum
The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
Modifier and Type | Method and Description |
---|---|
static UpdateAutonomousDatabaseDetails.RefreshableMode |
create(String key) |
String |
getValue() |
static UpdateAutonomousDatabaseDetails.RefreshableMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAutonomousDatabaseDetails.RefreshableMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateAutonomousDatabaseDetails.RefreshableMode Automatic
public static final UpdateAutonomousDatabaseDetails.RefreshableMode Manual
public static UpdateAutonomousDatabaseDetails.RefreshableMode[] values()
for (UpdateAutonomousDatabaseDetails.RefreshableMode c : UpdateAutonomousDatabaseDetails.RefreshableMode.values()) System.out.println(c);
public static UpdateAutonomousDatabaseDetails.RefreshableMode 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 UpdateAutonomousDatabaseDetails.RefreshableMode create(String key)
Copyright © 2016–2024. All rights reserved.