tencentcloud-sdk-mongodb 3.0.991 → 3.0.992
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/v20190725/models.rb +6 -2
- 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: 3093dbee88fe42b91ed3879ca4b31f28a3ea104f
|
|
4
|
+
data.tar.gz: 7c7cfef9951c483295db11cfad4bac76e4dffe1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d7103e4bb4f2f4a8533057be5ab8d96cc9b7c0d836293703bf426b8157f160743ee25c355bd2b7c001f9b940133f598d00cf1fb0a5028de2e5ffddedea3ed91
|
|
7
|
+
data.tar.gz: 7c7be45d0c7ce993253d9aa3d12c9f1b6102b0ce54c15e749cc3e19bbc9c4aca481a210b68785ebc87c894563af09029c5d76eae1d6b92fa74cef8a5442dbb8b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.992
|
data/lib/v20190725/models.rb
CHANGED
|
@@ -721,7 +721,11 @@ module TencentCloud
|
|
|
721
721
|
# @type VpcId: String
|
|
722
722
|
# @param SubnetId: 私有网络VPC的子网。请登录 [私有网络控制台](https://console.cloud.tencent.com/vpc) 查询子网列表确认正确的 ID。 示例值:subnet-7jbabche
|
|
723
723
|
# @type SubnetId: String
|
|
724
|
-
# @param Password:
|
|
724
|
+
# @param Password: 实例密码。设置要求如下:
|
|
725
|
+
# - 字符个数为[8,32]。
|
|
726
|
+
# - 可输入[A,Z]、[a,z]、[0,9]范围内的字符。
|
|
727
|
+
# - 可输入的特殊字符包括:感叹号“!”,at“@”,警号“#“、百分号”%”、插入号“^”、星号“*”、括号“()”、下划线“_”。
|
|
728
|
+
# - 不能设置单一的字母或者数字。
|
|
725
729
|
# @type Password: String
|
|
726
730
|
# @param Tags: 实例标签信息。
|
|
727
731
|
# @type Tags: Array
|
|
@@ -2593,7 +2597,7 @@ module TencentCloud
|
|
|
2593
2597
|
|
|
2594
2598
|
# InquirePriceRenewDBInstances请求参数结构体
|
|
2595
2599
|
class InquirePriceRenewDBInstancesRequest < TencentCloud::Common::AbstractModel
|
|
2596
|
-
# @param InstanceIds: 实例ID,格式如:cmgo-p8vn
|
|
2600
|
+
# @param InstanceIds: 实例ID,格式如:cmgo-p8vn****。请登录[MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID,且单次最多同时查询5个实例。
|
|
2597
2601
|
# @type InstanceIds: Array
|
|
2598
2602
|
# @param InstanceChargePrepaid: 预付费模式(即包年包月)相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。
|
|
2599
2603
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Mongodb.v20190725.models.InstanceChargePrepaid`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mongodb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.992
|
|
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-02-
|
|
11
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|