Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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. |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.