AlertEmailConfiguration#

class AlertEmailConfiguration(default_nutanix_email=None, is_enabled=False, has_default_nutanix_email=False, is_email_digest_enabled=False, is_empty_alert_email_digest_skipped=False, email_config_rules=None, email_contact_list=None, email_template=None, tunnel_details=None, alert_email_digest_send_time=None, alert_email_digest_send_timezone=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#

Bases: ExternalizableAbstractModel

Parameters:
property alert_email_digest_send_time#

Time in HH:mm format when the alert email digest is to be sent daily.

Type:

str

property alert_email_digest_send_timezone#

Timezone for the time at which the alert email digest is to be sent daily.

Type:

str

property default_nutanix_email#

The default Nutanix email ID to which alert emails would be sent.

Type:

str

property email_config_rules#

Rules for email configuration.

Type:

list[ EmailConfigurationRule ]

property email_contact_list#

List of email contacts.

Type:

list[ str ]

property email_template#
Type:

EmailTemplate

property has_default_nutanix_email#

Indicates whether alert emails should be enabled or not on default Nutanix email ID.

Type:

bool

property is_email_digest_enabled#

Indicates whether alert email digest should be enabled or not.

Type:

bool

property is_empty_alert_email_digest_skipped#

Send alert email digest only if there are one or more alerts.

Type:

bool

property is_enabled#

Indicates whether alert emails should be enabled or not.

Type:

bool

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property tunnel_details#
Type:

RemoteTunnelDetails