public static final class AggregateL2VPNSessionStatistics.Builder
extends java.lang.Object
AggregateL2VPNSessionStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AggregateL2VPNSessionStatistics. |
| Modifier and Type | Method and Description |
|---|---|
AggregateL2VPNSessionStatistics |
build() |
AggregateL2VPNSessionStatistics.Builder |
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.
|
AggregateL2VPNSessionStatistics.Builder |
setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
List of L2VPN Session Statistics per Enforcement Point.
|
public Builder()
AggregateL2VPNSessionStatistics.public AggregateL2VPNSessionStatistics.Builder setIntentPath(java.lang.String intentPath)
intentPath - New value for the property.public AggregateL2VPNSessionStatistics.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
results - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in L2VPNSessionStatisticsPerEP. When methods return a
value of this class as a return value, the property will contain all the
properties defined in L2VPNSessionStatisticsPerEP.public AggregateL2VPNSessionStatistics build()