models.physical_file_backup_params_global_include_exclude module¶
-
class
models.physical_file_backup_params_global_include_exclude.
PhysicalFileBackupParams_GlobalIncludeExclude
(exclude_vec=None)[source]¶ Bases:
object
Implementation of the ‘PhysicalFileBackupParams_GlobalIncludeExclude’ model.
Descibes job level includes and excludes. Right now, only supports excludes but includes will be added in future.
Attributes: exclude_vec (list of string): Describes exclude vec at job level used in
combination with to exclude_paths to exclude files.
-
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.
-
classmethod