Creates a fuchsia virtual device for running in an emulator.
ATTRIBUTES
| Name | Description | Type | Mandatory | Default | 
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | - | 
| device_name | Name of the virtual device. | String | required | - | 
| description | Description of the virtual device. | String | optional | "" | 
| arch | The architecture of the cpu. | String | required | - | 
| cpu_count | The number of CPUs | Integer | optional | 4 | 
| window_width_px | Width of the virtual device's screen, in pixels. | Integer | optional | 1200 | 
| window_height_px | Height of the virtual device's screen, in pixels. | Integer | optional | 800 | 
| memory_quantity | Memory of the virtual device. | Integer | optional | 8192 | 
| memory_unit | Unit for memory of the virtual device (e.g. megabytes, gigabytes, etc.). | String | optional | "megabytes" | 
| storage_quantity | Storage of the virtual device. | Integer | optional | 10 | 
| storage_unit | Unit for storage of the virtual device (e.g. megabytes, gigabytes, etc.). | String | optional | "gigabytes" | 
| vsock_enabled | Whether the virtual device should expose a vsock | Boolean | optional | False | 
| vsock_cid | The context id the guest vsock should. Only used if vsock_enable = true and a value of zero indicates that a value should be generated | Integer | optional | 0 | 
| audio_model | The audio device model that should be emulated. | String | optional | "hda" | 
| input_device | The input device type that should be emulated. | String | optional | "touch" |