tencentcloud-sdk-cvm 3.0.1151 → 3.0.1169
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/v20170312/client.rb +4 -1
- data/lib/v20170312/models.rb +18 -32
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b8259853fa55cbc4b1bf8dd0a7d24115c22017c
|
|
4
|
+
data.tar.gz: df1069a923ef13fadd261a7693401249b3514809
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99f6d99860b1b042564b28a067f13340b93a79cc7f0d9735ab23e101ab2ba810d208781daa7ba6847c09ffce9e633efc36795af9948461f00b7551f4d9897a36
|
|
7
|
+
data.tar.gz: fa01e91d68fccf9ea7d8aaeab55906b9cf3869762dcf94b0adeddebe5457ec8c6543205b91bbae519199727bd23139ca7dcefdbcbf03ca6e84147894c48c7a1a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -390,7 +390,8 @@ module TencentCloud
|
|
|
390
390
|
|
|
391
391
|
# 本接口(DeleteImages)用于删除一个或多个镜像。
|
|
392
392
|
|
|
393
|
-
# * 当[镜像状态](https://cloud.tencent.com/document/product/213/15753#Image)
|
|
393
|
+
# * 当[镜像状态](https://cloud.tencent.com/document/product/213/15753#Image) 为`创建中`、`复制中`、`导入中`时, 不允许删除。镜像状态可以通过[DescribeImages](https://cloud.tencent.com/document/api/213/9418)获取。
|
|
394
|
+
# * 被共享的镜像,需要先取消共享关系,才能删除。
|
|
394
395
|
# * 每个地域最多只支持创建500个自定义镜像,删除镜像可以释放账户的配额。
|
|
395
396
|
# * 当镜像正在被其它账户分享时,不允许删除。
|
|
396
397
|
|
|
@@ -1130,6 +1131,8 @@ module TencentCloud
|
|
|
1130
1131
|
|
|
1131
1132
|
# 本接口(DescribeLaunchTemplateVersions)用于查询实例模板版本信息。
|
|
1132
1133
|
|
|
1134
|
+
# - 不支持参数`LaunchTemplateVersions`与以下参数同时指定,包括 `MaxVersion`、`MinVersion`、`Limit`、`Offset`和`DefaultVersion`。
|
|
1135
|
+
|
|
1133
1136
|
# @param request: Request instance for DescribeLaunchTemplateVersions.
|
|
1134
1137
|
# @type request: :class:`Tencentcloud::cvm::V20170312::DescribeLaunchTemplateVersionsRequest`
|
|
1135
1138
|
# @rtype: :class:`Tencentcloud::cvm::V20170312::DescribeLaunchTemplateVersionsResponse`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -830,7 +830,7 @@ module TencentCloud
|
|
|
830
830
|
# @type CvmQuotaTotal: Integer
|
|
831
831
|
# @param CurrentNum: 置放群组内已有的云服务器数量。
|
|
832
832
|
# @type CurrentNum: Integer
|
|
833
|
-
# @param CreateTime:
|
|
833
|
+
# @param CreateTime: 分散置放群组创建时间。按照ISO8601标准表示,并且使用UTC时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
834
834
|
# @type CreateTime: String
|
|
835
835
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
836
836
|
# @type RequestId: String
|
|
@@ -1999,8 +1999,8 @@ module TencentCloud
|
|
|
1999
1999
|
|
|
2000
2000
|
attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
|
|
2001
2001
|
extend Gem::Deprecate
|
|
2002
|
-
deprecate :CvmInSwGroupQuota, :none, 2025,
|
|
2003
|
-
deprecate :CvmInSwGroupQuota=, :none, 2025,
|
|
2002
|
+
deprecate :CvmInSwGroupQuota, :none, 2025, 11
|
|
2003
|
+
deprecate :CvmInSwGroupQuota=, :none, 2025, 11
|
|
2004
2004
|
|
|
2005
2005
|
def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
|
|
2006
2006
|
@GroupQuota = groupquota
|
|
@@ -2100,7 +2100,7 @@ module TencentCloud
|
|
|
2100
2100
|
# DescribeHosts请求参数结构体
|
|
2101
2101
|
class DescribeHostsRequest < TencentCloud::Common::AbstractModel
|
|
2102
2102
|
# @param Filters: <li><strong>zone</strong></li>
|
|
2103
|
-
# <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-
|
|
2103
|
+
# <p style="padding-left: 30px;">按照【<strong>可用区</strong>】进行过滤。可用区形如:ap-guangzhou-6。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:<a href="https://cloud.tencent.com/document/product/213/6091">可用区列表</a></p>
|
|
2104
2104
|
# <li><strong>project-id</strong></li>
|
|
2105
2105
|
# <p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID形如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
|
|
2106
2106
|
# <li><strong>host-id</strong></li>
|
|
@@ -2376,28 +2376,13 @@ module TencentCloud
|
|
|
2376
2376
|
class DescribeImagesRequest < TencentCloud::Common::AbstractModel
|
|
2377
2377
|
# @param ImageIds: 镜像ID列表 。镜像ID如:`img-gvbnzy6f`。array型参数的格式可以参考[API简介](https://cloud.tencent.com/document/api/213/15688)。镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。</li><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。</li>
|
|
2378
2378
|
# @type ImageIds: Array
|
|
2379
|
-
# @param Filters: 过滤条件,每次请求的`Filters`的上限为10,`Filters.Values`的上限为5。参数不可以同时指定`ImageIds`和`Filters
|
|
2380
|
-
|
|
2381
|
-
# <li><strong>image-id</strong></li>
|
|
2382
|
-
# <p style="padding-left: 30px;">按照【<strong>镜像ID</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2383
|
-
# <li><strong>image-type</strong></li>
|
|
2384
|
-
# <p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 自定义镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p>
|
|
2385
|
-
# <li><strong>image-name</strong></li>
|
|
2386
|
-
# <p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。支持模糊查询。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2387
|
-
# <li><strong>platform</strong></li>
|
|
2388
|
-
# <p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如 CentOS,支持模糊匹配。可通过 <a href="https://cloud.tencent.com/document/api/213/15715" target="_blank">DescribeImages</a> 接口返回的<code> Platform </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2389
|
-
# <li><strong>tag-key</strong></li>
|
|
2390
|
-
# <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2391
|
-
# <li><strong>tag-value</strong></li>
|
|
2392
|
-
# <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2393
|
-
# <li><strong>tag:tag-key</strong></li>
|
|
2394
|
-
# <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey 和 TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
2379
|
+
# @param Filters: 过滤条件,每次请求的`Filters`的上限为10,`Filters.Values`的上限为5。参数不可以同时指定`ImageIds`和`Filters`。详细的过滤条件如下:<li><strong>image-id</strong></li><p style="padding-left: 30px;">按照【<strong>镜像ID</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>image-type</strong></li><p style="padding-left: 30px;">按照【<strong>镜像类型</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">PRIVATE_IMAGE: 自定义镜像 (本账户创建的镜像)</p><p style="padding-left: 30px;">PUBLIC_IMAGE: 公共镜像 (腾讯云官方镜像)</p><p style="padding-left: 30px;">SHARED_IMAGE: 共享镜像(其他账户共享给本账户的镜像)</p><li><strong>image-name</strong></li><p style="padding-left: 30px;">按照【<strong>镜像名称</strong>】进行过滤。支持模糊查询。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>platform</strong></li><p style="padding-left: 30px;">按照【<strong>镜像平台</strong>】进行过滤,如 CentOS,支持模糊匹配。可通过 <a href="https://cloud.tencent.com/document/api/213/15715" target="_blank">DescribeImages</a> 接口返回的<code> Platform </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>tag-key</strong></li><p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>tag-value</strong></li><p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>tag:tag-key</strong></li><p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。可通过 <a href="https://cloud.tencent.com/document/product/651/72275" target="_blank"> GetTags </a> 接口返回的<code> TagKey 和 TagValue </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>dedicated-cluster-id</strong></li><p style="padding-left: 30px;">按照【<strong>本地专用集群CDC ID</strong>】进行过滤。可通过 <a href="https://cloud.tencent.com/document/api/1346/73758" target="_blank"> DescribeDedicatedClusters </a> 接口返回的<code> DedicatedClusterSet </code>获取。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><li><strong>cdc-cache-status</strong></li><p style="padding-left: 30px;">按照【<strong>CDC镜像缓存状态</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p><p style="padding-left: 30px;">可选项:</p><p style="padding-left: 30px;">CACHED_ALL: 全部缓存状态</p><p style="padding-left: 30px;">CACHING: 缓存中</p><p style="padding-left: 30px;">CACHED: 已缓存</p><p style="padding-left: 30px;">CACHE_INVALID: 缓存失效</p><p style="padding-left: 30px;">CACHE_FAILED: 缓存失败</p>
|
|
2395
2380
|
# @type Filters: Array
|
|
2396
2381
|
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)。
|
|
2397
2382
|
# @type Offset: Integer
|
|
2398
2383
|
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)。
|
|
2399
2384
|
# @type Limit: Integer
|
|
2400
|
-
# @param InstanceType: 实例类型,如 `
|
|
2385
|
+
# @param InstanceType: 实例类型,如 `SA5.MEDIUM2`。可通过 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 接口返回的 `InstanceType` 获取。
|
|
2401
2386
|
# @type InstanceType: String
|
|
2402
2387
|
|
|
2403
2388
|
attr_accessor :ImageIds, :Filters, :Offset, :Limit, :InstanceType
|
|
@@ -3061,7 +3046,7 @@ module TencentCloud
|
|
|
3061
3046
|
# @param KeyIds: 密钥对ID,密钥对ID形如:`skey-11112222`(此接口支持同时传入多个ID进行过滤。此参数的具体格式可参考 API [简介](https://cloud.tencent.com/document/api/213/15688)的 `id.N` 一节)。参数不支持同时指定 `KeyIds` 和 `Filters`。密钥对ID可以通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询。
|
|
3062
3047
|
# @type KeyIds: Array
|
|
3063
3048
|
# @param Filters: 过滤条件。
|
|
3064
|
-
# <li> project-id - Integer - 是否必填:否 -(过滤条件)按照项目ID过滤。可以通过[项目列表](https://console.cloud.tencent.com/project)查询项目ID,或者调用接口 [
|
|
3049
|
+
# <li> project-id - Integer - 是否必填:否 -(过滤条件)按照项目ID过滤。可以通过[项目列表](https://console.cloud.tencent.com/project)查询项目ID,或者调用接口 [DescribeProjects](https://cloud.tencent.com/document/api/651/78725),取返回信息中的projectId获取项目ID。</li>
|
|
3065
3050
|
# <li> key-name - String - 是否必填:否 -(过滤条件)按照密钥对名称过滤。</li>
|
|
3066
3051
|
# <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键过滤。</li>
|
|
3067
3052
|
# <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值过滤。</li>
|
|
@@ -3136,13 +3121,13 @@ module TencentCloud
|
|
|
3136
3121
|
# @type LaunchTemplateVersions: Array
|
|
3137
3122
|
# @param MinVersion: 通过范围指定版本时的最小版本号,默认为0。
|
|
3138
3123
|
# @type MinVersion: Integer
|
|
3139
|
-
# @param MaxVersion:
|
|
3124
|
+
# @param MaxVersion: 通过范围指定版本时的最大版本号,默认为30。
|
|
3140
3125
|
# @type MaxVersion: Integer
|
|
3141
3126
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
3142
3127
|
# @type Offset: Integer
|
|
3143
3128
|
# @param Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
3144
3129
|
# @type Limit: Integer
|
|
3145
|
-
# @param DefaultVersion:
|
|
3130
|
+
# @param DefaultVersion: 是否查询默认版本。默认值:false
|
|
3146
3131
|
# @type DefaultVersion: Boolean
|
|
3147
3132
|
|
|
3148
3133
|
attr_accessor :LaunchTemplateId, :LaunchTemplateVersions, :MinVersion, :MaxVersion, :Offset, :Limit, :DefaultVersion
|
|
@@ -3765,8 +3750,8 @@ module TencentCloud
|
|
|
3765
3750
|
|
|
3766
3751
|
attr_accessor :InstanceId, :Password, :Username, :ForceStop, :StopType
|
|
3767
3752
|
extend Gem::Deprecate
|
|
3768
|
-
deprecate :ForceStop, :none, 2025,
|
|
3769
|
-
deprecate :ForceStop=, :none, 2025,
|
|
3753
|
+
deprecate :ForceStop, :none, 2025, 11
|
|
3754
|
+
deprecate :ForceStop=, :none, 2025, 11
|
|
3770
3755
|
|
|
3771
3756
|
def initialize(instanceid=nil, password=nil, username=nil, forcestop=nil, stoptype=nil)
|
|
3772
3757
|
@InstanceId = instanceid
|
|
@@ -4106,7 +4091,8 @@ module TencentCloud
|
|
|
4106
4091
|
# @type GpuTotal: Integer
|
|
4107
4092
|
# @param GpuAvailable: 专用宿主机实例可用GPU卡数
|
|
4108
4093
|
# @type GpuAvailable: Integer
|
|
4109
|
-
# @param ExclusiveOwner: CDH
|
|
4094
|
+
# @param ExclusiveOwner: CDH 拥有者
|
|
4095
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4110
4096
|
# @type ExclusiveOwner: String
|
|
4111
4097
|
|
|
4112
4098
|
attr_accessor :CpuTotal, :CpuAvailable, :MemTotal, :MemAvailable, :DiskTotal, :DiskAvailable, :DiskType, :GpuTotal, :GpuAvailable, :ExclusiveOwner
|
|
@@ -7258,8 +7244,8 @@ module TencentCloud
|
|
|
7258
7244
|
|
|
7259
7245
|
attr_accessor :InstanceIds, :ForceReboot, :StopType
|
|
7260
7246
|
extend Gem::Deprecate
|
|
7261
|
-
deprecate :ForceReboot, :none, 2025,
|
|
7262
|
-
deprecate :ForceReboot=, :none, 2025,
|
|
7247
|
+
deprecate :ForceReboot, :none, 2025, 11
|
|
7248
|
+
deprecate :ForceReboot=, :none, 2025, 11
|
|
7263
7249
|
|
|
7264
7250
|
def initialize(instanceids=nil, forcereboot=nil, stoptype=nil)
|
|
7265
7251
|
@InstanceIds = instanceids
|
|
@@ -7767,7 +7753,7 @@ module TencentCloud
|
|
|
7767
7753
|
|
|
7768
7754
|
# ResetInstancesInternetMaxBandwidth请求参数结构体
|
|
7769
7755
|
class ResetInstancesInternetMaxBandwidthRequest < TencentCloud::Common::AbstractModel
|
|
7770
|
-
# @param InstanceIds: 一个或多个待操作的实例ID。可通过[
|
|
7756
|
+
# @param InstanceIds: 一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/9388)接口返回值中的 `InstanceId` 获取。 每次请求批量实例的上限为100。当调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽时,只支持一个实例。
|
|
7771
7757
|
# @type InstanceIds: Array
|
|
7772
7758
|
# @param InternetAccessible: 公网出带宽配置。不同机型带宽上限范围不一致,具体限制详见带宽限制对账表。暂时只支持 `InternetMaxBandwidthOut` 参数。
|
|
7773
7759
|
# @type InternetAccessible: :class:`Tencentcloud::Cvm.v20170312.models.InternetAccessible`
|
|
@@ -8367,8 +8353,8 @@ module TencentCloud
|
|
|
8367
8353
|
|
|
8368
8354
|
attr_accessor :InstanceIds, :ForceStop, :StopType, :StoppedMode
|
|
8369
8355
|
extend Gem::Deprecate
|
|
8370
|
-
deprecate :ForceStop, :none, 2025,
|
|
8371
|
-
deprecate :ForceStop=, :none, 2025,
|
|
8356
|
+
deprecate :ForceStop, :none, 2025, 11
|
|
8357
|
+
deprecate :ForceStop=, :none, 2025, 11
|
|
8372
8358
|
|
|
8373
8359
|
def initialize(instanceids=nil, forcestop=nil, stoptype=nil, stoppedmode=nil)
|
|
8374
8360
|
@InstanceIds = instanceids
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cvm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1169
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|