Interface RecoverableServerResource


public interface RecoverableServerResource
An immutable client-side representation of RecoverableServerResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the edition property: Edition of the performance tier.
    Gets the hardwareGeneration property: Hardware generation associated with the service level objective.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerResourceInner object.
    Gets the lastAvailableBackupDateTime property: The last available backup date time.
    Gets the name property: The name of the resource.
    Gets the serviceLevelObjective property: The service level objective.
    Gets the type property: The type of the resource.
    Gets the vCore property: vCore associated with the service level objective.
    Gets the version property: The MariaDB version.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • lastAvailableBackupDateTime

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

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

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

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

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

      String version()
      Gets the version property: The MariaDB version.
      Returns:
      the version value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerResourceInner object.
      Returns:
      the inner object.