Interface RecoverableServerResource
public interface RecoverableServerResource
An immutable client-side representation of RecoverableServerResource.
-
Method Summary
Modifier and TypeMethodDescriptionedition()
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.name()
Gets the name property: The name of the resource.Gets the serviceLevelObjective property: The service level objective.type()
Gets the type property: The type of the resource.vCore()
Gets the vCore property: vCore associated with the service level objective.version()
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
RecoverableServerResourceInner innerModel()Gets the inner com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerResourceInner object.- Returns:
- the inner object.
-