ComputeInstanceBackupProperties constructor

ComputeInstanceBackupProperties({
  1. bool? canIpForward,
  2. String? description,
  3. List<AttachedDisk>? disk,
  4. List<String>? excludedDisks,
  5. List<AcceleratorConfig>? guestAccelerator,
  6. bool? guestFlush,
  7. List<String>? includedDisks,
  8. String? keyRevocationActionType,
  9. Map<String, String>? labels,
  10. String? machineType,
  11. Metadata? metadata,
  12. String? minCpuPlatform,
  13. List<NetworkInterface>? networkInterface,
  14. Scheduling? scheduling,
  15. List<ServiceAccount>? serviceAccount,
  16. String? sourceInstance,
  17. Tags? tags,
})

Implementation

ComputeInstanceBackupProperties({
  this.canIpForward,
  this.description,
  this.disk,
  this.excludedDisks,
  this.guestAccelerator,
  this.guestFlush,
  this.includedDisks,
  this.keyRevocationActionType,
  this.labels,
  this.machineType,
  this.metadata,
  this.minCpuPlatform,
  this.networkInterface,
  this.scheduling,
  this.serviceAccount,
  this.sourceInstance,
  this.tags,
});