Uses of Class
com.vmware.nsx_policy.model.PktcapActionArgument.Builder
-
Packages that use PktcapActionArgument.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PktcapActionArgument.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PktcapActionArgument.Builder Modifier and Type Method Description PktcapActionArgument.Builder
PktcapActionArgument.Builder. setDestLport(java.lang.String destLport)
It is required only when the type of packet capture is bidirectional.PktcapActionArgument.Builder
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
PktcapActionArgument.Builder. setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter)
-