PerformanceTierProperties Class
Performance tier properties.
- Inheritance
-
PerformanceTierProperties
Constructor
PerformanceTierProperties(*, id: Optional[str] = None, max_backup_retention_days: Optional[int] = None, min_backup_retention_days: Optional[int] = None, max_storage_mb: Optional[int] = None, min_large_storage_mb: Optional[int] = None, max_large_storage_mb: Optional[int] = None, min_storage_mb: Optional[int] = None, service_level_objectives: Optional[List[azure.mgmt.rdbms.postgresql.models._models_py3.PerformanceTierServiceLevelObjectives]] = None, **kwargs)
Parameters
- max_backup_retention_days
- int
Required
Maximum Backup retention in days for the performance tier edition.
- min_backup_retention_days
- int
Required
Minimum Backup retention in days for the performance tier edition.
- service_level_objectives
- list[PerformanceTierServiceLevelObjectives]
Required
Service level objectives associated with the performance tier.
Feedback
Submit and view feedback for