models_v2.common_mssql_object_protection_params module

class models_v2.common_mssql_object_protection_params.CommonMssqlObjectProtectionParams(object_protection_type=None, common_file_object_protection_type_params=None, common_native_object_protection_type_params=None)[source]

Bases: object

Implementation of the ‘CommonMssqlObjectProtectionParams’ model.

Specifies the common parameters for MSSQL Object Protection.

Attributes:
object_protection_type (ObjectProtectionTypeEnum): Specifies the MSSQL

Object Protection type.

common_file_object_protection_type_params

(CommonMSSQLProtectionGroupRequestParams): Specifies the common params to create a File based MSSQL Object Protection.

common_native_object_protection_type_params

(CommonMssqlNativeObjectProtectionParams): Specifies the common 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.