models_v2.nas_full_backup_throttling_params_1 module¶
-
class
models_v2.nas_full_backup_throttling_params_1.
NASFullBackupThrottlingParams1
(max_metadata_fetch_percentage=None, max_read_write_percentage=None)[source]¶ Bases:
object
Implementation of the ‘NAS Full Backup Throttling Params1’ model.
TODO: type model description here.
- Attributes:
- max_metadata_fetch_percentage (int): Specifies the percentage value of
maximum concurrent metadata to be fetched during incremental backup of the source.
- max_read_write_percentage (int): Specifies the percentage value of
maximum concurrent read/write during incremental 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.