Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
LinuxParameters |
LinuxParameters.clone() |
LinuxParameters |
ContainerDefinition.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
|
LinuxParameters |
LinuxParameters.withCapabilities(KernelCapabilities capabilities)
The Linux capabilities for the container that are added to or dropped from the default configuration provided by
Docker.
|
LinuxParameters |
LinuxParameters.withDevices(Collection<Device> devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withDevices(Device... devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withInitProcessEnabled(Boolean initProcessEnabled)
Run an
init process inside the container that forwards signals and reaps processes. |
LinuxParameters |
LinuxParameters.withMaxSwap(Integer maxSwap)
The total amount of swap memory (in MiB) a container can use.
|
LinuxParameters |
LinuxParameters.withSharedMemorySize(Integer sharedMemorySize)
The value for the size (in MiB) of the
/dev/shm volume. |
LinuxParameters |
LinuxParameters.withSwappiness(Integer swappiness)
This allows you to tune a container's memory swappiness behavior.
|
LinuxParameters |
LinuxParameters.withTmpfs(Collection<Tmpfs> tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
LinuxParameters |
LinuxParameters.withTmpfs(Tmpfs... tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
|
ContainerDefinition |
ContainerDefinition.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
|
Copyright © 2020. All rights reserved.