tencentcloud-sdk-tdmq 3.0.831 → 3.0.833

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: e57d2e1c3b86a9f39cf3270b93369e8f5a7e7f3b
4
- data.tar.gz: 65b6094ca2437d2ab0f69309575e11b227f1bfba
3
+ metadata.gz: e76e16f44528389581cb2bd855f60dcdd3d532d6
4
+ data.tar.gz: 458fd2ff9dd8249e5d9c673b9c4658edb55f4b95
5
5
  SHA512:
6
- metadata.gz: 7b656dd81b273aa0d3fb44f41d231b0ab3f0880de1c66644c96c918f134325ab26524dbc266902cb586021e00936780d22a2467725a7d056cc4900a628c37fc7
7
- data.tar.gz: bfbc4c07ba6f763cc472e5df724a19e52a0ed855de1aa9bd1c273886eb8f4d8b0d1ad54980aae4fad4bc11957aa7f1be278f33a9c9e6bbda6c5c6a4a15e66103
6
+ metadata.gz: cfc35a1eeb620197e5cc310b9f87416911df2c1d0399b467f7031dec1cc203d2ed06f3898a9ae614575c41e422a5c731d9d59c1e2bfa912a9538473cb88a2775
7
+ data.tar.gz: 603d9185373b51bf45f8198f9456825d66356c8b13107ede78b0e15743f5ffba650fc1e7973194e736c237c79baee43d4c114c9ae0a2819b00dbbbb3bc6ddf97
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.831
1
+ 3.0.833
@@ -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.833
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-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common