models_v2.mssql_object_protection_params module¶
-
class
models_v2.mssql_object_protection_params.
MssqlObjectProtectionParams
(object_protection_type=None, file_object_protection_type_params=None, native_object_protection_type_params=None)[source]¶ Bases:
object
Implementation of the ‘MssqlObjectProtectionParams’ model.
Specifies the parameters specific to MSSQL Object Protection.
- Attributes:
- object_protection_type (ObjectProtectionTypeEnum): Specifies the MSSQL
Object Protection type.
- file_object_protection_type_params (MssqlFileObjectProtectionParams):
Specifies the params to create a File based MSSQL Object Protection.
- native_object_protection_type_params
(MssqlNativeObjectProtectionParams): Specifies the params to create a Native based MSSQL Object Protection.
-
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.