models_v2.exchange_protection_group_object_params module

class models_v2.exchange_protection_group_object_params.ExchangeProtectionGroupObjectParams(id=None, name=None, app_params=None)[source]

Bases: object

Implementation of the ‘Exchange Protection Group Object Params.’ model.

Specifies the object identifier to for the exchange protection group.

Attributes:
id (long|int): Specifies the id of the registered Exchange

DAG(Database Availability Group) source or Exchange physical source.

name (string): Specifies the name of the registered Exchange

DAG(Database Availability Group) source or Exchange physical source.

app_params (list of ExchangeAppParameters): Specifies the specific

parameters required for Exchange app configuration.

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.