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.



1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
# File 'lib/v20201028/models.rb', line 1702

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中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def CommandContent
  @CommandContent
end

#CommandIdObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def CommandId
  @CommandId
end

#CommandNameObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def CommandName
  @CommandName
end

#CommandTypeObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def CommandType
  @CommandType
end

#CreatedTimeObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def CreatedTime
  @CreatedTime
end

#DefaultParametersObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def DefaultParameters
  @DefaultParameters
end

#DescriptionObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def Description
  @Description
end

#EndTimeObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def EndTime
  @EndTime
end

#InstanceKindObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def InstanceKind
  @InstanceKind
end

#InvocationIdObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def InvocationId
  @InvocationId
end

#InvocationSourceObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def InvocationSource
  @InvocationSource
end

#InvocationStatusObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def InvocationStatus
  @InvocationStatus
end

#InvocationTaskBasicInfoSetObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def InvocationTaskBasicInfoSet
  @InvocationTaskBasicInfoSet
end

#OutputCOSBucketUrlObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def OutputCOSBucketUrl
  @OutputCOSBucketUrl
end

#OutputCOSKeyPrefixObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def OutputCOSKeyPrefix
  @OutputCOSKeyPrefix
end

#ParametersObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def Parameters
  @Parameters
end

#StartTimeObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def StartTime
  @StartTime
end

#TimeoutObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def Timeout
  @Timeout
end

#UpdatedTimeObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def UpdatedTime
  @UpdatedTime
end

#UsernameObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def Username
  @Username
end

#WorkingDirectoryObject

  • USER:来源于用户调用。

  • INVOKER:来源于定时执行。

Parameters:

  • CommandContent:

    base64编码的命令内容

  • CommandType:

    命令类型

  • Timeout:

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

  • WorkingDirectory:

    执行命令的工作路径

  • OutputCOSBucketUrl:

    日志上传的cos bucket 地址。

  • OutputCOSKeyPrefix:

    日志在cos bucket中的目录。



1700
1701
1702
# File 'lib/v20201028/models.rb', line 1700

def WorkingDirectory
  @WorkingDirectory
end

Instance Method Details

#deserialize(params) ⇒ Object



1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
# File 'lib/v20201028/models.rb', line 1726

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