public class VpngwBandwidthData extends AbstractModel
Constructor and Description |
---|
VpngwBandwidthData() |
VpngwBandwidthData(VpngwBandwidthData 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 |
---|---|
InBandwidth |
getInBandwidth()
Get 入带宽流量
|
OutBandwidth |
getOutBandwidth()
Get 出带宽流量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInBandwidth(InBandwidth InBandwidth)
Set 入带宽流量
|
void |
setOutBandwidth(OutBandwidth OutBandwidth)
Set 出带宽流量
注意:此字段可能返回 null,表示取不到有效值。
|
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 VpngwBandwidthData()
public VpngwBandwidthData(VpngwBandwidthData source)
public OutBandwidth getOutBandwidth()
public void setOutBandwidth(OutBandwidth OutBandwidth)
OutBandwidth
- 出带宽流量
注意:此字段可能返回 null,表示取不到有效值。public InBandwidth getInBandwidth()
public void setInBandwidth(InBandwidth InBandwidth)
InBandwidth
- 入带宽流量Copyright © 2023. All rights reserved.