models.source_app_params module

class models.source_app_params.SourceAppParams(is_vss_copy_only=None, ms_exchange_params=None)[source]

Bases: object

Implementation of the ‘SourceAppParams’ model.

This message contains params specific to application running on the source such as a VM or a physical host.

Attributes:
is_vss_copy_only (bool): If the backup is a VSS full backup with the

copy-only option specified.

ms_exchange_params (MSExchangeParams): MS Exchange params.

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.