tencentcloud-sdk-postgres 3.0.1078 → 3.0.1088
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/models.rb +2 -0
- 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: 9c37b29f2ac10e33eb8d3b7f5e3b9550eb8cdaca
|
4
|
+
data.tar.gz: 79c47285590a9368bcf54e5ed995823e26c0a8fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47ff22584f2d77e8fb7d5e3cef500d57a562dcedd6cb9d8cbb1c39c57c42bf4e1b925531054d8c7f352340e79b918c065f8dab3c288abaa1b2c7677c2ec6508c
|
7
|
+
data.tar.gz: ab384fb73ee04420b205af9beb40120c7f15f49cbbba303c8a7c5b401d709177de86fe68ab8aa5180a29f5931a7aecfec76159a1ddeebfc6cc233933a25f69ec
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1088
|
data/lib/v20170312/models.rb
CHANGED
@@ -2724,6 +2724,7 @@ module TencentCloud
|
|
2724
2724
|
# db-instance-name:按照实例名过滤,类型为string。
|
2725
2725
|
# db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
2726
2726
|
# base-backup-id:按照备份集ID过滤,类型为string。
|
2727
|
+
# db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
2727
2728
|
# @type Filters: Array
|
2728
2729
|
# @param Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
|
2729
2730
|
# @type Limit: Integer
|
@@ -3822,6 +3823,7 @@ module TencentCloud
|
|
3822
3823
|
# db-instance-id:按照实例ID过滤,类型为string。
|
3823
3824
|
# db-instance-name:按照实例名过滤,类型为string。
|
3824
3825
|
# db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
3826
|
+
# db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
|
3825
3827
|
# @type Filters: Array
|
3826
3828
|
# @param Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
|
3827
3829
|
# @type Limit: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1088
|
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-06-
|
11
|
+
date: 2025-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|