models_v2.syslog_audit_tag module¶
-
class
models_v2.syslog_audit_tag.
SyslogAuditTag
(cluster_audit=None, filer_audit=None, data_protection_events_audit=None, alert_audit=None)[source]¶ Bases:
object
Implementation of the ‘SyslogAuditTag’ model.
Cohesity audit tag name.
- Attributes:
cluster_audit (string): Cluster audit tagging name. filer_audit (string): Filer audit tagging name. data_protection_events_audit (string): Data protection events audit
tagging name.
alert_audit (string): Alert audit tagging name.
-
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.