AutoscaleNotification Class

Autoscale notification.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Constructor

AutoscaleNotification(*, email: _models.EmailNotification | None = None, webhooks: List[_models.WebhookNotification] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
email

the email notification.

Default value: None
webhooks

the collection of webhook notifications.

Default value: None

Variables

Name Description
operation
str

the operation associated with the notification and its value must be "scale". Required. Default value is "Scale".

email

the email notification.

webhooks

the collection of webhook notifications.

Attributes

operation

operation = 'Scale'