EmailConfigurationRule#

class EmailConfigurationRule(cluster_uuids=None, impact_types=None, has_global_email_contact_list=False, match_phrases=None, recipients=None, severities=None, is_enabled=True, *args, **kwargs)[source]#

Bases: object

Status of remote tunnel that is used to send alert emails.

Parameters:
property cluster_uuids#

Cluster UUIDs to which this rule applies to.

Type:

list[ str ]

property has_global_email_contact_list#
Type:

bool

property impact_types#
Type:

list[ ImpactType ]

property is_enabled#

Indicates if the configuration rule is enabled or not.

Type:

bool

property match_phrases#

List of phrases to match the alert with.

Type:

list[ str ]

property recipients#

List of recipients who will receive emails.

Type:

list[ str ]

property severities#
Type:

list[ Severity ]

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model