tencentcloud-sdk-redis 3.0.535 → 3.0.537

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8808619e2c9bb21b9af6cc99d03931aa62a2b037
4
- data.tar.gz: dfc71afde6dc91339fbedd8afd4f773c4f131316
3
+ metadata.gz: df6130dcc68817a0b8174effb6ff71f1df59f435
4
+ data.tar.gz: 208ce1dc3dce6b5600d88a83d0e7a04861eac302
5
5
  SHA512:
6
- metadata.gz: 9110e38f76a553ff60d18232851f76e3821524dfd79be28c095ce124c1687c802adcb9d618514193ee3085e449b41cf364e890d1dd123edc6ab4ac184ee54532
7
- data.tar.gz: 17b7b011a8d7a07096f7fe8484bfcf7c6de14d70fa312a0bdc96fedcd1a5a8ea2c7863bad28bd6d80dd0008de10197239812be45ddd5db472bedc1094c86b48d
6
+ metadata.gz: 2116ddd7fbc3add5a5c52fa96c3365ea64b7d79158b95a96232e400c0353c59461e56c4cf71e02400220febe9e10fce6e9945d37eba384b6e3208aabd0dbc495
7
+ data.tar.gz: 955dfdb6b2f730523956d9f5f9091df49681f91d911b1ca95ed0bce66bbc2244bf8fbed191c9d4178b9f249ca36824a7e9273fb39e36c1199a8aad784a2da661
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.535
1
+ 3.0.537
@@ -629,7 +629,7 @@ module TencentCloud
629
629
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
630
630
  end
631
631
 
632
- # 查询订单信息
632
+ # 本接口(DescribeInstanceDealDetail)用于查询订单信息。
633
633
 
634
634
  # @param request: Request instance for DescribeInstanceDealDetail.
635
635
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceDealDetailRequest`
@@ -1205,7 +1205,7 @@ module TencentCloud
1205
1205
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1206
1206
  end
1207
1207
 
1208
- # 查询SSL状态
1208
+ # 本接口(DescribeSSLStatus)用于查询实例 SSL 认证相关信息,包括开启状态、配置状态、证书地址等。
1209
1209
 
1210
1210
  # @param request: Request instance for DescribeSSLStatus.
1211
1211
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeSSLStatusRequest`
@@ -1565,7 +1565,7 @@ module TencentCloud
1565
1565
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1566
1566
  end
1567
1567
 
1568
- # 修改redis密码
1568
+ # 本接口(ModfiyInstancePassword)用于修改实例访问密码。
1569
1569
 
1570
1570
  # @param request: Request instance for ModfiyInstancePassword.
1571
1571
  # @type request: :class:`Tencentcloud::redis::V20180412::ModfiyInstancePasswordRequest`
@@ -1691,7 +1691,7 @@ module TencentCloud
1691
1691
 
1692
1692
  # DescribeInstanceDealDetail返回参数结构体
1693
1693
  class DescribeInstanceDealDetailResponse < TencentCloud::Common::AbstractModel
1694
- # @param DealDetails: 订单详细信息
1694
+ # @param DealDetails: 订单详细信息。
1695
1695
  # @type DealDetails: Array
1696
1696
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1697
1697
  # @type RequestId: String
@@ -3052,7 +3052,7 @@ module TencentCloud
3052
3052
 
3053
3053
  # DescribeSSLStatus请求参数结构体
3054
3054
  class DescribeSSLStatusRequest < TencentCloud::Common::AbstractModel
3055
- # @param InstanceId: 实例ID
3055
+ # @param InstanceId: 实例 ID
3056
3056
  # @type InstanceId: String
3057
3057
 
3058
3058
  attr_accessor :InstanceId
@@ -3068,15 +3068,21 @@ module TencentCloud
3068
3068
 
3069
3069
  # DescribeSSLStatus返回参数结构体
3070
3070
  class DescribeSSLStatusResponse < TencentCloud::Common::AbstractModel
3071
- # @param CertDownloadUrl: 证书下载地址
3071
+ # @param CertDownloadUrl: SSL 证书下载地址。
3072
3072
  # @type CertDownloadUrl: String
3073
- # @param UrlExpiredTime: 证书下载链接到期时间
3073
+ # @param UrlExpiredTime: 证书下载链接到期时间。
3074
3074
  # @type UrlExpiredTime: String
3075
- # @param SSLConfig: 实例SSL配置状态, true:开启 false:关闭
3075
+ # @param SSLConfig: 标识实例开启 SSL 功能。
3076
+ # - true:开启 。
3077
+ # - false:关闭。
3076
3078
  # @type SSLConfig: Boolean
3077
- # @param FeatureSupport: 实例SSL特性支持, true:支持 false:不支持(小版本升级后才能支持SSL特性)
3079
+ # @param FeatureSupport: 标识实例是否支持 SSL特性。
3080
+ # - true:支持。
3081
+ # - false:不支持。
3078
3082
  # @type FeatureSupport: Boolean
3079
- # @param Status: SSL配置状态,1: 配置中 2:配置成功
3083
+ # @param Status: 说明配置 SSL 的状态。
3084
+ # - 1: 配置中。
3085
+ # - 2:配置成功。
3080
3086
  # @type Status: Integer
3081
3087
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3082
3088
  # @type RequestId: String
@@ -4824,11 +4830,14 @@ module TencentCloud
4824
4830
 
4825
4831
  # ModfiyInstancePassword请求参数结构体
4826
4832
  class ModfiyInstancePasswordRequest < TencentCloud::Common::AbstractModel
4827
- # @param InstanceId: 实例ID
4833
+ # @param InstanceId: 实例 ID
4828
4834
  # @type InstanceId: String
4829
- # @param OldPassword: 实例旧密码
4835
+ # @param OldPassword: 实例旧密码。
4830
4836
  # @type OldPassword: String
4831
- # @param Password: 实例新密码
4837
+ # @param Password: 实例新密码。密码复杂度要求如下:
4838
+ # - 长度8 - 30位, 推荐使用12位以上的密码。
4839
+ # - 不能以"/"开头。
4840
+ # - 至少包含小写字母a - z、大写字母A - Z、数字0 - 9、特殊字符 ()~!@#$%^&*-+=_|{}[]:;<>,.?/中的两项。
4832
4841
  # @type Password: String
4833
4842
 
4834
4843
  attr_accessor :InstanceId, :OldPassword, :Password
@@ -4848,7 +4857,7 @@ module TencentCloud
4848
4857
 
4849
4858
  # ModfiyInstancePassword返回参数结构体
4850
4859
  class ModfiyInstancePasswordResponse < TencentCloud::Common::AbstractModel
4851
- # @param TaskId: 任务ID
4860
+ # @param TaskId: 任务 ID
4852
4861
  # @type TaskId: Integer
4853
4862
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4854
4863
  # @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.535
4
+ version: 3.0.537
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-03-22 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common