tencentcloud-sdk-cynosdb 3.0.894 → 3.0.895

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/v20190107/models.rb +28 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3e7f2c3b1866952430e20d511cf7747a4ae83bb
4
- data.tar.gz: 8c256e8ca7a1bbcdd7186d0691e2894439644a6f
3
+ metadata.gz: fbbdbf59f1c0606ef9ab6ef91fa7611f451bf534
4
+ data.tar.gz: 2a9633fbed5fe384f4d1c05523635bb5ed8de5ce
5
5
  SHA512:
6
- metadata.gz: fd5597f80a1f5126dad2f867d73d3698ee161a24fc91d39175f14f30d3f3a59617a8bf45112331c441af34e49461a1d2f2a3929c0c40da0dbbac9588ec40c404
7
- data.tar.gz: 064764bc3a5e9a34b34f71b295a6a3e9135d452b95793fc8ed93db708cbe1da9690f1bd95308dd85fb32e5cb2b664c0f63ef596f62a064f4f37bd7c1367028f6
6
+ metadata.gz: 841846ece24986cef8284c363b12901745f8227f091e108d432e397663fd16ff60a1427f826d6762f04e1c7abd2d5192ce8e8c40a891f94c019507abb9997422
7
+ data.tar.gz: 6406e2e9f442c85ed91f94d116b8d55e2254f50faf51256aef55ce56f742ae6f5d17556027f6e93f5e8bd73799d3339a4ac8a3e4da9a77d0a3936de2088b9502
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.894
1
+ 3.0.895
@@ -2614,10 +2614,9 @@ module TencentCloud
2614
2614
 
2615
2615
  # CreateResourcePackage请求参数结构体
2616
2616
  class CreateResourcePackageRequest < TencentCloud::Common::AbstractModel
2617
- # @param InstanceType: 实例类型
2617
+ # @param InstanceType: 实例类型,目前固定传cynosdb-serverless
2618
2618
  # @type InstanceType: String
2619
- # @param PackageRegion: 资源包使用地域
2620
- # china-中国内地通用,overseas-港澳台及海外通用
2619
+ # @param PackageRegion: 资源包使用地域chineseMainland-中国内地通用,overseas-港澳台及海外通用
2621
2620
  # @type PackageRegion: String
2622
2621
  # @param PackageType: 资源包类型:CCU-计算资源包,DISK-存储资源包
2623
2622
  # @type PackageType: String
@@ -10594,44 +10593,61 @@ module TencentCloud
10594
10593
 
10595
10594
  # OpenClusterReadOnlyInstanceGroupAccess请求参数结构体
10596
10595
  class OpenClusterReadOnlyInstanceGroupAccessRequest < TencentCloud::Common::AbstractModel
10596
+ # @param ClusterId: 集群ID
10597
+ # @type ClusterId: String
10598
+ # @param Port: 端口
10599
+ # @type Port: String
10600
+ # @param SecurityGroupIds: 安全组ID
10601
+ # @type SecurityGroupIds: Array
10597
10602
 
10603
+ attr_accessor :ClusterId, :Port, :SecurityGroupIds
10598
10604
 
10599
- def initialize()
10605
+ def initialize(clusterid=nil, port=nil, securitygroupids=nil)
10606
+ @ClusterId = clusterid
10607
+ @Port = port
10608
+ @SecurityGroupIds = securitygroupids
10600
10609
  end
10601
10610
 
10602
10611
  def deserialize(params)
10612
+ @ClusterId = params['ClusterId']
10613
+ @Port = params['Port']
10614
+ @SecurityGroupIds = params['SecurityGroupIds']
10603
10615
  end
10604
10616
  end
10605
10617
 
10606
10618
  # OpenClusterReadOnlyInstanceGroupAccess返回参数结构体
10607
10619
  class OpenClusterReadOnlyInstanceGroupAccessResponse < TencentCloud::Common::AbstractModel
10620
+ # @param FlowId: 开启流程ID
10621
+ # @type FlowId: String
10608
10622
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10609
10623
  # @type RequestId: String
10610
10624
 
10611
- attr_accessor :RequestId
10625
+ attr_accessor :FlowId, :RequestId
10612
10626
 
10613
- def initialize(requestid=nil)
10627
+ def initialize(flowid=nil, requestid=nil)
10628
+ @FlowId = flowid
10614
10629
  @RequestId = requestid
10615
10630
  end
10616
10631
 
10617
10632
  def deserialize(params)
10633
+ @FlowId = params['FlowId']
10618
10634
  @RequestId = params['RequestId']
10619
10635
  end
10620
10636
  end
10621
10637
 
10622
10638
  # OpenReadOnlyInstanceExclusiveAccess请求参数结构体
10623
10639
  class OpenReadOnlyInstanceExclusiveAccessRequest < TencentCloud::Common::AbstractModel
10624
- # @param ClusterId: 集群ID
10640
+ # @param ClusterId: 请使用 集群信息描述(https://cloud.tencent.com/document/api/1003/48086) 获取 clusterId。
10625
10641
  # @type ClusterId: String
10626
- # @param InstanceId: 需要开通独有访问的只读实例ID
10642
+ # @param InstanceId: 请使用 集群信息描述(https://cloud.tencent.com/document/api/1003/48086) 获取 instanceId。
10627
10643
  # @type InstanceId: String
10628
- # @param VpcId: 指定的vpc ID
10644
+ # @param VpcId: 指定的vpc ID,请使用 查询私有网络列表(https://cloud.tencent.com/document/api/215/15778) 获取 vpc ID。
10629
10645
  # @type VpcId: String
10630
- # @param SubnetId: 指定的子网ID
10646
+ # @param SubnetId: 指定的子网 ID,如果设置了 vpc ID,则 SubnetId 必填,请使用 查询子网列表(https://cloud.tencent.com/document/api/215/15784)获取 SubnetId。
10631
10647
  # @type SubnetId: String
10632
- # @param Port: 端口
10648
+ # @param Port: 用户自定义的端口
10633
10649
  # @type Port: Integer
10634
- # @param SecurityGroupIds: 安全组
10650
+ # @param SecurityGroupIds: 安全组ID,请使用 查看安全组(https://cloud.tencent.com/document/api/215/15808)获取 SecurityGroupId。
10635
10651
  # @type SecurityGroupIds: Array
10636
10652
 
10637
10653
  attr_accessor :ClusterId, :InstanceId, :VpcId, :SubnetId, :Port, :SecurityGroupIds
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.894
4
+ version: 3.0.895
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-26 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common