Class: TencentCloud::Tat::V20201028::Invocation

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

Overview

执行活动详情。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invocationid = nil, commandid = nil, commandname = nil, invocationstatus = nil, invocationtaskbasicinfoset = nil, description = nil, starttime = nil, endtime = nil, createdtime = nil, updatedtime = nil, parameters = nil, defaultparameters = nil, instancekind = nil, username = nil, invocationsource = nil, commandcontent = nil, commandtype = nil, timeout = nil, workingdirectory = nil, outputcosbucketurl = nil, outputcoskeyprefix = nil) ⇒ Invocation

Returns a new instance of Invocation.



1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
# File 'lib/v20201028/models.rb', line 1714

def initialize(invocationid=nil, commandid=nil, commandname=nil, invocationstatus=nil, invocationtaskbasicinfoset=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, parameters=nil, defaultparameters=nil, instancekind=nil, username=nil, invocationsource=nil, commandcontent=nil, commandtype=nil, timeout=nil, workingdirectory=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
  @InvocationId = invocationid
  @CommandId = commandid
  @CommandName = commandname
  @InvocationStatus = invocationstatus
  @InvocationTaskBasicInfoSet = invocationtaskbasicinfoset
  @Description = description
  @StartTime = starttime
  @EndTime = endtime
  @CreatedTime = createdtime
  @UpdatedTime = updatedtime
  @Parameters = parameters
  @DefaultParameters = defaultparameters
  @InstanceKind = instancekind
  @Username = username
  @InvocationSource = invocationsource
  @CommandContent = commandcontent
  @CommandType = commandtype
  @Timeout = timeout
  @WorkingDirectory = workingdirectory
  @OutputCOSBucketUrl = outputcosbucketurl
  @OutputCOSKeyPrefix = outputcoskeyprefix
end

Instance Attribute Details

#CommandContentObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def CommandContent
  @CommandContent
end

#CommandIdObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def CommandId
  @CommandId
end

#CommandNameObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def CommandName
  @CommandName
end

#CommandTypeObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def CommandType
  @CommandType
end

#CreatedTimeObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def CreatedTime
  @CreatedTime
end

#DefaultParametersObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def DefaultParameters
  @DefaultParameters
end

#DescriptionObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def Description
  @Description
end

#EndTimeObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def EndTime
  @EndTime
end

#InstanceKindObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def InstanceKind
  @InstanceKind
end

#InvocationIdObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def InvocationId
  @InvocationId
end

#InvocationSourceObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def InvocationSource
  @InvocationSource
end

#InvocationStatusObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def InvocationStatus
  @InvocationStatus
end

#InvocationTaskBasicInfoSetObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def InvocationTaskBasicInfoSet
  @InvocationTaskBasicInfoSet
end

#OutputCOSBucketUrlObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def OutputCOSBucketUrl
  @OutputCOSBucketUrl
end

#OutputCOSKeyPrefixObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def OutputCOSKeyPrefix
  @OutputCOSKeyPrefix
end

#ParametersObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def Parameters
  @Parameters
end

#StartTimeObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def StartTime
  @StartTime
end

#TimeoutObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def Timeout
  @Timeout
end

#UpdatedTimeObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def UpdatedTime
  @UpdatedTime
end

#UsernameObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def Username
  @Username
end

#WorkingDirectoryObject

  • USER:来源于用户调用。
  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

    执行命令过期时间, 单位秒

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1712
1713
1714
# File 'lib/v20201028/models.rb', line 1712

def WorkingDirectory
  @WorkingDirectory
end

Instance Method Details

#deserialize(params) ⇒ Object



1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
# File 'lib/v20201028/models.rb', line 1738

def deserialize(params)
  @InvocationId = params['InvocationId']
  @CommandId = params['CommandId']
  @CommandName = params['CommandName']
  @InvocationStatus = params['InvocationStatus']
  unless params['InvocationTaskBasicInfoSet'].nil?
    @InvocationTaskBasicInfoSet = []
    params['InvocationTaskBasicInfoSet'].each do |i|
      invocationtaskbasicinfo_tmp = InvocationTaskBasicInfo.new
      invocationtaskbasicinfo_tmp.deserialize(i)
      @InvocationTaskBasicInfoSet << invocationtaskbasicinfo_tmp
    end
  end
  @Description = params['Description']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @CreatedTime = params['CreatedTime']
  @UpdatedTime = params['UpdatedTime']
  @Parameters = params['Parameters']
  @DefaultParameters = params['DefaultParameters']
  @InstanceKind = params['InstanceKind']
  @Username = params['Username']
  @InvocationSource = params['InvocationSource']
  @CommandContent = params['CommandContent']
  @CommandType = params['CommandType']
  @Timeout = params['Timeout']
  @WorkingDirectory = params['WorkingDirectory']
  @OutputCOSBucketUrl = params['OutputCOSBucketUrl']
  @OutputCOSKeyPrefix = params['OutputCOSKeyPrefix']
end