tencentcloud-sdk-tcm 3.0.460 → 3.0.462

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/v20210413/models.rb +28 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8de81e3d20c82bd7d3e4a76ba2a9fdff410186c3
4
- data.tar.gz: 46617e06e998aeedb742f802eb325bd11a8f53c4
3
+ metadata.gz: 49f0497a583eff8e56ee406cdb88ccd6f376e61e
4
+ data.tar.gz: 0c46470dc56f3a07ec406c15524d3f7c134f4c90
5
5
  SHA512:
6
- metadata.gz: 795cb3c2c4d71e34027430c1ee6f8f86ffa4b6fa13e7b292926b7c3cfabdad8fb4f28233b2458bc3431c6c46f438356e9c7f603ab63f8f6c70211f74995c9dac
7
- data.tar.gz: 822ba114557c74f218372e031c771c8df5d5b521513be737ec9900bc1a825d0e50d2a41de4465bc978ed801117c9198f99946fcdabc4fa2b433e0ff1e5c7cfbd
6
+ metadata.gz: ed24450cb8062d26819478bdaef43c8938620ac594d807c6be757213a08de1054ae8d558796f8e6863cb160552ed76abb323934940b889d365df8f2bc9262cfb
7
+ data.tar.gz: 82fce5d9b2ad5eca022cec72e9b4c52da89a5c81eef8457b25d6a2c0410a030e3e2379c340b5b7eb371da260cbd9e782952d8f6c416780a635931caee052cfc0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.460
1
+ 3.0.462
@@ -543,25 +543,40 @@ module TencentCloud
543
543
  # @type File: String
544
544
  # @param Format: 访问日志的格式。
545
545
  # @type Format: String
546
- # @param Encoding: 访问日志输出编码。默认 TEXT”。除此之外还有“JSON
546
+ # @param Encoding: 访问日志输出编码,可取值为 "TEXT" 或 "JSON",默认 TEXT"
547
547
  # @type Encoding: String
548
548
  # @param SelectedRange: 选中的范围
549
549
  # 注意:此字段可能返回 null,表示取不到有效值。
550
550
  # @type SelectedRange: :class:`Tencentcloud::Tcm.v20210413.models.SelectedRange`
551
- # @param Template: 采用的模板,可取值为"istio, trace,默认为istio
552
- # 注意:此字段可能返回 null,表示取不到有效值。
551
+ # @param Template: 采用的模板,可取值为"istio" 或 "trace",默认为"istio"
553
552
  # @type Template: String
553
+ # @param CLS: 腾讯云日志服务相关参数
554
+ # @type CLS: :class:`Tencentcloud::Tcm.v20210413.models.CLS`
555
+ # @param Address: GRPC第三方服务器地址
556
+ # @type Address: String
557
+ # @param EnableServer: 是否启用GRPC第三方服务器
558
+ # @type EnableServer: Boolean
559
+ # @param EnableStdout: 是否启用标准输出
560
+ # @type EnableStdout: Boolean
561
+ # @param Enable: 是否启用访问日志采集
562
+ # 注意:此字段可能返回 null,表示取不到有效值。
563
+ # @type Enable: Boolean
554
564
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
555
565
  # @type RequestId: String
556
566
 
557
- attr_accessor :File, :Format, :Encoding, :SelectedRange, :Template, :RequestId
567
+ attr_accessor :File, :Format, :Encoding, :SelectedRange, :Template, :CLS, :Address, :EnableServer, :EnableStdout, :Enable, :RequestId
558
568
 
559
- def initialize(file=nil, format=nil, encoding=nil, selectedrange=nil, template=nil, requestid=nil)
569
+ def initialize(file=nil, format=nil, encoding=nil, selectedrange=nil, template=nil, cls=nil, address=nil, enableserver=nil, enablestdout=nil, enable=nil, requestid=nil)
560
570
  @File = file
561
571
  @Format = format
562
572
  @Encoding = encoding
563
573
  @SelectedRange = selectedrange
564
574
  @Template = template
575
+ @CLS = cls
576
+ @Address = address
577
+ @EnableServer = enableserver
578
+ @EnableStdout = enablestdout
579
+ @Enable = enable
565
580
  @RequestId = requestid
566
581
  end
567
582
 
@@ -574,6 +589,14 @@ module TencentCloud
574
589
  @SelectedRange.deserialize(params['SelectedRange'])
575
590
  end
576
591
  @Template = params['Template']
592
+ unless params['CLS'].nil?
593
+ @CLS = CLS.new
594
+ @CLS.deserialize(params['CLS'])
595
+ end
596
+ @Address = params['Address']
597
+ @EnableServer = params['EnableServer']
598
+ @EnableStdout = params['EnableStdout']
599
+ @Enable = params['Enable']
577
600
  @RequestId = params['RequestId']
578
601
  end
579
602
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.460
4
+ version: 3.0.462
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-28 00:00:00.000000000 Z
11
+ date: 2022-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common