models_v2.nas_full_backup_throttling_params module¶
-
class
models_v2.nas_full_backup_throttling_params.
NASFullBackupThrottlingParams
(max_metadata_fetch_percentage=None, max_read_write_percentage=None)[source]¶ Bases:
object
Implementation of the ‘NAS Full Backup Throttling Params’ model.
Specifies the throttling configuration during full backup run.
- Attributes:
- max_metadata_fetch_percentage (int): Specifies the percentage value of
maximum concurrent metadata to be fetched during full backup of the source.
- max_read_write_percentage (int): Specifies the percentage value of
maximum concurrent read/write during full backup of the source.
-
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.