/AWS1/CL_IOARESOURCECONF¶
The configuration of the resource used to execute the containerAction
.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_computetype
TYPE /AWS1/IOACOMPUTETYPE
/AWS1/IOACOMPUTETYPE
¶
The type of the compute resource used to execute the
containerAction
. Possible values are:ACU_1
(vCPU=4, memory=16 GiB) orACU_2
(vCPU=8, memory=32 GiB).
iv_volumesizeingb
TYPE /AWS1/IOAVOLUMESIZEINGB
/AWS1/IOAVOLUMESIZEINGB
¶
The size, in GB, of the persistent storage available to the resource instance used to execute the
containerAction
(min: 1, max: 50).
Queryable Attributes¶
computeType¶
The type of the compute resource used to execute the
containerAction
. Possible values are:ACU_1
(vCPU=4, memory=16 GiB) orACU_2
(vCPU=8, memory=32 GiB).
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPUTETYPE() |
Getter for COMPUTETYPE, with configurable default |
ASK_COMPUTETYPE() |
Getter for COMPUTETYPE w/ exceptions if field has no value |
HAS_COMPUTETYPE() |
Determine if COMPUTETYPE has a value |
volumeSizeInGB¶
The size, in GB, of the persistent storage available to the resource instance used to execute the
containerAction
(min: 1, max: 50).
Accessible with the following methods¶
Method | Description |
---|---|
GET_VOLUMESIZEINGB() |
Getter for VOLUMESIZEINGB, with configurable default |
ASK_VOLUMESIZEINGB() |
Getter for VOLUMESIZEINGB w/ exceptions if field has no valu |
HAS_VOLUMESIZEINGB() |
Determine if VOLUMESIZEINGB has a value |