public static final class PktcapActionArgument.Builder
extends java.lang.Object
PktcapActionArgument.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PktcapActionArgument. |
| Modifier and Type | Method and Description |
|---|---|
PktcapActionArgument |
build() |
PktcapActionArgument.Builder |
setDestLport(java.lang.String destLport)
It is required only when the type of packet capture is bidirectional.
|
PktcapActionArgument.Builder |
setPktcapType(java.lang.String pktcapType)
Possible values are:
PktcapActionArgument.PKTCAP_TYPE_UNI_DIRECTIONAL
PktcapActionArgument.PKTCAP_TYPE_BI_DIRECTIONAL
Type of packet capture
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
PktcapActionArgument.Builder |
setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter) |
public Builder()
PktcapActionArgument.public PktcapActionArgument.Builder setDestLport(java.lang.String destLport)
destLport - New value for the property.public PktcapActionArgument.Builder setPktcapType(java.lang.String pktcapType)
pktcapType - New value for the property.public PktcapActionArgument.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 PktcapActionArgument build()