SourceInstanceProperties constructor

SourceInstanceProperties({
  1. bool? canIpForward,
  2. bool? deletionProtection,
  3. String? description,
  4. List<SavedAttachedDisk>? disks,
  5. List<AcceleratorConfig>? guestAccelerators,
  6. String? keyRevocationActionType,
  7. Map<String, String>? labels,
  8. String? machineType,
  9. Metadata? metadata,
  10. String? minCpuPlatform,
  11. List<NetworkInterface>? networkInterfaces,
  12. Scheduling? scheduling,
  13. List<ServiceAccount>? serviceAccounts,
  14. Tags? tags,
})

Implementation

SourceInstanceProperties({
  this.canIpForward,
  this.deletionProtection,
  this.description,
  this.disks,
  this.guestAccelerators,
  this.keyRevocationActionType,
  this.labels,
  this.machineType,
  this.metadata,
  this.minCpuPlatform,
  this.networkInterfaces,
  this.scheduling,
  this.serviceAccounts,
  this.tags,
});