public static final class LBPoolStatistics.Builder
extends java.lang.Object
LBPoolStatistics.| Constructor and Description |
|---|
Builder(java.lang.String resourceType)
Constructor with parameters for the required properties of
LBPoolStatistics. |
| Modifier and Type | Method and Description |
|---|---|
LBPoolStatistics |
build() |
LBPoolStatistics.Builder |
setAlarm(PolicyRuntimeAlarm alarm) |
LBPoolStatistics.Builder |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Policy Path referencing the enforcement point where the info is fetched.
|
LBPoolStatistics.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated.
|
LBPoolStatistics.Builder |
setMembers(java.util.List<LBPoolMemberStatistics> members)
Statistics of load balancer pool members.
|
LBPoolStatistics.Builder |
setPoolPath(java.lang.String poolPath)
Load balancer pool object path.
|
LBPoolStatistics.Builder |
setStatistics(LBStatisticsCounter statistics) |
public Builder(java.lang.String resourceType)
LBPoolStatistics.public LBPoolStatistics.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp - New value for the property.public LBPoolStatistics.Builder setMembers(java.util.List<LBPoolMemberStatistics> members)
members - New value for the property.public LBPoolStatistics.Builder setPoolPath(java.lang.String poolPath)
poolPath - New value for the property.public LBPoolStatistics.Builder setStatistics(LBStatisticsCounter statistics)
statistics - New value for the property.public LBPoolStatistics.Builder setAlarm(PolicyRuntimeAlarm alarm)
alarm - New value for the property.public LBPoolStatistics.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
enforcementPointPath - New value for the property.public LBPoolStatistics build()