#[non_exhaustive]pub struct InboundCrossClusterSearchConnection {
    pub source_domain_info: Option<DomainInformation>,
    pub destination_domain_info: Option<DomainInformation>,
    pub cross_cluster_search_connection_id: Option<String>,
    pub connection_status: Option<InboundCrossClusterSearchConnectionStatus>,
}Expand description
Specifies details of an inbound connection.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.source_domain_info: Option<DomainInformation>Specifies the DomainInformation
destination_domain_info: Option<DomainInformation>Specifies the DomainInformation
cross_cluster_search_connection_id: Option<String>Specifies the connection id for the inbound cross-cluster search connection.
connection_status: Option<InboundCrossClusterSearchConnectionStatus>Specifies the InboundCrossClusterSearchConnectionStatus
Implementations
Specifies the DomainInformation
Specifies the DomainInformation
Specifies the connection id for the inbound cross-cluster search connection.
Specifies the InboundCrossClusterSearchConnectionStatus
Creates a new builder-style object to manufacture InboundCrossClusterSearchConnection
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for InboundCrossClusterSearchConnection
impl Sync for InboundCrossClusterSearchConnection
impl Unpin for InboundCrossClusterSearchConnection
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more