public static final class LBNodeCountPerSeverity.Builder
extends java.lang.Object
LBNodeCountPerSeverity.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LBNodeCountPerSeverity. |
| Modifier and Type | Method and Description |
|---|---|
LBNodeCountPerSeverity |
build() |
LBNodeCountPerSeverity.Builder |
setNodeCount(java.lang.Long nodeCount)
Node count for specific serverity.
|
LBNodeCountPerSeverity.Builder |
setSeverity(java.lang.String severity)
Possible values are:
LBNodeCountPerSeverity.SEVERITY_GREEN
LBNodeCountPerSeverity.SEVERITY_ORANGE
LBNodeCountPerSeverity.SEVERITY_RED The
severity calculation is based on current credit usage percentage of load
balancer for one node. |
public Builder()
LBNodeCountPerSeverity.public LBNodeCountPerSeverity.Builder setNodeCount(java.lang.Long nodeCount)
nodeCount - New value for the property.public LBNodeCountPerSeverity.Builder setSeverity(java.lang.String severity)
severity - New value for the property.public LBNodeCountPerSeverity build()