@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:29:47.740Z") @Stability(value=Stable) public interface Ulimit extends software.amazon.jsii.JsiiSerializable
NOTE: Does not work for Windows containers.
Modifier and Type | Interface and Description |
---|---|
static class |
Ulimit.Builder
A builder for
Ulimit |
static class |
Ulimit.Jsii$Proxy
An implementation for
Ulimit |
Modifier and Type | Method and Description |
---|---|
static Ulimit.Builder |
builder() |
Number |
getHardLimit()
The hard limit for the ulimit type.
|
UlimitName |
getName()
The type of the ulimit.
|
Number |
getSoftLimit()
The soft limit for the ulimit type.
|
@Stability(value=Stable) @NotNull Number getHardLimit()
@Stability(value=Stable) @NotNull UlimitName getName()
For more information, see UlimitName.
@Stability(value=Stable) @NotNull Number getSoftLimit()
@Stability(value=Stable) static Ulimit.Builder builder()
Ulimit.Builder
of Ulimit
Copyright © 2020. All rights reserved.