models.exchange_dag_database module¶
-
class
models.exchange_dag_database.
ExchangeDAGDatabase
(database_copy_info_list=None, guid=None, name=None)[source]¶ Bases:
object
Implementation of the ‘ExchangeDAGDatabase’ model.
Specifies the information about all the copies of the database that is part of DAG.
- Attributes:
- database_copy_info_list (list of ExchangeDatabaseCopyInfo): Specifies
about all the copies of this DAG database. This include active and passive copy of the database.
guid (string): Specifies the guid of the database. name (string): Specifes the name of the database.
-
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.