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