| buildDefaultTTL | Integer | The seconds on average a build should live if utilized | [optional] [default to null] |
| buildID | UUID | | [optional] [default to null] |
| buildState | EngineBuildStateEnum | | [optional] [default to null] |
| createdDateTime | Date | This is the datetime the core was created | [optional] [default to null] |
| diskFreeBytes | Long | The number of free bytes required to launch engine | [optional] [default to null] |
| dockerImage | String | docker image | [optional] [default to null] |
| engineID | UUID | | [optional] [default to null] |
| licenseExpirationTimestamp | Long | The unix timestamp on when the license for the engine expires. If 0, then it does not expire | [optional] [default to null] |
| manifestClusterSize | String | Engine Size from the Manifest | [optional] [default to null] |
| manifestCustomProfile | String | Engine Custom Profile from the Manifest | [optional] [default to null] |
| manifestEngineMode | String | Engine Mode from the Manifest | [optional] [default to null] |
| manifestEngineName | String | Name of the Engine from the Manifest | [optional] [default to null] |
| manifestGPUSupported | GPUEnum | | [optional] [default to null] |
| manifestRequireEC2 | Boolean | Does the engine require EC2 | [optional] [default to null] |
| modifiedDateTime | Date | This is the datetime the core was last modified. | [optional] [default to null] |
| runtime | String | JSON Data for runtime | [optional] [default to null] |
| softGPULimit | Integer | The number of GPU required to launch engine | [optional] [default to null] |
| softMemoryBytesLimit | Long | The number of bytes required to launch this engine | [optional] [default to null] |
| softVCPULimit | Integer | The number of VCPU based on 1024 required to launch engine | [optional] [default to null] |
| version | Integer | version of the engine | [optional] [default to null] |