tencentcloud-sdk-cvm 3.0.547 → 3.0.548

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78a955cc6e2496c9508533f550494ceb952d5030
4
- data.tar.gz: c3a553ea73c4c97c5029f329a286bcf2dc6d74d2
3
+ metadata.gz: 45691efd6a031c9a416c6081662741e9d2ecf7b7
4
+ data.tar.gz: 8c7ec905286102b6d1a624018219d39e74d7287b
5
5
  SHA512:
6
- metadata.gz: 87ea5a7f35b156ced9f8e8e482f00673ecbadfd327e3052bc4ce1f4f0ee4e6f66451e9f9b9fc295aca56da723c4756dcfc0662678a1c7ac549b99c4551c8cb70
7
- data.tar.gz: ac1233803ceb6f380a5637b8b9973106615f76ec1c74a6a13cf51eb4059db9de71e4ab2f5c6e960d1a04f6b7f1b6dcb4e415cab87f10639f0ddf1b615f135562
6
+ metadata.gz: d1a8d90b40967101cfc66b1085cd4644025738f8644446cec3661dd24328c03156b40d2baf87fa3cb519252ab1e599e3c8df7a0a1d8d552eb7edcc6bad3b5c3a
7
+ data.tar.gz: db3e5ccae4244df178a4d238a5fa08182eed1f47987f4ac399db359d44af1ec1db5c96de6a34657bf18b81ca554bc77e3f0546129890d20ebc0c6c4875a74abd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.547
1
+ 3.0.548
@@ -3803,7 +3803,7 @@ module TencentCloud
3803
3803
  # IMPORTING-导入中
3804
3804
  # IMPORTFAILED-导入失败
3805
3805
  # @type ImageState: String
3806
- # @param Platform: 镜像来源平台
3806
+ # @param Platform: 镜像来源平台,包括如TencentOS、 CentOS、 Windows、 Ubuntu、 Debian、Fedora等。
3807
3807
  # @type Platform: String
3808
3808
  # @param ImageCreator: 镜像创建者
3809
3809
  # @type ImageCreator: String
@@ -8254,7 +8254,7 @@ module TencentCloud
8254
8254
  end
8255
8255
  end
8256
8256
 
8257
- # 标签键值对
8257
+ # 标签键值对,可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
8258
8258
  class Tag < TencentCloud::Common::AbstractModel
8259
8259
  # @param Key: 标签键
8260
8260
  # @type Key: String
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.547
4
+ version: 3.0.548
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common