Class: TencentCloud::Cwp::V20180228::ModifyReverseShellRulesAggregationRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ModifyReverseShellRulesAggregationRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyReverseShellRulesAggregation请求参数结构体
Instance Attribute Summary collapse
- #DestIp ⇒ Object
- #DestPort ⇒ Object
- #EventId ⇒ Object
- #GroupID ⇒ Object
- #HandleHistory ⇒ Object
- #HostIp ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ProcessName ⇒ Object
- #RuleRegexp ⇒ Object
- #Uuids ⇒ Object
- #WhiteType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuids = nil, hostip = nil, destip = nil, destport = nil, processname = nil, isglobal = nil, eventid = nil, whitetype = nil, ruleregexp = nil, handlehistory = nil, groupid = nil) ⇒ ModifyReverseShellRulesAggregationRequest
constructor
A new instance of ModifyReverseShellRulesAggregationRequest.
Constructor Details
#initialize(id = nil, uuids = nil, hostip = nil, destip = nil, destport = nil, processname = nil, isglobal = nil, eventid = nil, whitetype = nil, ruleregexp = nil, handlehistory = nil, groupid = nil) ⇒ ModifyReverseShellRulesAggregationRequest
Returns a new instance of ModifyReverseShellRulesAggregationRequest.
34152 34153 34154 34155 34156 34157 34158 34159 34160 34161 34162 34163 34164 34165 |
# File 'lib/v20180228/models.rb', line 34152 def initialize(id=nil, uuids=nil, hostip=nil, destip=nil, destport=nil, processname=nil, isglobal=nil, eventid=nil, whitetype=nil, ruleregexp=nil, handlehistory=nil, groupid=nil) @Id = id @Uuids = uuids @HostIp = hostip @DestIp = destip @DestPort = destport @ProcessName = processname @IsGlobal = isglobal @EventId = eventid @WhiteType = whitetype @RuleRegexp = ruleregexp @HandleHistory = handlehistory @GroupID = groupid end |
Instance Attribute Details
#DestIp ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def DestIp @DestIp end |
#DestPort ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def DestPort @DestPort end |
#EventId ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def EventId @EventId end |
#GroupID ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def GroupID @GroupID end |
#HandleHistory ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def HandleHistory @HandleHistory end |
#HostIp ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def HostIp @HostIp end |
#Id ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def Id @Id end |
#IsGlobal ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def IsGlobal @IsGlobal end |
#ProcessName ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def ProcessName @ProcessName end |
#RuleRegexp ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def RuleRegexp @RuleRegexp end |
#Uuids ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def Uuids @Uuids end |
#WhiteType ⇒ Object
34150 34151 34152 |
# File 'lib/v20180228/models.rb', line 34150 def WhiteType @WhiteType end |
Instance Method Details
#deserialize(params) ⇒ Object
34167 34168 34169 34170 34171 34172 34173 34174 34175 34176 34177 34178 34179 34180 |
# File 'lib/v20180228/models.rb', line 34167 def deserialize(params) @Id = params['Id'] @Uuids = params['Uuids'] @HostIp = params['HostIp'] @DestIp = params['DestIp'] @DestPort = params['DestPort'] @ProcessName = params['ProcessName'] @IsGlobal = params['IsGlobal'] @EventId = params['EventId'] @WhiteType = params['WhiteType'] @RuleRegexp = params['RuleRegexp'] @HandleHistory = params['HandleHistory'] @GroupID = params['GroupID'] end |