Interface RecoverableServerResource
-
public interface RecoverableServerResourceAn immutable client-side representation of RecoverableServerResource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringedition()Gets the edition property: Edition of the performance tier.StringhardwareGeneration()Gets the hardwareGeneration property: Hardware generation associated with the service level objective.Stringid()Gets the id property: Fully qualified resource Id for the resource.RecoverableServerResourceInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecoverableServerResourceInner object.StringlastAvailableBackupDateTime()Gets the lastAvailableBackupDateTime property: The last available backup date time.Stringname()Gets the name property: The name of the resource.StringserviceLevelObjective()Gets the serviceLevelObjective property: The service level objective.Stringtype()Gets the type property: The type of the resource.IntegervCore()Gets the vCore property: vCore associated with the service level objective.Stringversion()Gets the version property: The MySQL version.
-
-
-
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.
-
-