models.uptiering_run_once_params module

class models.uptiering_run_once_params.UptieringRunOnceParams(uptier_path=None)[source]

Bases: object

Implementation of the ‘UptieringRunOnceParams’ model.

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

pointed by the ‘uptier_path’. 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.