models_v2.aws_tiers module

class models_v2.aws_tiers.AWSTiers(tiers=None)[source]

Bases: object

Implementation of the ‘AWSTiers’ model.

Specifies aws tiers.

Attributes:
tiers (list of AWSTier): 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.