/AWS1/CL_SGMAIRECINSTDETAIL¶
Instance details for a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instancetype TYPE /AWS1/SGMAIRECINSTANCETYPE /AWS1/SGMAIRECINSTANCETYPE¶
The recommended instance type.
iv_instancecount TYPE /AWS1/SGMAIRECINSTANCECOUNT /AWS1/SGMAIRECINSTANCECOUNT¶
The recommended number of instances.
iv_copycountperinstance TYPE /AWS1/SGMAIRECCOPYCOUNTPERINST /AWS1/SGMAIRECCOPYCOUNTPERINST¶
The number of model copies per instance.
Queryable Attributes¶
InstanceType¶
The recommended instance type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
InstanceCount¶
The recommended number of instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECOUNT() |
Getter for INSTANCECOUNT, with configurable default |
ASK_INSTANCECOUNT() |
Getter for INSTANCECOUNT w/ exceptions if field has no value |
HAS_INSTANCECOUNT() |
Determine if INSTANCECOUNT has a value |
CopyCountPerInstance¶
The number of model copies per instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COPYCOUNTPERINSTANCE() |
Getter for COPYCOUNTPERINSTANCE, with configurable default |
ASK_COPYCOUNTPERINSTANCE() |
Getter for COPYCOUNTPERINSTANCE w/ exceptions if field has n |
HAS_COPYCOUNTPERINSTANCE() |
Determine if COPYCOUNTPERINSTANCE 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_AIRECINSTANCEDETAILLIST¶
TYPES TT_AIRECINSTANCEDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAIRECINSTDETAIL WITH DEFAULT KEY
.