Virtual Machine Config Args
fun VirtualMachineConfigArgs(acceleratorConfig: Output<RuntimeAcceleratorConfigArgs>? = null, bootImage: Output<BootImageArgs>? = null, containerImages: Output<List<ContainerImageArgs>>? = null, dataDisk: Output<LocalDiskArgs>, encryptionConfig: Output<EncryptionConfigArgs>? = null, internalIpOnly: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, machineType: Output<String>, metadata: Output<Map<String, String>>? = null, network: Output<String>? = null, nicType: Output<VirtualMachineConfigNicType>? = null, reservedIpRange: Output<String>? = null, shieldedInstanceConfig: Output<RuntimeShieldedInstanceConfigArgs>? = null, subnet: Output<String>? = null, tags: Output<List<String>>? = null)