tencentcloud-sdk-dcdb 3.0.967 → 3.0.968
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/v20180411/models.rb +2 -2
- 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: 35710123666f7cb482125b43586c7947cc904a75
|
|
4
|
+
data.tar.gz: 03b3f634041ca38b2cf1cb407b2d230427802acd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bea7a89331b8724010e11c1b4d6dd4afc163b4e468e591c0bd4ac2e9886eee57aff2695b8958e8a710ed005009f86624f27c4047f678cd325b83299bb3bcd0f
|
|
7
|
+
data.tar.gz: b30b87e2364a72b094c22ae953c633da20be834f24971024833b76ec404e6eb6d7cd92d49fd4516cc5cbbb9624484f768d2a6235d5ade298c105478de0ef1f9e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.968
|
data/lib/v20180411/models.rb
CHANGED
|
@@ -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
|