public class DescribePortFlowListRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
List<String> |
instanceIds
An array that consists of the IDs of instances.
|
Integer |
interval
The interval for returning data.
|
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.
|
| 构造器和说明 |
|---|
DescribePortFlowListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePortFlowListRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
List<String> |
getInstanceIds() |
Integer |
getInterval() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribePortFlowListRequest |
setEndTime(Long endTime) |
DescribePortFlowListRequest |
setInstanceIds(List<String> instanceIds) |
DescribePortFlowListRequest |
setInterval(Integer interval) |
DescribePortFlowListRequest |
setResourceGroupId(String resourceGroupId) |
DescribePortFlowListRequest |
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
An array that consists of the IDs of instances.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
@NameInMap(value="Interval") public Integer interval
The interval for returning data. Unit: seconds. The interval that you can specify varies based on the time range to query. The time range to query is determined by the values of StartTime and EndTime.
This parameter is required.
example:1000
@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.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
@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 DescribePortFlowListRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortFlowListRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribePortFlowListRequest setInstanceIds(List<String> instanceIds)
public DescribePortFlowListRequest setInterval(Integer interval)
public Integer getInterval()
public DescribePortFlowListRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribePortFlowListRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.