Package com.vmware.nsx_policy.model
Class L3VpnStatisticsPerEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.L3VpnStatisticsPerEnforcementPoint.Builder
-
- Enclosing class:
- L3VpnStatisticsPerEnforcementPoint
public static final class L3VpnStatisticsPerEnforcementPoint.Builder extends java.lang.Object
Builder class forL3VpnStatisticsPerEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofL3VpnStatisticsPerEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L3VpnStatisticsPerEnforcementPoint
build()
L3VpnStatisticsPerEnforcementPoint.Builder
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point wehere the statistics are fetched.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofL3VpnStatisticsPerEnforcementPoint
.
-
-
Method Detail
-
setEnforcementPointPath
public L3VpnStatisticsPerEnforcementPoint.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point wehere the statistics are fetched. 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:
enforcementPointPath
- New value for the property.
-
build
public L3VpnStatisticsPerEnforcementPoint build()
-
-