models_v2.up_tiering_policy module¶
-
class
models_v2.up_tiering_policy.UpTieringPolicy(inclusion=None, exclusion=None)[source]¶ Bases:
objectImplementation of the ‘UpTieringPolicy’ model.
Specifies the Data Migration uptiering policy.
- Attributes:
- inclusion (UpTieringInclusionPolicy): Specifies the files selection
rules for uptiering.
- exclusion (UpTieringExclusionPolicy): Specifies the files exclusion
rules for uptiering.
-
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.