tencentcloud-sdk-tat 3.0.1020 → 3.0.1021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201028/models.rb +5 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdc125ced44adba4b003e900878e32fe9a833f5d
|
4
|
+
data.tar.gz: 1e39e77d5209f8ed0869fc313016ab209ebd1ad7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2f191857d6af0807b2da664d15f108486061bfcfb7bcfe025e8b474a4d0fde2c87e8bda7391707733598a305aa3d4f3e85353d8f9390ad88c40cf0ffcfbd3d0
|
7
|
+
data.tar.gz: c04778145cb53ed6e72619aaba8a4388fcf52e2837eb0f742e0b95e94fd2d622b23d706cd79b9a171e521ee86ba5011179dc03184c1af052e1daae32a6df5852
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1021
|
data/lib/v20201028/models.rb
CHANGED
@@ -1228,7 +1228,6 @@ module TencentCloud
|
|
1228
1228
|
# @param TotalCount: 查询到的注册码总数。
|
1229
1229
|
# @type TotalCount: Integer
|
1230
1230
|
# @param RegisterCodeSet: 注册码信息列表。
|
1231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1232
1231
|
# @type RegisterCodeSet: Array
|
1233
1232
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1234
1233
|
# @type RequestId: String
|
@@ -1741,6 +1740,9 @@ module TencentCloud
|
|
1741
1740
|
# @param ErrorInfo: 执行任务失败时的错误信息。
|
1742
1741
|
# @type ErrorInfo: String
|
1743
1742
|
# @param InvocationSource: 调用来源。
|
1743
|
+
|
1744
|
+
# - USER:来源于用户调用。
|
1745
|
+
# - INVOKER:来源于定时执行。
|
1744
1746
|
# @type InvocationSource: String
|
1745
1747
|
|
1746
1748
|
attr_accessor :InvocationId, :InvocationTaskId, :CommandId, :TaskStatus, :InstanceId, :TaskResult, :StartTime, :EndTime, :CreatedTime, :UpdatedTime, :CommandDocument, :ErrorInfo, :InvocationSource
|
@@ -1919,7 +1921,6 @@ module TencentCloud
|
|
1919
1921
|
# @param Enable: 执行器是否启用。
|
1920
1922
|
# @type Enable: Boolean
|
1921
1923
|
# @param ScheduleSettings: 执行器周期计划。周期执行器会返回此字段。
|
1922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1923
1924
|
# @type ScheduleSettings: :class:`Tencentcloud::Tat.v20201028.models.ScheduleSettings`
|
1924
1925
|
# @param CreatedTime: 创建时间。格式为:YYYY-MM-DDThh:mm:ssZ
|
1925
1926
|
# @type CreatedTime: String
|
@@ -2349,9 +2350,9 @@ module TencentCloud
|
|
2349
2350
|
class RegisterInstanceInfo < TencentCloud::Common::AbstractModel
|
2350
2351
|
# @param RegisterCodeId: 注册码ID。
|
2351
2352
|
# @type RegisterCodeId: String
|
2352
|
-
# @param InstanceId:
|
2353
|
+
# @param InstanceId: 托管实例ID。
|
2353
2354
|
# @type InstanceId: String
|
2354
|
-
# @param InstanceName:
|
2355
|
+
# @param InstanceName: 托管实例名。
|
2355
2356
|
# @type InstanceName: String
|
2356
2357
|
# @param MachineId: 机器ID。
|
2357
2358
|
# @type MachineId: String
|