View Source GoogleApi.DataMigration.V1.Model.AlloyDbConnectionProfile (google_api_data_migration v0.21.0)
Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.
Attributes
-
clusterId
(type:String.t
, default:nil
) - Required. The AlloyDB cluster ID that this connection profile is associated with. -
settings
(type:GoogleApi.DataMigration.V1.Model.AlloyDbSettings.t
, default:nil
) - Immutable. Metadata used to create the destination AlloyDB cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.AlloyDbConnectionProfile{ clusterId: String.t() | nil, settings: GoogleApi.DataMigration.V1.Model.AlloyDbSettings.t() | nil }