public class DescribeBandwidthClusterTrafficRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bandwidthClusterId
共享带宽包ID
|
String |
city
按城市进行过滤,如LAX。
该值可以是城市英文名也可以是城市码。
指定该值,将会只返回该城市的带宽流量数据。
当前带宽组的城市码和城市名称可以在[DescribeBandwidthClusters](../bandwidth-cluster/describebandwidthclusters.md)中的cities字段中查看
|
String |
endTime
查询结束时间。
按照ISO8601标准表示,并且使用UTC时间。
格式为:YYYY-MM-DDThh:mm:ssZ
|
String |
startTime
查询开始时间。
按照ISO8601标准表示,并且使用UTC时间。
格式为:YYYY-MM-DDThh:mm:ssZ
|
| Constructor and Description |
|---|
DescribeBandwidthClusterTrafficRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBandwidthClusterId() |
String |
getCity() |
String |
getEndTime() |
String |
getStartTime() |
void |
setBandwidthClusterId(String bandwidthClusterId) |
void |
setCity(String city) |
void |
setEndTime(String endTime) |
void |
setStartTime(String startTime) |
public String bandwidthClusterId
public String startTime
public String endTime
public String city
public DescribeBandwidthClusterTrafficRequest()
public String getBandwidthClusterId()
public void setBandwidthClusterId(String bandwidthClusterId)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getCity()
public void setCity(String city)
Copyright © 2025. All rights reserved.