public class DescribeBandwidthClustersRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<String> |
bandwidthClusterIds
带宽组ID。取值可以由多个带宽组ID组成一个。最多支持100个ID查询
|
String |
bandwidthClusterName
带宽组显示名称。支持模糊匹配。
|
String |
cityName
带宽组所包含的城市名称。
|
Integer |
pageNum
返回的分页数。
默认为1。
|
Integer |
pageSize
返回的分页大小。
默认为20,最大为1000。
|
| Constructor and Description |
|---|
DescribeBandwidthClustersRequest() |
@Validation(maxLength=100) public List<String> bandwidthClusterIds
public String bandwidthClusterName
public String cityName
public Integer pageNum
public Integer pageSize
Copyright © 2025. All rights reserved.