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