Skip to content

/AWS1/CL_BTCQUOTASHAREDETAIL

Detailed information about a quota share, including its configuration, state, and capacity limits.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_quotasharename TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The name of the quota share.

iv_quotasharearn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The Amazon Resource Name (ARN) of the quota share.

iv_jobqueuearn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING

The Amazon Resource Name (ARN) of the job queue associated with the quota share.

it_capacitylimits TYPE /AWS1/CL_BTCQUOTASHARECAPLIMIT=>TT_QUOTASHARECAPACITYLIMITS TT_QUOTASHARECAPACITYLIMITS

A list that specifies the quantity and type of compute capacity allocated to the quota share.

io_resourcesharingconf TYPE REF TO /AWS1/CL_BTCQUOTASHARERESHRC00 /AWS1/CL_BTCQUOTASHARERESHRC00

Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.

io_preemptionconfiguration TYPE REF TO /AWS1/CL_BTCQUOTASHAREPMTCONF /AWS1/CL_BTCQUOTASHAREPMTCONF

Specifies the preemption behavior for jobs in a quota share.

iv_state TYPE /AWS1/BTCQUOTASHARESTATE /AWS1/BTCQUOTASHARESTATE

The state of the quota share.

iv_status TYPE /AWS1/BTCQUOTASHARESTATUS /AWS1/BTCQUOTASHARESTATUS

The current status of the quota share.


Queryable Attributes

quotaShareName

The name of the quota share.

Accessible with the following methods

Method Description
GET_QUOTASHARENAME() Getter for QUOTASHARENAME, with configurable default
ASK_QUOTASHARENAME() Getter for QUOTASHARENAME w/ exceptions if field has no valu
HAS_QUOTASHARENAME() Determine if QUOTASHARENAME has a value

quotaShareArn

The Amazon Resource Name (ARN) of the quota share.

Accessible with the following methods

Method Description
GET_QUOTASHAREARN() Getter for QUOTASHAREARN, with configurable default
ASK_QUOTASHAREARN() Getter for QUOTASHAREARN w/ exceptions if field has no value
HAS_QUOTASHAREARN() Determine if QUOTASHAREARN has a value

jobQueueArn

The Amazon Resource Name (ARN) of the job queue associated with the quota share.

Accessible with the following methods

Method Description
GET_JOBQUEUEARN() Getter for JOBQUEUEARN, with configurable default
ASK_JOBQUEUEARN() Getter for JOBQUEUEARN w/ exceptions if field has no value
HAS_JOBQUEUEARN() Determine if JOBQUEUEARN has a value

capacityLimits

A list that specifies the quantity and type of compute capacity allocated to the quota share.

Accessible with the following methods

Method Description
GET_CAPACITYLIMITS() Getter for CAPACITYLIMITS, with configurable default
ASK_CAPACITYLIMITS() Getter for CAPACITYLIMITS w/ exceptions if field has no valu
HAS_CAPACITYLIMITS() Determine if CAPACITYLIMITS has a value

resourceSharingConfiguration

Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.

Accessible with the following methods

Method Description
GET_RESOURCESHARINGCONF() Getter for RESOURCESHARINGCONFIGURATION

preemptionConfiguration

Specifies the preemption behavior for jobs in a quota share.

Accessible with the following methods

Method Description
GET_PREEMPTIONCONFIGURATION() Getter for PREEMPTIONCONFIGURATION

state

The state of the quota share.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

status

The current status of the quota share.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS 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_QUOTASHARELIST

TYPES TT_QUOTASHARELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCQUOTASHAREDETAIL WITH DEFAULT KEY
.