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

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

Attributes

  • database (type: String.t, default: nil) - Required. Name of a SQL Server database for which to define backup configuration.
  • encryptionOptions (type: GoogleApi.DataMigration.V1.Model.SqlServerEncryptionOptions.t, default: nil) - Optional. Encryption settings for the database. Required if provided database backups are encrypted. Encryption settings include path to certificate, path to certificate private key, and key password.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerDatabaseBackup{
  database: String.t() | nil,
  encryptionOptions:
    GoogleApi.DataMigration.V1.Model.SqlServerEncryptionOptions.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.