public static enum ConvertStandbyAutonomousContainerDatabaseDetails.Role extends Enum<ConvertStandbyAutonomousContainerDatabaseDetails.Role> implements BmcEnum
The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
Enum Constant and Description |
---|
BackupCopy |
DisabledStandby |
Primary |
SnapshotStandby |
Standby |
Modifier and Type | Method and Description |
---|---|
static ConvertStandbyAutonomousContainerDatabaseDetails.Role |
create(String key) |
String |
getValue() |
static ConvertStandbyAutonomousContainerDatabaseDetails.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertStandbyAutonomousContainerDatabaseDetails.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertStandbyAutonomousContainerDatabaseDetails.Role Primary
public static final ConvertStandbyAutonomousContainerDatabaseDetails.Role Standby
public static final ConvertStandbyAutonomousContainerDatabaseDetails.Role DisabledStandby
public static final ConvertStandbyAutonomousContainerDatabaseDetails.Role BackupCopy
public static final ConvertStandbyAutonomousContainerDatabaseDetails.Role SnapshotStandby
public static ConvertStandbyAutonomousContainerDatabaseDetails.Role[] values()
for (ConvertStandbyAutonomousContainerDatabaseDetails.Role c : ConvertStandbyAutonomousContainerDatabaseDetails.Role.values()) System.out.println(c);
public static ConvertStandbyAutonomousContainerDatabaseDetails.Role 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 ConvertStandbyAutonomousContainerDatabaseDetails.Role create(String key)
Copyright © 2016–2025. All rights reserved.