All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.teo.v20220901.models.DescribeDDoSAttackTopDataRequest Maven / Gradle / Ivy

There is a newer version: 3.1.1102
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.teo.v20220901.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class DescribeDDoSAttackTopDataRequest extends AbstractModel {

    /**
    * 开始时间。
    */
    @SerializedName("StartTime")
    @Expose
    private String StartTime;

    /**
    * 结束时间。
    */
    @SerializedName("EndTime")
    @Expose
    private String EndTime;

    /**
    * 查询的统计指标,取值有:
  • ddos_attackFlux_protocol:按各协议的攻击流量排行;
  • ddos_attackPackageNum_protocol:按各协议的攻击包量排行;
  • ddos_attackNum_attackType:按各攻击类型的攻击数量排行;
  • ddos_attackNum_sregion:按攻击源地区的攻击数量排行;
  • ddos_attackFlux_sip:按攻击源IP的攻击数量排行;
  • ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。
  • */ @SerializedName("MetricName") @Expose private String MetricName; /** * 站点ID集合,此参数必填。 */ @SerializedName("ZoneIds") @Expose private String [] ZoneIds; /** * DDoS策略组ID集合,不填默认选择全部策略ID。 */ @SerializedName("PolicyIds") @Expose private Long [] PolicyIds; /** * 攻击类型,取值有:
  • flood:洪泛攻击;
  • icmpFlood:icmp洪泛攻击;
  • all:所有的攻击类型。
  • 不填默认为all,表示查询全部攻击类型。 */ @SerializedName("AttackType") @Expose private String AttackType; /** * 协议类型,取值有:
  • tcp:tcp协议;
  • udp:udp协议;
  • all:所有的协议类型。
  • 不填默认为all,表示查询所有协议。 */ @SerializedName("ProtocolType") @Expose private String ProtocolType; /** * 端口号。 */ @SerializedName("Port") @Expose private Long Port; /** * 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。 */ @SerializedName("Limit") @Expose private Long Limit; /** * 数据归属地区,取值有:
  • overseas:全球(除中国大陆地区)数据;
  • mainland:中国大陆地区数据。
  • 不填将根据用户所在地智能选择地区。 */ @SerializedName("Area") @Expose private String Area; /** * Get 开始时间。 * @return StartTime 开始时间。 */ public String getStartTime() { return this.StartTime; } /** * Set 开始时间。 * @param StartTime 开始时间。 */ public void setStartTime(String StartTime) { this.StartTime = StartTime; } /** * Get 结束时间。 * @return EndTime 结束时间。 */ public String getEndTime() { return this.EndTime; } /** * Set 结束时间。 * @param EndTime 结束时间。 */ public void setEndTime(String EndTime) { this.EndTime = EndTime; } /** * Get 查询的统计指标,取值有:
  • ddos_attackFlux_protocol:按各协议的攻击流量排行;
  • ddos_attackPackageNum_protocol:按各协议的攻击包量排行;
  • ddos_attackNum_attackType:按各攻击类型的攻击数量排行;
  • ddos_attackNum_sregion:按攻击源地区的攻击数量排行;
  • ddos_attackFlux_sip:按攻击源IP的攻击数量排行;
  • ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。
  • * @return MetricName 查询的统计指标,取值有:
  • ddos_attackFlux_protocol:按各协议的攻击流量排行;
  • ddos_attackPackageNum_protocol:按各协议的攻击包量排行;
  • ddos_attackNum_attackType:按各攻击类型的攻击数量排行;
  • ddos_attackNum_sregion:按攻击源地区的攻击数量排行;
  • ddos_attackFlux_sip:按攻击源IP的攻击数量排行;
  • ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。
  • */ public String getMetricName() { return this.MetricName; } /** * Set 查询的统计指标,取值有:
  • ddos_attackFlux_protocol:按各协议的攻击流量排行;
  • ddos_attackPackageNum_protocol:按各协议的攻击包量排行;
  • ddos_attackNum_attackType:按各攻击类型的攻击数量排行;
  • ddos_attackNum_sregion:按攻击源地区的攻击数量排行;
  • ddos_attackFlux_sip:按攻击源IP的攻击数量排行;
  • ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。
  • * @param MetricName 查询的统计指标,取值有:
  • ddos_attackFlux_protocol:按各协议的攻击流量排行;
  • ddos_attackPackageNum_protocol:按各协议的攻击包量排行;
  • ddos_attackNum_attackType:按各攻击类型的攻击数量排行;
  • ddos_attackNum_sregion:按攻击源地区的攻击数量排行;
  • ddos_attackFlux_sip:按攻击源IP的攻击数量排行;
  • ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。
  • */ public void setMetricName(String MetricName) { this.MetricName = MetricName; } /** * Get 站点ID集合,此参数必填。 * @return ZoneIds 站点ID集合,此参数必填。 */ public String [] getZoneIds() { return this.ZoneIds; } /** * Set 站点ID集合,此参数必填。 * @param ZoneIds 站点ID集合,此参数必填。 */ public void setZoneIds(String [] ZoneIds) { this.ZoneIds = ZoneIds; } /** * Get DDoS策略组ID集合,不填默认选择全部策略ID。 * @return PolicyIds DDoS策略组ID集合,不填默认选择全部策略ID。 */ public Long [] getPolicyIds() { return this.PolicyIds; } /** * Set DDoS策略组ID集合,不填默认选择全部策略ID。 * @param PolicyIds DDoS策略组ID集合,不填默认选择全部策略ID。 */ public void setPolicyIds(Long [] PolicyIds) { this.PolicyIds = PolicyIds; } /** * Get 攻击类型,取值有:
  • flood:洪泛攻击;
  • icmpFlood:icmp洪泛攻击;
  • all:所有的攻击类型。
  • 不填默认为all,表示查询全部攻击类型。 * @return AttackType 攻击类型,取值有:
  • flood:洪泛攻击;
  • icmpFlood:icmp洪泛攻击;
  • all:所有的攻击类型。
  • 不填默认为all,表示查询全部攻击类型。 */ public String getAttackType() { return this.AttackType; } /** * Set 攻击类型,取值有:
  • flood:洪泛攻击;
  • icmpFlood:icmp洪泛攻击;
  • all:所有的攻击类型。
  • 不填默认为all,表示查询全部攻击类型。 * @param AttackType 攻击类型,取值有:
  • flood:洪泛攻击;
  • icmpFlood:icmp洪泛攻击;
  • all:所有的攻击类型。
  • 不填默认为all,表示查询全部攻击类型。 */ public void setAttackType(String AttackType) { this.AttackType = AttackType; } /** * Get 协议类型,取值有:
  • tcp:tcp协议;
  • udp:udp协议;
  • all:所有的协议类型。
  • 不填默认为all,表示查询所有协议。 * @return ProtocolType 协议类型,取值有:
  • tcp:tcp协议;
  • udp:udp协议;
  • all:所有的协议类型。
  • 不填默认为all,表示查询所有协议。 */ public String getProtocolType() { return this.ProtocolType; } /** * Set 协议类型,取值有:
  • tcp:tcp协议;
  • udp:udp协议;
  • all:所有的协议类型。
  • 不填默认为all,表示查询所有协议。 * @param ProtocolType 协议类型,取值有:
  • tcp:tcp协议;
  • udp:udp协议;
  • all:所有的协议类型。
  • 不填默认为all,表示查询所有协议。 */ public void setProtocolType(String ProtocolType) { this.ProtocolType = ProtocolType; } /** * Get 端口号。 * @return Port 端口号。 */ public Long getPort() { return this.Port; } /** * Set 端口号。 * @param Port 端口号。 */ public void setPort(Long Port) { this.Port = Port; } /** * Get 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。 * @return Limit 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。 */ public Long getLimit() { return this.Limit; } /** * Set 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。 * @param Limit 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。 */ public void setLimit(Long Limit) { this.Limit = Limit; } /** * Get 数据归属地区,取值有:
  • overseas:全球(除中国大陆地区)数据;
  • mainland:中国大陆地区数据。
  • 不填将根据用户所在地智能选择地区。 * @return Area 数据归属地区,取值有:
  • overseas:全球(除中国大陆地区)数据;
  • mainland:中国大陆地区数据。
  • 不填将根据用户所在地智能选择地区。 */ public String getArea() { return this.Area; } /** * Set 数据归属地区,取值有:
  • overseas:全球(除中国大陆地区)数据;
  • mainland:中国大陆地区数据。
  • 不填将根据用户所在地智能选择地区。 * @param Area 数据归属地区,取值有:
  • overseas:全球(除中国大陆地区)数据;
  • mainland:中国大陆地区数据。
  • 不填将根据用户所在地智能选择地区。 */ public void setArea(String Area) { this.Area = Area; } public DescribeDDoSAttackTopDataRequest() { } /** * 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. */ public DescribeDDoSAttackTopDataRequest(DescribeDDoSAttackTopDataRequest source) { if (source.StartTime != null) { this.StartTime = new String(source.StartTime); } if (source.EndTime != null) { this.EndTime = new String(source.EndTime); } if (source.MetricName != null) { this.MetricName = new String(source.MetricName); } if (source.ZoneIds != null) { this.ZoneIds = new String[source.ZoneIds.length]; for (int i = 0; i < source.ZoneIds.length; i++) { this.ZoneIds[i] = new String(source.ZoneIds[i]); } } if (source.PolicyIds != null) { this.PolicyIds = new Long[source.PolicyIds.length]; for (int i = 0; i < source.PolicyIds.length; i++) { this.PolicyIds[i] = new Long(source.PolicyIds[i]); } } if (source.AttackType != null) { this.AttackType = new String(source.AttackType); } if (source.ProtocolType != null) { this.ProtocolType = new String(source.ProtocolType); } if (source.Port != null) { this.Port = new Long(source.Port); } if (source.Limit != null) { this.Limit = new Long(source.Limit); } if (source.Area != null) { this.Area = new String(source.Area); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "StartTime", this.StartTime); this.setParamSimple(map, prefix + "EndTime", this.EndTime); this.setParamSimple(map, prefix + "MetricName", this.MetricName); this.setParamArraySimple(map, prefix + "ZoneIds.", this.ZoneIds); this.setParamArraySimple(map, prefix + "PolicyIds.", this.PolicyIds); this.setParamSimple(map, prefix + "AttackType", this.AttackType); this.setParamSimple(map, prefix + "ProtocolType", this.ProtocolType); this.setParamSimple(map, prefix + "Port", this.Port); this.setParamSimple(map, prefix + "Limit", this.Limit); this.setParamSimple(map, prefix + "Area", this.Area); } }




    © 2015 - 2024 Weber Informatics LLC | Privacy Policy