RecoverableServerResource Interface

public interface RecoverableServerResource

An immutable client-side representation of RecoverableServerResource.

Method Summary

Modifier and Type Method and Description
abstract String edition()

Gets the edition property: Edition of the performance tier.

abstract String hardwareGeneration()

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

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract RecoverableServerResourceInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecoverableServerResourceInner object.

abstract String lastAvailableBackupDateTime()

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

abstract String name()

Gets the name property: The name of the resource.

abstract String serviceLevelObjective()

Gets the serviceLevelObjective property: The service level objective.

abstract String type()

Gets the type property: The type of the resource.

abstract Integer vCore()

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

abstract String version()

Gets the version property: The MySQL version.

Method Details

edition

public abstract String edition()

Gets the edition property: Edition of the performance tier.

Returns:

the edition value.

hardwareGeneration

public abstract String hardwareGeneration()

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

Returns:

the hardwareGeneration value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract RecoverableServerResourceInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.RecoverableServerResourceInner object.

Returns:

the inner object.

lastAvailableBackupDateTime

public abstract String lastAvailableBackupDateTime()

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

Returns:

the lastAvailableBackupDateTime value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

serviceLevelObjective

public abstract String serviceLevelObjective()

Gets the serviceLevelObjective property: The service level objective.

Returns:

the serviceLevelObjective value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

vCore

public abstract Integer vCore()

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

Returns:

the vCore value.

version

public abstract String version()

Gets the version property: The MySQL version.

Returns:

the version value.

Applies to