models.throttling_policy_override module¶
-
class
models.throttling_policy_override.
ThrottlingPolicyOverride
(datastore_id=None, datastore_name=None, throttling_policy=None)[source]¶ Bases:
object
Implementation of the ‘ThrottlingPolicyOverride’ model.
Specifies throttling policy override for a Datastore in a registered entity.
- Attributes:
- datastore_id (long|int): Specifies the Protection Source id of the
Datastore.
datastore_name (string): Specifies the display name of the Datastore. throttling_policy (ThrottlingPolicyParameters): Specifies the
throttling policy for a registered Protection 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.