Uses of Class
com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus
-
Packages that use DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus Package Description com.oracle.bmc.databasetoolsruntime.model -
-
Uses of DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus in com.oracle.bmc.databasetoolsruntime.model
Methods in com.oracle.bmc.databasetoolsruntime.model that return DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus Modifier and Type Method Description static DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatusDatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus. create(String key)DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatusDatabaseToolsDatabaseApiGatewayConfigPool. getDatabaseActionsStatus()Specifies to enable the Database Actions feature.static DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatusDatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus[]DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus Modifier and Type Method Description DatabaseToolsDatabaseApiGatewayConfigPoolDefault.BuilderDatabaseToolsDatabaseApiGatewayConfigPoolDefault.Builder. databaseActionsStatus(DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus databaseActionsStatus)Constructors in com.oracle.bmc.databasetoolsruntime.model with parameters of type DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus Constructor Description DatabaseToolsDatabaseApiGatewayConfigPool(String key, String displayName, String poolRouteValue, String databaseToolsConnectionId, Integer maxPoolSize, Integer minPoolSize, Integer initialPoolSize, String jwtProfileJwkUrl, String jwtProfileIssuer, String jwtProfileAudience, String jwtProfileRoleClaimName, DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus databaseActionsStatus, DatabaseToolsDatabaseApiGatewayConfigPool.RestEnabledSqlStatus restEnabledSqlStatus, Map<String,String> advancedProperties, Date timeCreated, Date timeUpdated)Deprecated.DatabaseToolsDatabaseApiGatewayConfigPoolDefault(String key, String displayName, String poolRouteValue, String databaseToolsConnectionId, Integer maxPoolSize, Integer minPoolSize, Integer initialPoolSize, String jwtProfileJwkUrl, String jwtProfileIssuer, String jwtProfileAudience, String jwtProfileRoleClaimName, DatabaseToolsDatabaseApiGatewayConfigPool.DatabaseActionsStatus databaseActionsStatus, DatabaseToolsDatabaseApiGatewayConfigPool.RestEnabledSqlStatus restEnabledSqlStatus, Map<String,String> advancedProperties, Date timeCreated, Date timeUpdated)Deprecated.
-