Class RecoverableServerProperties

java.lang.Object
com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerProperties

public final class RecoverableServerProperties extends Object
The recoverable server's properties.
  • Constructor Details

    • RecoverableServerProperties

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

    • lastAvailableBackupDateTime

      public String lastAvailableBackupDateTime()
      Get the lastAvailableBackupDateTime property: The last available backup date time.
      Returns:
      the lastAvailableBackupDateTime value.
    • serviceLevelObjective

      public String serviceLevelObjective()
      Get the serviceLevelObjective property: The service level objective.
      Returns:
      the serviceLevelObjective value.
    • edition

      public String edition()
      Get the edition property: Edition of the performance tier.
      Returns:
      the edition value.
    • vCore

      public Integer vCore()
      Get the vCore property: vCore associated with the service level objective.
      Returns:
      the vCore value.
    • hardwareGeneration

      public String hardwareGeneration()
      Get the hardwareGeneration property: Hardware generation associated with the service level objective.
      Returns:
      the hardwareGeneration value.
    • version

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

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