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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/models.rb +28 -12
- 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: fbbdbf59f1c0606ef9ab6ef91fa7611f451bf534
|
4
|
+
data.tar.gz: 2a9633fbed5fe384f4d1c05523635bb5ed8de5ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 841846ece24986cef8284c363b12901745f8227f091e108d432e397663fd16ff60a1427f826d6762f04e1c7abd2d5192ce8e8c40a891f94c019507abb9997422
|
7
|
+
data.tar.gz: 6406e2e9f442c85ed91f94d116b8d55e2254f50faf51256aef55ce56f742ae6f5d17556027f6e93f5e8bd73799d3339a4ac8a3e4da9a77d0a3936de2088b9502
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.895
|
data/lib/v20190107/models.rb
CHANGED
@@ -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:
|
10640
|
+
# @param ClusterId: 请使用 集群信息描述(https://cloud.tencent.com/document/api/1003/48086) 获取 clusterId。
|
10625
10641
|
# @type ClusterId: String
|
10626
|
-
# @param InstanceId:
|
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.
|
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-
|
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
|