models.nas_source_throttling_params module

class models.nas_source_throttling_params.NasSourceThrottlingParams(max_parallel_metadata_fetch_full_percentage=None, max_parallel_metadata_fetch_incremental_percentage=None, max_parallel_read_write_full_percentage=None, max_parallel_read_write_incremental_percentage=None)[source]

Bases: object

Implementation of the ‘NasSourceThrottlingParams’ model.

Specifies the NAS specific source throttling parameters during source registration or during backup of the source.

Attributes:
max_parallel_metadata_fetch_full_percentage (int): Specifies the

percentage value of maximum concurrent metadata to be fetched during full backup of the source.

max_parallel_metadata_fetch_incremental_percentage (int): Specifies

the IPMI IP of the node (if physical cluster).

max_parallel_read_write_full_percentage (int): Specifies the

percentage value of maximum concurrent IO during full backup

max_parallel_read_write_incremental_percentage (int): Specifies the

percentage value of maximum concurrent IO 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.