models.exchange_restore_view_parameters module¶
-
class
models.exchange_restore_view_parameters.
ExchangeRestoreViewParameters
(endpoint=None, mount_point=None, view_name=None)[source]¶ Bases:
object
Implementation of the ‘ExchangeRestoreViewParameters’ model.
- Attributes:
- endpoint (bool): Specifies whether we should white-list the restore
view for all the IP addresses. If this parameter is set to false, then only the machine on which the view is mounted will be white-listed.
mount_point (string): Specifies the path of the SMB share. view_name (string): Specifies the view to which the files of an
Exchange database has to be cloned.
-
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.