Backup and DR Service v1 API - Class BackupApplianceBackupProperties (2.0.0)

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

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

BackupApplianceBackupProperties represents BackupDR backup appliance's properties.

Inheritance

object > BackupApplianceBackupProperties

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

BackupApplianceBackupProperties()

public BackupApplianceBackupProperties()

BackupApplianceBackupProperties(BackupApplianceBackupProperties)

public BackupApplianceBackupProperties(BackupApplianceBackupProperties other)
Parameter
Name Description
other BackupApplianceBackupProperties

Properties

FinalizeTime

public Timestamp FinalizeTime { get; set; }

Output only. The time when this backup object was finalized (if none, backup is not finalized).

Property Value
Type Description
Timestamp

GenerationId

public int GenerationId { get; set; }

Output only. The numeric generation ID of the backup (monotonically increasing).

Property Value
Type Description
int

HasGenerationId

public bool HasGenerationId { get; }

Gets whether the "generation_id" field is set

Property Value
Type Description
bool

RecoveryRangeEndTime

public Timestamp RecoveryRangeEndTime { get; set; }

Optional. The latest timestamp of data available in this Backup.

Property Value
Type Description
Timestamp

RecoveryRangeStartTime

public Timestamp RecoveryRangeStartTime { get; set; }

Optional. The earliest timestamp of data available in this Backup.

Property Value
Type Description
Timestamp