@Generated(value="software.amazon.awssdk:codegen") public final class SystemControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SystemControl.Builder,SystemControl>
A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls
in the Create a container section of the Docker Remote API and the --sysctl
option to docker run.
It is not recommended that you specify network-related systemControls
parameters for multiple containers
in a single task that also uses either the awsvpc
or host
network mode for the following
reasons:
For tasks that use the awsvpc
network mode, if you set systemControls
for any container, it
applies to all containers in the task. If you set different systemControls
for multiple containers in a
single task, the container that is started last determines which systemControls
take effect.
For tasks that use the host
network mode, the systemControls
parameter applies to the
container instance's kernel parameter as well as that of all containers of any tasks running on that container
instance.
Modifier and Type | Class and Description |
---|---|
static interface |
SystemControl.Builder |
Modifier and Type | Method and Description |
---|---|
static SystemControl.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
The namespaced kernel parameter for which to set a
value . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SystemControl.Builder> |
serializableBuilderClass() |
SystemControl.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value for the namespaced kernel parameter specified in
namespace . |
copy
public final String namespace()
The namespaced kernel parameter for which to set a value
.
value
.public final String value()
The value for the namespaced kernel parameter specified in namespace
.
namespace
.public SystemControl.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SystemControl.Builder,SystemControl>
public static SystemControl.Builder builder()
public static Class<? extends SystemControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.