public class DescribeIPTransitsRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
iptDcId
数据中心ID。
具体取值可通过调用接口DescribeDataCenters来获得最新的数据中心列表。
|
List<String> |
iptIds
IP Transit ID列表。
最大支持长度为100。
|
String |
iptName
IPT 名称。
支持模糊搜索。
|
Integer |
pageNum
返回的分页大小。
默认为20,最大为1000。
|
Integer |
pageSize
返回的分页数。
默认为1。
|
String |
peerPortId
端口ID。
通过该字段可以筛选与指定端口有关的IP Transit。
|
String |
resourceGroupId
资源组ID。
|
| Constructor and Description |
|---|
DescribeIPTransitsRequest() |
public String iptDcId
public String iptName
public String resourceGroupId
public String peerPortId
public Integer pageSize
public Integer pageNum
Copyright © 2024. All rights reserved.