models_v2.failover_create_run_response module¶
- 
class 
models_v2.failover_create_run_response.FailoverCreateRunResponse(failover_id=None)[source]¶ Bases:
objectImplementation of the ‘FailoverCreateRunResponse’ model.
Specifies the response upon creating a special run during failover workflow.
- Attributes:
 - failover_id (string): Specifies the unique failover Id which will be
 generated by orchestrator. This Id will be used to uniquely identify current failover operation.
- 
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.