Package com.vmware.nsx_policy.model
Class AggregateL2VPNSessionStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregateL2VPNSessionStatistics.Builder
-
- Enclosing class:
- AggregateL2VPNSessionStatistics
public static final class AggregateL2VPNSessionStatistics.Builder extends java.lang.Object
Builder class forAggregateL2VPNSessionStatistics
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregateL2VPNSessionStatistics
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregateL2VPNSessionStatistics
.
-
-
Method Detail
-
setIntentPath
public AggregateL2VPNSessionStatistics.Builder setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F. 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:
intentPath
- New value for the property.
-
setResults
public AggregateL2VPNSessionStatistics.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
List of L2VPN Session Statistics per Enforcement Point. 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:
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 inL2VPNSessionStatisticsPerEP
. When methods return a value of this class as a return value, the property will contain all the properties defined inL2VPNSessionStatisticsPerEP
.
-
build
public AggregateL2VPNSessionStatistics build()
-
-