Class: TencentCloud::Yunjing::V20180228::ReverseShellRule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::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
6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 |
# File 'lib/v20180228/models.rb', line 6240 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
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def CreateTime @CreateTime end |
#DestIp ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def DestIp @DestIp end |
#DestPort ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def DestPort @DestPort end |
#Hostip ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def Hostip @Hostip end |
#Id ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def Id @Id end |
#IsGlobal ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def Operator @Operator end |
#ProcessName ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def ProcessName @ProcessName end |
#Status ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def Status @Status end |
#Uuid ⇒ Object
6238 6239 6240 |
# File 'lib/v20180228/models.rb', line 6238 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 |
# File 'lib/v20180228/models.rb', line 6254 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 |