models_v2.mssql_params module¶
-
class
models_v2.mssql_params.
MssqlParams
(host_info=None, aag_info=None)[source]¶ Bases:
object
Implementation of the ‘MssqlParams’ model.
Specifies the parameters for Msssql object.
- Attributes:
- host_info (HostInformation): Specifies the host information for a
objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server.
aag_info (AAGInfo): Object details for Mssql.
-
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.