PerformanceTierServiceLevelObjectives Class

Service level objectives for performance tier.

Inheritance
PerformanceTierServiceLevelObjectives

Constructor

PerformanceTierServiceLevelObjectives(*, id: Optional[str] = None, edition: Optional[str] = None, v_core: Optional[int] = None, hardware_generation: Optional[str] = None, max_backup_retention_days: Optional[int] = None, min_backup_retention_days: Optional[int] = None, max_storage_mb: Optional[int] = None, min_storage_mb: Optional[int] = None, **kwargs)

Parameters

id
str
Required

ID for the service level objective.

edition
str
Required

Edition of the performance tier.

v_core
int
Required

vCore associated with the service level objective.

hardware_generation
str
Required

Hardware generation associated with the service level objective.

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.

max_storage_mb
int
Required

Max storage allowed for a server.

min_storage_mb
int
Required

Max storage allowed for a server.