models_v2.common_data_migration_source_analysis_group_params module

class models_v2.common_data_migration_source_analysis_group_params.CommonDataMigrationSourceAnalysisGroupParams(name=None, source=None)[source]

Bases: object

Implementation of the ‘CommonDataMigrationSourceAnalysisGroupParams’ model.

Specifies the Data Migration source analysis group.

Attributes:
name (string): Specifies the name of the Data Migration analysis

group.

source (DataMigrationSource): Specifies the objects to be migrated.

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.

class models_v2.common_data_migration_source_analysis_group_params.DataMigrationSourceAnalysisGroup(id=None, name=None, source=None)[source]

Bases: models_v2.common_data_migration_source_analysis_group_params.CommonDataMigrationSourceAnalysisGroupParams

Implementation of the ‘DataMigrationSourceAnalysisGroup’ model.

Specifies the Data Migration source analysis group. NOTE: This class inherits from ‘CommonDataMigrationSourceAnalysisGroupParams’.

Attributes:
id (string): Specifies the ID of the Data Migration source analysis

group.

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.