Enum WorkRequestOperationType
- java.lang.Object
-
- java.lang.Enum<WorkRequestOperationType>
-
- com.oracle.bmc.databasemanagement.model.WorkRequestOperationType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<WorkRequestOperationType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public enum WorkRequestOperationType extends Enum<WorkRequestOperationType> implements BmcEnumThe type of work request operation.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ChangeExadataCompartmentChangeExternalDbSystemCompartmentCheckExternalMysqlConnectionCreateDbManagementPrivateEndpointCreateDbSystemCreateDbSystemDiscoveryCreateExternalMysqlConnectorDbSystemDisableDbmgmtDbSystemEnableDbmgmtDeleteDbManagementPrivateEndpointDeleteDbSystemDeleteExadataInfrastructureDeleteExternalMysqlConnectorDeleteExternalMysqlDatabaseDisableDblmDisableDbmgmtDisableExadataInfrasturctureDisableSqlWatchEnableDblmEnableDbmgmtEnableExadataInfrastructureEnableSqlWatchModifyDblmModifyDbmgmtModifySqlWatchUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateDbSystemUpdateExternalDbSystemConnectorUpdateExternalMysqlCredential
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkRequestOperationTypecreate(String key)StringgetValue()static WorkRequestOperationTypevalueOf(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.
-
-
-
Enum Constant Detail
-
CreateDbManagementPrivateEndpoint
public static final WorkRequestOperationType CreateDbManagementPrivateEndpoint
-
DeleteDbManagementPrivateEndpoint
public static final WorkRequestOperationType DeleteDbManagementPrivateEndpoint
-
CreateDbSystemDiscovery
public static final WorkRequestOperationType CreateDbSystemDiscovery
-
CreateDbSystem
public static final WorkRequestOperationType CreateDbSystem
-
UpdateDbSystem
public static final WorkRequestOperationType UpdateDbSystem
-
DbSystemEnableDbmgmt
public static final WorkRequestOperationType DbSystemEnableDbmgmt
-
DbSystemDisableDbmgmt
public static final WorkRequestOperationType DbSystemDisableDbmgmt
-
DeleteDbSystem
public static final WorkRequestOperationType DeleteDbSystem
-
UpdateExternalDbSystemConnector
public static final WorkRequestOperationType UpdateExternalDbSystemConnector
-
ChangeExternalDbSystemCompartment
public static final WorkRequestOperationType ChangeExternalDbSystemCompartment
-
DisableExadataInfrasturcture
public static final WorkRequestOperationType DisableExadataInfrasturcture
-
EnableExadataInfrastructure
public static final WorkRequestOperationType EnableExadataInfrastructure
-
DeleteExadataInfrastructure
public static final WorkRequestOperationType DeleteExadataInfrastructure
-
ChangeExadataCompartment
public static final WorkRequestOperationType ChangeExadataCompartment
-
EnableSqlWatch
public static final WorkRequestOperationType EnableSqlWatch
-
DisableSqlWatch
public static final WorkRequestOperationType DisableSqlWatch
-
ModifySqlWatch
public static final WorkRequestOperationType ModifySqlWatch
-
EnableDblm
public static final WorkRequestOperationType EnableDblm
-
DisableDblm
public static final WorkRequestOperationType DisableDblm
-
ModifyDblm
public static final WorkRequestOperationType ModifyDblm
-
EnableDbmgmt
public static final WorkRequestOperationType EnableDbmgmt
-
DisableDbmgmt
public static final WorkRequestOperationType DisableDbmgmt
-
ModifyDbmgmt
public static final WorkRequestOperationType ModifyDbmgmt
-
CheckExternalMysqlConnection
public static final WorkRequestOperationType CheckExternalMysqlConnection
-
UpdateExternalMysqlCredential
public static final WorkRequestOperationType UpdateExternalMysqlCredential
-
CreateExternalMysqlConnector
public static final WorkRequestOperationType CreateExternalMysqlConnector
-
DeleteExternalMysqlConnector
public static final WorkRequestOperationType DeleteExternalMysqlConnector
-
DeleteExternalMysqlDatabase
public static final WorkRequestOperationType DeleteExternalMysqlDatabase
-
UnknownEnumValue
public static final WorkRequestOperationType 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 WorkRequestOperationType[] 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 (WorkRequestOperationType c : WorkRequestOperationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WorkRequestOperationType 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 WorkRequestOperationType create(String key)
-
-