models_v2.archival_target_tier_info module¶
-
class
models_v2.archival_target_tier_info.
ArchivalTargetTierInfo
(cloud_platform=None, aws_tiering=None, azure_tiering=None, google_tiering=None, oracle_tiering=None, current_tier_type=None)[source]¶ Bases:
object
Implementation of the ‘Archival Target Tier Info’ model.
Specifies the tier info for archival.
- Attributes:
- cloud_platform (CloudPlatformEnum): Specifies the cloud platform to
enable tiering.
aws_tiering (AWSTiers): Specifies aws tiers. azure_tiering (AzureTiers): Specifies Azure tiers. google_tiering (GoogleTiers): Specifies Google tiers. oracle_tiering (OracleTiers): Specifies Oracle tiers. current_tier_type (CurrentTierTypeEnum): Specifies the type of the
current tier where the snapshot resides. This will be specified if the run is a CAD run.
-
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.