tencentcloud-sdk-tdmq 3.0.831 → 3.0.832
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/v20200217/models.rb +7 -2
- 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: ffc7120163dfbab1111df7a8571cac5696d7e232
|
4
|
+
data.tar.gz: 8d815b174f5437772a69efa95cd399de9a3f770b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b4c90ef2f075b9fadd6a1b4a1d137f527fda393f63fa2d50f48ffa0d1dfefd790f6084fae810ea5ef1ca0b55b0f46f055cc2210e73ac0753df681f704d92a94
|
7
|
+
data.tar.gz: e5a457a65cac85c1a9daec296e5b7f3b9f20440b4d25df330251637cc263b8aefa209675b70e5d14c1d82d91df1e39cc83c479e6f4dd410e884cb288bfbf3718
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.832
|
data/lib/v20200217/models.rb
CHANGED
@@ -9067,16 +9067,20 @@ module TencentCloud
|
|
9067
9067
|
# 4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
9068
9068
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9069
9069
|
# @type OperationType: Integer
|
9070
|
+
# @param AccessPointsType: 接入点类型
|
9071
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9072
|
+
# @type AccessPointsType: String
|
9070
9073
|
|
9071
|
-
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType
|
9074
|
+
attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType, :AccessPointsType
|
9072
9075
|
|
9073
|
-
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil)
|
9076
|
+
def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil, accesspointstype=nil)
|
9074
9077
|
@VpcId = vpcid
|
9075
9078
|
@SubnetId = subnetid
|
9076
9079
|
@Endpoint = endpoint
|
9077
9080
|
@InstanceId = instanceid
|
9078
9081
|
@RouteType = routetype
|
9079
9082
|
@OperationType = operationtype
|
9083
|
+
@AccessPointsType = accesspointstype
|
9080
9084
|
end
|
9081
9085
|
|
9082
9086
|
def deserialize(params)
|
@@ -9086,6 +9090,7 @@ module TencentCloud
|
|
9086
9090
|
@InstanceId = params['InstanceId']
|
9087
9091
|
@RouteType = params['RouteType']
|
9088
9092
|
@OperationType = params['OperationType']
|
9093
|
+
@AccessPointsType = params['AccessPointsType']
|
9089
9094
|
end
|
9090
9095
|
end
|
9091
9096
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tdmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.832
|
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-05-
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|