View Source GoogleApi.DataMigration.V1.Model.ConversionWorkspace (google_api_data_migration v0.15.0)

The main conversion workspace resource entity.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp when the workspace resource was created.
  • destination (type: GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo.t, default: nil) - Required. The destination engine details.
  • displayName (type: String.t, default: nil) - Optional. The display name for the workspace.
  • globalSettings (type: map(), default: nil) - 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
  • hasUncommittedChanges (type: boolean(), default: nil) - Output only. Whether the workspace has uncommitted changes (changes which were made after the workspace was committed).
  • latestCommitId (type: String.t, default: nil) - Output only. The latest commit ID.
  • latestCommitTime (type: DateTime.t, default: nil) - Output only. The timestamp when the workspace was committed.
  • name (type: String.t, default: nil) - Full name of the workspace resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
  • source (type: GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo.t, default: nil) - Required. The source engine details.
  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when the workspace resource was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ConversionWorkspace{
  createTime: DateTime.t() | nil,
  destination: GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo.t() | nil,
  displayName: String.t() | nil,
  globalSettings: map() | nil,
  hasUncommittedChanges: boolean() | nil,
  latestCommitId: String.t() | nil,
  latestCommitTime: DateTime.t() | nil,
  name: String.t() | nil,
  source: GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.