public static final class AggregateLBPoolStatistics.Builder
extends java.lang.Object
AggregateLBPoolStatistics.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AggregateLBPoolStatistics. |
| Modifier and Type | Method and Description |
|---|---|
AggregateLBPoolStatistics |
build() |
AggregateLBPoolStatistics.Builder |
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.
|
AggregateLBPoolStatistics.Builder |
setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
LBPoolStatisticsPerEP list results.
|
public Builder()
AggregateLBPoolStatistics.public AggregateLBPoolStatistics.Builder setIntentPath(java.lang.String intentPath)
intentPath - New value for the property.public AggregateLBPoolStatistics.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
results - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in LBPoolStatisticsPerEP. When methods return a value
of this class as a return value, the property will contain all the properties
defined in LBPoolStatisticsPerEP.public AggregateLBPoolStatistics build()