tencentcloud-sdk-cdwpg 3.0.1025 → 3.0.1026

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201230/models.rb +42 -42
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea4db449d009c3d9fd2514a5ef68b0aa7ae0a145
4
- data.tar.gz: 334c5cd75ad2adb74f70af4c2b0ccd0b5bbe8b09
3
+ metadata.gz: 3fdcf9dea69c77e7e51e75e9017a7813cdd6439e
4
+ data.tar.gz: 528f68ffafc33778bda4f6ec2e8b9e6ae36810ef
5
5
  SHA512:
6
- metadata.gz: 3d03c6de0fdcb05de70916167592b880d83a16c121856f8798b9df7e93192beb6811741f9ef8eb08e96facee152da38c85413cbe331d68ae9fe322684aeee85a
7
- data.tar.gz: e59d9e60a30e3897f5da0486211f5b2468ee5bd9a872730b434480fe726bcda6c238d219eee6065692e05f64c1213626d073ba4dc52a75a5eff32fb41efcd134
6
+ metadata.gz: c1b5c85706ba8dd9f4207623e2fb87461a95791fc64299bd97722d8dea0543ffee88e852a683f94c32c1ca4551bd14d8ed46d54e96040790d8010fd2f4ced657
7
+ data.tar.gz: dbddd19e17ada5d251fa5813f36a18b9c9643ad9f00f019cec785e1abaa1e02301dc4c4d21fdc54c1fc36db1b35a58a0c101dadfd59726e0e76a3a48c33b318f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1025
1
+ 3.0.1026
@@ -926,15 +926,15 @@ module TencentCloud
926
926
 
927
927
  # DescribeSimpleInstances请求参数结构体
928
928
  class DescribeSimpleInstancesRequest < TencentCloud::Common::AbstractModel
929
- # @param SearchInstanceId: 11
929
+ # @param SearchInstanceId: 用集群id搜索
930
930
  # @type SearchInstanceId: String
931
- # @param SearchInstanceName: 11
931
+ # @param SearchInstanceName: 用集群名字搜索
932
932
  # @type SearchInstanceName: String
933
- # @param Offset: 11
933
+ # @param Offset: 分页参数,第一页为0,第二页为10
934
934
  # @type Offset: Integer
935
- # @param Limit: 11
935
+ # @param Limit: 分页参数,分页步长,默认为10
936
936
  # @type Limit: Integer
937
- # @param SearchTags: 11
937
+ # @param SearchTags: 用标签列表搜索
938
938
  # @type SearchTags: Array
939
939
 
940
940
  attr_accessor :SearchInstanceId, :SearchInstanceName, :Offset, :Limit, :SearchTags
@@ -958,13 +958,13 @@ module TencentCloud
958
958
 
959
959
  # DescribeSimpleInstances返回参数结构体
960
960
  class DescribeSimpleInstancesResponse < TencentCloud::Common::AbstractModel
961
- # @param TotalCount: 1
961
+ # @param TotalCount: 集群列表总数
962
962
  # 注意:此字段可能返回 null,表示取不到有效值。
963
963
  # @type TotalCount: Integer
964
- # @param InstancesList: 1
964
+ # @param InstancesList: 集群列表详情
965
965
  # 注意:此字段可能返回 null,表示取不到有效值。
966
966
  # @type InstancesList: Array
967
- # @param ErrorMsg: -
967
+ # @param ErrorMsg: 错误信息
968
968
  # 注意:此字段可能返回 null,表示取不到有效值。
969
969
  # @type ErrorMsg: String
970
970
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1610,55 +1610,55 @@ module TencentCloud
1610
1610
 
1611
1611
  # 精简集群信息
1612
1612
  class InstanceSimpleInfoNew < TencentCloud::Common::AbstractModel
1613
- # @param ID: 1
1613
+ # @param ID: ID
1614
1614
  # 注意:此字段可能返回 null,表示取不到有效值。
1615
1615
  # @type ID: Integer
1616
- # @param InstanceId: 1
1616
+ # @param InstanceId: 集群Id
1617
1617
  # 注意:此字段可能返回 null,表示取不到有效值。
1618
1618
  # @type InstanceId: String
1619
- # @param InstanceName: 1
1619
+ # @param InstanceName: 集群名字
1620
1620
  # 注意:此字段可能返回 null,表示取不到有效值。
1621
1621
  # @type InstanceName: String
1622
- # @param Version: 1
1622
+ # @param Version: 内核版本
1623
1623
  # 注意:此字段可能返回 null,表示取不到有效值。
1624
1624
  # @type Version: String
1625
- # @param Region: 1
1625
+ # @param Region: 地域
1626
1626
  # 注意:此字段可能返回 null,表示取不到有效值。
1627
1627
  # @type Region: String
1628
- # @param RegionId: 1
1628
+ # @param RegionId: 地域Id
1629
1629
  # 注意:此字段可能返回 null,表示取不到有效值。
1630
1630
  # @type RegionId: Integer
1631
- # @param RegionDesc: 1
1631
+ # @param RegionDesc: 地域详情
1632
1632
  # 注意:此字段可能返回 null,表示取不到有效值。
1633
1633
  # @type RegionDesc: String
1634
- # @param Zone: 1
1634
+ # @param Zone: 地区
1635
1635
  # 注意:此字段可能返回 null,表示取不到有效值。
1636
1636
  # @type Zone: String
1637
- # @param ZoneId: 1
1637
+ # @param ZoneId: 地区id
1638
1638
  # 注意:此字段可能返回 null,表示取不到有效值。
1639
1639
  # @type ZoneId: Integer
1640
- # @param ZoneDesc: 1
1640
+ # @param ZoneDesc: 地区详情
1641
1641
  # 注意:此字段可能返回 null,表示取不到有效值。
1642
1642
  # @type ZoneDesc: String
1643
- # @param VpcId: 1
1643
+ # @param VpcId: 私有网络
1644
1644
  # 注意:此字段可能返回 null,表示取不到有效值。
1645
1645
  # @type VpcId: String
1646
- # @param SubnetId: 1
1646
+ # @param SubnetId: 子网
1647
1647
  # 注意:此字段可能返回 null,表示取不到有效值。
1648
1648
  # @type SubnetId: String
1649
- # @param CreateTime: 1
1649
+ # @param CreateTime: 开始时间
1650
1650
  # 注意:此字段可能返回 null,表示取不到有效值。
1651
1651
  # @type CreateTime: String
1652
- # @param ExpireTime: 1
1652
+ # @param ExpireTime: 过期时间
1653
1653
  # 注意:此字段可能返回 null,表示取不到有效值。
1654
1654
  # @type ExpireTime: String
1655
- # @param AccessInfo: 1
1655
+ # @param AccessInfo: 访问地址
1656
1656
  # 注意:此字段可能返回 null,表示取不到有效值。
1657
1657
  # @type AccessInfo: String
1658
- # @param PayMode: 1
1658
+ # @param PayMode: 计费方式
1659
1659
  # 注意:此字段可能返回 null,表示取不到有效值。
1660
1660
  # @type PayMode: String
1661
- # @param RenewFlag: 1
1661
+ # @param RenewFlag: 自动续费
1662
1662
  # 注意:此字段可能返回 null,表示取不到有效值。
1663
1663
  # @type RenewFlag: Boolean
1664
1664
 
@@ -2198,7 +2198,7 @@ module TencentCloud
2198
2198
  # @param DiskSpec: 磁盘信息
2199
2199
  # 注意:此字段可能返回 null,表示取不到有效值。
2200
2200
  # @type DiskSpec: :class:`Tencentcloud::Cdwpg.v20201230.models.CBSSpecInfo`
2201
- # @param Type: 资源类型,DATA
2201
+ # @param Type: 节点类型,cn 或dn
2202
2202
  # 注意:此字段可能返回 null,表示取不到有效值。
2203
2203
  # @type Type: String
2204
2204
 
@@ -2431,52 +2431,52 @@ module TencentCloud
2431
2431
 
2432
2432
  # 集群信息
2433
2433
  class SimpleInstanceInfo < TencentCloud::Common::AbstractModel
2434
- # @param ID: 1
2434
+ # @param ID: ID
2435
2435
  # 注意:此字段可能返回 null,表示取不到有效值。
2436
2436
  # @type ID: Integer
2437
- # @param InstanceId: 1
2437
+ # @param InstanceId: 集群Id
2438
2438
  # 注意:此字段可能返回 null,表示取不到有效值。
2439
2439
  # @type InstanceId: String
2440
- # @param InstanceName: 1
2440
+ # @param InstanceName: 集群名字
2441
2441
  # 注意:此字段可能返回 null,表示取不到有效值。
2442
2442
  # @type InstanceName: String
2443
- # @param Version: 1
2443
+ # @param Version: 内核版本
2444
2444
  # 注意:此字段可能返回 null,表示取不到有效值。
2445
2445
  # @type Version: String
2446
- # @param Region: 1
2446
+ # @param Region: 地域
2447
2447
  # 注意:此字段可能返回 null,表示取不到有效值。
2448
2448
  # @type Region: String
2449
- # @param Zone: 1
2449
+ # @param Zone: 地区
2450
2450
  # 注意:此字段可能返回 null,表示取不到有效值。
2451
2451
  # @type Zone: String
2452
- # @param UserVPCID: 1
2452
+ # @param UserVPCID: 私有网络
2453
2453
  # 注意:此字段可能返回 null,表示取不到有效值。
2454
2454
  # @type UserVPCID: String
2455
- # @param UserSubnetID: 1
2455
+ # @param UserSubnetID: 子网
2456
2456
  # 注意:此字段可能返回 null,表示取不到有效值。
2457
2457
  # @type UserSubnetID: String
2458
- # @param CreateTime: 1
2458
+ # @param CreateTime: 开始时间
2459
2459
  # 注意:此字段可能返回 null,表示取不到有效值。
2460
2460
  # @type CreateTime: String
2461
- # @param ExpireTime: 1
2461
+ # @param ExpireTime: 到期时间
2462
2462
  # 注意:此字段可能返回 null,表示取不到有效值。
2463
2463
  # @type ExpireTime: String
2464
- # @param AccessInfo: 1
2464
+ # @param AccessInfo: 访问地址
2465
2465
  # 注意:此字段可能返回 null,表示取不到有效值。
2466
2466
  # @type AccessInfo: String
2467
- # @param RenewFlag: 1
2467
+ # @param RenewFlag: 自动续费开关,0为不自动续费,1为自动续费
2468
2468
  # 注意:此字段可能返回 null,表示取不到有效值。
2469
2469
  # @type RenewFlag: Integer
2470
- # @param ChargeProperties: 1
2470
+ # @param ChargeProperties: 计费方式
2471
2471
  # 注意:此字段可能返回 null,表示取不到有效值。
2472
2472
  # @type ChargeProperties: :class:`Tencentcloud::Cdwpg.v20201230.models.ChargeProperties`
2473
- # @param Resources: 1
2473
+ # @param Resources: 资源集合
2474
2474
  # 注意:此字段可能返回 null,表示取不到有效值。
2475
2475
  # @type Resources: Array
2476
- # @param Tags: 1
2476
+ # @param Tags: 标签列表
2477
2477
  # 注意:此字段可能返回 null,表示取不到有效值。
2478
2478
  # @type Tags: Array
2479
- # @param Status: 1
2479
+ # @param Status: 集群状态
2480
2480
  # 注意:此字段可能返回 null,表示取不到有效值。
2481
2481
  # @type Status: Integer
2482
2482
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwpg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1025
4
+ version: 3.0.1026
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-03-23 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common