Show / Hide Table of Contents

Class InstancesRestoreBackupRequest

Database instance restore backup request.

Inheritance
object
InstancesRestoreBackupRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class InstancesRestoreBackupRequest : IDirectResponseSchema

Properties

Backup

The name of the backup that's used to restore a Cloud SQL instance: Format: projects/{project-id}/backups/{backup-uid}. Only one of restore_backup_context, backup, backupdr_backup can be passed to the input.

Declaration
[JsonProperty("backup")]
public virtual string Backup { get; set; }
Property Value
Type Description
string

BackupdrBackup

The name of the backup that's used to restore a Cloud SQL instance: Format: "projects/{project-id}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}/backups/{backup-uid}". Only one of restore_backup_context, backup, backupdr_backup can be passed to the input.

Declaration
[JsonProperty("backupdrBackup")]
public virtual string BackupdrBackup { 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

RestoreBackupContext

Parameters required to perform the restore backup operation.

Declaration
[JsonProperty("restoreBackupContext")]
public virtual RestoreBackupContext RestoreBackupContext { get; set; }
Property Value
Type Description
RestoreBackupContext

RestoreInstanceSettings

Optional. By using this parameter, Cloud SQL overrides any instance settings stored in the backup you are restoring from. You can't change the instance's major database version and you can only increase the disk size. You can use this field to restore new instances only. This field is not applicable for restore to existing instances.

Declaration
[JsonProperty("restoreInstanceSettings")]
public virtual DatabaseInstance RestoreInstanceSettings { get; set; }
Property Value
Type Description
DatabaseInstance

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX