Enum DiscoveredCloudDbSystemComponent.Status
- java.lang.Object
-
- java.lang.Enum<DiscoveredCloudDbSystemComponent.Status>
-
- com.oracle.bmc.databasemanagement.model.DiscoveredCloudDbSystemComponent.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DiscoveredCloudDbSystemComponent.Status>
- Enclosing class:
- DiscoveredCloudDbSystemComponent
public static enum DiscoveredCloudDbSystemComponent.Status extends Enum<DiscoveredCloudDbSystemComponent.Status> implements BmcEnum
The state of the discovered DB system component.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Existing
ExistingBasic
ExistingBasicPe
ExistingPe
MarkedForDeletion
MarkedForMigration
MarkedForUpgrade
MarkedForUpgradeMigration
New
Unknown
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveredCloudDbSystemComponent.Status
create(String key)
String
getValue()
static DiscoveredCloudDbSystemComponent.Status
valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveredCloudDbSystemComponent.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
New
public static final DiscoveredCloudDbSystemComponent.Status New
-
Existing
public static final DiscoveredCloudDbSystemComponent.Status Existing
-
ExistingBasic
public static final DiscoveredCloudDbSystemComponent.Status ExistingBasic
-
ExistingPe
public static final DiscoveredCloudDbSystemComponent.Status ExistingPe
-
ExistingBasicPe
public static final DiscoveredCloudDbSystemComponent.Status ExistingBasicPe
-
MarkedForUpgrade
public static final DiscoveredCloudDbSystemComponent.Status MarkedForUpgrade
-
MarkedForMigration
public static final DiscoveredCloudDbSystemComponent.Status MarkedForMigration
-
MarkedForUpgradeMigration
public static final DiscoveredCloudDbSystemComponent.Status MarkedForUpgradeMigration
-
MarkedForDeletion
public static final DiscoveredCloudDbSystemComponent.Status MarkedForDeletion
-
Unknown
public static final DiscoveredCloudDbSystemComponent.Status Unknown
-
UnknownEnumValue
public static final DiscoveredCloudDbSystemComponent.Status UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DiscoveredCloudDbSystemComponent.Status[] 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 (DiscoveredCloudDbSystemComponent.Status c : DiscoveredCloudDbSystemComponent.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DiscoveredCloudDbSystemComponent.Status 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 DiscoveredCloudDbSystemComponent.Status create(String key)
-
-