ComputeInstanceBackupPlanProperties constructor
ComputeInstanceBackupPlanProperties({
- bool? bootDiskOnly,
- DiskExclusionLabels? diskExclusionLabels,
- bool? guestFlush,
Implementation
ComputeInstanceBackupPlanProperties({
this.bootDiskOnly,
this.diskExclusionLabels,
this.guestFlush,
});