tencentcloud-sdk-tse 3.0.889 → 3.0.890

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +45 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71f2de16fd57d3a5c78f62ef126a5e74224f048e
4
- data.tar.gz: 8a39907c8c6a660153a91395a490c4701461e60c
3
+ metadata.gz: 467024d8ede1e8a731820543913438fc5019b7d2
4
+ data.tar.gz: e21b6387327a91508d44221b0ef5e3cb5670daf2
5
5
  SHA512:
6
- metadata.gz: a62a9d0ef8b6bfdca9176f8d16c9b2d87d4c01dac91fc73427884d7f85eeb5a8aff6faf34387bee2acf62a5325c00a79702a90850209cc5cd8165e74ffa970b3
7
- data.tar.gz: deeb48256236df89838c53688b29889a9b8cb2b3a90f47a3cf1ffe84c7bc398f5c381b099037aba071f7fb304ceb5e4c3cf1f16fb1cb4f35642b524c66691f42
6
+ metadata.gz: 748b6287c07d37ec7b37e5309c3207ea3a1b7ddfbdfd88ee7862425b476a11a22d5a413d04d2ece8a8475a5d6633932f02962349edc0462ca7b36489035d9e43
7
+ data.tar.gz: 4143d9ce1a47c4157fd7a8a4a8fc83e609a5fe8592a15e7282c44c1ca3e190ccd025a2f299a257464a04681db591ea138453b425835570dd95f496e8eb64c14b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.889
1
+ 3.0.890
@@ -5669,10 +5669,12 @@ module TencentCloud
5669
5669
  # @type Offset: Integer
5670
5670
  # @param Limit: 返回数量,默认为20,最大值为100。
5671
5671
  # @type Limit: Integer
5672
+ # @param Location: 地域
5673
+ # @type Location: :class:`Tencentcloud::Tse.v20201207.models.Location`
5672
5674
 
5673
- attr_accessor :Service, :Namespace, :InstanceId, :Host, :InstanceVersion, :Protocol, :HealthStatus, :Isolate, :Metadatas, :Offset, :Limit
5675
+ attr_accessor :Service, :Namespace, :InstanceId, :Host, :InstanceVersion, :Protocol, :HealthStatus, :Isolate, :Metadatas, :Offset, :Limit, :Location
5674
5676
 
5675
- def initialize(service=nil, namespace=nil, instanceid=nil, host=nil, instanceversion=nil, protocol=nil, healthstatus=nil, isolate=nil, metadatas=nil, offset=nil, limit=nil)
5677
+ def initialize(service=nil, namespace=nil, instanceid=nil, host=nil, instanceversion=nil, protocol=nil, healthstatus=nil, isolate=nil, metadatas=nil, offset=nil, limit=nil, location=nil)
5676
5678
  @Service = service
5677
5679
  @Namespace = namespace
5678
5680
  @InstanceId = instanceid
@@ -5684,6 +5686,7 @@ module TencentCloud
5684
5686
  @Metadatas = metadatas
5685
5687
  @Offset = offset
5686
5688
  @Limit = limit
5689
+ @Location = location
5687
5690
  end
5688
5691
 
5689
5692
  def deserialize(params)
@@ -5705,6 +5708,10 @@ module TencentCloud
5705
5708
  end
5706
5709
  @Offset = params['Offset']
5707
5710
  @Limit = params['Limit']
5711
+ unless params['Location'].nil?
5712
+ @Location = Location.new
5713
+ @Location.deserialize(params['Location'])
5714
+ end
5708
5715
  end
5709
5716
  end
5710
5717
 
@@ -5714,14 +5721,17 @@ module TencentCloud
5714
5721
  # @type TotalCount: Integer
5715
5722
  # @param Content: 服务里实例列表。
5716
5723
  # @type Content: Array
5724
+ # @param Location: 地域
5725
+ # @type Location: :class:`Tencentcloud::Tse.v20201207.models.Location`
5717
5726
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5718
5727
  # @type RequestId: String
5719
5728
 
5720
- attr_accessor :TotalCount, :Content, :RequestId
5729
+ attr_accessor :TotalCount, :Content, :Location, :RequestId
5721
5730
 
5722
- def initialize(totalcount=nil, content=nil, requestid=nil)
5731
+ def initialize(totalcount=nil, content=nil, location=nil, requestid=nil)
5723
5732
  @TotalCount = totalcount
5724
5733
  @Content = content
5734
+ @Location = location
5725
5735
  @RequestId = requestid
5726
5736
  end
5727
5737
 
@@ -5735,6 +5745,10 @@ module TencentCloud
5735
5745
  @Content << governanceinstance_tmp
5736
5746
  end
5737
5747
  end
5748
+ unless params['Location'].nil?
5749
+ @Location = Location.new
5750
+ @Location.deserialize(params['Location'])
5751
+ end
5738
5752
  @RequestId = params['RequestId']
5739
5753
  end
5740
5754
  end
@@ -8974,6 +8988,33 @@ module TencentCloud
8974
8988
  end
8975
8989
  end
8976
8990
 
8991
+ # 新增Location字段,展示zone/region/campus
8992
+ class Location < TencentCloud::Common::AbstractModel
8993
+ # @param Region: 大区
8994
+ # 注意:此字段可能返回 null,表示取不到有效值。
8995
+ # @type Region: String
8996
+ # @param Zone: 可用区
8997
+ # 注意:此字段可能返回 null,表示取不到有效值。
8998
+ # @type Zone: String
8999
+ # @param Campus: 机房
9000
+ # 注意:此字段可能返回 null,表示取不到有效值。
9001
+ # @type Campus: String
9002
+
9003
+ attr_accessor :Region, :Zone, :Campus
9004
+
9005
+ def initialize(region=nil, zone=nil, campus=nil)
9006
+ @Region = region
9007
+ @Zone = zone
9008
+ @Campus = campus
9009
+ end
9010
+
9011
+ def deserialize(params)
9012
+ @Region = params['Region']
9013
+ @Zone = params['Zone']
9014
+ @Campus = params['Campus']
9015
+ end
9016
+ end
9017
+
8977
9018
  # 元数据信息
8978
9019
  class Metadata < TencentCloud::Common::AbstractModel
8979
9020
  # @param Key: 元数据键名。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.889
4
+ version: 3.0.890
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-08-19 00:00:00.000000000 Z
11
+ date: 2024-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common