public class DescribePortConnsListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
List<String> |
instanceIds
The ID of the instance.
|
Integer |
interval
The interval for returning data.
|
String |
port
The number of port that you want to query.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribePortConnsListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePortConnsListRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
List<String> |
getInstanceIds() |
Integer |
getInterval() |
String |
getPort() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribePortConnsListRequest |
setEndTime(Long endTime) |
DescribePortConnsListRequest |
setInstanceIds(List<String> instanceIds) |
DescribePortConnsListRequest |
setInterval(Integer interval) |
DescribePortConnsListRequest |
setPort(String port) |
DescribePortConnsListRequest |
setResourceGroupId(String resourceGroupId) |
DescribePortConnsListRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1583683200
@NameInMap(value="InstanceIds") public List<String> instanceIds
The ID of the instance.
You can call the DescribeInstanceIds operation to query the IDs of all instances.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="Interval") public Integer interval
The interval for returning data. Unit: seconds.
This parameter is required.
example:1000
@NameInMap(value="Port") public String port
The number of port that you want to query. If you do not specify this parameter, all ports are queried.
example:80
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1582992000
public static DescribePortConnsListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortConnsListRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribePortConnsListRequest setInstanceIds(List<String> instanceIds)
public DescribePortConnsListRequest setInterval(Integer interval)
public Integer getInterval()
public DescribePortConnsListRequest setPort(String port)
public String getPort()
public DescribePortConnsListRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribePortConnsListRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.