MachineImageArgs

fun MachineImageArgs(description: Output<String>? = null, guestFlush: Output<Boolean>? = null, machineImageEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, savedDisks: Output<List<SavedDiskArgs>>? = null, sourceDiskEncryptionKeys: Output<List<SourceDiskEncryptionKeyArgs>>? = null, sourceInstance: Output<String>? = null, storageLocations: Output<List<String>>? = null)