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.BuilderPktcapActionArgument.Builder. setDestLport(java.lang.String destLport)It is required only when the type of packet capture is bidirectional.PktcapActionArgument.BuilderPktcapActionArgument.Builder. setPktcapType(java.lang.String pktcapType)Possible values are:PktcapActionArgument.PKTCAP_TYPE_UNI_DIRECTIONALPktcapActionArgument.PKTCAP_TYPE_BI_DIRECTIONALType 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.BuilderPktcapActionArgument.Builder. setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter)
-