models_v2.netapp_recover_file_and_folder_info module

class models_v2.netapp_recover_file_and_folder_info.NetappRecoverFileAndFolderInfo(absolute_path=None, destination_dir=None, is_directory=None, status=None, messages=None, inode_id=None)[source]

Bases: object

Implementation of the ‘NetappRecoverFileAndFolderInfo’ model.

Specifies the info about the netapp files and folders to be recovered.

Attributes:
absolute_path (string): Specifies the absolute path to the file or

folder.

destination_dir (string): Specifies the destination directory where

the file/directory was copied.

is_directory (bool): Specifies whether this is a directory or not. status (Status8Enum): Specifies the recovery status for this file or

folder.

messages (list of string): Specify error messages about the file

during recovery.

inode_id (long|int): Specifies the source inode number of the file

being recovered.

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.