models_v2.get_view_failover_response_body module

class models_v2.get_view_failover_response_body.GetViewFailoverResponseBody(failovers=None)[source]

Bases: object

Implementation of the ‘GetViewFailoverResponseBody’ model.

Specifies planned failovers and unplanned failovers of a view.

Attributes:

failovers (list of Failover): Specifies a list of failovers.

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.