models.physical_snapshot_params module

class models.physical_snapshot_params.PhysicalSnapshotParams(fetch_snapshot_metadata_disabled=None, notify_backup_complete_disabled=None, vss_copy_only_backup=None, vss_excluded_writers=None)[source]

Bases: object

Implementation of the ‘PhysicalSnapshotParams’ model.

This message contains params that controls the snapshot process for a physical host.

Attributes:
fetch_snapshot_metadata_disabled (bool): Whether fetching and storing

of snapshot metadata was disabled.

notify_backup_complete_disabled (bool): Whether notify backup complete

step was disabled.

vss_copy_only_backup (bool): If copy_only_backup option is requrested

at the time of the snapshot.

vss_excluded_writers (list of string): List of VSS writers that were

excluded.

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.