Uses of Class
com.vmware.nsx_policy.model.IdsPcapConfig.Builder
-
Packages that use IdsPcapConfig.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IdsPcapConfig.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdsPcapConfig.Builder Modifier and Type Method Description IdsPcapConfig.Builder
IdsPcapConfig.Builder. setPcapByteCount(java.lang.Long pcapByteCount)
Determine how many bytes will be captured.IdsPcapConfig.Builder
IdsPcapConfig.Builder. setPcapEnabled(java.lang.Boolean pcapEnabled)
Flag which determines whether packet capturing is enabled or not.IdsPcapConfig.Builder
IdsPcapConfig.Builder. setPcapPacketCount(java.lang.Long pcapPacketCount)
Determine how many packets will be captured.
-