Class RecoverableServerResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mariadb.fluent.models.RecoverableServerResourceInner
public final class RecoverableServerResourceInner
extends com.azure.core.management.ProxyResource
A recoverable server resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of RecoverableServerResourceInner 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.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
RecoverableServerResourceInner
public RecoverableServerResourceInner()Creates an instance of RecoverableServerResourceInner 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.
-