| Name | Type | Description | Notes |
|---|---|---|---|
| id | char * | Instance Identifier | [optional] |
| name | char * | Instance Name | [optional] |
| key | char * | Key used to encrypt the Instance | [optional] |
| flavor | char * | The type of virtual machine this is | [optional] |
| type | char * | [optional] | |
| project | char * | The projectId of the project this instance belongs to | [optional] |
| state | instance_state_t * | [optional] | |
| state_changed | char * | Time the state of the instance last changed | [optional] |
| started_at | char * | Time the instance was started | [optional] |
| user_task | char * | Currently executing User Task | [optional] |
| task_state | char * | Current task state if any | [optional] |
| error | char * | Current error state if any | [optional] |
| boot_options | instance_boot_options_t * | [optional] | |
| service_ip | char * | Services IP Address | [optional] |
| wifi_ip | char * | LAN IP Address | [optional] |
| secondary_ip | char * | Secondary Inteface LAN IP Address (if supported) | [optional] |
| services | instance_services_t * | [optional] | |
| panicked | int | [optional] | |
| created | char * | Time instance was created | [optional] |
| model | char * | Model of virtual machine device | [optional] |
| fwpackage | char * | URL that package used to create this instance is available at | [optional] |
| os | char * | [optional] | |
| agent | instance_agent_state_t * | [optional] | |
| netmon | instance_netmon_state_t * | [optional] | |
| expose_port | char * | [optional] | |
| fault | int | [optional] | |
| patches | list_t * | [optional] | |
| created_by | created_by_t * | [optional] |