@Generated(value="software.amazon.awssdk:codegen") public final class NeighborConnectionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>
Details about neighboring servers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NeighborConnectionDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NeighborConnectionDetail.Builder |
builder() |
Long |
connectionsCount()
The number of open network connections with the neighboring server.
|
Integer |
destinationPort()
The destination network port for the connection.
|
String |
destinationServerId()
The ID of the server that accepted the network connection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NeighborConnectionDetail.Builder> |
serializableBuilderClass() |
String |
sourceServerId()
The ID of the server that opened the network connection.
|
NeighborConnectionDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transportProtocol()
The network protocol used for the connection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceServerId()
The ID of the server that opened the network connection.
public final String destinationServerId()
The ID of the server that accepted the network connection.
public final Integer destinationPort()
The destination network port for the connection.
public final String transportProtocol()
The network protocol used for the connection.
public final Long connectionsCount()
The number of open network connections with the neighboring server.
public NeighborConnectionDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NeighborConnectionDetail.Builder,NeighborConnectionDetail>public static NeighborConnectionDetail.Builder builder()
public static Class<? extends NeighborConnectionDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.