models_v2.run_object_physical_params module¶
-
class
models_v2.run_object_physical_params.
RunObjectPhysicalParams
(metadata_file_path=None)[source]¶ Bases:
object
Implementation of the ‘RunObjectPhysicalParams’ model.
Specifies physical parameters for this run.
- Attributes:
- metadata_file_path (string): Specifies metadata file path during
run-now requests for physical file based backups for some specific source. If specified, it will override any default metadata/directive file path set at the object level for the source. Also note that if the job default does not specify a metadata/directive file path for the source, then specifying this field for that source 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.