ConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. postgresql. fluent. models. ConfigurationInner
- com.
- com.
public final class ConfigurationInner
extends ProxyResource
Represents a Configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| ConfigurationInner() |
Creates an instance of Configuration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
allowedValues()
Get the allowed |
| String |
dataType()
Get the data |
| String |
defaultValue()
Get the default |
| String |
description()
Get the description property: Description of the configuration. |
|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
source()
Get the source property: Source of the configuration. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: Value of the configuration. |
|
Configuration |
withSource(String source)
Set the source property: Source of the configuration. |
|
Configuration |
withValue(String value)
Set the value property: Value of the configuration. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ConfigurationInner
public ConfigurationInner()
Creates an instance of ConfigurationInner class.
Method Details
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:
fromJson
public static ConfigurationInner fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ConfigurationInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ConfigurationInner.name()Returns:
source
public String source()
Get the source property: Source of the configuration.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ConfigurationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ConfigurationInner.type()Returns:
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Value of the configuration.
Returns:
withSource
public ConfigurationInner withSource(String source)
Set the source property: Source of the configuration.
Parameters:
Returns:
withValue
public ConfigurationInner withValue(String value)
Set the value property: Value of the configuration.
Parameters:
Returns: