models_v2.run_object module

class models_v2.run_object.RunObject(id=None, app_ids=None, physical_params=None)[source]

Bases: object

Implementation of the ‘RunObject’ model.

Specifies the object details to create a protection run.

Attributes:

id (long|int): Specifies the id of object. app_ids (list of long|int): Specifies a list of ids of applications. physical_params (RunObjectPhysicalParams): Specifies physical

parameters for this run.

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.