#include <GreengrassCoreIpcModel.h>
◆ SystemResourceLimits() [1/2]
Aws::Greengrass::SystemResourceLimits::SystemResourceLimits |
( |
| ) |
|
|
inlinenoexcept |
◆ SystemResourceLimits() [2/2]
◆ GetCpus()
(Optional) The maximum amount of CPU time that this component's processes can use on the core device.
◆ GetMemory()
(Optional) The maximum amount of RAM (in kilobytes) that this component's processes can use on the core device.
◆ GetModelName()
|
overrideprotectedvirtualnoexcept |
◆ operator<()
◆ s_allocateFromPayload()
◆ s_customDeleter()
◆ s_loadFromJsonView()
◆ SerializeToJsonObject()
void Aws::Greengrass::SystemResourceLimits::SerializeToJsonObject |
( |
Aws::Crt::JsonObject & |
payloadObject | ) |
const |
|
overridevirtualnoexcept |
◆ SetCpus()
void Aws::Greengrass::SystemResourceLimits::SetCpus |
( |
const double & |
cpus | ) |
|
|
inlinenoexcept |
(Optional) The maximum amount of CPU time that this component's processes can use on the core device.
◆ SetMemory()
void Aws::Greengrass::SystemResourceLimits::SetMemory |
( |
const int64_t & |
memory | ) |
|
|
inlinenoexcept |
(Optional) The maximum amount of RAM (in kilobytes) that this component's processes can use on the core device.
◆ MODEL_NAME
const char * Aws::Greengrass::SystemResourceLimits::MODEL_NAME = "aws.greengrass#SystemResourceLimits" |
|
static |
The documentation for this class was generated from the following files: