tencentcloud-sdk-redis 3.0.429 → 3.0.430
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 +37 -33
- 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: f67d58678521b4d921bba72088d02c0d81107233
|
|
4
|
+
data.tar.gz: 96b1f47d064310bf588183c054dfc47be152f087
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2efed29b4cb8e13da36e2143ce4caa9829e73a20e092046f10a47a1a134c3a50eb8f3b97891b20edb2d167c67688120ecd6df0d7941e464c5ffebb09de42a2b5
|
|
7
|
+
data.tar.gz: 536ff53a6a4d2ecf50a688239996d284764e9108f8aebe59510144ecb8fcc65fef8447c30901b519839a586d6f1ba4778e7bf3b304ae81b018c20e4a841c204a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.430
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -2337,62 +2337,64 @@ module TencentCloud
|
|
|
2337
2337
|
|
|
2338
2338
|
# DescribeInstances请求参数结构体
|
|
2339
2339
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
|
2340
|
-
# @param Limit:
|
|
2340
|
+
# @param Limit: 实例数量,参数默认值20,最大值为1000。
|
|
2341
2341
|
# @type Limit: Integer
|
|
2342
|
-
# @param Offset: 偏移量,取Limit
|
|
2342
|
+
# @param Offset: 偏移量,取Limit整数倍。
|
|
2343
2343
|
# @type Offset: Integer
|
|
2344
|
-
# @param InstanceId: 实例
|
|
2344
|
+
# @param InstanceId: 实例 ID,如:crs-6ubhgouj。
|
|
2345
2345
|
# @type InstanceId: String
|
|
2346
|
-
# @param OrderBy:
|
|
2346
|
+
# @param OrderBy: 实例排序依据,枚举值如下所示:<ul><li>projectId:项目ID。</li><li>createtime:实例创建时间。</li><li>instancename:实例名称。</li><li>type:实例类型。</li><li>curDeadline:实例到期时间。</li></ul>
|
|
2347
2347
|
# @type OrderBy: String
|
|
2348
|
-
# @param OrderType: 1
|
|
2348
|
+
# @param OrderType: 实例排序方式,默认为倒序排序。<ul><li>1:倒序。</li><li>0:顺序。</li></ul>
|
|
2349
2349
|
# @type OrderType: Integer
|
|
2350
|
-
# @param VpcIds: 私有网络ID
|
|
2350
|
+
# @param VpcIds: 私有网络 ID 数组。如果不配置该参数或设置数组为空则默认选择基础网络。例如47525。该参数暂时保留,可忽略。请根据 UniqVpcIds 参数格式设置私有网络ID数组。
|
|
2351
2351
|
# @type VpcIds: Array
|
|
2352
|
-
# @param SubnetIds:
|
|
2352
|
+
# @param SubnetIds: 私有网络所属子网 ID 数组,例如:56854。该参数暂时保留,可忽略。请根据 UniqSubnetIds 参数格式设置私有网络子网 ID 数组。
|
|
2353
2353
|
# @type SubnetIds: Array
|
|
2354
|
-
# @param
|
|
2355
|
-
# @type ProjectIds: Array
|
|
2356
|
-
# @param SearchKey: 查找实例的ID。
|
|
2354
|
+
# @param SearchKey: 设置模糊查询关键字,支持根据实例名称或实例ID模糊查询实例。
|
|
2357
2355
|
# @type SearchKey: String
|
|
2358
|
-
# @param
|
|
2356
|
+
# @param ProjectIds: 项目 ID 组成的数组。
|
|
2357
|
+
# @type ProjectIds: Array
|
|
2358
|
+
# @param InstanceName: 实例名称。
|
|
2359
2359
|
# @type InstanceName: String
|
|
2360
|
-
# @param UniqVpcIds: 私有网络ID
|
|
2360
|
+
# @param UniqVpcIds: 私有网络 ID 数组。如果不配置该参数或者设置数组为空则默认选择基础网络,如:vpc-sad23jfdfk。
|
|
2361
2361
|
# @type UniqVpcIds: Array
|
|
2362
|
-
# @param UniqSubnetIds:
|
|
2362
|
+
# @param UniqSubnetIds: 私有网络所属子网 ID 数组,如:subnet-fdj24n34j2。
|
|
2363
2363
|
# @type UniqSubnetIds: Array
|
|
2364
|
-
# @param RegionIds: 地域ID
|
|
2364
|
+
# @param RegionIds: 地域 ID 数组,该参数已经弃用,可通过公共参数Region查询对应地域。
|
|
2365
2365
|
# @type RegionIds: Array
|
|
2366
|
-
# @param Status:
|
|
2366
|
+
# @param Status: 实例状态。<ul><li>0:待初始化。</li><li>1:流程中。</li><li>2:运行中。</li><li>-2:已隔离。</li><li>-3:待删除。</li></ul>
|
|
2367
2367
|
# @type Status: Array
|
|
2368
|
-
# @param TypeVersion:
|
|
2368
|
+
# @param TypeVersion: 实例架构版本。<ul><li>1:单机版。</li><li>2:主从版。</li><li>3:集群版。</li></ul>
|
|
2369
2369
|
# @type TypeVersion: Integer
|
|
2370
|
-
# @param EngineName:
|
|
2370
|
+
# @param EngineName: 存储引擎信息。可设置为Redis-2.8、Redis-4.0、Redis-5.0、Redis-6.0 或者 CKV。
|
|
2371
2371
|
# @type EngineName: String
|
|
2372
|
-
# @param AutoRenew:
|
|
2372
|
+
# @param AutoRenew: 续费模式。<ul><li>0:默认状态(手动续费)。</li><li>1:自动续费。</li><li>2:明确不自动续费。</ul>
|
|
2373
2373
|
# @type AutoRenew: Array
|
|
2374
|
-
# @param BillingMode:
|
|
2374
|
+
# @param BillingMode: 计费模式。<ul><li>postpaid:按量计费。</li><li>prepaid:包年包月。</li></ul>
|
|
2375
2375
|
# @type BillingMode: String
|
|
2376
|
-
# @param Type:
|
|
2376
|
+
# @param Type: 实例类型。<ul><li>1:Redis 老集群版。</li><li>2:Redis 2.8 主从版。</li><li>3:CKV 主从版。</li><li>4:CKV 集群版。</li><li>5:Redis 2.8 单机版。</li><li>6:Redis 4.0主从版。</li><li>7:Redis 4.0 集群版。</li><li>8:Redis 5.0 主从版。</li><li>9:Redis 5.0 集群版。</li></ul>
|
|
2377
2377
|
# @type Type: Integer
|
|
2378
|
-
# @param SearchKeys:
|
|
2378
|
+
# @param SearchKeys: 设置搜索关键字数组,可根据实例ID、实例名称、完整IP地址查询实例。
|
|
2379
2379
|
# @type SearchKeys: Array
|
|
2380
|
-
# @param TypeList:
|
|
2380
|
+
# @param TypeList: 内部参数,用户可忽略。
|
|
2381
2381
|
# @type TypeList: Array
|
|
2382
|
-
# @param MonitorVersion:
|
|
2382
|
+
# @param MonitorVersion: 内部参数,用户可忽略。
|
|
2383
2383
|
# @type MonitorVersion: String
|
|
2384
|
-
# @param InstanceTags: 根据标签的Key和Value
|
|
2384
|
+
# @param InstanceTags: 根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。
|
|
2385
2385
|
# @type InstanceTags: Array
|
|
2386
|
-
# @param TagKeys: 根据标签的Key
|
|
2386
|
+
# @param TagKeys: 根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。
|
|
2387
2387
|
# @type TagKeys: Array
|
|
2388
|
-
# @param ProductVersions:
|
|
2388
|
+
# @param ProductVersions: 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>cloud:云盘版。</li><li>cdc:独享集群版。</li></ul>
|
|
2389
2389
|
# @type ProductVersions: Array
|
|
2390
|
-
# @param InstanceIds: 批量查询指定的实例
|
|
2390
|
+
# @param InstanceIds: 批量查询指定的实例 ID,返回结果已 Limit 限制为主。
|
|
2391
2391
|
# @type InstanceIds: Array
|
|
2392
|
+
# @param AzMode: 可用区模式。<ul><li>singleaz:单可用区。</li><li>multiaz:多可用区。</li></ul>
|
|
2393
|
+
# @type AzMode: String
|
|
2392
2394
|
|
|
2393
|
-
attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :
|
|
2395
|
+
attr_accessor :Limit, :Offset, :InstanceId, :OrderBy, :OrderType, :VpcIds, :SubnetIds, :SearchKey, :ProjectIds, :InstanceName, :UniqVpcIds, :UniqSubnetIds, :RegionIds, :Status, :TypeVersion, :EngineName, :AutoRenew, :BillingMode, :Type, :SearchKeys, :TypeList, :MonitorVersion, :InstanceTags, :TagKeys, :ProductVersions, :InstanceIds, :AzMode
|
|
2394
2396
|
|
|
2395
|
-
def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil,
|
|
2397
|
+
def initialize(limit=nil, offset=nil, instanceid=nil, orderby=nil, ordertype=nil, vpcids=nil, subnetids=nil, searchkey=nil, projectids=nil, instancename=nil, uniqvpcids=nil, uniqsubnetids=nil, regionids=nil, status=nil, typeversion=nil, enginename=nil, autorenew=nil, billingmode=nil, type=nil, searchkeys=nil, typelist=nil, monitorversion=nil, instancetags=nil, tagkeys=nil, productversions=nil, instanceids=nil, azmode=nil)
|
|
2396
2398
|
@Limit = limit
|
|
2397
2399
|
@Offset = offset
|
|
2398
2400
|
@InstanceId = instanceid
|
|
@@ -2400,8 +2402,8 @@ module TencentCloud
|
|
|
2400
2402
|
@OrderType = ordertype
|
|
2401
2403
|
@VpcIds = vpcids
|
|
2402
2404
|
@SubnetIds = subnetids
|
|
2403
|
-
@ProjectIds = projectids
|
|
2404
2405
|
@SearchKey = searchkey
|
|
2406
|
+
@ProjectIds = projectids
|
|
2405
2407
|
@InstanceName = instancename
|
|
2406
2408
|
@UniqVpcIds = uniqvpcids
|
|
2407
2409
|
@UniqSubnetIds = uniqsubnetids
|
|
@@ -2419,6 +2421,7 @@ module TencentCloud
|
|
|
2419
2421
|
@TagKeys = tagkeys
|
|
2420
2422
|
@ProductVersions = productversions
|
|
2421
2423
|
@InstanceIds = instanceids
|
|
2424
|
+
@AzMode = azmode
|
|
2422
2425
|
end
|
|
2423
2426
|
|
|
2424
2427
|
def deserialize(params)
|
|
@@ -2429,8 +2432,8 @@ module TencentCloud
|
|
|
2429
2432
|
@OrderType = params['OrderType']
|
|
2430
2433
|
@VpcIds = params['VpcIds']
|
|
2431
2434
|
@SubnetIds = params['SubnetIds']
|
|
2432
|
-
@ProjectIds = params['ProjectIds']
|
|
2433
2435
|
@SearchKey = params['SearchKey']
|
|
2436
|
+
@ProjectIds = params['ProjectIds']
|
|
2434
2437
|
@InstanceName = params['InstanceName']
|
|
2435
2438
|
@UniqVpcIds = params['UniqVpcIds']
|
|
2436
2439
|
@UniqSubnetIds = params['UniqSubnetIds']
|
|
@@ -2455,14 +2458,15 @@ module TencentCloud
|
|
|
2455
2458
|
@TagKeys = params['TagKeys']
|
|
2456
2459
|
@ProductVersions = params['ProductVersions']
|
|
2457
2460
|
@InstanceIds = params['InstanceIds']
|
|
2461
|
+
@AzMode = params['AzMode']
|
|
2458
2462
|
end
|
|
2459
2463
|
end
|
|
2460
2464
|
|
|
2461
2465
|
# DescribeInstances返回参数结构体
|
|
2462
2466
|
class DescribeInstancesResponse < TencentCloud::Common::AbstractModel
|
|
2463
|
-
# @param TotalCount:
|
|
2467
|
+
# @param TotalCount: 实例总数量。
|
|
2464
2468
|
# @type TotalCount: Integer
|
|
2465
|
-
# @param InstanceSet:
|
|
2469
|
+
# @param InstanceSet: 实例详细信息列表。
|
|
2466
2470
|
# @type InstanceSet: Array
|
|
2467
2471
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2468
2472
|
# @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.430
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|