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 and 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.
|
Modifier and Type | Method and 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.
|
public static final MaintenanceRunSummary.TargetResourceType AutonomousExadataInfrastructure
public static final MaintenanceRunSummary.TargetResourceType AutonomousContainerDatabase
public static final MaintenanceRunSummary.TargetResourceType ExadataDbSystem
public static final MaintenanceRunSummary.TargetResourceType CloudExadataInfrastructure
public static final MaintenanceRunSummary.TargetResourceType ExaccInfrastructure
public static final MaintenanceRunSummary.TargetResourceType AutonomousVmCluster
public static final MaintenanceRunSummary.TargetResourceType AutonomousDatabase
public static final MaintenanceRunSummary.TargetResourceType CloudAutonomousVmCluster
public static final MaintenanceRunSummary.TargetResourceType UnknownEnumValue
public static MaintenanceRunSummary.TargetResourceType[] values()
for (MaintenanceRunSummary.TargetResourceType c : MaintenanceRunSummary.TargetResourceType.values()) System.out.println(c);
public static MaintenanceRunSummary.TargetResourceType 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 MaintenanceRunSummary.TargetResourceType create(String key)
Copyright © 2016–2025. All rights reserved.