models.alerting_config module

class models.alerting_config.AlertingConfig(email_addresses=None, email_delivery_targets=None, raise_object_level_failure_alert=None)[source]

Bases: object

Implementation of the ‘AlertingConfig’ model.

Specifies optional settings for alerting.

Attributes:
email_addresses (list of string): Exists to maintain backwards

compatibility with versions before eff8198.

email_delivery_targets (list of EmailDeliveryTarget): Specifies

additional email addresses where alert notifications (configured in the AlertingPolicy) must be sent.

raise_object_level_failure_alert (bool): Specifies the boolean to

raise per object alert for failures.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.