Class: TencentCloud::Dayu::V20180709::DescribeDDoSNetEvInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::DescribeDDoSNetEvInfoResponse
- Defined in:
- lib/v20180709/models.rb
Overview
DescribeDDoSNetEvInfo返回参数结构体
Instance Attribute Summary collapse
- #Business ⇒ Object
- #EndTime ⇒ Object
- #IcmpKBSum ⇒ Object
- #IcmpPacketSum ⇒ Object
- #Id ⇒ 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, 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) ⇒ DescribeDDoSNetEvInfoResponse
constructor
A new instance of DescribeDDoSNetEvInfoResponse.
Constructor Details
#initialize(business = nil, id = 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) ⇒ DescribeDDoSNetEvInfoResponse
Returns a new instance of DescribeDDoSNetEvInfoResponse.
4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 |
# File 'lib/v20180709/models.rb', line 4120 def initialize(business=nil, id=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 @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
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def Business @Business end |
#EndTime ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def EndTime @EndTime end |
#IcmpKBSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def IcmpKBSum @IcmpKBSum end |
#IcmpPacketSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def IcmpPacketSum @IcmpPacketSum end |
#Id ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def Id @Id end |
#Mbps ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def Mbps @Mbps end |
#OtherKBSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def OtherKBSum @OtherKBSum end |
#OtherPacketSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def OtherPacketSum @OtherPacketSum end |
#PcapUrl ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def PcapUrl @PcapUrl end |
#Pps ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def Pps @Pps end |
#RequestId ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def RequestId @RequestId end |
#StartTime ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def StartTime @StartTime end |
#TcpKBSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def TcpKBSum @TcpKBSum end |
#TcpPacketSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def TcpPacketSum @TcpPacketSum end |
#TotalTraffic ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def TotalTraffic @TotalTraffic end |
#UdpKBSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def UdpKBSum @UdpKBSum end |
#UdpPacketSum ⇒ Object
4118 4119 4120 |
# File 'lib/v20180709/models.rb', line 4118 def UdpPacketSum @UdpPacketSum end |
Instance Method Details
#deserialize(params) ⇒ Object
4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 |
# File 'lib/v20180709/models.rb', line 4140 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @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 |