models.vault_bandwidth_limits module

class models.vault_bandwidth_limits.VaultBandwidthLimits(download=None, upload=None)[source]

Bases: object

Implementation of the ‘VaultBandwidthLimits’ model.

VaultBandwidthLimits represents the network bandwidth limits while uploading/downloading data to/from the external media.

Attributes:
download (BandwidthLimit): Specifies settings for limiting the data

transfer rate between the local and remote Clusters.

upload (BandwidthLimit): Specifies settings for limiting the data

transfer rate between the local and remote Clusters.

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.