Interface RecoverableServerResource


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

      • 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 MySQL version.
        Returns:
        the version value.
      • innerModel

        RecoverableServerResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecoverableServerResourceInner object.
        Returns:
        the inner object.