models_v2.view_options module¶
-
class
models_v2.view_options.
ViewOptions
(whitelist_restore_view_for_all=None, view_name=None, mount_point=None)[source]¶ Bases:
object
Implementation of the ‘View Options’ model.
Specifies the parameters related to the Exchange restore of type view. All the files related to one database are cloned to a view and the view can be used by third party tools like Kroll, etc. to restore exchange databases.
- Attributes:
- whitelist_restore_view_for_all (bool): Whether to white-list the
Exchange restore view for all the IP addresses
view_name (string): The name of the view. mount_point (string): The path of the SMB share.
-
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.