Class ServerEditionCapability

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.ServerEditionCapability

public final class ServerEditionCapability extends Object
Server edition capabilities.
  • Constructor Details

    • ServerEditionCapability

      public ServerEditionCapability()
      Creates an instance of ServerEditionCapability 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: A list of supported storage editions.
      Returns:
      the supportedStorageEditions value.
    • supportedServerVersions

      public List<ServerVersionCapability> supportedServerVersions()
      Get the supportedServerVersions property: A list of supported server versions.
      Returns:
      the supportedServerVersions value.
    • validate

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