models_v2.update_state_of_the_data_tiering_groups module

class models_v2.update_state_of_the_data_tiering_groups.UpdateStateOfTheDataTieringGroups(action=None, ids=None)[source]

Bases: object

Implementation of the ‘Update state of the data tiering groups.’ model.

Specifies the parameters to perform an action on the data tiering groups for the specified Sources.

Attributes:
action (Action7Enum): Specifies the action to be performed on all the

specified data tiering groups. ‘Pause’ specifies to pause. ‘Resume’ specifies to resume.

ids (list of string): Specifies a list of data tiering groups ids for

which the state should change.

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.