Class SqlServerDatabaseBackup
Specifies the backup details for a single database in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerDatabaseBackup : IDirectResponseSchema
Properties
Database
Required. Name of a SQL Server database for which to define backup configuration.
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionOptions
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.
Declaration
[JsonProperty("encryptionOptions")]
public virtual SqlServerEncryptionOptions EncryptionOptions { get; set; }
Property Value
Type | Description |
---|---|
SqlServerEncryptionOptions |