models_v2.fci_cluster module¶
-
class
models_v2.fci_cluster.
FCICluster
(id=None, name=None, error=None, resource_info=None, servers=None, is_selected_by_default=None)[source]¶ Bases:
object
Implementation of the ‘FCICluster’ model.
Specifies the details of a Failover Cluster Instance.
- Attributes:
id (string): Specifies the unique identifier of the FCI. name (string): Specifies the name of the FCI. error (Error): Specifies the error object with error code and a
message.
- resource_info (AppResource): Specifies the details about App
Resource.
- servers (list of SQLServer): Specifies the list of SQL servers which
belongs to the given FCI.
- is_selected_by_default (bool): Indicates to the UI whether this FCI
cluster should be selected by default
-
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.