models_v2.failover_runs_response module

class models_v2.failover_runs_response.FailoverRunsResponse(failover_planned_runs=None)[source]

Bases: object

Implementation of the ‘FailoverRunsResponse’ model.

Specifies the response upon creating a special run during failover workflow.

Attributes:
failover_planned_runs (list of PlannedRunPollStatus): Specifies the

list of planned runs created during various planeed failover workflows. Each planned run is uniqely identified by falioverId and runId.

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.