/AWS1/CL_BTCULIMIT¶
The ulimit
settings to pass to the container. For more information, see Ulimit.
This object isn't applicable to jobs that are running on Fargate resources.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_hardlimit
TYPE /AWS1/BTCINTEGER
/AWS1/BTCINTEGER
¶
The hard limit for the
ulimit
type.
iv_name
TYPE /AWS1/BTCSTRING
/AWS1/BTCSTRING
¶
The
type
of theulimit
. Valid values are:core
|cpu
|data
|fsize
|locks
|memlock
|msgqueue
|nice
|nofile
|nproc
|rss
|rtprio
|rttime
|sigpending
|stack
.
iv_softlimit
TYPE /AWS1/BTCINTEGER
/AWS1/BTCINTEGER
¶
The soft limit for the
ulimit
type.
Queryable Attributes¶
hardLimit¶
The hard limit for the
ulimit
type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HARDLIMIT() |
Getter for HARDLIMIT, with configurable default |
ASK_HARDLIMIT() |
Getter for HARDLIMIT w/ exceptions if field has no value |
HAS_HARDLIMIT() |
Determine if HARDLIMIT has a value |
name¶
The
type
of theulimit
. Valid values are:core
|cpu
|data
|fsize
|locks
|memlock
|msgqueue
|nice
|nofile
|nproc
|rss
|rtprio
|rttime
|sigpending
|stack
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
softLimit¶
The soft limit for the
ulimit
type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOFTLIMIT() |
Getter for SOFTLIMIT, with configurable default |
ASK_SOFTLIMIT() |
Getter for SOFTLIMIT w/ exceptions if field has no value |
HAS_SOFTLIMIT() |
Determine if SOFTLIMIT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ULIMITS
¶
TYPES TT_ULIMITS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCULIMIT WITH DEFAULT KEY
.