Skip to content

/AWS1/CL_BTCQUOTASHARECAPLIMIT

Defines the capacity limit for a quota share, or the type and maximum quantity of a particular resource that can be allocated to jobs in the quota share without borrowing.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_maxcapacity TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER

The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.

iv_capacityunit TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The unit of compute capacity for the capacityLimit. For example, ml.m5.large.


Queryable Attributes

maxCapacity

The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.

Accessible with the following methods

Method Description
GET_MAXCAPACITY() Getter for MAXCAPACITY, with configurable default
ASK_MAXCAPACITY() Getter for MAXCAPACITY w/ exceptions if field has no value
HAS_MAXCAPACITY() Determine if MAXCAPACITY has a value

capacityUnit

The unit of compute capacity for the capacityLimit. For example, ml.m5.large.

Accessible with the following methods

Method Description
GET_CAPACITYUNIT() Getter for CAPACITYUNIT, with configurable default
ASK_CAPACITYUNIT() Getter for CAPACITYUNIT w/ exceptions if field has no value
HAS_CAPACITYUNIT() Determine if CAPACITYUNIT 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_QUOTASHARECAPACITYLIMITS

TYPES TT_QUOTASHARECAPACITYLIMITS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCQUOTASHARECAPLIMIT WITH DEFAULT KEY
.