@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiPerfInspectorBandwidthArgs extends Object
Constructor and Description |
---|
ApiPerfInspectorBandwidthArgs() |
Modifier and Type | Method and Description |
---|---|
ApiPerfInspectorBandwidthArgs |
bandwidthTimeoutSecs(BigDecimal bandwidthTimeoutSecs) |
boolean |
equals(Object o) |
BigDecimal |
getBandwidthTimeoutSecs()
Timeout in seconds for the bandwidth request to each target host.
|
Boolean |
getRunBandwidthDiagnostics()
Optional flag to run bandwidth diagnostics test.
|
int |
hashCode() |
ApiPerfInspectorBandwidthArgs |
runBandwidthDiagnostics(Boolean runBandwidthDiagnostics) |
void |
setBandwidthTimeoutSecs(BigDecimal bandwidthTimeoutSecs) |
void |
setRunBandwidthDiagnostics(Boolean runBandwidthDiagnostics) |
String |
toString() |
public ApiPerfInspectorBandwidthArgs runBandwidthDiagnostics(Boolean runBandwidthDiagnostics)
public Boolean getRunBandwidthDiagnostics()
public void setRunBandwidthDiagnostics(Boolean runBandwidthDiagnostics)
public ApiPerfInspectorBandwidthArgs bandwidthTimeoutSecs(BigDecimal bandwidthTimeoutSecs)
public BigDecimal getBandwidthTimeoutSecs()
public void setBandwidthTimeoutSecs(BigDecimal bandwidthTimeoutSecs)
Copyright © 2019. All rights reserved.