tencentcloud-sdk-tdmq 3.0.725 → 3.0.726

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ed401b0089810afa512f9403213698c4871c6ac
4
- data.tar.gz: eddc01a558b1ab13ed6a977b0cd2b663d455a74f
3
+ metadata.gz: 348b177bb3d33cf161426ef9758397416a5d83c6
4
+ data.tar.gz: 7ee7ac0215569859cdeb40a68e86ae11e691ce1a
5
5
  SHA512:
6
- metadata.gz: 5980a13c2815268e0b369f92f1667a09bf8c2a7a6650785045eb9d63072f69aafa15964e08d96ef053527447dce553f0582a5f4bb1515152a6d4dbd3535363c4
7
- data.tar.gz: 6155a0d9fe1c7766a48a676654c40a02f4a97f2f022932849b96855b63aefdc9a28fe3bddf9635615c7571fcb6028f3cffc0f13d61c7a24eaceaa8587c9d760f
6
+ metadata.gz: 6b3ae90109ffb95723be00bffc6a619d88ad740c4e9fc83f31509594cd449930d06284796be2d04f5a6a865a1d493b4a6a2455957880feb421b0f27071e25a30
7
+ data.tar.gz: 808de698497ab5ae2312b4b543afe9d7b5ae66b2277e06bff239fcfa426de0c6518563e6bbc4d282146e175ea7412fab39661fad584e7e3351d7eafe8f3280ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.725
1
+ 3.0.726
@@ -8576,15 +8576,22 @@ module TencentCloud
8576
8576
  # 1:VPC接入点
8577
8577
  # 2:公网接入点
8578
8578
  # @type RouteType: Integer
8579
+ # @param OperationType: 0:本地域访问,由于并没有配置跨地域容灾,所该类型的接入点,无法进行异地切换、异地访问切回;
8580
+ # 1:本地域访问,由于配置了跨地域容灾,随时可以进行异地切换,该状态用于主集群的接入点
8581
+ # 2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
8582
+ # 3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
8583
+ # 注意:此字段可能返回 null,表示取不到有效值。
8584
+ # @type OperationType: Integer
8579
8585
 
8580
- attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType
8586
+ attr_accessor :VpcId, :SubnetId, :Endpoint, :InstanceId, :RouteType, :OperationType
8581
8587
 
8582
- def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil)
8588
+ def initialize(vpcid=nil, subnetid=nil, endpoint=nil, instanceid=nil, routetype=nil, operationtype=nil)
8583
8589
  @VpcId = vpcid
8584
8590
  @SubnetId = subnetid
8585
8591
  @Endpoint = endpoint
8586
8592
  @InstanceId = instanceid
8587
8593
  @RouteType = routetype
8594
+ @OperationType = operationtype
8588
8595
  end
8589
8596
 
8590
8597
  def deserialize(params)
@@ -8593,6 +8600,7 @@ module TencentCloud
8593
8600
  @Endpoint = params['Endpoint']
8594
8601
  @InstanceId = params['InstanceId']
8595
8602
  @RouteType = params['RouteType']
8603
+ @OperationType = params['OperationType']
8596
8604
  end
8597
8605
  end
8598
8606
 
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.725
4
+ version: 3.0.726
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common