ComputeInstanceBackupPlanProperties constructor

ComputeInstanceBackupPlanProperties({
  1. bool? bootDiskOnly,
  2. DiskExclusionLabels? diskExclusionLabels,
  3. bool? guestFlush,
})

Implementation

ComputeInstanceBackupPlanProperties({
  this.bootDiskOnly,
  this.diskExclusionLabels,
  this.guestFlush,
});