Class RecoverableServerProperties
java.lang.Object
com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerProperties
The recoverable server's properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of RecoverableServerProperties class. -
Method Summary
Modifier and TypeMethodDescriptionedition()
Get the edition property: Edition of the performance tier.Get the hardwareGeneration property: Hardware generation associated with the service level objective.Get the lastAvailableBackupDateTime property: The last available backup date time.Get the serviceLevelObjective property: The service level objective.void
validate()
Validates the instance.vCore()
Get the vCore property: vCore associated with the service level objective.version()
Get the version property: The MariaDB version.
-
Constructor Details
-
RecoverableServerProperties
public RecoverableServerProperties()Creates an instance of RecoverableServerProperties class.
-
-
Method Details
-
lastAvailableBackupDateTime
Get the lastAvailableBackupDateTime property: The last available backup date time.- Returns:
- the lastAvailableBackupDateTime value.
-
serviceLevelObjective
Get the serviceLevelObjective property: The service level objective.- Returns:
- the serviceLevelObjective value.
-
edition
Get the edition property: Edition of the performance tier.- Returns:
- the edition value.
-
vCore
Get the vCore property: vCore associated with the service level objective.- Returns:
- the vCore value.
-
hardwareGeneration
Get the hardwareGeneration property: Hardware generation associated with the service level objective.- Returns:
- the hardwareGeneration value.
-
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.
-