UpdateEntities used to wrap the oci resource spec in a swagger model
| Name | Type | Description | Notes |
|---|---|---|---|
| blkIOWeightDevice | List<WeightDevice> | Block IO weight (relative device weight) in the form: ```[{"Path": "device_path", "Weight": weight}]``` | [optional] |
| deviceReadBPs | List<ThrottleDevice> | Limit read rate (bytes per second) from a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
| deviceReadIOPs | List<ThrottleDevice> | Limit read rate (IO per second) from a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
| deviceWriteBPs | List<ThrottleDevice> | Limit write rate (bytes per second) to a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
| deviceWriteIOPs | List<ThrottleDevice> | Limit write rate (IO per second) to a device, in the form: ```[{"Path": "device_path", "Rate": rate}]``` | [optional] |
| env | List<String> | [optional] | |
| unsetEnv | List<String> | [optional] | |
| blockIO | LinuxBlockIO | [optional] | |
| cpu | LinuxCPU | [optional] | |
| devices | List<LinuxDeviceCgroup> | Devices configures the device allowlist. | [optional] |
| healthCmd | String | HealthCmd set a healthcheck command for the container. ('none' disables the existing healthcheck) | [optional] |
| healthInterval | String | HealthInterval set an interval for the healthcheck. (a value of disable results in no automatic timer setup) Changing this setting resets timer. | [optional] |
| healthLogDestination | String | HealthLogDestination set the destination of the HealthCheck log. Directory path, local or events_logger (local use container state file) Warning: Changing this setting may cause the loss of previous logs! | [optional] |
| healthMaxLogCount | Integer | HealthMaxLogCount set maximum number of attempts in the HealthCheck log file. ('0' value means an infinite number of attempts in the log file) | [optional] |
| healthMaxLogSize | Integer | HealthMaxLogSize set maximum length in characters of stored HealthCheck log. ('0' value means an infinite log length) | [optional] |
| healthOnFailure | String | HealthOnFailure set the action to take once the container turns unhealthy. | [optional] |
| healthRetries | Integer | HealthRetries set the number of retries allowed before a healthcheck is considered to be unhealthy. | [optional] |
| healthStartPeriod | String | HealthStartPeriod set the initialization time needed for a container to bootstrap. | [optional] |
| healthStartupCmd | String | HealthStartupCmd set a startup healthcheck command for the container. | [optional] |
| healthStartupInterval | String | HealthStartupInterval set an interval for the startup healthcheck. Changing this setting resets the timer, depending on the state of the container. | [optional] |
| healthStartupRetries | Integer | HealthStartupRetries set the maximum number of retries before the startup healthcheck will restart the container. | [optional] |
| healthStartupSuccess | Integer | HealthStartupSuccess set the number of consecutive successes before the startup healthcheck is marked as successful and the normal healthcheck begins (0 indicates any success will start the regular healthcheck) | [optional] |
| healthStartupTimeout | String | HealthStartupTimeout set the maximum amount of time that the startup healthcheck may take before it is considered failed. | [optional] |
| healthTimeout | String | HealthTimeout set the maximum time allowed to complete the healthcheck before an interval is considered failed. | [optional] |
| hugepageLimits | List<LinuxHugepageLimit> | Hugetlb limits (in bytes). Default to reservation limits if supported. | [optional] |
| memory | LinuxMemory | [optional] | |
| network | LinuxNetwork | [optional] | |
| noHealthcheck | Boolean | Disable healthchecks on container. | [optional] |
| pids | LinuxPids | [optional] | |
| rdma | Map<String, LinuxRdma> | Rdma resource restriction configuration. Limits are a set of key value pairs that define RDMA resource limits, where the key is device name and value is resource limits. | [optional] |
| unified | Map<String, String> | Unified resources. | [optional] |
- Serializable