models_v2.azure_tier module¶
- 
class 
models_v2.azure_tier.AzureTier(tier_type=None, move_after_unit=None, move_after=None)[source]¶ Bases:
objectImplementation of the ‘AzureTier’ model.
Specifies the settings for a Azure tier.
- Attributes:
 - move_after_unit (MoveAfterUnitEnum): Specifies the unit for moving the
 data from current tier to next tier. This unit will be a base unit for the ‘moveAfter’ field specified below.
- move_after (long|int): Specifies the time period after which the
 backup will be moved from current tier to next tier.
tier_type (TierType1Enum): Specifies the Azure tier types.
- 
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.