public static final class RemoteTunnelStatisticsPerSite.Builder
extends java.lang.Object
RemoteTunnelStatisticsPerSite.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RemoteTunnelStatisticsPerSite. |
| Modifier and Type | Method and Description |
|---|---|
RemoteTunnelStatisticsPerSite |
build() |
RemoteTunnelStatisticsPerSite.Builder |
setRemoteSite(ResourceReference remoteSite) |
RemoteTunnelStatisticsPerSite.Builder |
setRx(InterSitePortCounters rx) |
RemoteTunnelStatisticsPerSite.Builder |
setStatsPerTunnel(java.util.List<RemoteTunnelStatistics> statsPerTunnel)
Statistics per remote tunnel.
|
RemoteTunnelStatisticsPerSite.Builder |
setTx(InterSitePortCounters tx) |
public Builder()
RemoteTunnelStatisticsPerSite.public RemoteTunnelStatisticsPerSite.Builder setRemoteSite(ResourceReference remoteSite)
remoteSite - New value for the property.public RemoteTunnelStatisticsPerSite.Builder setRx(InterSitePortCounters rx)
rx - New value for the property.public RemoteTunnelStatisticsPerSite.Builder setStatsPerTunnel(java.util.List<RemoteTunnelStatistics> statsPerTunnel)
statsPerTunnel - New value for the property.public RemoteTunnelStatisticsPerSite.Builder setTx(InterSitePortCounters tx)
tx - New value for the property.public RemoteTunnelStatisticsPerSite build()