@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public enum WorkRequestOperationType extends Enum<WorkRequestOperationType> implements BmcEnum
The type of work request operation.
Enum Constant and Description |
---|
ChangeExadataCompartment |
ChangeExternalDbSystemCompartment |
CreateDbManagementPrivateEndpoint |
CreateDbSystem |
CreateDbSystemDiscovery |
DbSystemDisableDbmgmt |
DbSystemEnableDbmgmt |
DeleteDbManagementPrivateEndpoint |
DeleteDbSystem |
DeleteExadataInfrastructure |
DisableDblm |
DisableDbmgmt |
DisableExadataInfrasturcture |
DisableSqlWatch |
EnableDblm |
EnableDbmgmt |
EnableExadataInfrastructure |
EnableSqlWatch |
ModifyDblm |
ModifyDbmgmt |
ModifySqlWatch |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
UpdateDbSystem |
UpdateExternalDbSystemConnector |
Modifier and Type | Method and Description |
---|---|
static WorkRequestOperationType |
create(String key) |
String |
getValue() |
static WorkRequestOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequestOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkRequestOperationType CreateDbManagementPrivateEndpoint
public static final WorkRequestOperationType DeleteDbManagementPrivateEndpoint
public static final WorkRequestOperationType CreateDbSystemDiscovery
public static final WorkRequestOperationType CreateDbSystem
public static final WorkRequestOperationType UpdateDbSystem
public static final WorkRequestOperationType DbSystemEnableDbmgmt
public static final WorkRequestOperationType DbSystemDisableDbmgmt
public static final WorkRequestOperationType DeleteDbSystem
public static final WorkRequestOperationType UpdateExternalDbSystemConnector
public static final WorkRequestOperationType ChangeExternalDbSystemCompartment
public static final WorkRequestOperationType DisableExadataInfrasturcture
public static final WorkRequestOperationType EnableExadataInfrastructure
public static final WorkRequestOperationType DeleteExadataInfrastructure
public static final WorkRequestOperationType ChangeExadataCompartment
public static final WorkRequestOperationType EnableSqlWatch
public static final WorkRequestOperationType DisableSqlWatch
public static final WorkRequestOperationType ModifySqlWatch
public static final WorkRequestOperationType EnableDblm
public static final WorkRequestOperationType DisableDblm
public static final WorkRequestOperationType ModifyDblm
public static final WorkRequestOperationType EnableDbmgmt
public static final WorkRequestOperationType DisableDbmgmt
public static final WorkRequestOperationType ModifyDbmgmt
public static final WorkRequestOperationType UnknownEnumValue
public static WorkRequestOperationType[] values()
for (WorkRequestOperationType c : WorkRequestOperationType.values()) System.out.println(c);
public static WorkRequestOperationType 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 WorkRequestOperationType create(String key)
Copyright © 2016–2024. All rights reserved.