GceSetup constructor
GceSetup({
- List<
AcceleratorConfig> ? acceleratorConfigs, - BootDisk? bootDisk,
- ContainerImage? containerImage,
- List<
DataDisk> ? dataDisks, - bool? disablePublicIp,
- bool? enableIpForwarding,
- GPUDriverConfig? gpuDriverConfig,
- String? machineType,
- Map<
String, String> ? metadata, - List<
NetworkInterface> ? networkInterfaces, - List<
ServiceAccount> ? serviceAccounts, - ShieldedInstanceConfig? shieldedInstanceConfig,
- List<
String> ? tags, - 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,
});