Class: TencentCloud::Dayu::V20180709::DescribeDDoSEvInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeDDoSEvInfoResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDDoSEvInfo返回参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #EndTime ⇒ Object
- #IcmpKBSum ⇒ Object
- #IcmpPacketSum ⇒ Object
- #Id ⇒ Object
- #Ip ⇒ Object
- #Mbps ⇒ Object
- #OtherKBSum ⇒ Object
- #OtherPacketSum ⇒ Object
- #PcapUrl ⇒ Object
- #Pps ⇒ Object
- #RequestId ⇒ Object
- #StartTime ⇒ Object
- #TcpKBSum ⇒ Object
- #TcpPacketSum ⇒ Object
- #TotalTraffic ⇒ Object
- #UdpKBSum ⇒ Object
- #UdpPacketSum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, ip = nil, starttime = nil, endtime = nil, tcppacketsum = nil, tcpkbsum = nil, udppacketsum = nil, udpkbsum = nil, icmppacketsum = nil, icmpkbsum = nil, otherpacketsum = nil, otherkbsum = nil, totaltraffic = nil, mbps = nil, pps = nil, pcapurl = nil, requestid = nil) ⇒ DescribeDDoSEvInfoResponse
constructor
A new instance of DescribeDDoSEvInfoResponse.
Constructor Details
#initialize(business = nil, id = nil, ip = nil, starttime = nil, endtime = nil, tcppacketsum = nil, tcpkbsum = nil, udppacketsum = nil, udpkbsum = nil, icmppacketsum = nil, icmpkbsum = nil, otherpacketsum = nil, otherkbsum = nil, totaltraffic = nil, mbps = nil, pps = nil, pcapurl = nil, requestid = nil) ⇒ DescribeDDoSEvInfoResponse
Returns a new instance of DescribeDDoSEvInfoResponse.
3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 |
# File 'lib/v20180709/models.rb', line 3740 def initialize(business=nil, id=nil, ip=nil, starttime=nil, endtime=nil, tcppacketsum=nil, tcpkbsum=nil, udppacketsum=nil, udpkbsum=nil, icmppacketsum=nil, icmpkbsum=nil, otherpacketsum=nil, otherkbsum=nil, totaltraffic=nil, mbps=nil, pps=nil, pcapurl=nil, requestid=nil) @Business = business @Id = id @Ip = ip @StartTime = starttime @EndTime = endtime @TcpPacketSum = tcppacketsum @TcpKBSum = tcpkbsum @UdpPacketSum = udppacketsum @UdpKBSum = udpkbsum @IcmpPacketSum = icmppacketsum @IcmpKBSum = icmpkbsum @OtherPacketSum = otherpacketsum @OtherKBSum = otherkbsum @TotalTraffic = totaltraffic @Mbps = mbps @Pps = pps @PcapUrl = pcapurl @RequestId = requestid end |
Instance Attribute Details
#Business ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def Business @Business end |
#EndTime ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def EndTime @EndTime end |
#IcmpKBSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def IcmpKBSum @IcmpKBSum end |
#IcmpPacketSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def IcmpPacketSum @IcmpPacketSum end |
#Id ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def Id @Id end |
#Ip ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def Ip @Ip end |
#Mbps ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def Mbps @Mbps end |
#OtherKBSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def OtherKBSum @OtherKBSum end |
#OtherPacketSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def OtherPacketSum @OtherPacketSum end |
#PcapUrl ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def PcapUrl @PcapUrl end |
#Pps ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def Pps @Pps end |
#RequestId ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def RequestId @RequestId end |
#StartTime ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def StartTime @StartTime end |
#TcpKBSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def TcpKBSum @TcpKBSum end |
#TcpPacketSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def TcpPacketSum @TcpPacketSum end |
#TotalTraffic ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def TotalTraffic @TotalTraffic end |
#UdpKBSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def UdpKBSum @UdpKBSum end |
#UdpPacketSum ⇒ Object
3738 3739 3740 |
# File 'lib/v20180709/models.rb', line 3738 def UdpPacketSum @UdpPacketSum end |
Instance Method Details
#deserialize(params) ⇒ Object
3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 |
# File 'lib/v20180709/models.rb', line 3761 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Ip = params['Ip'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @TcpPacketSum = params['TcpPacketSum'] @TcpKBSum = params['TcpKBSum'] @UdpPacketSum = params['UdpPacketSum'] @UdpKBSum = params['UdpKBSum'] @IcmpPacketSum = params['IcmpPacketSum'] @IcmpKBSum = params['IcmpKBSum'] @OtherPacketSum = params['OtherPacketSum'] @OtherKBSum = params['OtherKBSum'] @TotalTraffic = params['TotalTraffic'] @Mbps = params['Mbps'] @Pps = params['Pps'] @PcapUrl = params['PcapUrl'] @RequestId = params['RequestId'] end |