models.nas_throttling_params module¶
-
class
models.nas_throttling_params.
NasThrottlingParams
(max_parallelIo_full_percentage=None, max_parallel_io_incremental_percentage=None, max_parallel_metadata_fetch_full_percentage=None, max_parallel_metadata_fetch_incremental_percentage=None)[source]¶ Bases:
object
Implementation of the ‘NasThrottlingParams’ model.
Message to capture throttling params for a NAS source.
- Attributes:
- max_parallelIo_full_percentage (int): This parameter indicates the
maximum number of parallel read and write operations per volume for full backup as a percentage of gflag magneto_slave_nas_max_active_pack_tasks.
- max_parallel_io_incremental_percentage (int): This parameter
indicates the maximum number of parallel read and write operations per volume for incremental backup as a percentage of gflag
magneto_slave_nas_max_active_pack_tasks.
- max_parallel_metadata_fetch_full_percentage (int): This parameter
indicates the maximum number of concurrent prefetch in diff streamer per volume for full backup as a percentage of gflag magneto_posix_diff_streamer_max_prefetch.
- max_parallel_metadata_fetch_incremental_percentage (int): This
parameter indicates the maximum number of concurrent prefetch in diff streamer per volume for incremental backup as a percentage of gflag magneto_posix_diff_streamer_max_prefetch.
-
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.