Class: TencentCloud::Cwp::V20180228::ReverseShellRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ReverseShellRule
- Defined in:
- lib/v20180228/models.rb
Overview
反弹Shell规则
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DestIp ⇒ Object
- #DestPort ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ModifyTime ⇒ Object
- #Operator ⇒ Object
- #ProcessName ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, processname = nil, destip = nil, destport = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil) ⇒ ReverseShellRule
constructor
A new instance of ReverseShellRule.
Constructor Details
#initialize(id = nil, uuid = nil, processname = nil, destip = nil, destport = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil) ⇒ ReverseShellRule
Returns a new instance of ReverseShellRule.
36992 36993 36994 36995 36996 36997 36998 36999 37000 37001 37002 37003 37004 |
# File 'lib/v20180228/models.rb', line 36992 def initialize(id=nil, uuid=nil, processname=nil, destip=nil, destport=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil) @Id = id @Uuid = uuid @ProcessName = processname @DestIp = destip @DestPort = destport @Operator = operator @IsGlobal = isglobal @Status = status @CreateTime = createtime @ModifyTime = modifytime @Hostip = hostip end |
Instance Attribute Details
#CreateTime ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def CreateTime @CreateTime end |
#DestIp ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def DestIp @DestIp end |
#DestPort ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def DestPort @DestPort end |
#Hostip ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def Hostip @Hostip end |
#Id ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def Id @Id end |
#IsGlobal ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def Operator @Operator end |
#ProcessName ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def ProcessName @ProcessName end |
#Status ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def Status @Status end |
#Uuid ⇒ Object
36990 36991 36992 |
# File 'lib/v20180228/models.rb', line 36990 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
37006 37007 37008 37009 37010 37011 37012 37013 37014 37015 37016 37017 37018 |
# File 'lib/v20180228/models.rb', line 37006 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @ProcessName = params['ProcessName'] @DestIp = params['DestIp'] @DestPort = params['DestPort'] @Operator = params['Operator'] @IsGlobal = params['IsGlobal'] @Status = params['Status'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @Hostip = params['Hostip'] end |