public static final class LiveTracePacketGranularActionConfig.Builder
extends java.lang.Object
LiveTracePacketGranularActionConfig.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LiveTracePacketGranularActionConfig. |
| Modifier and Type | Method and Description |
|---|---|
LiveTracePacketGranularActionConfig |
build() |
LiveTracePacketGranularActionConfig.Builder |
setDestIpsecVpnConfig(PolicyLiveTraceIpsecVpnConfig destIpsecVpnConfig) |
LiveTracePacketGranularActionConfig.Builder |
setDestPortPath(java.lang.String destPortPath)
Policy path of logical port for the reverse direction of a livetrace session.
|
LiveTracePacketGranularActionConfig.Builder |
setReverseFilter(com.vmware.vapi.bindings.Structure reverseFilter) |
LiveTracePacketGranularActionConfig.Builder |
setSampling(LiveTraceSamplingConfig sampling) |
LiveTracePacketGranularActionConfig.Builder |
setTraceType(java.lang.String traceType)
Possible values are:
LiveTracePacketGranularActionConfig.TRACE_TYPE_UNI_DIRECTIONAL
LiveTracePacketGranularActionConfig.TRACE_TYPE_BI_DIRECTIONAL
Type of trace |
public Builder()
LiveTracePacketGranularActionConfig.public LiveTracePacketGranularActionConfig.Builder setDestIpsecVpnConfig(PolicyLiveTraceIpsecVpnConfig destIpsecVpnConfig)
destIpsecVpnConfig - New value for the property.public LiveTracePacketGranularActionConfig.Builder setDestPortPath(java.lang.String destPortPath)
destPortPath - New value for the property.public LiveTracePacketGranularActionConfig.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 LiveTracePacketGranularActionConfig.Builder setSampling(LiveTraceSamplingConfig sampling)
sampling - New value for the property.public LiveTracePacketGranularActionConfig.Builder setTraceType(java.lang.String traceType)
traceType - New value for the property.public LiveTracePacketGranularActionConfig build()