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

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

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

Properties for a compute instance backup plan.

Inheritance

object > ComputeInstanceBackupPlanProperties

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

ComputeInstanceBackupPlanProperties()

public ComputeInstanceBackupPlanProperties()

ComputeInstanceBackupPlanProperties(ComputeInstanceBackupPlanProperties)

public ComputeInstanceBackupPlanProperties(ComputeInstanceBackupPlanProperties other)
Parameter
Name Description
other ComputeInstanceBackupPlanProperties

Properties

GuestFlush

public bool GuestFlush { get; set; }

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

Property Value
Type Description
bool