public static final class AggregateL3VpnStatistics.Builder
extends java.lang.Object
AggregateL3VpnStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AggregateL3VpnStatistics. |
| Modifier and Type | Method and Description |
|---|---|
AggregateL3VpnStatistics |
build() |
AggregateL3VpnStatistics.Builder |
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.
|
AggregateL3VpnStatistics.Builder |
setL3vpnStatisticsPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> l3vpnStatisticsPerEnforcementPoint)
List of L3Vpn Statistics per Enforcement Point.
|
public Builder()
AggregateL3VpnStatistics.public AggregateL3VpnStatistics.Builder setIntentPath(java.lang.String intentPath)
intentPath - New value for the property.public AggregateL3VpnStatistics.Builder setL3vpnStatisticsPerEnforcementPoint(java.util.List<com.vmware.vapi.bindings.Structure> l3vpnStatisticsPerEnforcementPoint)
l3vpnStatisticsPerEnforcementPoint - 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 L3VpnStatisticsPerEnforcementPoint. When methods
return a value of this class as a return value, the property will contain all
the properties defined in L3VpnStatisticsPerEnforcementPoint.public AggregateL3VpnStatistics build()