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.
37394 37395 37396 37397 37398 37399 37400 37401 37402 37403 37404 37405 37406 |
# File 'lib/v20180228/models.rb', line 37394 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
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def CreateTime @CreateTime end |
#DestIp ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def DestIp @DestIp end |
#DestPort ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def DestPort @DestPort end |
#Hostip ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def Hostip @Hostip end |
#Id ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def Id @Id end |
#IsGlobal ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def Operator @Operator end |
#ProcessName ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def ProcessName @ProcessName end |
#Status ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def Status @Status end |
#Uuid ⇒ Object
37392 37393 37394 |
# File 'lib/v20180228/models.rb', line 37392 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
37408 37409 37410 37411 37412 37413 37414 37415 37416 37417 37418 37419 37420 |
# File 'lib/v20180228/models.rb', line 37408 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 |