Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
AllowedParameterValue |
AllowedParameterValue.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AllowedParameterValue> |
DatabaseParameterSummary.getAllowedValues()
A list of allowed values for this parameter.
|
Modifier and Type | Method and Description |
---|---|
AllowedParameterValue.Builder |
AllowedParameterValue.Builder.copy(AllowedParameterValue model) |
Modifier and Type | Method and Description |
---|---|
DatabaseParameterSummary.Builder |
DatabaseParameterSummary.Builder.allowedValues(List<AllowedParameterValue> allowedValues)
A list of allowed values for this parameter.
|
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.