View Source GoogleApi.DataMigration.V1.Model.SqlServerBackups (google_api_data_migration v0.13.0)

Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.

Attributes

  • gcsBucket (type: String.t, default: nil) - Required. The Cloud Storage bucket that stores backups for all replicated databases.
  • gcsPrefix (type: String.t, default: nil) - Optional. Cloud Storage path inside the bucket that stores backups.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerBackups{
  gcsBucket: String.t() | nil,
  gcsPrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.