Class: TencentCloud::Yunjing::V20180228::ReverseShellRule

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

反弹Shell规则

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CreateTimeObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def CreateTime
  @CreateTime
end

#DestIpObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def DestIp
  @DestIp
end

#DestPortObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def DestPort
  @DestPort
end

#HostipObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def Hostip
  @Hostip
end

#IdObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def Id
  @Id
end

#IsGlobalObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def IsGlobal
  @IsGlobal
end

#ModifyTimeObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def ModifyTime
  @ModifyTime
end

#OperatorObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def Operator
  @Operator
end

#ProcessNameObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def ProcessName
  @ProcessName
end

#StatusObject



6238
6239
6240
# File 'lib/v20180228/models.rb', line 6238

def Status
  @Status
end

#UuidObject



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