Class: TencentCloud::Wedata::V20210820::DescribeInstanceLogDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeInstanceLogDetailRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeInstanceLogDetail请求参数结构体
Instance Attribute Summary collapse
- #BrokerIp ⇒ Object
- #CurrentLifeRound ⇒ Object
- #CurRunDate ⇒ Object
- #Dynamic ⇒ Object
- #ExecutionFileType ⇒ Object
- #ExecutionJobId ⇒ Object
- #ExtInfo ⇒ Object
- #InstanceLifeDetailDtoList ⇒ Object
- #LineCount ⇒ Object
- #LogLevelType ⇒ Object
- #MaxLifeRound ⇒ Object
- #OriginFileName ⇒ Object
- #ProjectId ⇒ Object
- #RequestFromSource ⇒ Object
- #StartCount ⇒ Object
- #TaskId ⇒ Object
- #Tries ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, taskid = nil, currundate = nil, logleveltype = nil, executionfiletype = nil, executionjobid = nil, brokerip = nil, originfilename = nil, startcount = nil, linecount = nil, extinfo = nil, requestfromsource = nil, instancelifedetaildtolist = nil, currentliferound = nil, maxliferound = nil, tries = nil, dynamic = nil) ⇒ DescribeInstanceLogDetailRequest
constructor
A new instance of DescribeInstanceLogDetailRequest.
Constructor Details
#initialize(projectid = nil, taskid = nil, currundate = nil, logleveltype = nil, executionfiletype = nil, executionjobid = nil, brokerip = nil, originfilename = nil, startcount = nil, linecount = nil, extinfo = nil, requestfromsource = nil, instancelifedetaildtolist = nil, currentliferound = nil, maxliferound = nil, tries = nil, dynamic = nil) ⇒ DescribeInstanceLogDetailRequest
Returns a new instance of DescribeInstanceLogDetailRequest.
11279 11280 11281 11282 11283 11284 11285 11286 11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'lib/v20210820/models.rb', line 11279 def initialize(projectid=nil, taskid=nil, currundate=nil, logleveltype=nil, executionfiletype=nil, executionjobid=nil, brokerip=nil, originfilename=nil, startcount=nil, linecount=nil, extinfo=nil, requestfromsource=nil, instancelifedetaildtolist=nil, currentliferound=nil, maxliferound=nil, tries=nil, dynamic=nil) @ProjectId = projectid @TaskId = taskid @CurRunDate = currundate @LogLevelType = logleveltype @ExecutionFileType = executionfiletype @ExecutionJobId = executionjobid @BrokerIp = brokerip @OriginFileName = originfilename @StartCount = startcount @LineCount = linecount @ExtInfo = extinfo @RequestFromSource = requestfromsource @InstanceLifeDetailDtoList = instancelifedetaildtolist @CurrentLifeRound = currentliferound @MaxLifeRound = maxliferound @Tries = tries @Dynamic = dynamic end |
Instance Attribute Details
#BrokerIp ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def BrokerIp @BrokerIp end |
#CurrentLifeRound ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def CurrentLifeRound @CurrentLifeRound end |
#CurRunDate ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def CurRunDate @CurRunDate end |
#Dynamic ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def Dynamic @Dynamic end |
#ExecutionFileType ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def ExecutionFileType @ExecutionFileType end |
#ExecutionJobId ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def ExecutionJobId @ExecutionJobId end |
#ExtInfo ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def ExtInfo @ExtInfo end |
#InstanceLifeDetailDtoList ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def InstanceLifeDetailDtoList @InstanceLifeDetailDtoList end |
#LineCount ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def LineCount @LineCount end |
#LogLevelType ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def LogLevelType @LogLevelType end |
#MaxLifeRound ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def MaxLifeRound @MaxLifeRound end |
#OriginFileName ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def OriginFileName @OriginFileName end |
#ProjectId ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def ProjectId @ProjectId end |
#RequestFromSource ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def RequestFromSource @RequestFromSource end |
#StartCount ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def StartCount @StartCount end |
#TaskId ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def TaskId @TaskId end |
#Tries ⇒ Object
11277 11278 11279 |
# File 'lib/v20210820/models.rb', line 11277 def Tries @Tries end |
Instance Method Details
#deserialize(params) ⇒ Object
11299 11300 11301 11302 11303 11304 11305 11306 11307 11308 11309 11310 11311 11312 11313 11314 11315 11316 11317 11318 11319 11320 11321 11322 11323 11324 |
# File 'lib/v20210820/models.rb', line 11299 def deserialize(params) @ProjectId = params['ProjectId'] @TaskId = params['TaskId'] @CurRunDate = params['CurRunDate'] @LogLevelType = params['LogLevelType'] @ExecutionFileType = params['ExecutionFileType'] @ExecutionJobId = params['ExecutionJobId'] @BrokerIp = params['BrokerIp'] @OriginFileName = params['OriginFileName'] @StartCount = params['StartCount'] @LineCount = params['LineCount'] @ExtInfo = params['ExtInfo'] @RequestFromSource = params['RequestFromSource'] unless params['InstanceLifeDetailDtoList'].nil? @InstanceLifeDetailDtoList = [] params['InstanceLifeDetailDtoList'].each do |i| instancelifedetaildto_tmp = InstanceLifeDetailDto.new instancelifedetaildto_tmp.deserialize(i) @InstanceLifeDetailDtoList << instancelifedetaildto_tmp end end @CurrentLifeRound = params['CurrentLifeRound'] @MaxLifeRound = params['MaxLifeRound'] @Tries = params['Tries'] @Dynamic = params['Dynamic'] end |