ConversionWorkspace(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The main conversion workspace resource entity.
Attributes |
|
---|---|
Name | Description |
name |
str
Full name of the workspace resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
source |
google.cloud.clouddms_v1.types.DatabaseEngineInfo
Required. The source engine details. |
destination |
google.cloud.clouddms_v1.types.DatabaseEngineInfo
Required. The destination engine details. |
global_settings |
MutableMapping[str, str]
Optional. A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true |
has_uncommitted_changes |
bool
Output only. Whether the workspace has uncommitted changes (changes which were made after the workspace was committed). |
latest_commit_id |
str
Output only. The latest commit ID. |
latest_commit_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the workspace was committed. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the workspace resource was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the workspace resource was last updated. |
display_name |
str
Optional. The display name for the workspace. |
Classes
GlobalSettingsEntry
GlobalSettingsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |