Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static MySqlConfigurationDataSummary.Source |
MySqlConfigurationDataSummary.Source.create(String key) |
MySqlConfigurationDataSummary.Source |
MySqlConfigurationDataSummary.getSource()
The source from which the variable was most recently set.
|
static MySqlConfigurationDataSummary.Source |
MySqlConfigurationDataSummary.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySqlConfigurationDataSummary.Source[] |
MySqlConfigurationDataSummary.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MySqlConfigurationDataSummary.Builder |
MySqlConfigurationDataSummary.Builder.source(MySqlConfigurationDataSummary.Source source)
The source from which the variable was most recently set.
|
Constructor and Description |
---|
MySqlConfigurationDataSummary(String name,
String value,
MySqlConfigurationDataSummary.Source source,
BigDecimal minValue,
BigDecimal maxValue,
String type,
String defaultValue,
Date timeSet,
String hostSet,
String userSet,
Boolean isDynamic,
Boolean isInit,
Boolean isConfigurable,
String path,
String description,
String possibleValues,
String supportedVersions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.