Partager via


ConfigurationInner Class

public final class ConfigurationInner
extends ProxyResource

Represents configuration details for coordinator and node.

Constructor Summary

Constructor Description
ConfigurationInner()

Creates an instance of ConfigurationInner class.

Method Summary

Modifier and Type Method and Description
String allowedValues()

Get the allowedValues property: Allowed values of the configuration.

ConfigurationDataType dataType()

Get the dataType property: Data type of the configuration.

String description()

Get the description property: Description of the configuration.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the configuration.

Boolean requiresRestart()

Get the requiresRestart property: If configuration change requires restart.

List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations()

Get the serverRoleGroupConfigurations property: The list of server role group configuration values.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

ConfigurationInner withRequiresRestart(Boolean requiresRestart)

Set the requiresRestart property: If configuration change requires restart.

ConfigurationInner withServerRoleGroupConfigurations(List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations)

Set the serverRoleGroupConfigurations property: The list of server role group configuration values.

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:

the allowedValues value.

dataType

public ConfigurationDataType dataType()

Get the dataType property: Data type of the configuration.

Returns:

the dataType value.

description

public String description()

Get the description property: Description of the configuration.

Returns:

the description value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the configuration.

Returns:

the provisioningState value.

requiresRestart

public Boolean requiresRestart()

Get the requiresRestart property: If configuration change requires restart.

Returns:

the requiresRestart value.

serverRoleGroupConfigurations

public List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations()

Get the serverRoleGroupConfigurations property: The list of server role group configuration values.

Returns:

the serverRoleGroupConfigurations value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withRequiresRestart

public ConfigurationInner withRequiresRestart(Boolean requiresRestart)

Set the requiresRestart property: If configuration change requires restart.

Parameters:

requiresRestart - the requiresRestart value to set.

Returns:

the ConfigurationInner object itself.

withServerRoleGroupConfigurations

public ConfigurationInner withServerRoleGroupConfigurations(List<ServerRoleGroupConfiguration> serverRoleGroupConfigurations)

Set the serverRoleGroupConfigurations property: The list of server role group configuration values.

Parameters:

serverRoleGroupConfigurations - the serverRoleGroupConfigurations value to set.

Returns:

the ConfigurationInner object itself.

Applies to