VirtualMachineConfig constructor
      
      VirtualMachineConfig({ 
    
    
- RuntimeAcceleratorConfig? acceleratorConfig,
- BootImage? bootImage,
- List<ContainerImage> ? containerImages,
- LocalDisk? dataDisk,
- EncryptionConfig? encryptionConfig,
- Map<String, String> ? guestAttributes,
- bool? internalIpOnly,
- Map<String, String> ? labels,
- String? machineType,
- Map<String, String> ? metadata,
- String? network,
- String? nicType,
- String? reservedIpRange,
- RuntimeShieldedInstanceConfig? shieldedInstanceConfig,
- String? subnet,
- List<String> ? tags,
- 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,
});