Struct aws_sdk_applicationdiscovery::model::NeighborConnectionDetail [−][src]
#[non_exhaustive]pub struct NeighborConnectionDetail {
pub source_server_id: Option<String>,
pub destination_server_id: Option<String>,
pub destination_port: Option<i32>,
pub transport_protocol: Option<String>,
pub connections_count: i64,
}Expand description
Details about neighboring servers.
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_server_id: Option<String>The ID of the server that opened the network connection.
destination_server_id: Option<String>The ID of the server that accepted the network connection.
destination_port: Option<i32>The destination network port for the connection.
transport_protocol: Option<String>The network protocol used for the connection.
connections_count: i64The number of open network connections with the neighboring server.
Implementations
The ID of the server that opened the network connection.
The ID of the server that accepted the network connection.
The destination network port for the connection.
The network protocol used for the connection.
The number of open network connections with the neighboring server.
Creates a new builder-style object to manufacture NeighborConnectionDetail
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 RefUnwindSafe for NeighborConnectionDetail
impl Send for NeighborConnectionDetail
impl Sync for NeighborConnectionDetail
impl Unpin for NeighborConnectionDetail
impl UnwindSafe for NeighborConnectionDetail
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
