InboundCrossClusterSearchConnection class

Specifies details of an inbound connection.

Constructors

InboundCrossClusterSearchConnection({InboundCrossClusterSearchConnectionStatus? connectionStatus, String? crossClusterSearchConnectionId, DomainInformation? destinationDomainInfo, DomainInformation? sourceDomainInfo})
InboundCrossClusterSearchConnection.fromJson(Map<String, dynamic> json)
factory

Properties

connectionStatus InboundCrossClusterSearchConnectionStatus?
Specifies the InboundCrossClusterSearchConnectionStatus for the outbound connection.
final
crossClusterSearchConnectionId String?
Specifies the connection id for the inbound cross-cluster search connection.
final
destinationDomainInfo DomainInformation?
Specifies the DomainInformation for the destination Elasticsearch domain.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDomainInfo DomainInformation?
Specifies the DomainInformation for the source Elasticsearch domain.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited