Backup and DR Service v1 API - Class InitiateBackupResponse (1.2.0)

public sealed class InitiateBackupResponse : IMessage<InitiateBackupResponse>, IEquatable<InitiateBackupResponse>, IDeepCloneable<InitiateBackupResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class InitiateBackupResponse.

Response message for InitiateBackup.

Inheritance

object > InitiateBackupResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

InitiateBackupResponse()

public InitiateBackupResponse()

InitiateBackupResponse(InitiateBackupResponse)

public InitiateBackupResponse(InitiateBackupResponse other)
Parameter
Name Description
other InitiateBackupResponse

Properties

Backup

public string Backup { get; set; }

The name of the backup that was created.

Property Value
Type Description
string

BaseBackupGenerationId

public int BaseBackupGenerationId { get; set; }

The generation id of the base backup. It is needed for the incremental backups.

Property Value
Type Description
int

NewBackupGenerationId

public int NewBackupGenerationId { get; set; }

The generation id of the new backup.

Property Value
Type Description
int