GceSetup constructor

GceSetup({
  1. List<AcceleratorConfig>? acceleratorConfigs,
  2. BootDisk? bootDisk,
  3. ContainerImage? containerImage,
  4. List<DataDisk>? dataDisks,
  5. bool? disablePublicIp,
  6. bool? enableIpForwarding,
  7. GPUDriverConfig? gpuDriverConfig,
  8. String? machineType,
  9. Map<String, String>? metadata,
  10. List<NetworkInterface>? networkInterfaces,
  11. List<ServiceAccount>? serviceAccounts,
  12. ShieldedInstanceConfig? shieldedInstanceConfig,
  13. List<String>? tags,
  14. VmImage? vmImage,
})

Implementation

GceSetup({
  this.acceleratorConfigs,
  this.bootDisk,
  this.containerImage,
  this.dataDisks,
  this.disablePublicIp,
  this.enableIpForwarding,
  this.gpuDriverConfig,
  this.machineType,
  this.metadata,
  this.networkInterfaces,
  this.serviceAccounts,
  this.shieldedInstanceConfig,
  this.tags,
  this.vmImage,
});