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.
11735 11736 11737 11738 11739 11740 11741 11742 11743 11744 11745 11746 11747 11748 11749 11750 11751 11752 11753 |
# File 'lib/v20210820/models.rb', line 11735 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
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def BrokerIp @BrokerIp end |
#CurrentLifeRound ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def CurrentLifeRound @CurrentLifeRound end |
#CurRunDate ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def CurRunDate @CurRunDate end |
#Dynamic ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def Dynamic @Dynamic end |
#ExecutionFileType ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def ExecutionFileType @ExecutionFileType end |
#ExecutionJobId ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def ExecutionJobId @ExecutionJobId end |
#ExtInfo ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def ExtInfo @ExtInfo end |
#InstanceLifeDetailDtoList ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def InstanceLifeDetailDtoList @InstanceLifeDetailDtoList end |
#LineCount ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def LineCount @LineCount end |
#LogLevelType ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def LogLevelType @LogLevelType end |
#MaxLifeRound ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def MaxLifeRound @MaxLifeRound end |
#OriginFileName ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def OriginFileName @OriginFileName end |
#ProjectId ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def ProjectId @ProjectId end |
#RequestFromSource ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def RequestFromSource @RequestFromSource end |
#StartCount ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def StartCount @StartCount end |
#TaskId ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def TaskId @TaskId end |
#Tries ⇒ Object
11733 11734 11735 |
# File 'lib/v20210820/models.rb', line 11733 def Tries @Tries end |
Instance Method Details
#deserialize(params) ⇒ Object
11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 11775 11776 11777 11778 11779 11780 |
# File 'lib/v20210820/models.rb', line 11755 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 |