Package com.oracle.bmc.database.model
Enum MaintenanceRunSummary.TargetResourceType
- java.lang.Object
-
- java.lang.Enum<MaintenanceRunSummary.TargetResourceType>
-
- com.oracle.bmc.database.model.MaintenanceRunSummary.TargetResourceType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MaintenanceRunSummary.TargetResourceType>
- Enclosing class:
- MaintenanceRunSummary
public static enum MaintenanceRunSummary.TargetResourceType extends Enum<MaintenanceRunSummary.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 MaintenanceRunSummary.TargetResourceType
create(String key)
String
getValue()
static MaintenanceRunSummary.TargetResourceType
valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceRunSummary.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 MaintenanceRunSummary.TargetResourceType AutonomousExadataInfrastructure
-
AutonomousContainerDatabase
public static final MaintenanceRunSummary.TargetResourceType AutonomousContainerDatabase
-
ExadataDbSystem
public static final MaintenanceRunSummary.TargetResourceType ExadataDbSystem
-
CloudExadataInfrastructure
public static final MaintenanceRunSummary.TargetResourceType CloudExadataInfrastructure
-
ExaccInfrastructure
public static final MaintenanceRunSummary.TargetResourceType ExaccInfrastructure
-
AutonomousVmCluster
public static final MaintenanceRunSummary.TargetResourceType AutonomousVmCluster
-
AutonomousDatabase
public static final MaintenanceRunSummary.TargetResourceType AutonomousDatabase
-
CloudAutonomousVmCluster
public static final MaintenanceRunSummary.TargetResourceType CloudAutonomousVmCluster
-
UnknownEnumValue
public static final MaintenanceRunSummary.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 MaintenanceRunSummary.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 (MaintenanceRunSummary.TargetResourceType c : MaintenanceRunSummary.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 MaintenanceRunSummary.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 MaintenanceRunSummary.TargetResourceType create(String key)
-
-