tencentcloud-sdk-redis 3.0.567 → 3.0.569
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/client.rb +6 -6
- data/lib/v20180412/models.rb +105 -82
- 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: 27358e95c170e1777cb2937f10c1bfb0e19881bc
|
4
|
+
data.tar.gz: 0bc006c7e5776639220594e40079ce869deef90e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82833b43b348a67dfc6654cd89f49fd73041fb05b3c9d035c294ef595d5d38c61eb7480c54fce509d0aee65fdb8025e633149fa180e3b48d992ba5b26b9b4e6a
|
7
|
+
data.tar.gz: ef7d57999d8bf25320231e973d910c86edd013d40907e62a59d6ac4daea47eb306677c127f18fb3e563e956179e2d2615d0003938e2a74d5a046d0cb27033d72
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.569
|
data/lib/v20180412/client.rb
CHANGED
@@ -581,7 +581,7 @@ module TencentCloud
|
|
581
581
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
582
582
|
end
|
583
583
|
|
584
|
-
#
|
584
|
+
# 本接口(DescribeDBSecurityGroups)用于查询实例的安全组详情。
|
585
585
|
|
586
586
|
# @param request: Request instance for DescribeDBSecurityGroups.
|
587
587
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeDBSecurityGroupsRequest`
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
605
605
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
606
606
|
end
|
607
607
|
|
608
|
-
#
|
608
|
+
# 本接口(DescribeInstanceAccount)用于查看实例子账号信息。
|
609
609
|
|
610
610
|
# @param request: Request instance for DescribeInstanceAccount.
|
611
611
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceAccountRequest`
|
@@ -941,7 +941,7 @@ module TencentCloud
|
|
941
941
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
942
942
|
end
|
943
943
|
|
944
|
-
#
|
944
|
+
# 本接口(DescribeInstanceParams)用于查询实例参数列表。
|
945
945
|
|
946
946
|
# @param request: Request instance for DescribeInstanceParams.
|
947
947
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceParamsRequest`
|
@@ -965,7 +965,7 @@ module TencentCloud
|
|
965
965
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
966
966
|
end
|
967
967
|
|
968
|
-
#
|
968
|
+
# 本接口(DescribeInstanceSecurityGroup)用于查询实例安全组信息。
|
969
969
|
|
970
970
|
# @param request: Request instance for DescribeInstanceSecurityGroup.
|
971
971
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceSecurityGroupRequest`
|
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1014
1014
|
end
|
1015
1015
|
|
1016
|
-
#
|
1016
|
+
# 本接口(DescribeInstanceZoneInfo)用于查询 Redis 节点详细信息。
|
1017
1017
|
|
1018
1018
|
# @param request: Request instance for DescribeInstanceZoneInfo.
|
1019
1019
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceZoneInfoRequest`
|
@@ -1589,7 +1589,7 @@ module TencentCloud
|
|
1589
1589
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1590
1590
|
end
|
1591
1591
|
|
1592
|
-
#
|
1592
|
+
# 本接口(ManualBackupInstance)用于手动备份Redis实例。
|
1593
1593
|
|
1594
1594
|
# @param request: Request instance for ManualBackupInstance.
|
1595
1595
|
# @type request: :class:`Tencentcloud::redis::V20180412::ManualBackupInstanceRequest`
|
data/lib/v20180412/models.rb
CHANGED
@@ -19,22 +19,30 @@ module TencentCloud
|
|
19
19
|
module V20180412
|
20
20
|
# 子账号信息
|
21
21
|
class Account < TencentCloud::Common::AbstractModel
|
22
|
-
# @param InstanceId: 实例ID
|
22
|
+
# @param InstanceId: 实例 ID。
|
23
23
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
24
|
# @type InstanceId: String
|
25
|
-
# @param AccountName:
|
25
|
+
# @param AccountName: 账号名称。
|
26
26
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
27
|
# @type AccountName: String
|
28
|
-
# @param Remark:
|
28
|
+
# @param Remark: 账号描述信息。
|
29
29
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
30
|
# @type Remark: String
|
31
|
-
# @param Privilege:
|
31
|
+
# @param Privilege: 读写权限策略。
|
32
|
+
# - r:只读。
|
33
|
+
# - w:只写。
|
34
|
+
# - rw:读写。
|
32
35
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
33
36
|
# @type Privilege: String
|
34
|
-
# @param ReadonlyPolicy:
|
37
|
+
# @param ReadonlyPolicy: 只读路由策略。
|
38
|
+
# - master:主节点。
|
39
|
+
# - replication:从节点。
|
35
40
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
36
41
|
# @type ReadonlyPolicy: Array
|
37
|
-
# @param Status:
|
42
|
+
# @param Status: 子账号状态.
|
43
|
+
# - 1:账号变更中。
|
44
|
+
# - 2:账号有效。
|
45
|
+
# - 4:账号已删除。
|
38
46
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
39
47
|
# @type Status: Integer
|
40
48
|
|
@@ -1563,7 +1571,7 @@ module TencentCloud
|
|
1563
1571
|
class DescribeDBSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
1564
1572
|
# @param Product: 数据库引擎名称,本接口取值:redis。
|
1565
1573
|
# @type Product: String
|
1566
|
-
# @param InstanceId:
|
1574
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
1567
1575
|
# @type InstanceId: String
|
1568
1576
|
|
1569
1577
|
attr_accessor :Product, :InstanceId
|
@@ -1583,9 +1591,9 @@ module TencentCloud
|
|
1583
1591
|
class DescribeDBSecurityGroupsResponse < TencentCloud::Common::AbstractModel
|
1584
1592
|
# @param Groups: 安全组规则。
|
1585
1593
|
# @type Groups: Array
|
1586
|
-
# @param VIP:
|
1594
|
+
# @param VIP: 实例内网IPv4地址。
|
1587
1595
|
# @type VIP: String
|
1588
|
-
# @param VPort:
|
1596
|
+
# @param VPort: 内网端口。
|
1589
1597
|
# @type VPort: String
|
1590
1598
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1591
1599
|
# @type RequestId: String
|
@@ -1616,11 +1624,11 @@ module TencentCloud
|
|
1616
1624
|
|
1617
1625
|
# DescribeInstanceAccount请求参数结构体
|
1618
1626
|
class DescribeInstanceAccountRequest < TencentCloud::Common::AbstractModel
|
1619
|
-
# @param InstanceId:
|
1627
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
1620
1628
|
# @type InstanceId: String
|
1621
|
-
# @param Limit:
|
1629
|
+
# @param Limit: 分页大小。
|
1622
1630
|
# @type Limit: Integer
|
1623
|
-
# @param Offset:
|
1631
|
+
# @param Offset: 分页偏移量。取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
1624
1632
|
# @type Offset: Integer
|
1625
1633
|
|
1626
1634
|
attr_accessor :InstanceId, :Limit, :Offset
|
@@ -1640,10 +1648,10 @@ module TencentCloud
|
|
1640
1648
|
|
1641
1649
|
# DescribeInstanceAccount返回参数结构体
|
1642
1650
|
class DescribeInstanceAccountResponse < TencentCloud::Common::AbstractModel
|
1643
|
-
# @param Accounts:
|
1651
|
+
# @param Accounts: 账号详细信息。
|
1644
1652
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1645
1653
|
# @type Accounts: Array
|
1646
|
-
# @param TotalCount:
|
1654
|
+
# @param TotalCount: 账号个数。
|
1647
1655
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1648
1656
|
# @type TotalCount: Integer
|
1649
1657
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -2446,7 +2454,7 @@ module TencentCloud
|
|
2446
2454
|
|
2447
2455
|
# DescribeInstanceParams请求参数结构体
|
2448
2456
|
class DescribeInstanceParamsRequest < TencentCloud::Common::AbstractModel
|
2449
|
-
# @param InstanceId:
|
2457
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
2450
2458
|
# @type InstanceId: String
|
2451
2459
|
|
2452
2460
|
attr_accessor :InstanceId
|
@@ -2462,15 +2470,15 @@ module TencentCloud
|
|
2462
2470
|
|
2463
2471
|
# DescribeInstanceParams返回参数结构体
|
2464
2472
|
class DescribeInstanceParamsResponse < TencentCloud::Common::AbstractModel
|
2465
|
-
# @param TotalCount:
|
2473
|
+
# @param TotalCount: 参数列表总数量。
|
2466
2474
|
# @type TotalCount: Integer
|
2467
|
-
# @param InstanceEnumParam:
|
2475
|
+
# @param InstanceEnumParam: 实例枚举类型参数。
|
2468
2476
|
# @type InstanceEnumParam: Array
|
2469
|
-
# @param InstanceIntegerParam:
|
2477
|
+
# @param InstanceIntegerParam: 实例整型参数。
|
2470
2478
|
# @type InstanceIntegerParam: Array
|
2471
|
-
# @param InstanceTextParam:
|
2479
|
+
# @param InstanceTextParam: 实例字符型参数。
|
2472
2480
|
# @type InstanceTextParam: Array
|
2473
|
-
# @param InstanceMultiParam:
|
2481
|
+
# @param InstanceMultiParam: 实例多选项型参数。
|
2474
2482
|
# @type InstanceMultiParam: Array
|
2475
2483
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2476
2484
|
# @type RequestId: String
|
@@ -2526,7 +2534,7 @@ module TencentCloud
|
|
2526
2534
|
|
2527
2535
|
# DescribeInstanceSecurityGroup请求参数结构体
|
2528
2536
|
class DescribeInstanceSecurityGroupRequest < TencentCloud::Common::AbstractModel
|
2529
|
-
# @param InstanceIds:
|
2537
|
+
# @param InstanceIds: 实例 ID 列表。例如;["crs-f2ho5rsz\n"]
|
2530
2538
|
# @type InstanceIds: Array
|
2531
2539
|
|
2532
2540
|
attr_accessor :InstanceIds
|
@@ -2542,7 +2550,7 @@ module TencentCloud
|
|
2542
2550
|
|
2543
2551
|
# DescribeInstanceSecurityGroup返回参数结构体
|
2544
2552
|
class DescribeInstanceSecurityGroupResponse < TencentCloud::Common::AbstractModel
|
2545
|
-
# @param InstanceSecurityGroupsDetail:
|
2553
|
+
# @param InstanceSecurityGroupsDetail: 实例安全组信息。
|
2546
2554
|
# @type InstanceSecurityGroupsDetail: Array
|
2547
2555
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2548
2556
|
# @type RequestId: String
|
@@ -2622,7 +2630,7 @@ module TencentCloud
|
|
2622
2630
|
|
2623
2631
|
# DescribeInstanceZoneInfo请求参数结构体
|
2624
2632
|
class DescribeInstanceZoneInfoRequest < TencentCloud::Common::AbstractModel
|
2625
|
-
# @param InstanceId:
|
2633
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
2626
2634
|
# @type InstanceId: String
|
2627
2635
|
|
2628
2636
|
attr_accessor :InstanceId
|
@@ -2638,9 +2646,9 @@ module TencentCloud
|
|
2638
2646
|
|
2639
2647
|
# DescribeInstanceZoneInfo返回参数结构体
|
2640
2648
|
class DescribeInstanceZoneInfoResponse < TencentCloud::Common::AbstractModel
|
2641
|
-
# @param TotalCount:
|
2649
|
+
# @param TotalCount: 实例节点组的个数。
|
2642
2650
|
# @type TotalCount: Integer
|
2643
|
-
# @param ReplicaGroups:
|
2651
|
+
# @param ReplicaGroups: 实例节点组列表。
|
2644
2652
|
# @type ReplicaGroups: Array
|
2645
2653
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2646
2654
|
# @type RequestId: String
|
@@ -3154,17 +3162,17 @@ module TencentCloud
|
|
3154
3162
|
|
3155
3163
|
# DescribeProxySlowLog请求参数结构体
|
3156
3164
|
class DescribeProxySlowLogRequest < TencentCloud::Common::AbstractModel
|
3157
|
-
# @param InstanceId:
|
3165
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
3158
3166
|
# @type InstanceId: String
|
3159
|
-
# @param BeginTime:
|
3167
|
+
# @param BeginTime: 慢查询的开始时间。
|
3160
3168
|
# @type BeginTime: String
|
3161
|
-
# @param EndTime:
|
3169
|
+
# @param EndTime: 慢查询的结束时间。
|
3162
3170
|
# @type EndTime: String
|
3163
|
-
# @param MinQueryTime:
|
3171
|
+
# @param MinQueryTime: 慢查询阈值,单位:毫秒。
|
3164
3172
|
# @type MinQueryTime: Integer
|
3165
|
-
# @param Limit:
|
3173
|
+
# @param Limit: 分页大小。默认为 20,取值范围[20,1000]。
|
3166
3174
|
# @type Limit: Integer
|
3167
|
-
# @param Offset: 偏移量,取Limit
|
3175
|
+
# @param Offset: 偏移量,取Limit整数倍。
|
3168
3176
|
# @type Offset: Integer
|
3169
3177
|
|
3170
3178
|
attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
|
@@ -3190,9 +3198,9 @@ module TencentCloud
|
|
3190
3198
|
|
3191
3199
|
# DescribeProxySlowLog返回参数结构体
|
3192
3200
|
class DescribeProxySlowLogResponse < TencentCloud::Common::AbstractModel
|
3193
|
-
# @param TotalCount:
|
3201
|
+
# @param TotalCount: 慢查询总数。
|
3194
3202
|
# @type TotalCount: Integer
|
3195
|
-
# @param InstanceProxySlowLogDetail:
|
3203
|
+
# @param InstanceProxySlowLogDetail: 慢查询详情。
|
3196
3204
|
# @type InstanceProxySlowLogDetail: Array
|
3197
3205
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3198
3206
|
# @type RequestId: String
|
@@ -3346,7 +3354,7 @@ module TencentCloud
|
|
3346
3354
|
# @type EndTime: String
|
3347
3355
|
# @param MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
|
3348
3356
|
# @type MinQueryTime: Integer
|
3349
|
-
# @param Limit: 每个页面展示的慢查询条数,默认值为20。
|
3357
|
+
# @param Limit: 每个页面展示的慢查询条数,默认值为20。取值范围:[20,1000]。
|
3350
3358
|
# @type Limit: Integer
|
3351
3359
|
# @param Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
3352
3360
|
# @type Offset: Integer
|
@@ -4273,21 +4281,25 @@ module TencentCloud
|
|
4273
4281
|
|
4274
4282
|
# 实例枚举类型参数描述
|
4275
4283
|
class InstanceEnumParam < TencentCloud::Common::AbstractModel
|
4276
|
-
# @param ParamName:
|
4284
|
+
# @param ParamName: 参数名称。
|
4277
4285
|
# @type ParamName: String
|
4278
|
-
# @param ValueType:
|
4286
|
+
# @param ValueType: 参数类型,例如:Enum。
|
4279
4287
|
# @type ValueType: String
|
4280
|
-
# @param NeedRestart:
|
4288
|
+
# @param NeedRestart: 参数值修改后是否需要重启。
|
4289
|
+
# - true:需要。
|
4290
|
+
# - false:不需要。
|
4281
4291
|
# @type NeedRestart: String
|
4282
|
-
# @param DefaultValue:
|
4292
|
+
# @param DefaultValue: 参数默认值。
|
4283
4293
|
# @type DefaultValue: String
|
4284
|
-
# @param CurrentValue:
|
4294
|
+
# @param CurrentValue: 参数当前运行值。
|
4285
4295
|
# @type CurrentValue: String
|
4286
|
-
# @param Tips:
|
4296
|
+
# @param Tips: 参数说明。
|
4287
4297
|
# @type Tips: String
|
4288
|
-
# @param EnumValue:
|
4298
|
+
# @param EnumValue: 参数可取的值。
|
4289
4299
|
# @type EnumValue: Array
|
4290
|
-
# @param Status:
|
4300
|
+
# @param Status: 参数修改状态。
|
4301
|
+
# - 1: 修改中。
|
4302
|
+
# - 2:修改完成。
|
4291
4303
|
# @type Status: Integer
|
4292
4304
|
|
4293
4305
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
@@ -4370,21 +4382,25 @@ module TencentCloud
|
|
4370
4382
|
|
4371
4383
|
# 实例多选项类型参数描述
|
4372
4384
|
class InstanceMultiParam < TencentCloud::Common::AbstractModel
|
4373
|
-
# @param ParamName:
|
4385
|
+
# @param ParamName: 参数名称。
|
4374
4386
|
# @type ParamName: String
|
4375
|
-
# @param ValueType:
|
4387
|
+
# @param ValueType: 参数类型。例如:multi。
|
4376
4388
|
# @type ValueType: String
|
4377
|
-
# @param NeedRestart:
|
4389
|
+
# @param NeedRestart: 参数修改后是否需要重启。
|
4390
|
+
# - true:需要。
|
4391
|
+
# - false:不需要。
|
4378
4392
|
# @type NeedRestart: String
|
4379
|
-
# @param DefaultValue:
|
4393
|
+
# @param DefaultValue: 参数默认值。
|
4380
4394
|
# @type DefaultValue: String
|
4381
|
-
# @param CurrentValue:
|
4395
|
+
# @param CurrentValue: 当前运行参数值。
|
4382
4396
|
# @type CurrentValue: String
|
4383
|
-
# @param Tips:
|
4397
|
+
# @param Tips: 参数说明。
|
4384
4398
|
# @type Tips: String
|
4385
|
-
# @param EnumValue:
|
4399
|
+
# @param EnumValue: 参数说明。
|
4386
4400
|
# @type EnumValue: Array
|
4387
|
-
# @param Status:
|
4401
|
+
# @param Status: 参数修改的状态。
|
4402
|
+
# - 1:修改中。
|
4403
|
+
# - 2:修改完成。
|
4388
4404
|
# @type Status: Integer
|
4389
4405
|
|
4390
4406
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :EnumValue, :Status
|
@@ -4528,9 +4544,9 @@ module TencentCloud
|
|
4528
4544
|
|
4529
4545
|
# 实例安全组信息
|
4530
4546
|
class InstanceSecurityGroupDetail < TencentCloud::Common::AbstractModel
|
4531
|
-
# @param InstanceId: 实例
|
4547
|
+
# @param InstanceId: 实例 ID。
|
4532
4548
|
# @type InstanceId: String
|
4533
|
-
# @param SecurityGroupDetails:
|
4549
|
+
# @param SecurityGroupDetails: 安全组信息,包括:安全组 ID、安全组名称、安全组出入站规则。
|
4534
4550
|
# @type SecurityGroupDetails: Array
|
4535
4551
|
|
4536
4552
|
attr_accessor :InstanceId, :SecurityGroupDetails
|
@@ -4896,21 +4912,25 @@ module TencentCloud
|
|
4896
4912
|
|
4897
4913
|
# 实例字符型参数描述
|
4898
4914
|
class InstanceTextParam < TencentCloud::Common::AbstractModel
|
4899
|
-
# @param ParamName:
|
4915
|
+
# @param ParamName: 参数名称。
|
4900
4916
|
# @type ParamName: String
|
4901
|
-
# @param ValueType:
|
4917
|
+
# @param ValueType: 参数类型。例如:text。
|
4902
4918
|
# @type ValueType: String
|
4903
|
-
# @param NeedRestart:
|
4919
|
+
# @param NeedRestart: 参数修改后是否需要重启。
|
4920
|
+
# - true:需要。
|
4921
|
+
# - false:不需要。
|
4904
4922
|
# @type NeedRestart: String
|
4905
|
-
# @param DefaultValue:
|
4923
|
+
# @param DefaultValue: 参数默认值。
|
4906
4924
|
# @type DefaultValue: String
|
4907
|
-
# @param CurrentValue:
|
4925
|
+
# @param CurrentValue: 参数当前运行值。
|
4908
4926
|
# @type CurrentValue: String
|
4909
|
-
# @param Tips:
|
4927
|
+
# @param Tips: 参数说明。
|
4910
4928
|
# @type Tips: String
|
4911
|
-
# @param TextValue:
|
4929
|
+
# @param TextValue: 参数可取值。
|
4912
4930
|
# @type TextValue: Array
|
4913
|
-
# @param Status:
|
4931
|
+
# @param Status: 参数修改状态。
|
4932
|
+
# - 1: 修改中。
|
4933
|
+
# - 2:修改完成。
|
4914
4934
|
# @type Status: Integer
|
4915
4935
|
|
4916
4936
|
attr_accessor :ParamName, :ValueType, :NeedRestart, :DefaultValue, :CurrentValue, :Tips, :TextValue, :Status
|
@@ -5091,11 +5111,14 @@ module TencentCloud
|
|
5091
5111
|
|
5092
5112
|
# ManualBackupInstance请求参数结构体
|
5093
5113
|
class ManualBackupInstanceRequest < TencentCloud::Common::AbstractModel
|
5094
|
-
# @param InstanceId:
|
5114
|
+
# @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
5095
5115
|
# @type InstanceId: String
|
5096
|
-
# @param Remark:
|
5116
|
+
# @param Remark: 手动备份任务的备注信息。
|
5097
5117
|
# @type Remark: String
|
5098
|
-
# @param StorageDays:
|
5118
|
+
# @param StorageDays: 备份数据的保存天数。
|
5119
|
+
# - 单位:天;默认值为7天;取值范围:[0.1825]。如果超过 7天,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
|
5120
|
+
# - 如果不配置该参数,默认与自动备份的保留时间一致。
|
5121
|
+
# - 如果未设置自动备份,默认为7天。
|
5099
5122
|
# @type StorageDays: Integer
|
5100
5123
|
|
5101
5124
|
attr_accessor :InstanceId, :Remark, :StorageDays
|
@@ -6214,15 +6237,15 @@ module TencentCloud
|
|
6214
6237
|
|
6215
6238
|
# Redis节点的运行信息
|
6216
6239
|
class RedisNode < TencentCloud::Common::AbstractModel
|
6217
|
-
# @param Keys:
|
6240
|
+
# @param Keys: Redis 节点上 Key 的个数。
|
6218
6241
|
# @type Keys: Integer
|
6219
|
-
# @param Slot: 节点
|
6242
|
+
# @param Slot: Redis 节点 Slot 分布范围。例如:0-5460。
|
6220
6243
|
# @type Slot: String
|
6221
|
-
# @param NodeId: 节点的序列ID
|
6244
|
+
# @param NodeId: 节点的序列 ID。
|
6222
6245
|
# @type NodeId: String
|
6223
|
-
# @param Status:
|
6246
|
+
# @param Status: 节点的状态。
|
6224
6247
|
# @type Status: String
|
6225
|
-
# @param Role:
|
6248
|
+
# @param Role: 节点角色。
|
6226
6249
|
# @type Role: String
|
6227
6250
|
|
6228
6251
|
attr_accessor :Keys, :Slot, :NodeId, :Status, :Role
|
@@ -6467,11 +6490,11 @@ module TencentCloud
|
|
6467
6490
|
end
|
6468
6491
|
end
|
6469
6492
|
|
6470
|
-
#
|
6493
|
+
# 实例节点组信息
|
6471
6494
|
class ReplicaGroup < TencentCloud::Common::AbstractModel
|
6472
|
-
# @param GroupId: 节点组ID
|
6495
|
+
# @param GroupId: 节点组 ID。
|
6473
6496
|
# @type GroupId: Integer
|
6474
|
-
# @param GroupName:
|
6497
|
+
# @param GroupName: 节点组的名称,主节点为空。
|
6475
6498
|
# @type GroupName: String
|
6476
6499
|
# @param ZoneId: 节点的可用区ID,比如ap-guangzhou-1
|
6477
6500
|
# @type ZoneId: String
|
@@ -6670,19 +6693,19 @@ module TencentCloud
|
|
6670
6693
|
|
6671
6694
|
# 安全组详情
|
6672
6695
|
class SecurityGroupDetail < TencentCloud::Common::AbstractModel
|
6673
|
-
# @param ProjectId: 项目
|
6696
|
+
# @param ProjectId: 项目ID。
|
6674
6697
|
# @type ProjectId: Integer
|
6675
|
-
# @param CreateTime:
|
6698
|
+
# @param CreateTime: 创建安全组的时间。
|
6676
6699
|
# @type CreateTime: String
|
6677
|
-
# @param SecurityGroupId: 安全组
|
6700
|
+
# @param SecurityGroupId: 安全组 ID。
|
6678
6701
|
# @type SecurityGroupId: String
|
6679
|
-
# @param SecurityGroupName:
|
6702
|
+
# @param SecurityGroupName: 安全组名称。
|
6680
6703
|
# @type SecurityGroupName: String
|
6681
|
-
# @param SecurityGroupRemark:
|
6704
|
+
# @param SecurityGroupRemark: 安全组标记。
|
6682
6705
|
# @type SecurityGroupRemark: String
|
6683
|
-
# @param InboundRule:
|
6706
|
+
# @param InboundRule: 安全组入站规则,即控制访问数据库的来源。
|
6684
6707
|
# @type InboundRule: Array
|
6685
|
-
# @param OutboundRule:
|
6708
|
+
# @param OutboundRule: 安全组出站规则。
|
6686
6709
|
# @type OutboundRule: Array
|
6687
6710
|
|
6688
6711
|
attr_accessor :ProjectId, :CreateTime, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :InboundRule, :OutboundRule
|
@@ -6724,13 +6747,13 @@ module TencentCloud
|
|
6724
6747
|
|
6725
6748
|
# 安全组出入规则
|
6726
6749
|
class SecurityGroupsInboundAndOutbound < TencentCloud::Common::AbstractModel
|
6727
|
-
# @param Action:
|
6750
|
+
# @param Action: 标识出入数据库的IP与端口是否被允许。
|
6728
6751
|
# @type Action: String
|
6729
|
-
# @param Ip: IP地址
|
6752
|
+
# @param Ip: 出入数据库的IP地址
|
6730
6753
|
# @type Ip: String
|
6731
|
-
# @param Port:
|
6754
|
+
# @param Port: 端口号。
|
6732
6755
|
# @type Port: String
|
6733
|
-
# @param Proto:
|
6756
|
+
# @param Proto: 协议类型。
|
6734
6757
|
# @type Proto: String
|
6735
6758
|
|
6736
6759
|
attr_accessor :Action, :Ip, :Port, :Proto
|
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.569
|
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-05-
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|