Class StorageEditionCapability

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

public final class StorageEditionCapability extends Object
storage edition capability.
  • Constructor Details

    • StorageEditionCapability

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

    • name

      public String name()
      Get the name property: storage edition name.
      Returns:
      the name value.
    • minStorageSize

      public Long minStorageSize()
      Get the minStorageSize property: The minimal supported storage size.
      Returns:
      the minStorageSize value.
    • maxStorageSize

      public Long maxStorageSize()
      Get the maxStorageSize property: The maximum supported storage size.
      Returns:
      the maxStorageSize value.
    • minBackupRetentionDays

      public Long minBackupRetentionDays()
      Get the minBackupRetentionDays property: Minimal backup retention days.
      Returns:
      the minBackupRetentionDays value.
    • maxBackupRetentionDays

      public Long maxBackupRetentionDays()
      Get the maxBackupRetentionDays property: Maximum backup retention days.
      Returns:
      the maxBackupRetentionDays value.
    • validate

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