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