public class DDoSSpeedLimit extends AbstractModel
Constructor and Description |
---|
DDoSSpeedLimit() |
DDoSSpeedLimit(DDoSSpeedLimit source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFluxLimit()
Get The limit on origin traffic rate.
|
String |
getPackageLimit()
Get The limit on origin packet rate.
|
void |
setFluxLimit(String FluxLimit)
Set The limit on origin traffic rate.
|
void |
setPackageLimit(String PackageLimit)
Set The limit on origin packet rate.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DDoSSpeedLimit()
public DDoSSpeedLimit(DDoSSpeedLimit source)
public String getPackageLimit()
public void setPackageLimit(String PackageLimit)
PackageLimit
- The limit on origin packet rate. Value range: 1 pps - 1000 Gpps. If 0 is passed, the packet rate will not be restricted.public String getFluxLimit()
public void setFluxLimit(String FluxLimit)
FluxLimit
- The limit on origin traffic rate. Value range: 1 bps - 10000 Gbps. If 0 is passed, the traffic rate will not be restricted.Copyright © 2022. All rights reserved.