Package com.oracle.bmc.database.model
Enum MaintenanceRun.TargetResourceType
- java.lang.Object
-
- java.lang.Enum<MaintenanceRun.TargetResourceType>
-
- com.oracle.bmc.database.model.MaintenanceRun.TargetResourceType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MaintenanceRun.TargetResourceType>
- Enclosing class:
- MaintenanceRun
public static enum MaintenanceRun.TargetResourceType extends Enum<MaintenanceRun.TargetResourceType> implements BmcEnum
The type of the target resource on which the maintenance run occurs.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AutonomousContainerDatabase
AutonomousDatabase
AutonomousExadataInfrastructure
AutonomousVmCluster
CloudAutonomousVmCluster
CloudExadataInfrastructure
ExaccInfrastructure
ExadataDbSystem
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 MaintenanceRun.TargetResourceType
create(String key)
String
getValue()
static MaintenanceRun.TargetResourceType
valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRun.TargetResourceType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AutonomousExadataInfrastructure
public static final MaintenanceRun.TargetResourceType AutonomousExadataInfrastructure
-
AutonomousContainerDatabase
public static final MaintenanceRun.TargetResourceType AutonomousContainerDatabase
-
ExadataDbSystem
public static final MaintenanceRun.TargetResourceType ExadataDbSystem
-
CloudExadataInfrastructure
public static final MaintenanceRun.TargetResourceType CloudExadataInfrastructure
-
ExaccInfrastructure
public static final MaintenanceRun.TargetResourceType ExaccInfrastructure
-
AutonomousVmCluster
public static final MaintenanceRun.TargetResourceType AutonomousVmCluster
-
AutonomousDatabase
public static final MaintenanceRun.TargetResourceType AutonomousDatabase
-
CloudAutonomousVmCluster
public static final MaintenanceRun.TargetResourceType CloudAutonomousVmCluster
-
UnknownEnumValue
public static final MaintenanceRun.TargetResourceType 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 MaintenanceRun.TargetResourceType[] 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 (MaintenanceRun.TargetResourceType c : MaintenanceRun.TargetResourceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MaintenanceRun.TargetResourceType 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 MaintenanceRun.TargetResourceType create(String key)
-
-