models_v2.mssql_protection_group_params module¶
-
class
models_v2.mssql_protection_group_params.
MSSQLProtectionGroupParams
(protection_type=None, file_protection_type_params=None, volume_protection_type_params=None, native_protection_type_params=None)[source]¶ Bases:
object
Implementation of the ‘MSSQL Protection Group Params.’ model.
Specifies the parameters specific to MSSQL Protection Group.
- Attributes:
- protection_type (ProtectionType6Enum): Specifies the MSSQL Protection
Group type.
- file_protection_type_params
(FileBasedMSSQLProtectionGroupRequestParams): Specifies the params to create a File based MSSQL Protection Group.
- volume_protection_type_params
(VolumeBasedMSSQLProtectionGroupRequestParams): Specifies the params to create a Volume based MSSQL Protection Group.
- native_protection_type_params
(NativeBasedMSSQLProtectionGroupRequestParams): Specifies the params to create a Native based MSSQL Protection 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.