models_v2.nas_source_and_protection_throttling_configuration module

class models_v2.nas_source_and_protection_throttling_configuration.NasSourceAndProtectionThrottlingConfiguration(full_backup_config=None, incremental_backup_config=None)[source]

Bases: object

Implementation of the ‘Nas Source and Protection Throttling Configuration’ model.

Specifies the source throttling parameters to be used during full or incremental backup of the NAS source.

Attributes:
full_backup_config (NASFullBackupThrottlingParams): Specifies the

throttling configuration during full backup run.

incremental_backup_config (NASFullBackupThrottlingParams1): TODO: type

description here.

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.