Package com.vmware.nsx_policy.model
Class IdsPcapConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IdsPcapConfig.Builder
-
- Enclosing class:
- IdsPcapConfig
public static final class IdsPcapConfig.Builder extends java.lang.Object
Builder class forIdsPcapConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIdsPcapConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdsPcapConfig
build()
IdsPcapConfig.Builder
setPcapByteCount(java.lang.Long pcapByteCount)
Determine how many bytes will be captured.IdsPcapConfig.Builder
setPcapEnabled(java.lang.Boolean pcapEnabled)
Flag which determines whether packet capturing is enabled or not.IdsPcapConfig.Builder
setPcapPacketCount(java.lang.Long pcapPacketCount)
Determine how many packets will be captured.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIdsPcapConfig
.
-
-
Method Detail
-
setPcapByteCount
public IdsPcapConfig.Builder setPcapByteCount(java.lang.Long pcapByteCount)
Determine how many bytes will be captured. format: int32- Parameters:
pcapByteCount
- New value for the property.
-
setPcapEnabled
public IdsPcapConfig.Builder setPcapEnabled(java.lang.Boolean pcapEnabled)
Flag which determines whether packet capturing is enabled or not.- Parameters:
pcapEnabled
- New value for the property.
-
setPcapPacketCount
public IdsPcapConfig.Builder setPcapPacketCount(java.lang.Long pcapPacketCount)
Determine how many packets will be captured. format: int32- Parameters:
pcapPacketCount
- New value for the property.
-
build
public IdsPcapConfig build()
-
-