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