models_v2.google_tiers module¶
-
class
models_v2.google_tiers.
GoogleTiers
(tiers=None)[source]¶ Bases:
object
Implementation of the ‘GoogleTiers’ model.
Specifies Google tiers.
- Attributes:
- tiers (list of GoogleTier): Specifies the tiers that are used to move
the archived backup from current tier to next tier. The order of the tiers determines which tier will be used next for moving the archived backup. The first tier input should always be default tier where backup will be acrhived. Each tier specifies how much time after the backup will be moved to next tier from the current tier.
-
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.