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