tencentcloud-sdk-tag 3.0.891 → 3.0.892

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180813/models.rb +33 -33
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d94dd6f84ea33cf63d622573f3a3df227eb07ef
4
- data.tar.gz: 3caf42e09e6346f63f90105fd003af4d43b0a7ad
3
+ metadata.gz: 9556b1cb049693f7bc492472d6d070f85846cc7b
4
+ data.tar.gz: c24bcfaacab678072bbafbe490370304fa10f225
5
5
  SHA512:
6
- metadata.gz: 2f8ffb18d0bc2054dc7a0d922618e2807a662c6127d30e3ce3844a6c105e53a0ec229078ca5a872870adc7250df2d4fb8a5e9b376de7031c12a78a6ed4cdd938
7
- data.tar.gz: f98575873739e1607a94f278396646b7c213154809dc3caf88aad0b6fc2fd26ee4573ec492da035ce6d2f05aeacfd23450aefb8158bf2e56c50c835bbe7ff58b
6
+ metadata.gz: b65d6362a668184f6ed86b60fe4646af2b5b6b9d22d1d8609f2c4a3f5b2d28b6180ffe2dfa901785ddac70babe4778efd4976e86e2f0dc409cad1516b94d06ce
7
+ data.tar.gz: 99173e2a67cb002c072e64bca57a1c2dd42702e225851bb57c83bc0b3eca33ef782fda8d88c2dae879f3c516d3e65329e4b5c4136805b9c10efebf3fe0846a74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.891
1
+ 3.0.892
@@ -103,7 +103,7 @@ module TencentCloud
103
103
 
104
104
  # AttachResourcesTag请求参数结构体
105
105
  class AttachResourcesTagRequest < TencentCloud::Common::AbstractModel
106
- # @param ServiceType: 业务的英文简称,即资源六段式第三段。资源六段式的描述方式参考:https://cloud.tencent.com/document/product/651/89122
106
+ # @param ServiceType: 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)
107
107
  # @type ServiceType: String
108
108
  # @param ResourceIds: 资源ID数组,资源个数最多为50
109
109
  # @type ResourceIds: Array
@@ -113,7 +113,7 @@ module TencentCloud
113
113
  # @type TagValue: String
114
114
  # @param ResourceRegion: 资源所在地域,不区分地域的资源则不必填。区分地域的资源则必填,且必填时必须是参数ResourceIds.N资源所对应的地域,且如果ResourceIds.N为批量时,这些资源也必须是同一个地域的。例如示例值:ap-beijing,则参数ResourceIds.N中都应该填写该地域的资源。
115
115
  # @type ResourceRegion: String
116
- # @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分),cos存储桶不需要传入该字段,其他云资源必填
116
+ # @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分,例如“qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584” 中资源前缀为ckafkaId),cos存储桶不需要传入该字段,其他云资源必填
117
117
  # @type ResourcePrefix: String
118
118
 
119
119
  attr_accessor :ServiceType, :ResourceIds, :TagKey, :TagValue, :ResourceRegion, :ResourcePrefix
@@ -233,7 +233,7 @@ module TencentCloud
233
233
  class DeleteResourceTagRequest < TencentCloud::Common::AbstractModel
234
234
  # @param TagKey: 标签键
235
235
  # @type TagKey: String
236
- # @param Resource: [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
236
+ # @param Resource: 资源六段式。示例:qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584
237
237
  # @type Resource: String
238
238
 
239
239
  attr_accessor :TagKey, :Resource
@@ -406,13 +406,13 @@ module TencentCloud
406
406
 
407
407
  # DescribeResourceTagsByResourceIds请求参数结构体
408
408
  class DescribeResourceTagsByResourceIdsRequest < TencentCloud::Common::AbstractModel
409
- # @param ServiceType: 业务类型
409
+ # @param ServiceType: 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)
410
410
  # @type ServiceType: String
411
- # @param ResourcePrefix: 资源前缀
411
+ # @param ResourcePrefix: 资源前缀,示例 instance
412
412
  # @type ResourcePrefix: String
413
413
  # @param ResourceIds: 资源ID数组,大小不超过50
414
414
  # @type ResourceIds: Array
415
- # @param ResourceRegion: 资源所在地域
415
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
416
416
  # @type ResourceRegion: String
417
417
  # @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
418
418
  # @type Offset: Integer
@@ -485,13 +485,13 @@ module TencentCloud
485
485
 
486
486
  # DescribeResourceTagsByResourceIdsSeq请求参数结构体
487
487
  class DescribeResourceTagsByResourceIdsSeqRequest < TencentCloud::Common::AbstractModel
488
- # @param ServiceType: 业务类型
488
+ # @param ServiceType: 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
489
489
  # @type ServiceType: String
490
- # @param ResourcePrefix: 资源前缀
490
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
491
491
  # @type ResourcePrefix: String
492
492
  # @param ResourceIds: 资源唯一标记
493
493
  # @type ResourceIds: Array
494
- # @param ResourceRegion: 资源所在地域
494
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
495
495
  # @type ResourceRegion: String
496
496
  # @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
497
497
  # @type Offset: Integer
@@ -560,11 +560,11 @@ module TencentCloud
560
560
 
561
561
  # DescribeResourceTagsByTagKeys请求参数结构体
562
562
  class DescribeResourceTagsByTagKeysRequest < TencentCloud::Common::AbstractModel
563
- # @param ServiceType: 业务类型
563
+ # @param ServiceType: 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
564
564
  # @type ServiceType: String
565
- # @param ResourcePrefix: 资源前缀
565
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
566
566
  # @type ResourcePrefix: String
567
- # @param ResourceRegion: 资源地域
567
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
568
568
  # @type ResourceRegion: String
569
569
  # @param ResourceIds: 资源唯一标识ID的列表,列表容量不超过20
570
570
  # @type ResourceIds: Array
@@ -639,21 +639,21 @@ module TencentCloud
639
639
 
640
640
  # DescribeResourceTags请求参数结构体
641
641
  class DescribeResourceTagsRequest < TencentCloud::Common::AbstractModel
642
- # @param CreateUin: 创建者uin
642
+ # @param CreateUin: 资源创建者UIN
643
643
  # @type CreateUin: Integer
644
- # @param ResourceRegion: 资源所在地域
644
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 。不区分地域的资源则不需要传入该字段,区分地域的资源必填
645
645
  # @type ResourceRegion: String
646
- # @param ServiceType: 业务类型
646
+ # @param ServiceType: 业务类型,示例 ckafka。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
647
647
  # @type ServiceType: String
648
- # @param ResourcePrefix: 资源前缀
648
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId
649
649
  # @type ResourcePrefix: String
650
- # @param ResourceId: 资源唯一标识。只输入ResourceId进行查询可能会查询较慢,或者无法匹配到结果,建议在输入ResourceId的同时也输入ServiceType、ResourcePrefix和ResourceRegion(不区分地域的资源可忽略该参数)
650
+ # @param ResourceId: 资源唯一标识(资源六段式中最后一段"/"后面的部分)。注:只输入ResourceId查询时,如资源量大可能较慢,或无法匹配到结果,建议在输入ResourceId的同时也输入ServiceType、ResourcePrefix和ResourceRegion(不区分地域的资源可忽略该参数)。若传入的是cos资源的Id,则CosResourceId 字段请同时传1。
651
651
  # @type ResourceId: String
652
652
  # @param Offset: 数据偏移量,默认为 0, 必须为Limit参数的整数倍
653
653
  # @type Offset: Integer
654
654
  # @param Limit: 每页大小,默认为 15
655
655
  # @type Limit: Integer
656
- # @param CosResourceId: 是否是cos的资源(0或者1),输入的ResourceId为cos资源时必填
656
+ # @param CosResourceId: 是否为cos的资源,取值 0 表示:非cos资源。取值1 表示:cos资源,且此时ResourceId也为必填。不填则默认为 0
657
657
  # @type CosResourceId: Integer
658
658
 
659
659
  attr_accessor :CreateUin, :ResourceRegion, :ServiceType, :ResourcePrefix, :ResourceId, :Offset, :Limit, :CosResourceId
@@ -731,13 +731,13 @@ module TencentCloud
731
731
  # @type Offset: Integer
732
732
  # @param Limit: 每页大小,默认为 15
733
733
  # @type Limit: Integer
734
- # @param ResourcePrefix: 资源前缀
734
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
735
735
  # @type ResourcePrefix: String
736
736
  # @param ResourceId: 资源唯一标记
737
737
  # @type ResourceId: String
738
- # @param ResourceRegion: 资源所在地域
738
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
739
739
  # @type ResourceRegion: String
740
- # @param ServiceType: 业务类型
740
+ # @param ServiceType: 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
741
741
  # @type ServiceType: String
742
742
 
743
743
  attr_accessor :TagFilters, :CreateUin, :Offset, :Limit, :ResourcePrefix, :ResourceId, :ResourceRegion, :ServiceType
@@ -822,13 +822,13 @@ module TencentCloud
822
822
  # @type Offset: Integer
823
823
  # @param Limit: 每页大小,默认为 15
824
824
  # @type Limit: Integer
825
- # @param ResourcePrefix: 资源前缀
825
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
826
826
  # @type ResourcePrefix: String
827
827
  # @param ResourceId: 资源唯一标记
828
828
  # @type ResourceId: String
829
- # @param ResourceRegion: 资源所在地域
829
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
830
830
  # @type ResourceRegion: String
831
- # @param ServiceType: 业务类型
831
+ # @param ServiceType: 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
832
832
  # @type ServiceType: String
833
833
 
834
834
  attr_accessor :TagFilters, :CreateUin, :Offset, :Limit, :ResourcePrefix, :ResourceId, :ResourceRegion, :ServiceType
@@ -910,7 +910,7 @@ module TencentCloud
910
910
  # @type Offset: Integer
911
911
  # @param Limit: 每页大小,默认为 15,最大1000
912
912
  # @type Limit: Integer
913
- # @param ShowProject: 是否展现项目
913
+ # @param ShowProject: 是否展现项目。1:展示 0:不展示
914
914
  # @type ShowProject: Integer
915
915
  # @param Category: 标签类型。取值: Custom:自定义标签。 System:系统标签。 All:全部标签。 默认值:All。
916
916
  # @type Category: String
@@ -1118,7 +1118,7 @@ module TencentCloud
1118
1118
  # @type CreateUin: Integer
1119
1119
  # @param TagKeys: 标签键数组,与标签值同时存在或同时不存在,不存在时表示查询该用户所有标签,当与TagKey同时传递时只取本值
1120
1120
  # @type TagKeys: Array
1121
- # @param ShowProject: 是否展现项目标签
1121
+ # @param ShowProject: 是否展现项目标签。1:展示 0:不展示
1122
1122
  # @type ShowProject: Integer
1123
1123
 
1124
1124
  attr_accessor :TagKey, :TagValue, :Offset, :Limit, :CreateUin, :TagKeys, :ShowProject
@@ -1197,7 +1197,7 @@ module TencentCloud
1197
1197
  # @type CreateUin: Integer
1198
1198
  # @param TagKeys: 标签键数组,与标签值同时存在或同时不存在,不存在时表示查询该用户所有标签,当与TagKey同时传递时只取本值
1199
1199
  # @type TagKeys: Array
1200
- # @param ShowProject: 是否展现项目标签
1200
+ # @param ShowProject: 是否展现项目标签。1:展示 0:不展示
1201
1201
  # @type ShowProject: Integer
1202
1202
 
1203
1203
  attr_accessor :TagKey, :TagValue, :Offset, :Limit, :CreateUin, :TagKeys, :ShowProject
@@ -1264,15 +1264,15 @@ module TencentCloud
1264
1264
 
1265
1265
  # DetachResourcesTag请求参数结构体
1266
1266
  class DetachResourcesTagRequest < TencentCloud::Common::AbstractModel
1267
- # @param ServiceType: 资源所属业务名称(资源六段式中的第三段)
1267
+ # @param ServiceType: 业务类型,示例 cvm 。指资源所属业务类型,也是资源六段式中的第三段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中业务类型为ckafka
1268
1268
  # @type ServiceType: String
1269
1269
  # @param ResourceIds: 资源ID数组,资源个数最多为50
1270
1270
  # @type ResourceIds: Array
1271
1271
  # @param TagKey: 需要解绑的标签键
1272
1272
  # @type TagKey: String
1273
- # @param ResourceRegion: 资源所在地域,不区分地域的资源不需要传入该字段,区分地域的资源必填
1273
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 。不区分地域的资源则不需要传入该字段,区分地域的资源必填
1274
1274
  # @type ResourceRegion: String
1275
- # @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分),cos存储桶不需要传入该字段,其他云资源必填
1275
+ # @param ResourcePrefix: 该业务类型对应的资源前缀,示例 cvm对应instance、image、volume等。也是资源六段式中的第六段,例如qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584中资源前缀为ckafkaId。cos存储桶为非必填,其他云资源为必填
1276
1276
  # @type ResourcePrefix: String
1277
1277
 
1278
1278
  attr_accessor :ServiceType, :ResourceIds, :TagKey, :ResourceRegion, :ResourcePrefix
@@ -1641,7 +1641,7 @@ module TencentCloud
1641
1641
 
1642
1642
  # ModifyResourcesTagValue请求参数结构体
1643
1643
  class ModifyResourcesTagValueRequest < TencentCloud::Common::AbstractModel
1644
- # @param ServiceType: 资源所属业务名称(资源六段式中的第三段)
1644
+ # @param ServiceType: 业务类型,示例 cvm 。资源所属业务名称(资源六段式中的第三段)
1645
1645
  # @type ServiceType: String
1646
1646
  # @param ResourceIds: 资源ID数组,资源个数最多为50
1647
1647
  # @type ResourceIds: Array
@@ -1649,9 +1649,9 @@ module TencentCloud
1649
1649
  # @type TagKey: String
1650
1650
  # @param TagValue: 标签值
1651
1651
  # @type TagValue: String
1652
- # @param ResourceRegion: 资源所在地域,不区分地域的资源不需要传入该字段,区分地域的资源必填
1652
+ # @param ResourceRegion: 资源所在地域,示例:ap-guangzhou 不区分地域的资源不需要传入该字段,区分地域的资源必填
1653
1653
  # @type ResourceRegion: String
1654
- # @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分),cos存储桶不需要传入该字段,其他云资源必填
1654
+ # @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分),例如“qcs::ckafka:ap-shanghai:uin/123456789:ckafkaId/ckafka-o85jq584” 中资源前缀为ckafkaId),cos存储桶不需要传入该字段,其他云资源必填
1655
1655
  # @type ResourcePrefix: String
1656
1656
 
1657
1657
  attr_accessor :ServiceType, :ResourceIds, :TagKey, :TagValue, :ResourceRegion, :ResourcePrefix
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.891
4
+ version: 3.0.892
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-21 00:00:00.000000000 Z
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common