Package com.vmware.nsx_policy.model
Class AggregateIPSecVpnSessionStatistics.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregateIPSecVpnSessionStatistics.Builder
-
- Enclosing class:
- AggregateIPSecVpnSessionStatistics
public static final class AggregateIPSecVpnSessionStatistics.Builder extends java.lang.Object
Builder class forAggregateIPSecVpnSessionStatistics
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregateIPSecVpnSessionStatistics
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregateIPSecVpnSessionStatistics
.
-
-
Method Detail
-
setIntentPath
public AggregateIPSecVpnSessionStatistics.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 AggregateIPSecVpnSessionStatistics.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
List of IPSec VPN 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 inIPSecVpnSessionStatisticsPerEP
. When methods return a value of this class as a return value, the property will contain all the properties defined inIPSecVpnSessionStatisticsPerEP
.
-
build
public AggregateIPSecVpnSessionStatistics build()
-
-