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.mysql.models._models_py3.PerformanceTierServiceLevelObjectives]] = None, **kwargs)
Variables
- id
- str
ID of the performance tier.
- max_backup_retention_days
- int
Maximum Backup retention in days for the performance tier edition.
- min_backup_retention_days
- int
Minimum Backup retention in days for the performance tier edition.
- max_storage_mb
- int
Max storage allowed for a server.
- min_large_storage_mb
- int
Max storage allowed for a server.
- max_large_storage_mb
- int
Max storage allowed for a server.
- min_storage_mb
- int
Max storage allowed for a server.
- service_level_objectives
- list[PerformanceTierServiceLevelObjectives]
Service level objectives associated with the performance tier.
Feedback
Submit and view feedback for