Package com.vmware.nsx_policy.model
Class SecurityPolicyStatisticsForEnforcementPoint.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.SecurityPolicyStatisticsForEnforcementPoint.Builder
-
- Enclosing class:
- SecurityPolicyStatisticsForEnforcementPoint
public static final class SecurityPolicyStatisticsForEnforcementPoint.Builder extends java.lang.ObjectBuilder class forSecurityPolicyStatisticsForEnforcementPoint.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofSecurityPolicyStatisticsForEnforcementPoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityPolicyStatisticsForEnforcementPointbuild()SecurityPolicyStatisticsForEnforcementPoint.BuildersetContainerClusterPath(java.lang.String containerClusterPath)Security Policy 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.SecurityPolicyStatisticsForEnforcementPoint.BuildersetEnforcementPoint(java.lang.String enforcementPoint)Enforcement point to fetch the statistics from.SecurityPolicyStatisticsForEnforcementPoint.BuildersetStatistics(SecurityPolicyStatistics statistics)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofSecurityPolicyStatisticsForEnforcementPoint.
-
-
Method Detail
-
setContainerClusterPath
public SecurityPolicyStatisticsForEnforcementPoint.Builder setContainerClusterPath(java.lang.String containerClusterPath)
Security Policy 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 SecurityPolicyStatisticsForEnforcementPoint.Builder setEnforcementPoint(java.lang.String enforcementPoint)
Enforcement point to fetch the statistics from. 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 SecurityPolicyStatisticsForEnforcementPoint.Builder setStatistics(SecurityPolicyStatistics statistics)
- Parameters:
statistics- New value for the property.
-
build
public SecurityPolicyStatisticsForEnforcementPoint build()
-
-