| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SubPool. |
| Modifier and Type | Method and Description |
|---|---|
SubPool |
build() |
SubPool.Builder |
setRemainingCreditNumber(java.lang.Long remainingCreditNumber)
Credits remaining on the sub-pool that can be used to deploy services of
corresponding sub-pool type.
|
SubPool.Builder |
setSubPoolType(java.lang.String subPoolType)
Type of the sub-pool configured on edge node.
|
SubPool.Builder |
setUsagePercentage(java.lang.Double usagePercentage)
Percentage utlization of sub-pool based on the number of services configured and
the hard limits, if any.
|
public Builder()
SubPool.public SubPool.Builder setRemainingCreditNumber(java.lang.Long remainingCreditNumber)
remainingCreditNumber - New value for the property.public SubPool.Builder setSubPoolType(java.lang.String subPoolType)
subPoolType - New value for the property.public SubPool.Builder setUsagePercentage(java.lang.Double usagePercentage)
usagePercentage - New value for the property.public SubPool build()