public class DescribeBandwidthRangeResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBandwidthRangeResponse() |
DescribeBandwidthRangeResponse(DescribeBandwidthRangeResponse 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 |
---|---|
Long |
getAddBandwidth()
Get The additional bandwidth of the instance.
|
Long |
getBaseBandwidth()
Get Standard bandwidth, which is the bandwidth allocated by the system to each node when an instance is purchased.
|
Long |
getMaxAddBandwidth()
Get The upper limit for additional bandwidth
|
Long |
getMinAddBandwidth()
Get The lower limit for additional bandwidth
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setAddBandwidth(Long AddBandwidth)
Set The additional bandwidth of the instance.
|
void |
setBaseBandwidth(Long BaseBandwidth)
Set Standard bandwidth, which is the bandwidth allocated by the system to each node when an instance is purchased.
|
void |
setMaxAddBandwidth(Long MaxAddBandwidth)
Set The upper limit for additional bandwidth
|
void |
setMinAddBandwidth(Long MinAddBandwidth)
Set The lower limit for additional bandwidth
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBandwidthRangeResponse()
public DescribeBandwidthRangeResponse(DescribeBandwidthRangeResponse source)
public Long getBaseBandwidth()
public void setBaseBandwidth(Long BaseBandwidth)
BaseBandwidth
- Standard bandwidth, which is the bandwidth allocated by the system to each node when an instance is purchased.public Long getAddBandwidth()
public void setAddBandwidth(Long AddBandwidth)
AddBandwidth
- The additional bandwidth of the instance. If the standard bandwidth does not meet your needs, you can increase the bandwidth on your own. public Long getMinAddBandwidth()
public void setMinAddBandwidth(Long MinAddBandwidth)
MinAddBandwidth
- The lower limit for additional bandwidthpublic Long getMaxAddBandwidth()
public void setMaxAddBandwidth(Long MaxAddBandwidth)
MaxAddBandwidth
- The upper limit for additional bandwidthpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.