models.run_now_parameters module

class models.run_now_parameters.RunNowParameters(database_ids=None, physical_params=None, source_id=None)[source]

Bases: object

Implementation of the ‘RunNowParameters’ model.

Specifies the parameters of a Run Now operation. A Run Now operation will try to backup the a source and/or its databases instantly.

Attributes:
database_ids (list of long|int): Specifies the ids of the DB’s to

perform run now on.

physical_params (RunNowPhysicalParameters): Specifies optional

physical parameters for a specific source id.

source_id (long|int): Specifies the source id of the Databases to

perform the Run Now operation on.

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.