models.source_filters module

class models.source_filters.SourceFilters(exclude_source_filter_vec=None)[source]

Bases: object

Implementation of the ‘SourceFilters’ model.

For SQL, this filters will be applicable only for auto protect sources and can be used at the host, instance level.

Attributes:
exclude_source_filter_vec (list of SourceFilters_SourceFilter): This

contains the list of exclude filters to be applied on the entities in the backup source.

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.