VirtualMachineConfig constructor

VirtualMachineConfig({
  1. RuntimeAcceleratorConfig? acceleratorConfig,
  2. BootImage? bootImage,
  3. List<ContainerImage>? containerImages,
  4. LocalDisk? dataDisk,
  5. EncryptionConfig? encryptionConfig,
  6. Map<String, String>? guestAttributes,
  7. bool? internalIpOnly,
  8. Map<String, String>? labels,
  9. String? machineType,
  10. Map<String, String>? metadata,
  11. String? network,
  12. String? nicType,
  13. String? reservedIpRange,
  14. RuntimeShieldedInstanceConfig? shieldedInstanceConfig,
  15. String? subnet,
  16. List<String>? tags,
  17. String? zone,
})

Implementation

VirtualMachineConfig({
  this.acceleratorConfig,
  this.bootImage,
  this.containerImages,
  this.dataDisk,
  this.encryptionConfig,
  this.guestAttributes,
  this.internalIpOnly,
  this.labels,
  this.machineType,
  this.metadata,
  this.network,
  this.nicType,
  this.reservedIpRange,
  this.shieldedInstanceConfig,
  this.subnet,
  this.tags,
  this.zone,
});