ComputeInstanceBackupProperties constructor

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

Implementation

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