Backup and DR Service v1beta API - Class DiskBackupPlanProperties (1.0.0-beta01)

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

Reference documentation and code samples for the Backup and DR Service v1beta API class DiskBackupPlanProperties.

Properties for a disk backup plan.

Inheritance

object > DiskBackupPlanProperties

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

DiskBackupPlanProperties()

public DiskBackupPlanProperties()

DiskBackupPlanProperties(DiskBackupPlanProperties)

public DiskBackupPlanProperties(DiskBackupPlanProperties other)
Parameter
Name Description
other DiskBackupPlanProperties

Properties

GuestFlush

public bool GuestFlush { get; set; }

Optional. Indicates whether to perform a guest flush operation before taking a disk backup. When set to false, the system will create crash-consistent backups. Default value is false.

Property Value
Type Description
bool