public static final class DatapathStatsActionArgument.Builder
extends java.lang.Object
DatapathStatsActionArgument.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DatapathStatsActionArgument. |
| Modifier and Type | Method and Description |
|---|---|
DatapathStatsActionArgument |
build() |
DatapathStatsActionArgument.Builder |
setDatapathStatsType(java.lang.String datapathStatsType)
Possible values are:
DatapathStatsActionArgument.DATAPATH_STATS_TYPE_UNI_DIRECTIONAL
DatapathStatsActionArgument.DATAPATH_STATS_TYPE_BI_DIRECTIONAL
Type of datapath statistics action. |
DatapathStatsActionArgument.Builder |
setDestLport(java.lang.String destLport)
It is required only when the type of datapath statistics action is
bidirectional.
|
DatapathStatsActionArgument.Builder |
setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter) |
public Builder()
DatapathStatsActionArgument.public DatapathStatsActionArgument.Builder setDatapathStatsType(java.lang.String datapathStatsType)
datapathStatsType - New value for the property.public DatapathStatsActionArgument.Builder setDestLport(java.lang.String destLport)
destLport - New value for the property.public DatapathStatsActionArgument.Builder setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter)
reverseFilter - 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 LiveTraceFilterData. When methods return a value of
this class as a return value, the property will contain all the properties
defined in LiveTraceFilterData.public DatapathStatsActionArgument build()