Interface PerformanceTierProperties
public interface PerformanceTierProperties
An immutable client-side representation of PerformanceTierProperties.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: ID of the performance tier.Gets the inner com.azure.resourcemanager.mariadb.fluent.models.PerformanceTierPropertiesInner object.Gets the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.Gets the maxLargeStorageMB property: Max storage allowed for a server.Gets the maxStorageMB property: Max storage allowed for a server.Gets the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.Gets the minLargeStorageMB property: Max storage allowed for a server.Gets the minStorageMB property: Max storage allowed for a server.Gets the serviceLevelObjectives property: Service level objectives associated with the performance tier.
-
Method Details
-
id
String id()Gets the id property: ID of the performance tier.- Returns:
- the id value.
-
maxBackupRetentionDays
Integer maxBackupRetentionDays()Gets the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.- Returns:
- the maxBackupRetentionDays value.
-
minBackupRetentionDays
Integer minBackupRetentionDays()Gets the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.- Returns:
- the minBackupRetentionDays value.
-
maxStorageMB
Integer maxStorageMB()Gets the maxStorageMB property: Max storage allowed for a server.- Returns:
- the maxStorageMB value.
-
minLargeStorageMB
Integer minLargeStorageMB()Gets the minLargeStorageMB property: Max storage allowed for a server.- Returns:
- the minLargeStorageMB value.
-
maxLargeStorageMB
Integer maxLargeStorageMB()Gets the maxLargeStorageMB property: Max storage allowed for a server.- Returns:
- the maxLargeStorageMB value.
-
minStorageMB
Integer minStorageMB()Gets the minStorageMB property: Max storage allowed for a server.- Returns:
- the minStorageMB value.
-
serviceLevelObjectives
List<PerformanceTierServiceLevelObjectives> serviceLevelObjectives()Gets the serviceLevelObjectives property: Service level objectives associated with the performance tier.- Returns:
- the serviceLevelObjectives value.
-
innerModel
PerformanceTierPropertiesInner innerModel()Gets the inner com.azure.resourcemanager.mariadb.fluent.models.PerformanceTierPropertiesInner object.- Returns:
- the inner object.
-