/AWS1/CL_SGMINSTREQMNTSENICONF¶
The customer ENI and additional ENIs associated with a network interface category.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_customereni TYPE /AWS1/SGMSTRING00 /AWS1/SGMSTRING00¶
The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance type category.
io_additionalenis TYPE REF TO /AWS1/CL_SGMADDITIONALENIS /AWS1/CL_SGMADDITIONALENIS¶
Information about additional Elastic Network Interfaces (ENIs) associated with the instance type category.
Queryable Attributes¶
CustomerEni¶
The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance type category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMERENI() |
Getter for CUSTOMERENI, with configurable default |
ASK_CUSTOMERENI() |
Getter for CUSTOMERENI w/ exceptions if field has no value |
HAS_CUSTOMERENI() |
Determine if CUSTOMERENI has a value |
AdditionalEnis¶
Information about additional Elastic Network Interfaces (ENIs) associated with the instance type category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDITIONALENIS() |
Getter for ADDITIONALENIS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSTANCEREQMNTSENICONFS¶
TYPES TT_INSTANCEREQMNTSENICONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINSTREQMNTSENICONF WITH DEFAULT KEY
.