View Source GoogleApi.AlloyDB.V1.Model.MigrationSource (google_api_alloy_db v0.13.0)

Subset of the source instance configuration that is available when reading the cluster resource.

Attributes

  • hostPort (type: String.t, default: nil) - Output only. The host and port of the on-premises instance in host:port format
  • referenceId (type: String.t, default: nil) - Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.
  • sourceType (type: String.t, default: nil) - Output only. Type of migration source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.MigrationSource{
  hostPort: String.t() | nil,
  referenceId: String.t() | nil,
  sourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.