models_v2.ms_sql_common_connection_params module¶
-
class
models_v2.ms_sql_common_connection_params.
MsSQLCommonConnectionParams
(host_identifier=None)[source]¶ Bases:
object
Implementation of the ‘MsSQLCommonConnectionParams’ model.
Specifies the common parameters to connect to a SQL node/cluster
- Attributes:
- host_identifier (string): Specifies the unique identifier to locate
the SQL node or cluster. The host identifier can be IP address or FQDN.
-
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.