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:
default_nutanix_email – (
default_nutanix_email
) The default Nutanix email ID to which alert emails would be sent.is_enabled – (
is_enabled
) Indicates whether alert emails should be enabled or not. (Default False)has_default_nutanix_email – (
has_default_nutanix_email
) Indicates whether alert emails should be enabled or not on default Nutanix email ID. (Default False)is_email_digest_enabled – (
is_email_digest_enabled
) Indicates whether alert email digest should be enabled or not. (Default False)is_empty_alert_email_digest_skipped – (
is_empty_alert_email_digest_skipped
) Send alert email digest only if there are one or more alerts. (Default False)email_config_rules – (
email_config_rules
) Rules for email configuration.email_contact_list – (
email_contact_list
) List of email contacts.email_template – (
email_template
)tunnel_details – (
tunnel_details
)alert_email_digest_send_time – (
alert_email_digest_send_time
) Time in HH:mm format when the alert email digest is to be sent daily.alert_email_digest_send_timezone – (
alert_email_digest_send_timezone
) Timezone for the time at which the alert email digest is to be sent daily.
- 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:
- 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
- property tunnel_details#
- Type: