models_v2.update_state_of_the_data_migration_source_analysis_groups module¶
-
class
models_v2.update_state_of_the_data_migration_source_analysis_groups.
UpdateStateOfTheDataMigrationSourceAnalysisGroups
(action=None, ids=None)[source]¶ Bases:
object
Implementation of the ‘Update state of the Data Migration source analysis groups.’ model.
Specifies the parameters to perform an action on the Data Migration source analysis groups for the specified Sources.
- Attributes:
- action (Action4Enum): Specifies the action to be performed on all the
specified Data Migration source analysis groups. ‘Pause’ specifies to pause. ‘Resume’ specifies to resume.
- ids (list of long|int): Specifies a list of Data Migration source
analysis 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.