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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e57d2e1c3b86a9f39cf3270b93369e8f5a7e7f3b
4
- data.tar.gz: 65b6094ca2437d2ab0f69309575e11b227f1bfba
3
+ metadata.gz: ffc7120163dfbab1111df7a8571cac5696d7e232
4
+ data.tar.gz: 8d815b174f5437772a69efa95cd399de9a3f770b
5
5
  SHA512:
6
- metadata.gz: 7b656dd81b273aa0d3fb44f41d231b0ab3f0880de1c66644c96c918f134325ab26524dbc266902cb586021e00936780d22a2467725a7d056cc4900a628c37fc7
7
- data.tar.gz: bfbc4c07ba6f763cc472e5df724a19e52a0ed855de1aa9bd1c273886eb8f4d8b0d1ad54980aae4fad4bc11957aa7f1be278f33a9c9e6bbda6c5c6a4a15e66103
6
+ metadata.gz: 1b4c90ef2f075b9fadd6a1b4a1d137f527fda393f63fa2d50f48ffa0d1dfefd790f6084fae810ea5ef1ca0b55b0f46f055cc2210e73ac0753df681f704d92a94
7
+ data.tar.gz: e5a457a65cac85c1a9daec296e5b7f3b9f20440b4d25df330251637cc263b8aefa209675b70e5d14c1d82d91df1e39cc83c479e6f4dd410e884cb288bfbf3718
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.831
1
+ 3.0.832
@@ -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.831
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-27 00:00:00.000000000 Z
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