tencentcloud-sdk-redis 3.0.996 → 3.0.997
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/v20180412/models.rb +0 -20
- 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: 9a36b5e6c22fefb0d2fc75882071d2f8c6cebe2b
|
|
4
|
+
data.tar.gz: 564c3aec81b89af7b6959965e67102d3c611874c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c03797f27ed8630b9ea7793e5b58f6974290e695622defedae42186ac6e66d9fe027599d665467c44871f674f7504a560170ce34f9ae8306f3c4859a7119072
|
|
7
|
+
data.tar.gz: 95360ee673ee4cf12da83a422e994b67d6346bf353f9fc6320c65ecb682dff15a774949189ce636dd23eba7f3582ec7a956a1fe0363cf6fcc16abfd85658393b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.997
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -1635,7 +1635,6 @@ module TencentCloud
|
|
|
1635
1635
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1636
1636
|
# @type Filenames: Array
|
|
1637
1637
|
# @param BackupInfos: 备份文件信息列表。
|
|
1638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
1638
|
# @type BackupInfos: Array
|
|
1640
1639
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1641
1640
|
# @type RequestId: String
|
|
@@ -1929,10 +1928,8 @@ module TencentCloud
|
|
|
1929
1928
|
# DescribeInstanceAccount返回参数结构体
|
|
1930
1929
|
class DescribeInstanceAccountResponse < TencentCloud::Common::AbstractModel
|
|
1931
1930
|
# @param Accounts: 账号详细信息。
|
|
1932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1933
1931
|
# @type Accounts: Array
|
|
1934
1932
|
# @param TotalCount: 账号个数。
|
|
1935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1936
1933
|
# @type TotalCount: Integer
|
|
1937
1934
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1938
1935
|
# @type RequestId: String
|
|
@@ -2055,28 +2052,20 @@ module TencentCloud
|
|
|
2055
2052
|
# DescribeInstanceDTSInfo返回参数结构体
|
|
2056
2053
|
class DescribeInstanceDTSInfoResponse < TencentCloud::Common::AbstractModel
|
|
2057
2054
|
# @param JobId: DTS任务ID
|
|
2058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2059
2055
|
# @type JobId: String
|
|
2060
2056
|
# @param JobName: DTS任务名称
|
|
2061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2062
2057
|
# @type JobName: String
|
|
2063
2058
|
# @param Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
|
|
2064
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2065
2059
|
# @type Status: Integer
|
|
2066
2060
|
# @param StatusDesc: 状态描述
|
|
2067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2068
2061
|
# @type StatusDesc: String
|
|
2069
2062
|
# @param Offset: 同步时延,单位:字节
|
|
2070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2071
2063
|
# @type Offset: Integer
|
|
2072
2064
|
# @param CutDownTime: 断开时间
|
|
2073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2074
2065
|
# @type CutDownTime: String
|
|
2075
2066
|
# @param SrcInfo: 源实例信息
|
|
2076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
2067
|
# @type SrcInfo: :class:`Tencentcloud::Redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
|
2078
2068
|
# @param DstInfo: 目标实例信息
|
|
2079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2080
2069
|
# @type DstInfo: :class:`Tencentcloud::Redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
|
2081
2070
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2082
2071
|
# @type RequestId: String
|
|
@@ -2756,17 +2745,14 @@ module TencentCloud
|
|
|
2756
2745
|
# @param ProxyCount: Proxy节点数量。
|
|
2757
2746
|
# @type ProxyCount: Integer
|
|
2758
2747
|
# @param Proxy: Proxy节点信息。
|
|
2759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2760
2748
|
# @type Proxy: Array
|
|
2761
2749
|
# @param RedisCount: Redis节点数量。
|
|
2762
2750
|
# @type RedisCount: Integer
|
|
2763
2751
|
# @param Redis: Redis节点信息。
|
|
2764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2765
2752
|
# @type Redis: Array
|
|
2766
2753
|
# @param TendisCount: 该参数不再使用,请忽略。
|
|
2767
2754
|
# @type TendisCount: Integer
|
|
2768
2755
|
# @param Tendis: 该参数不再使用,请忽略。
|
|
2769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2770
2756
|
# @type Tendis: Array
|
|
2771
2757
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2772
2758
|
# @type RequestId: String
|
|
@@ -4572,7 +4558,6 @@ module TencentCloud
|
|
|
4572
4558
|
# DisableReplicaReadonly返回参数结构体
|
|
4573
4559
|
class DisableReplicaReadonlyResponse < TencentCloud::Common::AbstractModel
|
|
4574
4560
|
# @param TaskId: 任务ID
|
|
4575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4576
4561
|
# @type TaskId: Integer
|
|
4577
4562
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4578
4563
|
# @type RequestId: String
|
|
@@ -4656,10 +4641,8 @@ module TencentCloud
|
|
|
4656
4641
|
# EnableReplicaReadonly返回参数结构体
|
|
4657
4642
|
class EnableReplicaReadonlyResponse < TencentCloud::Common::AbstractModel
|
|
4658
4643
|
# @param Status: 错误:ERROR,正确OK(已废弃)
|
|
4659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4660
4644
|
# @type Status: String
|
|
4661
4645
|
# @param TaskId: 任务ID
|
|
4662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4663
4646
|
# @type TaskId: Integer
|
|
4664
4647
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4665
4648
|
# @type RequestId: String
|
|
@@ -4898,7 +4881,6 @@ module TencentCloud
|
|
|
4898
4881
|
# InquiryPriceCreateInstance返回参数结构体
|
|
4899
4882
|
class InquiryPriceCreateInstanceResponse < TencentCloud::Common::AbstractModel
|
|
4900
4883
|
# @param Price: 价格,单位:分
|
|
4901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4902
4884
|
# @type Price: Float
|
|
4903
4885
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4904
4886
|
# @type RequestId: String
|
|
@@ -4939,7 +4921,6 @@ module TencentCloud
|
|
|
4939
4921
|
# InquiryPriceRenewInstance返回参数结构体
|
|
4940
4922
|
class InquiryPriceRenewInstanceResponse < TencentCloud::Common::AbstractModel
|
|
4941
4923
|
# @param Price: 价格,单位:分。
|
|
4942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4943
4924
|
# @type Price: Float
|
|
4944
4925
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4945
4926
|
# @type RequestId: String
|
|
@@ -4988,7 +4969,6 @@ module TencentCloud
|
|
|
4988
4969
|
# InquiryPriceUpgradeInstance返回参数结构体
|
|
4989
4970
|
class InquiryPriceUpgradeInstanceResponse < TencentCloud::Common::AbstractModel
|
|
4990
4971
|
# @param Price: 价格,单位:分
|
|
4991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4992
4972
|
# @type Price: Float
|
|
4993
4973
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4994
4974
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-redis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.997
|
|
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-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|