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