models_v2.mssql_volume_protection_group_container_params module

class models_v2.mssql_volume_protection_group_container_params.MSSQLVolumeProtectionGroupContainerParams(host_id=None, host_name=None, volume_guids=None, enable_system_backup=None)[source]

Bases: object

Implementation of the ‘MSSQL Volume 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.

volume_guids (list of string): Specifies the list of volume GUIDs to

be protected. If not specified, all the volumes of the host will be protected. Note that volumes of host on which databases are hosted are protected even if its not mentioned in this list.

enable_system_backup (bool): Specifies whether to enable system/bmr

backup using 3rd party tools installed on agent host.

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.