ConfigurationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmosdbforpostgresql. fluent. models. ConfigurationInner
- com.
- com.
public final class ConfigurationInner
extends ProxyResource
Represents configuration details for coordinator and node.
Constructor Summary
| Constructor | Description |
|---|---|
| ConfigurationInner() |
Creates an instance of Configuration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
allowedValues()
Get the allowed |
|
Configuration |
dataType()
Get the data |
| String |
description()
Get the description property: Description of the configuration. |
|
Provisioning |
provisioningState()
Get the provisioning |
| Boolean |
requiresRestart()
Get the requires |
|
List<Server |
serverRoleGroupConfigurations()
Get the server |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Configuration |
withRequiresRestart(Boolean requiresRestart)
Set the requires |
|
Configuration |
withServerRoleGroupConfigurations(List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations)
Set the server |
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 ConfigurationDataType dataType()
Get the dataType property: Data type of the configuration.
Returns:
description
public String description()
Get the description property: Description of the configuration.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the configuration.
Returns:
requiresRestart
public Boolean requiresRestart()
Get the requiresRestart property: If configuration change requires restart.
Returns:
serverRoleGroupConfigurations
public List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations()
Get the serverRoleGroupConfigurations property: The list of server role group configuration values.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withRequiresRestart
public ConfigurationInner withRequiresRestart(Boolean requiresRestart)
Set the requiresRestart property: If configuration change requires restart.
Parameters:
Returns:
withServerRoleGroupConfigurations
public ConfigurationInner withServerRoleGroupConfigurations(List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations)
Set the serverRoleGroupConfigurations property: The list of server role group configuration values.
Parameters:
Returns: