Package com.vmware.nsx_policy.model
Class LBVirtualServerStatisticsPerEP.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBVirtualServerStatisticsPerEP.Builder
-
- Enclosing class:
- LBVirtualServerStatisticsPerEP
public static final class LBVirtualServerStatisticsPerEP.Builder extends java.lang.Object
Builder class forLBVirtualServerStatisticsPerEP
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBVirtualServerStatisticsPerEP
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBVirtualServerStatisticsPerEP
build()
LBVirtualServerStatisticsPerEP.Builder
setAlarm(PolicyRuntimeAlarm alarm)
LBVirtualServerStatisticsPerEP.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 ofLBVirtualServerStatisticsPerEP
.
-
-
Method Detail
-
setAlarm
public LBVirtualServerStatisticsPerEP.Builder setAlarm(PolicyRuntimeAlarm alarm)
- Parameters:
alarm
- New value for the property.
-
setEnforcementPointPath
public LBVirtualServerStatisticsPerEP.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 LBVirtualServerStatisticsPerEP build()
-
-