models_v2.create_or_update_data_tiering_task_request module

class models_v2.create_or_update_data_tiering_task_request.CreateOrUpdateDataTieringTaskRequest(name=None, mtype=None, description=None, alert_policy=None, source=None, target=None, schedule=None, downtiering_policy=None, uptiering_policy=None)[source]

Bases: object

Implementation of the ‘Create Or Update data tiering task Request.’ model.

Specifies the request to create or update a data tiering task.

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.

downtiering_policy (DowntieringPolicy): Specifies the data downtiering

policy.

uptiering_policy (UptieringPolicy): Specifies the data uptiering

policy.

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.