RecoverableServerResourceInner Class

public final class RecoverableServerResourceInner
extends ProxyResource

A recoverable server resource.

Constructor Summary

Constructor Description
RecoverableServerResourceInner()

Method Summary

Modifier and Type Method and Description
String edition()

Get the edition property: Edition of the performance tier.

String hardwareGeneration()

Get the hardwareGeneration property: Hardware generation associated with the service level objective.

String lastAvailableBackupDateTime()

Get the lastAvailableBackupDateTime property: The last available backup date time.

String serviceLevelObjective()

Get the serviceLevelObjective property: The service level objective.

void validate()

Validates the instance.

Integer vCore()

Get the vCore property: vCore associated with the service level objective.

String version()

Get the version property: The MySQL version.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

RecoverableServerResourceInner

public RecoverableServerResourceInner()

Method Details

edition

public String edition()

Get the edition property: Edition of the performance tier.

Returns:

the edition value.

hardwareGeneration

public String hardwareGeneration()

Get the hardwareGeneration property: Hardware generation associated with the service level objective.

Returns:

the hardwareGeneration value.

lastAvailableBackupDateTime

public String lastAvailableBackupDateTime()

Get the lastAvailableBackupDateTime property: The last available backup date time.

Returns:

the lastAvailableBackupDateTime value.

serviceLevelObjective

public String serviceLevelObjective()

Get the serviceLevelObjective property: The service level objective.

Returns:

the serviceLevelObjective value.

validate

public void validate()

Validates the instance.

vCore

public Integer vCore()

Get the vCore property: vCore associated with the service level objective.

Returns:

the vCore value.

version

public String version()

Get the version property: The MySQL version.

Returns:

the version value.

Applies to