Package com.vmware.nsx_policy.model
Class LBServiceStatisticsPerEP.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBServiceStatisticsPerEP.Builder
-
- Enclosing class:
- LBServiceStatisticsPerEP
public static final class LBServiceStatisticsPerEP.Builder extends java.lang.Object
Builder class forLBServiceStatisticsPerEP
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBServiceStatisticsPerEP
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBServiceStatisticsPerEP
build()
LBServiceStatisticsPerEP.Builder
setAlarm(PolicyRuntimeAlarm alarm)
LBServiceStatisticsPerEP.Builder
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBServiceStatisticsPerEP
.
-
-
Method Detail
-
setAlarm
public LBServiceStatisticsPerEP.Builder setAlarm(PolicyRuntimeAlarm alarm)
- Parameters:
alarm
- New value for the property.
-
setEnforcementPointPath
public LBServiceStatisticsPerEP.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is 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 LBServiceStatisticsPerEP build()
-
-