/AWS1/CL_OSRCREOUTBOUNDCONNRSP¶
The result of a CreateOutboundConnection request. Contains details about the
newly created cross-cluster connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_localdomaininfo TYPE REF TO /AWS1/CL_OSRDOMINFMTIONCONTA00 /AWS1/CL_OSRDOMINFMTIONCONTA00¶
Information about the source (local) domain.
io_remotedomaininfo TYPE REF TO /AWS1/CL_OSRDOMINFMTIONCONTA00 /AWS1/CL_OSRDOMINFMTIONCONTA00¶
Information about the destination (remote) domain.
iv_connectionalias TYPE /AWS1/OSRCONNECTIONALIAS /AWS1/OSRCONNECTIONALIAS¶
Name of the connection.
io_connectionstatus TYPE REF TO /AWS1/CL_OSROUTBOUNDCONNSTATUS /AWS1/CL_OSROUTBOUNDCONNSTATUS¶
The status of the connection.
iv_connectionid TYPE /AWS1/OSRCONNECTIONID /AWS1/OSRCONNECTIONID¶
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
iv_connectionmode TYPE /AWS1/OSRCONNECTIONMODE /AWS1/OSRCONNECTIONMODE¶
The connection mode.
io_connectionproperties TYPE REF TO /AWS1/CL_OSRCONNPROPERTIES /AWS1/CL_OSRCONNPROPERTIES¶
The
ConnectionPropertiesfor the newly created connection.
Queryable Attributes¶
LocalDomainInfo¶
Information about the source (local) domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALDOMAININFO() |
Getter for LOCALDOMAININFO |
RemoteDomainInfo¶
Information about the destination (remote) domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOTEDOMAININFO() |
Getter for REMOTEDOMAININFO |
ConnectionAlias¶
Name of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONALIAS() |
Getter for CONNECTIONALIAS, with configurable default |
ASK_CONNECTIONALIAS() |
Getter for CONNECTIONALIAS w/ exceptions if field has no val |
HAS_CONNECTIONALIAS() |
Determine if CONNECTIONALIAS has a value |
ConnectionStatus¶
The status of the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSTATUS() |
Getter for CONNECTIONSTATUS |
ConnectionId¶
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONID() |
Getter for CONNECTIONID, with configurable default |
ASK_CONNECTIONID() |
Getter for CONNECTIONID w/ exceptions if field has no value |
HAS_CONNECTIONID() |
Determine if CONNECTIONID has a value |
ConnectionMode¶
The connection mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONMODE() |
Getter for CONNECTIONMODE, with configurable default |
ASK_CONNECTIONMODE() |
Getter for CONNECTIONMODE w/ exceptions if field has no valu |
HAS_CONNECTIONMODE() |
Determine if CONNECTIONMODE has a value |
ConnectionProperties¶
The
ConnectionPropertiesfor the newly created connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONPROPERTIES() |
Getter for CONNECTIONPROPERTIES |