public class DescribeAttackEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAttackEventsRequest() |
DescribeAttackEventsRequest(DescribeAttackEventsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBy()
Get 排序
|
Filter[] |
getFilters()
Get 过滤条件。
Type - String 攻击状态 0: 尝试攻击 1: 攻击成功 - 是否必填: 否
Status - String 事件处理状态 0:待处理 1:已处理 2: 已加白 3: 已忽略 4:已删除 - 是否必填: 否
SrcIP - String 来源IP - 是否必填: 否
Uuids - String 主机安全uuid - 是否必填: 否
Quuids - String cvm uuid - 是否必填: 否
DstPort - String 攻击目标端口 - 是否必填: 否
MachineName - String 主机名称 - 是否必填: 否
InstanceID - String 主机实例ID - 是否必填: 否
AttackTimeBegin - String 攻击开始时间 - 是否必填: 否
AttackTimeEnd - String 攻击结束时间 - 是否必填: 否
VulSupportDefense - String 漏洞是否支持防御 0不支持,1支持 - 是否必填: 否
|
Long |
getLimit()
Get 返回数量,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式 ASC,DESC
|
void |
setBy(String By)
Set 排序
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
Type - String 攻击状态 0: 尝试攻击 1: 攻击成功 - 是否必填: 否
Status - String 事件处理状态 0:待处理 1:已处理 2: 已加白 3: 已忽略 4:已删除 - 是否必填: 否
SrcIP - String 来源IP - 是否必填: 否
Uuids - String 主机安全uuid - 是否必填: 否
Quuids - String cvm uuid - 是否必填: 否
DstPort - String 攻击目标端口 - 是否必填: 否
MachineName - String 主机名称 - 是否必填: 否
InstanceID - String 主机实例ID - 是否必填: 否
AttackTimeBegin - String 攻击开始时间 - 是否必填: 否
AttackTimeEnd - String 攻击结束时间 - 是否必填: 否
VulSupportDefense - String 漏洞是否支持防御 0不支持,1支持 - 是否必填: 否
|
void |
setLimit(Long Limit)
Set 返回数量,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式 ASC,DESC
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAttackEventsRequest()
public DescribeAttackEventsRequest(DescribeAttackEventsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,最大值为100。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public String getBy()
public void setBy(String By)
By
- 排序public String getOrder()
public void setOrder(String Order)
Order
- 排序方式 ASC,DESCCopyright © 2024. All rights reserved.