/AWS1/CL_ESSCREOUTBOUNDCROSS01¶
The result of a CreateOutboundCrossClusterSearchConnection request. Contains the details of the newly created cross-cluster search connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_sourcedomaininfo TYPE REF TO /AWS1/CL_ESSDOMAININFORMATION /AWS1/CL_ESSDOMAININFORMATION¶
Specifies the
DomainInformationfor the source Elasticsearch domain.
io_destinationdomaininfo TYPE REF TO /AWS1/CL_ESSDOMAININFORMATION /AWS1/CL_ESSDOMAININFORMATION¶
Specifies the
DomainInformationfor the destination Elasticsearch domain.
iv_connectionalias TYPE /AWS1/ESSCONNECTIONALIAS /AWS1/ESSCONNECTIONALIAS¶
Specifies the connection alias provided during the create connection request.
io_connectionstatus TYPE REF TO /AWS1/CL_ESSOUTBOUNDCROSSCLS00 /AWS1/CL_ESSOUTBOUNDCROSSCLS00¶
Specifies the
OutboundCrossClusterSearchConnectionStatusfor the newly created connection.
iv_crossclustersearchconnid TYPE /AWS1/ESSCROSSCLUSTSRCHCONNID /AWS1/ESSCROSSCLUSTSRCHCONNID¶
Unique id for the created outbound connection, which is used for subsequent operations on connection.
Queryable Attributes¶
SourceDomainInfo¶
Specifies the
DomainInformationfor the source Elasticsearch domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEDOMAININFO() |
Getter for SOURCEDOMAININFO |
DestinationDomainInfo¶
Specifies the
DomainInformationfor the destination Elasticsearch domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONDOMAININFO() |
Getter for DESTINATIONDOMAININFO |
ConnectionAlias¶
Specifies the connection alias provided during the create connection request.
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¶
Specifies the
OutboundCrossClusterSearchConnectionStatusfor the newly created connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSTATUS() |
Getter for CONNECTIONSTATUS |
CrossClusterSearchConnectionId¶
Unique id for the created outbound connection, which is used for subsequent operations on connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CROSSCLUSTERSEARCHCONNID() |
Getter for CROSSCLUSTERSEARCHCONNID, with configurable defau |
ASK_CROSSCLUSTERSEARCHCONNID() |
Getter for CROSSCLUSTERSEARCHCONNID w/ exceptions if field h |
HAS_CROSSCLUSTERSEARCHCONNID() |
Determine if CROSSCLUSTERSEARCHCONNID has a value |