models_v2.run_once_data_tiering_task_request module

class models_v2.run_once_data_tiering_task_request.RunOnceDataTieringTaskRequest(uptier_path=None)[source]

Bases: object

Implementation of the ‘Run once data tiering task request.’ model.

Specifies the request to run tiering task once.

Attributes:
uptier_path (string): Ignore the uptiering policy and uptier the

directory pointed by the ‘uptierPath’. If path is ‘/’, then uptier everything.

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.