Package com.vmware.nsx_policy.model
Class OperationVerticalConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.OperationVerticalConfig.Builder
-
- Enclosing class:
- OperationVerticalConfig
public static final class OperationVerticalConfig.Builder extends java.lang.Object
Builder class forOperationVerticalConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofOperationVerticalConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationVerticalConfig
build()
OperationVerticalConfig.Builder
setLatencyStatDisabled(java.lang.Boolean latencyStatDisabled)
When this flag is set to true, the latency stat feature is deactivated.OperationVerticalConfig.Builder
setLiveTraceDisabled(java.lang.Boolean liveTraceDisabled)
When this flag is set to true, the live trace feature is deactivated.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofOperationVerticalConfig
.
-
-
Method Detail
-
setLatencyStatDisabled
public OperationVerticalConfig.Builder setLatencyStatDisabled(java.lang.Boolean latencyStatDisabled)
When this flag is set to true, the latency stat feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The latency has special GENEVE option to carry Latency information. But the hardware doesn't support it. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
latencyStatDisabled
- New value for the property.
-
setLiveTraceDisabled
public OperationVerticalConfig.Builder setLiveTraceDisabled(java.lang.Boolean liveTraceDisabled)
When this flag is set to true, the live trace feature is deactivated. It is due to the SmartNIC backed DVS existing in Policy Manager. The live trace has a special Geneve option in the header. But the hardware doesn't support it. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
liveTraceDisabled
- New value for the property.
-
build
public OperationVerticalConfig build()
-
-