models_v2.common_data_tiering_task_params module¶
-
class
models_v2.common_data_tiering_task_params.
CommonDataTieringTaskParams
(name=None, mtype=None, description=None, alert_policy=None, source=None, target=None, schedule=None)[source]¶ Bases:
object
Implementation of the ‘CommonDataTieringTaskParams’ model.
Specifies the data tiering task details.
- Attributes:
name (string): Specifies the name of the data tiering task. description (string): Specifies a description of the data tiering
task.
- alert_policy (ProtectionGroupAlertingPolicy): Specifies a policy for
alerting users of the status of a Protection Group.
- source (DataTieringSource): Specifies the source data tiering
details.
- target (DataTieringTarget): Specifies the target data tiering
details.
schedule (DataTieringSchedule): Specifies the data tiering schedule. mtype (Type12Enum): Type of data tiering task. ‘Downtier’ indicates
downtiering task. ‘Uptier’ indicates uptiering task.
-
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.