public class CcnBandwidthInfo extends AbstractModel
Constructor and Description |
---|
CcnBandwidthInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCcnId()
Get The CCN ID that the bandwidth belongs to.
|
CcnRegionBandwidthLimit |
getCcnRegionBandwidthLimit()
Get The information of the bandwidth regions and bandwidth caps.
|
String |
getCreatedTime()
Get The creation time of the instance.
|
String |
getExpiredTime()
Get The expiration time of the instance.
|
String |
getRegionFlowControlId()
Get The unique ID of the bandwidth instance.
|
String |
getRenewFlag()
Get The billing flag.
|
void |
setCcnId(String CcnId)
Set The CCN ID that the bandwidth belongs to.
|
void |
setCcnRegionBandwidthLimit(CcnRegionBandwidthLimit CcnRegionBandwidthLimit)
Set The information of the bandwidth regions and bandwidth caps.
|
void |
setCreatedTime(String CreatedTime)
Set The creation time of the instance.
|
void |
setExpiredTime(String ExpiredTime)
Set The expiration time of the instance.
|
void |
setRegionFlowControlId(String RegionFlowControlId)
Set The unique ID of the bandwidth instance.
|
void |
setRenewFlag(String RenewFlag)
Set The billing flag.
|
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 String getCcnId()
public void setCcnId(String CcnId)
CcnId
- The CCN ID that the bandwidth belongs to.
Note: this field may return null, indicating that no valid value was found.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- The creation time of the instance.
Note: this field may return null, indicating that no valid value was found.public String getExpiredTime()
public void setExpiredTime(String ExpiredTime)
ExpiredTime
- The expiration time of the instance.
Note: this field may return null, indicating that no valid value was found.public String getRegionFlowControlId()
public void setRegionFlowControlId(String RegionFlowControlId)
RegionFlowControlId
- The unique ID of the bandwidth instance.
Note: this field may return null, indicating that no valid value was found.public String getRenewFlag()
public void setRenewFlag(String RenewFlag)
RenewFlag
- The billing flag.
Note: this field may return null, indicating that no valid value was found.public CcnRegionBandwidthLimit getCcnRegionBandwidthLimit()
public void setCcnRegionBandwidthLimit(CcnRegionBandwidthLimit CcnRegionBandwidthLimit)
CcnRegionBandwidthLimit
- The information of the bandwidth regions and bandwidth caps. The parameter is only returned for the cross-region limit mode, but not for egress limit.
Note: this field may return null, indicating that no valid value was found.Copyright © 2020. All rights reserved.