models_v2.helios_retry_options module¶
-
class
models_v2.helios_retry_options.
HeliosRetryOptions
(retries=None, retry_interval_mins=None)[source]¶ Bases:
object
Implementation of the ‘HeliosRetryOptions’ model.
Retry Options of a Protection Policy when a Protection Group run fails.
- Attributes:
- retries (int): Specifies the number of times to retry capturing
Snapshots before the Protection Group Run fails.
- retry_interval_mins (int): Specifies the number of minutes before
retrying a failed Protection Group.
-
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.