public class DescribeTotalAttackMaxFlowRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
List<String> |
instanceIds
The IDs of the Anti-DDoS Proxy instances.
|
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.
|
| 构造器和说明 |
|---|
DescribeTotalAttackMaxFlowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeTotalAttackMaxFlowRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
List<String> |
getInstanceIds() |
String |
getResourceGroupId() |
Long |
getStartTime() |
DescribeTotalAttackMaxFlowRequest |
setEndTime(Long endTime) |
DescribeTotalAttackMaxFlowRequest |
setInstanceIds(List<String> instanceIds) |
DescribeTotalAttackMaxFlowRequest |
setResourceGroupId(String resourceGroupId) |
DescribeTotalAttackMaxFlowRequest |
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:1659697200
@NameInMap(value="InstanceIds") public List<String> instanceIds
The IDs of the Anti-DDoS Proxy instances. Separate multiple instance IDs with commas (,). Example: InstanceIds.1, InstanceIds.2, InstanceIds.3.
This parameter is required.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. If you do not configure this parameter, 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:1669240800
public static DescribeTotalAttackMaxFlowRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeTotalAttackMaxFlowRequest setEndTime(Long endTime)
public Long getEndTime()
public DescribeTotalAttackMaxFlowRequest setInstanceIds(List<String> instanceIds)
public DescribeTotalAttackMaxFlowRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeTotalAttackMaxFlowRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.