Package com.vmware.nsx_policy.model
Class GreTunnelAggregateTrafficStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GreTunnelAggregateTrafficStatistics.Builder
-
- Enclosing class:
- GreTunnelAggregateTrafficStatistics
public static final class GreTunnelAggregateTrafficStatistics.Builder extends java.lang.Object
Builder class forGreTunnelAggregateTrafficStatistics
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofGreTunnelAggregateTrafficStatistics
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GreTunnelAggregateTrafficStatistics
build()
GreTunnelAggregateTrafficStatistics.Builder
setDestination(java.lang.String destination)
Tunnel destination address 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.GreTunnelAggregateTrafficStatistics.Builder
setTrafficSummary(LogicalRouterPortStatisticsSummary trafficSummary)
GreTunnelAggregateTrafficStatistics.Builder
setTunnelPolicyPath(java.lang.String tunnelPolicyPath)
Policy path for the tunnel interface
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGreTunnelAggregateTrafficStatistics
.
-
-
Method Detail
-
setDestination
public GreTunnelAggregateTrafficStatistics.Builder setDestination(java.lang.String destination)
Tunnel destination address 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:
destination
- New value for the property.
-
setTrafficSummary
public GreTunnelAggregateTrafficStatistics.Builder setTrafficSummary(LogicalRouterPortStatisticsSummary trafficSummary)
- Parameters:
trafficSummary
- New value for the property.
-
setTunnelPolicyPath
public GreTunnelAggregateTrafficStatistics.Builder setTunnelPolicyPath(java.lang.String tunnelPolicyPath)
Policy path for the tunnel interface- Parameters:
tunnelPolicyPath
- New value for the property.
-
build
public GreTunnelAggregateTrafficStatistics build()
-
-