public static final class RemoteTunnelStatistics.Builder
extends java.lang.Object
RemoteTunnelStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RemoteTunnelStatistics. |
| Modifier and Type | Method and Description |
|---|---|
RemoteTunnelStatistics |
build() |
RemoteTunnelStatistics.Builder |
setRx(InterSitePortCounters rx) |
RemoteTunnelStatistics.Builder |
setTunnelDestinationAddress(java.lang.String tunnelDestinationAddress)
Ip address of remote tunnel destination.
|
RemoteTunnelStatistics.Builder |
setTunnelSourceAddress(java.lang.String tunnelSourceAddress)
Ip address of remote tunnel source.
|
RemoteTunnelStatistics.Builder |
setTx(InterSitePortCounters tx) |
public Builder()
RemoteTunnelStatistics.public RemoteTunnelStatistics.Builder setRx(InterSitePortCounters rx)
rx - New value for the property.public RemoteTunnelStatistics.Builder setTunnelDestinationAddress(java.lang.String tunnelDestinationAddress)
tunnelDestinationAddress - New value for the property.public RemoteTunnelStatistics.Builder setTunnelSourceAddress(java.lang.String tunnelSourceAddress)
tunnelSourceAddress - New value for the property.public RemoteTunnelStatistics.Builder setTx(InterSitePortCounters tx)
tx - New value for the property.public RemoteTunnelStatistics build()