models_v2.aag_group module¶
-
class
models_v2.aag_group.
AAGGroup
(id=None, name=None, resource_info=None, servers=None, fci_clusters=None)[source]¶ Bases:
object
Implementation of the ‘AAGGroup’ model.
Specifies the details of a AAG Group.
- Attributes:
id (string): Specifies the unique identifier of the AGGGroup. name (string): Specifies the name of the AAG Group. resource_info (AppResource): Specifies the details about App
Resource.
- servers (list of SQLServer): Specifies the list of SQL servers which
belongs to the given AAG Group.
- fci_clusters (list of FCICluster): Specifies the list of FCI clusters
which belongs to the given AAG Group.
-
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.