Package com.vmware.nsx_policy.model
Class PolicyNatRuleStatisticsPerEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyNatRuleStatisticsPerEnforcementPoint.Builder
-
- Enclosing class:
- PolicyNatRuleStatisticsPerEnforcementPoint
public static final class PolicyNatRuleStatisticsPerEnforcementPoint.Builder extends java.lang.ObjectBuilder class forPolicyNatRuleStatisticsPerEnforcementPoint.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofPolicyNatRuleStatisticsPerEnforcementPoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyNatRuleStatisticsPerEnforcementPointbuild()PolicyNatRuleStatisticsPerEnforcementPoint.BuildersetEnforcementPointPath(java.lang.String enforcementPointPath)Policy Path referencing the enforcement point from where the statistics are fetched.PolicyNatRuleStatisticsPerEnforcementPoint.BuildersetRulePath(java.lang.String rulePath)Path of NAT Rule.PolicyNatRuleStatisticsPerEnforcementPoint.BuildersetRuleStatistics(java.util.List<PolicyNatRuleStatistics> ruleStatistics)Gives NAT rule stats on an enforcement point.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyNatRuleStatisticsPerEnforcementPoint.
-
-
Method Detail
-
setEnforcementPointPath
public PolicyNatRuleStatisticsPerEnforcementPoint.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point from where the statistics are fetched.- Parameters:
enforcementPointPath- New value for the property.
-
setRulePath
public PolicyNatRuleStatisticsPerEnforcementPoint.Builder setRulePath(java.lang.String rulePath)
Path of NAT Rule.- Parameters:
rulePath- New value for the property.
-
setRuleStatistics
public PolicyNatRuleStatisticsPerEnforcementPoint.Builder setRuleStatistics(java.util.List<PolicyNatRuleStatistics> ruleStatistics)
Gives NAT rule stats on an 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:
ruleStatistics- New value for the property.
-
build
public PolicyNatRuleStatisticsPerEnforcementPoint build()
-
-