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.
33712 33713 33714 33715 33716 33717 33718 33719 33720 33721 33722 33723 33724 33725 |
# File 'lib/v20180228/models.rb', line 33712 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
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def DestIp @DestIp end |
#DestPort ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def DestPort @DestPort end |
#EventId ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def EventId @EventId end |
#GroupID ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def GroupID @GroupID end |
#HandleHistory ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def HandleHistory @HandleHistory end |
#HostIp ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def HostIp @HostIp end |
#Id ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def Id @Id end |
#IsGlobal ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def IsGlobal @IsGlobal end |
#ProcessName ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def ProcessName @ProcessName end |
#RuleRegexp ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def RuleRegexp @RuleRegexp end |
#Uuids ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def Uuids @Uuids end |
#WhiteType ⇒ Object
33710 33711 33712 |
# File 'lib/v20180228/models.rb', line 33710 def WhiteType @WhiteType end |
Instance Method Details
#deserialize(params) ⇒ Object
33727 33728 33729 33730 33731 33732 33733 33734 33735 33736 33737 33738 33739 33740 |
# File 'lib/v20180228/models.rb', line 33727 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 |