public sealed class DiskBackupPlanProperties : IMessage<DiskBackupPlanProperties>, IEquatable<DiskBackupPlanProperties>, IDeepCloneable<DiskBackupPlanProperties>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class DiskBackupPlanProperties.
Properties for a disk backup plan.
Implements
IMessageDiskBackupPlanProperties, IEquatableDiskBackupPlanProperties, IDeepCloneableDiskBackupPlanProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
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 |
|