Class FlexibleServerEditionCapability

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

public final class FlexibleServerEditionCapability extends Object
Flexible server edition capabilities.
  • Constructor Details

    • FlexibleServerEditionCapability

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

    • name

      public String name()
      Get the name property: Server edition name.
      Returns:
      the name value.
    • supportedStorageEditions

      public List<StorageEditionCapability> supportedStorageEditions()
      Get the supportedStorageEditions property: The list of editions supported by this server edition.
      Returns:
      the supportedStorageEditions value.
    • supportedServerVersions

      public List<ServerVersionCapability> supportedServerVersions()
      Get the supportedServerVersions property: The list of server versions supported by this server edition.
      Returns:
      the supportedServerVersions 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.