public static final class CounterResult.Builder
extends java.lang.Object
CounterResult.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CounterResult. |
| Modifier and Type | Method and Description |
|---|---|
CounterResult |
build() |
CounterResult.Builder |
setBackwardResults(java.util.List<com.vmware.vapi.bindings.Structure> backwardResults)
The count action results from the checkpoints traversed by packets from the
destination port.
|
CounterResult.Builder |
setForwardResults(java.util.List<com.vmware.vapi.bindings.Structure> forwardResults)
The count action results from the checkpoints traversed by packets from the
source port.
|
public Builder()
CounterResult.public CounterResult.Builder setBackwardResults(java.util.List<com.vmware.vapi.bindings.Structure> backwardResults)
backwardResults - 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 CountObservation. When methods return a value of
this class as a return value, the property will contain all the properties
defined in CountObservation.public CounterResult.Builder setForwardResults(java.util.List<com.vmware.vapi.bindings.Structure> forwardResults)
forwardResults - 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 CountObservation. When methods return a value of
this class as a return value, the property will contain all the properties
defined in CountObservation.public CounterResult build()