/AWS1/CL_GMLLINUXCAPABILITIES¶
A set of Linux capabilities that are added to a container's default Docker configuration for a container defined in the ContainerGroupDefinition. For more detailed information about these Linux capabilities, see the capabilities(7) Linux manual page.
Modifying capabilities on an existing container: To
remove a capability, update the Include list with only the needed capabilities.
To revert back to default capabilities, omit LinuxCapabilities within the
ContainerDefinition.
Part of: GameServerContainerDefinition, GameServerContainerDefinitionInput, SupportContainerDefinition, SupportContainerDefinitionInput
Returned by: CreateContainerGroupDefinition, DescribeContainerGroupDefinition, ListContainerGroupDefinitions, ListContainerGroupDefinitionVersions, UpdateContainerGroupDefinition
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_include TYPE /AWS1/CL_GMLLINUXCAPABLIST_W=>TT_LINUXCAPABILITYLIST TT_LINUXCAPABILITYLIST¶
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).
Queryable Attributes¶
Include¶
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDE() |
Getter for INCLUDE, with configurable default |
ASK_INCLUDE() |
Getter for INCLUDE w/ exceptions if field has no value |
HAS_INCLUDE() |
Determine if INCLUDE has a value |