models.run_now_physical_parameters module

class models.run_now_physical_parameters.RunNowPhysicalParameters(metadata_file_path=None)[source]

Bases: object

Implementation of the ‘RunNowPhysicalParameters’ model.

Attributes:
metadata_file_path (string): Specifies metadata file path during

run-now requests for physical file based backups for some specific host entity. If specified, it will override any default metadata/directive file path set at the job level for the host. Also note that if the job default does not specify a metadata/directive file path for the host, then specifying this field for that host during run-now request will be rejected.

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.