Uses of Class
com.oracle.bmc.databasemanagement.model.DatabaseParameterSummary.IsSystemModifiable
-
Packages that use DatabaseParameterSummary.IsSystemModifiable Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DatabaseParameterSummary.IsSystemModifiable in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DatabaseParameterSummary.IsSystemModifiable Modifier and Type Method Description static DatabaseParameterSummary.IsSystemModifiable
DatabaseParameterSummary.IsSystemModifiable. create(String key)
DatabaseParameterSummary.IsSystemModifiable
DatabaseParameterSummary. getIsSystemModifiable()
Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect: - IMMEDIATE: Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance.static DatabaseParameterSummary.IsSystemModifiable
DatabaseParameterSummary.IsSystemModifiable. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseParameterSummary.IsSystemModifiable[]
DatabaseParameterSummary.IsSystemModifiable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type DatabaseParameterSummary.IsSystemModifiable Modifier and Type Method Description DatabaseParameterSummary.Builder
DatabaseParameterSummary.Builder. isSystemModifiable(DatabaseParameterSummary.IsSystemModifiable isSystemModifiable)
Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect: - IMMEDIATE: Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DatabaseParameterSummary.IsSystemModifiable Constructor Description DatabaseParameterSummary(String name, DatabaseParameterSummary.Type type, String value, String displayValue, BigDecimal number, Boolean isDefault, Boolean isSessionModifiable, DatabaseParameterSummary.IsSystemModifiable isSystemModifiable, Boolean isPdbModifiable, Boolean isInstanceModifiable, DatabaseParameterSummary.IsModified isModified, Boolean isAdjusted, Boolean isDeprecated, Boolean isBasic, String description, BigDecimal ordinal, String updateComment, BigDecimal containerId, String category, DatabaseParameterSummary.Constraint constraint, String sid, Boolean isSpecified, List<AllowedParameterValue> allowedValues)
Deprecated.
-