PyMigrationPipelineContentType
class PyMigrationPipelineContentType(migration_pipeline_content_type)
Bases: object
Object that represents a definition of a content type that a pipeline migrates.
- Parameters: migration_pipeline_content_type (MigrationPipelineContentType)
__init__(migration_pipeline_content_type)
Creates a new PyMigrationPipelineContentType object.
Args: : migration_pipeline_content_type: A MigrationPipelineContentType object.
Returns: None.
- Parameters: migration_pipeline_content_type (MigrationPipelineContentType)
- Return type: None
Methods
__init__ (migration_pipeline_content_type) |
Creates a new PyMigrationPipelineContentType object. |
---|---|
get_config_key () |
Gets the config key for this content type. |
get_config_key_for_type (content_type) |
Gets the config key for a content type. |
get_custom_views () |
Gets the custom views MigrationPipelineContentType. |
get_data_sources () |
Gets the data sources MigrationPipelineContentType. |
get_groups () |
Gets the groups MigrationPipelineContentType. |
get_projects () |
Gets the projects MigrationPipelineContentType. |
get_server_to_cloud_extract_refresh_tasks () |
Gets the Server to Cloud extract refresh tasks MigrationPipelineContentType. |
get_users () |
Gets the user MigrationPipelineContentType. |
get_views () |
Gets the views MigrationPipelineContentType. |
get_workbooks () |
Gets the workbooks MigrationPipelineContentType. |
Attributes
content_type |
The content type. |
---|---|
publish_type |
Gets the publish type. |
result_type |
Gets the result type. |
types |
Gets the types for this instance. |
property content_type : Type
The content type.
get_config_key()
Gets the config key for this content type.
Returns: The config key string.
- Return type: str
classmethod get_config_key_for_type(content_type)
Gets the config key for a content type.
Args: : content_type: The content type.
Returns: The config key string.
- Parameters: content_type (Type)
- Return type: str
classmethod get_custom_views()
Gets the custom views MigrationPipelineContentType.
- Return type: Self
classmethod get_data_sources()
Gets the data sources MigrationPipelineContentType.
- Return type: Self
classmethod get_groups()
Gets the groups MigrationPipelineContentType.
- Return type: Self
classmethod get_projects()
Gets the projects MigrationPipelineContentType.
- Return type: Self
classmethod get_server_to_cloud_extract_refresh_tasks()
Gets the Server to Cloud extract refresh tasks MigrationPipelineContentType.
- Return type: Self
classmethod get_users()
Gets the user MigrationPipelineContentType.
- Return type: Self
classmethod get_views()
Gets the views MigrationPipelineContentType.
- Return type: Self
classmethod get_workbooks()
Gets the workbooks MigrationPipelineContentType.
- Return type: Self
property publish_type : Type
Gets the publish type.
property result_type : Type
Gets the result type.
property types : Sequence[Type]
Gets the types for this instance.