tencentcloud-sdk-cdb 3.0.503 → 3.0.505
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/v20170320/models.rb +4 -4
- 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: 06fd83fa988e6134a85901234600b06a6b9040de
|
4
|
+
data.tar.gz: 3755907ede42873bf1ada010a9eb15cc87e35c5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f9d8d7265e66efb601e9f742f3a2516cfbae777ca7e6328d511d5f910cdc45ab2a683aa29f08f13d9134871264af187f16bed63a0c87f9443208d37dca471d7
|
7
|
+
data.tar.gz: af91919b4b055e7c55523f64f2ace79dfba4b5c0d445cc6bed4ffb754dbf24713c8bb267b81aacecc6560aac85a4072e0e6d18bf2319b57fff2ef4e3e2e2bbed
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.505
|
data/lib/v20170320/models.rb
CHANGED
@@ -4386,13 +4386,13 @@ module TencentCloud
|
|
4386
4386
|
|
4387
4387
|
# DescribeDBInstances请求参数结构体
|
4388
4388
|
class DescribeDBInstancesRequest < TencentCloud::Common::AbstractModel
|
4389
|
-
# @param ProjectId: 项目 ID
|
4389
|
+
# @param ProjectId: 项目 ID。
|
4390
4390
|
# @type ProjectId: Integer
|
4391
4391
|
# @param InstanceTypes: 实例类型,可取值:1 - 主实例,2 - 灾备实例,3 - 只读实例。
|
4392
4392
|
# @type InstanceTypes: Array
|
4393
4393
|
# @param Vips: 实例的内网 IP 地址。
|
4394
4394
|
# @type Vips: Array
|
4395
|
-
# @param Status: 实例状态,可取值:<br>0 - 创建中<br>1 - 运行中<br>4 - 正在进行隔离操作<br>5 -
|
4395
|
+
# @param Status: 实例状态,可取值:<br>0 - 创建中<br>1 - 运行中<br>4 - 正在进行隔离操作<br>5 - 已隔离(可在回收站恢复开机)
|
4396
4396
|
# @type Status: Array
|
4397
4397
|
# @param Offset: 偏移量,默认值为 0。
|
4398
4398
|
# @type Offset: Integer
|
@@ -6825,7 +6825,7 @@ module TencentCloud
|
|
6825
6825
|
# @type RoVipInfo: :class:`Tencentcloud::Cdb.v20170320.models.RoVipInfo`
|
6826
6826
|
# @param Memory: 内存容量,单位为 MB
|
6827
6827
|
# @type Memory: Integer
|
6828
|
-
# @param Status: 实例状态,可能的返回值:0-创建中;1-运行中;4
|
6828
|
+
# @param Status: 实例状态,可能的返回值:0-创建中;1-运行中;4-正在进行隔离操作;5-已隔离
|
6829
6829
|
# @type Status: Integer
|
6830
6830
|
# @param VpcId: 私有网络 ID,例如:51102
|
6831
6831
|
# @type VpcId: Integer
|
@@ -11119,7 +11119,7 @@ module TencentCloud
|
|
11119
11119
|
# @type DeviceType: String
|
11120
11120
|
# @param Cpu: 升级后的实例cpu核数, 如果不传将根据 Memory 指定的内存值自动填充对应的cpu值。
|
11121
11121
|
# @type Cpu: Integer
|
11122
|
-
# @param FastUpgrade: 是否极速变配。0-普通升级,1
|
11122
|
+
# @param FastUpgrade: 是否极速变配。0-普通升级,1-极速变配,,2 极速优先。选择极速变配会根据资源状况校验是否可以进行极速变配,满足条件则进行极速变配,不满足条件会返回报错信息。
|
11123
11123
|
# @type FastUpgrade: Integer
|
11124
11124
|
# @param MaxDelayTime: 延迟阈值。取值范围1~10,默认值为10。
|
11125
11125
|
# @type MaxDelayTime: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.505
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|