models.restore_exchange_params_view_options module¶
-
class
models.restore_exchange_params_view_options.
RestoreExchangeParams_ViewOptions
(mount_point=None, view_name=None, whitelist_restore_view_for_all=None)[source]¶ Bases:
object
Implementation of the ‘RestoreExchangeParams_ViewOptions’ model.
- Attributes:
mount_point (string): The path to access the SMB share. view_name (string): View to which the files of an Exchange database
have to be cloned.
- whitelist_restore_view_for_all (bool): If set to true then when
restore view is cloned then white-list all IPs not just the agent IP.
-
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.