models_v2.mssql_file_protection_group_container_params module

class models_v2.mssql_file_protection_group_container_params.MSSQLFileProtectionGroupContainerParams(host_id=None, host_name=None, disable_source_side_deduplication=None)[source]

Bases: object

Implementation of the ‘MSSQL File Protection Group Container Params’ model.

Specifies the host specific parameters for a host container in this protection group. Objects specified here should only be MSSQL root containers and will not be protected unless they are also specified in the ‘objects’ list. This list is just for specifying source level settings.

Attributes:
host_id (long|int): Specifies the id of the host container on which

databases are hosted.

host_name (string): Specifies the name of the host container on which

databases are hosted.

disable_source_side_deduplication (bool): Specifies whether or not to

disable source side deduplication on this source. The default behavior is false unless the user has set ‘performSourceSideDeduplication’ to true.

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.