tencentcloud-sdk-tdmq 3.0.830 → 3.0.832

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 844f8abef8eefdaf29b47b9bc51fda8364ccff1f
4
- data.tar.gz: bb01ccc213f43b281000a9f2fe8c9133cd911c82
3
+ metadata.gz: ffc7120163dfbab1111df7a8571cac5696d7e232
4
+ data.tar.gz: 8d815b174f5437772a69efa95cd399de9a3f770b
5
5
  SHA512:
6
- metadata.gz: a466bc068360b11ba4c5e504ad98bcd84a9250eba446f0f752668976e475ba9318eb43535b10d7c5a46f2b15d0583c399a1849e8b280155715ddc282a2baee05
7
- data.tar.gz: c3d7114a706bb0e0a76b52b5b67c45daf37fd1be9810cf5bdd8fa229b32769d66763574a18a302246531b1704a88c86a3fa5dea93046ad3a9a8da7044fdb83c5
6
+ metadata.gz: 1b4c90ef2f075b9fadd6a1b4a1d137f527fda393f63fa2d50f48ffa0d1dfefd790f6084fae810ea5ef1ca0b55b0f46f055cc2210e73ac0753df681f704d92a94
7
+ data.tar.gz: e5a457a65cac85c1a9daec296e5b7f3b9f20440b4d25df330251637cc263b8aefa209675b70e5d14c1d82d91df1e39cc83c479e6f4dd410e884cb288bfbf3718
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.830
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.830
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-26 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