Package com.vmware.nsx_policy.model
Class RuleStatisticsForEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.RuleStatisticsForEnforcementPoint.Builder
-
- Enclosing class:
- RuleStatisticsForEnforcementPoint
public static final class RuleStatisticsForEnforcementPoint.Builder extends java.lang.Object
Builder class forRuleStatisticsForEnforcementPoint
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofRuleStatisticsForEnforcementPoint
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleStatisticsForEnforcementPoint
build()
RuleStatisticsForEnforcementPoint.Builder
setContainerClusterPath(java.lang.String containerClusterPath)
Rule statistics for a single container cluster This property may be present in responses from the server, but if it is present in a request to server it will be ignored.RuleStatisticsForEnforcementPoint.Builder
setEnforcementPoint(java.lang.String enforcementPoint)
Rule statistics for a single 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.RuleStatisticsForEnforcementPoint.Builder
setStatistics(RuleStatistics statistics)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRuleStatisticsForEnforcementPoint
.
-
-
Method Detail
-
setContainerClusterPath
public RuleStatisticsForEnforcementPoint.Builder setContainerClusterPath(java.lang.String containerClusterPath)
Rule statistics for a single container cluster 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:
containerClusterPath
- New value for the property.
-
setEnforcementPoint
public RuleStatisticsForEnforcementPoint.Builder setEnforcementPoint(java.lang.String enforcementPoint)
Rule statistics for a single 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:
enforcementPoint
- New value for the property.
-
setStatistics
public RuleStatisticsForEnforcementPoint.Builder setStatistics(RuleStatistics statistics)
- Parameters:
statistics
- New value for the property.
-
build
public RuleStatisticsForEnforcementPoint build()
-
-