tencentcloud-sdk-dcdb 3.0.966 → 3.0.968

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28bc8ddfa3a1489e6878b26f40700de5bdb22170
4
- data.tar.gz: 1b3b9298ad6af6e74fac12ebcb092bb112600cd6
3
+ metadata.gz: 35710123666f7cb482125b43586c7947cc904a75
4
+ data.tar.gz: 03b3f634041ca38b2cf1cb407b2d230427802acd
5
5
  SHA512:
6
- metadata.gz: 42b82d49af770d5859d28164359264e6b7b1d9446cfe60aeea9550a99ee1eb81d5d68a3f6ea01a5569782715c85c905c65961ca71f2b424cc2b14f2a5b0b1bca
7
- data.tar.gz: aab032dc30ff7405a7cb7ac5b74f92ef56267a3017bace8241e42ade0146c0a7a402384676365fe2b6aea068a42c1493ad7963f0caf7eae69754764e3d879352
6
+ metadata.gz: 2bea7a89331b8724010e11c1b4d6dd4afc163b4e468e591c0bd4ac2e9886eee57aff2695b8958e8a710ed005009f86624f27c4047f678cd325b83299bb3bcd0f
7
+ data.tar.gz: b30b87e2364a72b094c22ae953c633da20be834f24971024833b76ec404e6eb6d7cd92d49fd4516cc5cbbb9624484f768d2a6235d5ade298c105478de0ef1f9e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.968
@@ -2947,9 +2947,9 @@ module TencentCloud
2947
2947
  # @type Tags: Array
2948
2948
  # @param FilterInstanceType: 实例类型过滤,1-独享实例,2-主实例,3-灾备实例,多个按逗号分隔
2949
2949
  # @type FilterInstanceType: String
2950
- # @param Status: 按实例状态筛选
2950
+ # @param Status: 按实例状态筛选。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
2951
2951
  # @type Status: Array
2952
- # @param ExcludeStatus: 排除实例状态
2952
+ # @param ExcludeStatus: 排除实例状态。状态值 -2:已删除; -1:已隔离;0:创建中;1:流程处理中;2:运行中
2953
2953
  # @type ExcludeStatus: Array
2954
2954
 
2955
2955
  attr_accessor :InstanceIds, :SearchName, :SearchKey, :ProjectIds, :IsFilterVpc, :VpcId, :SubnetId, :OrderBy, :OrderByType, :Offset, :Limit, :ExclusterType, :IsFilterExcluster, :ExclusterIds, :TagKeys, :Tags, :FilterInstanceType, :Status, :ExcludeStatus
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.968
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-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common