Class ServerVersionCapability

java.lang.Object
com.azure.resourcemanager.postgresqlflexibleserver.models.ServerVersionCapability

public final class ServerVersionCapability extends Object
Server version capabilities.
  • Constructor Details

    • ServerVersionCapability

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

    • name

      public String name()
      Get the name property: server version.
      Returns:
      the name value.
    • supportedVersionsToUpgrade

      public List<String> supportedVersionsToUpgrade()
      Get the supportedVersionsToUpgrade property: Supported servers versions to upgrade.
      Returns:
      the supportedVersionsToUpgrade value.
    • supportedVcores

      public List<VcoreCapability> supportedVcores()
      Get the supportedVcores property: The supportedVcores property.
      Returns:
      the supportedVcores value.
    • status

      public String status()
      Get the status property: The status.
      Returns:
      the status value.
    • validate

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