java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.postgresqlflexibleserver.fluent.models.ConfigurationInner

public final class ConfigurationInner extends com.azure.core.management.ProxyResource
Represents a Configuration.
  • Constructor Details

    • ConfigurationInner

      public ConfigurationInner()
      Creates an instance of ConfigurationInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • value

      public String value()
      Get the value property: Value of the configuration.
      Returns:
      the value value.
    • withValue

      public ConfigurationInner withValue(String value)
      Set the value property: Value of the configuration.
      Parameters:
      value - the value value to set.
      Returns:
      the ConfigurationInner object itself.
    • description

      public String description()
      Get the description property: Description of the configuration.
      Returns:
      the description value.
    • defaultValue

      public String defaultValue()
      Get the defaultValue property: Default value of the configuration.
      Returns:
      the defaultValue value.
    • dataType

      public ConfigurationDataType dataType()
      Get the dataType property: Data type of the configuration.
      Returns:
      the dataType value.
    • allowedValues

      public String allowedValues()
      Get the allowedValues property: Allowed values of the configuration.
      Returns:
      the allowedValues value.
    • source

      public String source()
      Get the source property: Source of the configuration.
      Returns:
      the source value.
    • withSource

      public ConfigurationInner withSource(String source)
      Set the source property: Source of the configuration.
      Parameters:
      source - the source value to set.
      Returns:
      the ConfigurationInner object itself.
    • isDynamicConfig

      public Boolean isDynamicConfig()
      Get the isDynamicConfig property: Configuration dynamic or static.
      Returns:
      the isDynamicConfig value.
    • isReadOnly

      public Boolean isReadOnly()
      Get the isReadOnly property: Configuration read-only or not.
      Returns:
      the isReadOnly value.
    • isConfigPendingRestart

      public Boolean isConfigPendingRestart()
      Get the isConfigPendingRestart property: Configuration is pending restart or not.
      Returns:
      the isConfigPendingRestart value.
    • unit

      public String unit()
      Get the unit property: Configuration unit.
      Returns:
      the unit value.
    • documentationLink

      public String documentationLink()
      Get the documentationLink property: Configuration documentation link.
      Returns:
      the documentationLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.