/AWS1/CL_IOXCONNECTORITEM¶
Structure describing a connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/IOXDISPLAYNAME /AWS1/IOXDISPLAYNAME¶
The display name of the C2C connector.
io_endpointconfig TYPE REF TO /AWS1/CL_IOXENDPOINTCONFIG /AWS1/CL_IOXENDPOINTCONFIG¶
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
Optional arguments:¶
iv_description TYPE /AWS1/IOXCLOUDCONNECTORDESC /AWS1/IOXCLOUDCONNECTORDESC¶
A description of the C2C connector.
iv_endpointtype TYPE /AWS1/IOXENDPOINTTYPE /AWS1/IOXENDPOINTTYPE¶
The type of endpoint used for the C2C connector.
iv_id TYPE /AWS1/IOXCLOUDCONNECTORID /AWS1/IOXCLOUDCONNECTORID¶
The identifier of the C2C connector.
iv_type TYPE /AWS1/IOXCLOUDCONNECTORTYPE /AWS1/IOXCLOUDCONNECTORTYPE¶
The type of cloud connector created.
Queryable Attributes¶
Name¶
The display name of the C2C connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
EndpointConfig¶
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTCONFIG() |
Getter for ENDPOINTCONFIG |
Description¶
A description of the C2C connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
EndpointType¶
The type of endpoint used for the C2C connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE, with configurable default |
ASK_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE w/ exceptions if field has no value |
HAS_ENDPOINTTYPE() |
Determine if ENDPOINTTYPE has a value |
Id¶
The identifier of the C2C connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Type¶
The type of cloud connector created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_CONNECTORLIST¶
TYPES TT_CONNECTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXCONNECTORITEM WITH DEFAULT KEY
.