Package com.vmware.nsx.model
Class RemoteTunnelStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx.model.RemoteTunnelStatistics.Builder
-
- Enclosing class:
- RemoteTunnelStatistics
public static final class RemoteTunnelStatistics.Builder extends java.lang.ObjectBuilder class forRemoteTunnelStatistics.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofRemoteTunnelStatistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteTunnelStatisticsbuild()RemoteTunnelStatistics.BuildersetRx(InterSitePortCounters rx)RemoteTunnelStatistics.BuildersetTunnelDestinationAddress(java.lang.String tunnelDestinationAddress)Ip address of remote tunnel destination.RemoteTunnelStatistics.BuildersetTunnelSourceAddress(java.lang.String tunnelSourceAddress)Ip address of remote tunnel source.RemoteTunnelStatistics.BuildersetTx(InterSitePortCounters tx)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRemoteTunnelStatistics.
-
-
Method Detail
-
setRx
public RemoteTunnelStatistics.Builder setRx(InterSitePortCounters rx)
- Parameters:
rx- New value for the property.
-
setTunnelDestinationAddress
public RemoteTunnelStatistics.Builder setTunnelDestinationAddress(java.lang.String tunnelDestinationAddress)
Ip address of remote tunnel destination. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
tunnelDestinationAddress- New value for the property.
-
setTunnelSourceAddress
public RemoteTunnelStatistics.Builder setTunnelSourceAddress(java.lang.String tunnelSourceAddress)
Ip address of remote tunnel source. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
tunnelSourceAddress- New value for the property.
-
setTx
public RemoteTunnelStatistics.Builder setTx(InterSitePortCounters tx)
- Parameters:
tx- New value for the property.
-
build
public RemoteTunnelStatistics build()
-
-