Package com.oracle.bmc.database.model
Enum ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType
- java.lang.Object
-
- java.lang.Enum<ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType>
-
- com.oracle.bmc.database.model.ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType>
- Enclosing class:
- ConvertStandbyAutonomousContainerDatabaseDetails
public static enum ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType extends Enum<ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType> implements BmcEnum
type of connection strings when converting database to snapshot mode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PrimaryServicesSnapshotServices
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsTypecreate(String key)StringgetValue()static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SnapshotServices
public static final ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType SnapshotServices
-
PrimaryServices
public static final ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType PrimaryServices
-
-
Method Detail
-
values
public static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType c : ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ConvertStandbyAutonomousContainerDatabaseDetails.ConnectionStringsType create(String key)
-
-