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