GoogleApi.AlloyDB.V1.Model.RestoreFromCloudSQLRequest (google_api_alloy_db v0.16.0)
View SourceMessage for registering Restoring from CloudSQL resource.
Attributes
-
cloudsqlBackupRunSource(type:GoogleApi.AlloyDB.V1.Model.CloudSQLBackupRunSource.t, default:nil) - Cluster created from CloudSQL backup run. -
cluster(type:GoogleApi.AlloyDB.V1.Model.Cluster.t, default:nil) - Required. The resource being created -
clusterId(type:String.t, default:nil) - Required. ID of the requesting object.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.RestoreFromCloudSQLRequest{ cloudsqlBackupRunSource: GoogleApi.AlloyDB.V1.Model.CloudSQLBackupRunSource.t() | nil, cluster: GoogleApi.AlloyDB.V1.Model.Cluster.t() | nil, clusterId: String.t() | nil }