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.
11213 11214 11215 11216 11217 11218 11219 11220 11221 11222 11223 11224 11225 11226 11227 11228 11229 11230 11231 |
# File 'lib/v20210820/models.rb', line 11213 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
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def BrokerIp @BrokerIp end |
#CurrentLifeRound ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def CurrentLifeRound @CurrentLifeRound end |
#CurRunDate ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def CurRunDate @CurRunDate end |
#Dynamic ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def Dynamic @Dynamic end |
#ExecutionFileType ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def ExecutionFileType @ExecutionFileType end |
#ExecutionJobId ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def ExecutionJobId @ExecutionJobId end |
#ExtInfo ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def ExtInfo @ExtInfo end |
#InstanceLifeDetailDtoList ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def InstanceLifeDetailDtoList @InstanceLifeDetailDtoList end |
#LineCount ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def LineCount @LineCount end |
#LogLevelType ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def LogLevelType @LogLevelType end |
#MaxLifeRound ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def MaxLifeRound @MaxLifeRound end |
#OriginFileName ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def OriginFileName @OriginFileName end |
#ProjectId ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def ProjectId @ProjectId end |
#RequestFromSource ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def RequestFromSource @RequestFromSource end |
#StartCount ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def StartCount @StartCount end |
#TaskId ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def TaskId @TaskId end |
#Tries ⇒ Object
11211 11212 11213 |
# File 'lib/v20210820/models.rb', line 11211 def Tries @Tries end |
Instance Method Details
#deserialize(params) ⇒ Object
11233 11234 11235 11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 |
# File 'lib/v20210820/models.rb', line 11233 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 |