tencentcloud-sdk-mongodb 1.0.301 → 1.0.302
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 +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: 171502bfec3c7f10d5b72bc351682feef825dc56
|
|
4
|
+
data.tar.gz: a657605f897dc3f673dbde8b1d192a42b8ac5321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 179cf42fa5846962a582fa2326147db45d573674400d2dbc40bb8a4f879ae9953210a14338f7bd0537154136f12ca8ffc8772633f568b8afa539d21679f59d12
|
|
7
|
+
data.tar.gz: a2cdf493f298ecc2e73f0a0b4d25be9218e7ea33b0e07611e51438f226a054e48c08d6a622b3ed92b5735878356b4729d9477d7bcdc584da96f21da6bcd9f44d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.302
|
data/lib/v20190725/models.rb
CHANGED
|
@@ -2258,9 +2258,9 @@ module TencentCloud
|
|
|
2258
2258
|
# @type InstanceId: String
|
|
2259
2259
|
# @param OldIpExpiredTime: 原IP保留时长,单位为分钟;原IP会在约定时间后释放,在释放前原IP和新IP均可访问;0表示立即回收原IP
|
|
2260
2260
|
# @type OldIpExpiredTime: Integer
|
|
2261
|
-
# @param NewUniqVpcId: 切换后IP
|
|
2261
|
+
# @param NewUniqVpcId: 切换后IP地址的归属私有网络统一ID,若为基础网络,该字段为空
|
|
2262
2262
|
# @type NewUniqVpcId: String
|
|
2263
|
-
# @param NewUniqSubnetId: 切换后IP
|
|
2263
|
+
# @param NewUniqSubnetId: 切换后IP地址的归属子网统一ID,若为基础网络,该字段为空
|
|
2264
2264
|
# @type NewUniqSubnetId: String
|
|
2265
2265
|
# @param NetworkAddresses: 待修改IP信息
|
|
2266
2266
|
# @type NetworkAddresses: Array
|