public static enum CreateAutonomousContainerDatabaseDetails.ProtectionMode extends Enum<CreateAutonomousContainerDatabaseDetails.ProtectionMode> implements BmcEnum
The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
Enum Constant and Description |
---|
MaximumAvailability |
MaximumPerformance |
Modifier and Type | Method and Description |
---|---|
static CreateAutonomousContainerDatabaseDetails.ProtectionMode |
create(String key) |
String |
getValue() |
static CreateAutonomousContainerDatabaseDetails.ProtectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAutonomousContainerDatabaseDetails.ProtectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAutonomousContainerDatabaseDetails.ProtectionMode MaximumAvailability
public static final CreateAutonomousContainerDatabaseDetails.ProtectionMode MaximumPerformance
public static CreateAutonomousContainerDatabaseDetails.ProtectionMode[] values()
for (CreateAutonomousContainerDatabaseDetails.ProtectionMode c : CreateAutonomousContainerDatabaseDetails.ProtectionMode.values()) System.out.println(c);
public static CreateAutonomousContainerDatabaseDetails.ProtectionMode 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 CreateAutonomousContainerDatabaseDetails.ProtectionMode create(String key)
Copyright © 2016–2024. All rights reserved.