ConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. fluent. models. ConfigurationProperties
- com.
public final class ConfigurationProperties
The properties of a configuration.
Constructor | Description | |
---|---|---|
Configuration |
Modifier and Type | Method and Description |
---|---|
String |
allowed Get the allowed |
String |
data Get the data |
String |
default Get the default |
String |
description()
Get the description property: Description of the configuration. |
String |
source()
Get the source property: Source of the configuration. |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Value of the configuration. |
Configuration |
with Set the source property: Source of the configuration. |
Configuration |
with Set the value property: Value of the configuration. |
Methods inherited from java.lang.Object
ConfigurationProperties
public ConfigurationProperties()
allowedValues
public String allowedValues()
Get the allowedValues property: Allowed values of the configuration.
Returns:
dataType
public String dataType()
Get the dataType property: Data type of the configuration.
Returns:
defaultValue
public String defaultValue()
Get the defaultValue property: Default value of the configuration.
Returns:
description
public String description()
Get the description property: Description of the configuration.
Returns:
source
public String source()
Get the source property: Source of the configuration.
Returns:
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Value of the configuration.
Returns:
withSource
public ConfigurationProperties withSource(String source)
Set the source property: Source of the configuration.
Parameters:
Returns:
withValue
public ConfigurationProperties withValue(String value)
Set the value property: Value of the configuration.
Parameters:
Returns: