public static final class PolicyNatRuleStatisticsPerLogicalRouter.Builder
extends java.lang.Object
PolicyNatRuleStatisticsPerLogicalRouter.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PolicyNatRuleStatisticsPerLogicalRouter. |
| Modifier and Type | Method and Description |
|---|---|
PolicyNatRuleStatisticsPerLogicalRouter |
build() |
PolicyNatRuleStatisticsPerLogicalRouter.Builder |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point from where the statistics are
fetched.
|
PolicyNatRuleStatisticsPerLogicalRouter.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated.
|
PolicyNatRuleStatisticsPerLogicalRouter.Builder |
setPerNodeStatistics(java.util.List<PolicyNatRuleStatisticsPerTransportNode> perNodeStatistics)
Detailed Rule statistics per logical router.
|
PolicyNatRuleStatisticsPerLogicalRouter.Builder |
setRouterPath(java.lang.String routerPath)
Path of the router.
|
PolicyNatRuleStatisticsPerLogicalRouter.Builder |
setStatistics(PolicyNATRuleCounters statistics) |
public Builder()
PolicyNatRuleStatisticsPerLogicalRouter.public PolicyNatRuleStatisticsPerLogicalRouter.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
enforcementPointPath - New value for the property.public PolicyNatRuleStatisticsPerLogicalRouter.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public PolicyNatRuleStatisticsPerLogicalRouter.Builder setPerNodeStatistics(java.util.List<PolicyNatRuleStatisticsPerTransportNode> perNodeStatistics)
perNodeStatistics - New value for the property.public PolicyNatRuleStatisticsPerLogicalRouter.Builder setRouterPath(java.lang.String routerPath)
routerPath - New value for the property.public PolicyNatRuleStatisticsPerLogicalRouter.Builder setStatistics(PolicyNATRuleCounters statistics)
statistics - New value for the property.public PolicyNatRuleStatisticsPerLogicalRouter build()