models_v2.physical_file_backup_path_params module¶
-
class
models_v2.physical_file_backup_path_params.
PhysicalFileBackupPathParams
(included_path=None, excluded_paths=None, skip_nested_volumes=None)[source]¶ Bases:
object
Implementation of the ‘PhysicalFileBackupPathParams’ model.
TODO: type model description here.
- Attributes:
- included_path (string): Specifies a path to be included on the source.
All paths under this path will be included unless they are specifically mentioned in excluded paths.
- excluded_paths (list of string): Specifies a set of paths nested under
the include path which should be excluded from the Protection Group.
- skip_nested_volumes (bool): Specifies whether to skip any nested
volumes (both local and network) that are mounted under include path. Applicable only for windows sources.
-
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.