Interface PerformanceTierProperties
-
public interface PerformanceTierPropertiesAn immutable client-side representation of PerformanceTierProperties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()Gets the id property: ID of the performance tier.PerformanceTierPropertiesInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner object.IntegermaxBackupRetentionDays()Gets the maxBackupRetentionDays property: Maximum Backup retention in days for the performance tier edition.IntegermaxLargeStorageMB()Gets the maxLargeStorageMB property: Max storage allowed for a server.IntegermaxStorageMB()Gets the maxStorageMB property: Max storage allowed for a server.IntegerminBackupRetentionDays()Gets the minBackupRetentionDays property: Minimum Backup retention in days for the performance tier edition.IntegerminLargeStorageMB()Gets the minLargeStorageMB property: Max storage allowed for a server.IntegerminStorageMB()Gets the minStorageMB property: Max storage allowed for a server.List<PerformanceTierServiceLevelObjectives>serviceLevelObjectives()Gets the serviceLevelObjectives property: Service level objectives associated with the performance tier.
-
-
-
Method Detail
-
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.mysql.fluent.models.PerformanceTierPropertiesInner object.- Returns:
- the inner object.
-
-