tencentcloud-sdk-gaap 3.0.931 → 3.0.932

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/v20180529/models.rb +26 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddafd31a654d9610e01a86b7986cfe0ea696c058
4
- data.tar.gz: 0749c0c5dcaefa9242c116d310e209d89e1ca9e4
3
+ metadata.gz: b3baab3b95654a688b8fe90002a4ba113242451d
4
+ data.tar.gz: cf990614c3166167f108ad434f621af91a3d9366
5
5
  SHA512:
6
- metadata.gz: c21f0323d89c69c70692182a7d5ba021ff768fecf27561caa33086cb8782c0c7d49d826eea4dad97b9a2f894cdc26177ca2656f4b1fd4857b51ad2189a0c9370
7
- data.tar.gz: be1920a6325f1aa6eb63faa405f86a239c1c77084ed62f70c13eaddee7c364e9438b1904b1e9f1eff79e9484846b645c46a6e4d1390a4680bad87c60db1ba9b2
6
+ metadata.gz: cedb12f85e88505e20e0ff4aa1735dc5ec64e9610bc82d6e8411a6f3bf751d3bc87bf2bafe2e90da9479b872dbfb10c87a965b3175ff975820a11d65d358ca81
7
+ data.tar.gz: 763c697b0f0e10064b47fd5687fef80014e8d66fe24079c3036d8aaaf2043edf526275a919b403f3ae0dd9e6980910edcb22f2e12d027dcbf95f382f4dba2db0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.932
@@ -3828,7 +3828,18 @@ module TencentCloud
3828
3828
  # @type StartTime: String
3829
3829
  # @param EndTime: 结束时间(2019-03-25 12:00:00)
3830
3830
  # @type EndTime: String
3831
- # @param MetricNames: 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets, 丢包率:PacketLoss, 延迟:Latency,http请求量:HttpQPS, Https请求量:HttpsQPS
3831
+ # @param MetricNames: 统计指标名称列表,支持:
3832
+ # 入带宽:InBandwidth,
3833
+ # 出带宽:OutBandwidth,
3834
+ # 并发:Concurrent,
3835
+ # 入包量:InPackets,
3836
+ # 出包量:OutPackets,
3837
+ # 丢包率:PacketLoss,
3838
+ # 延迟:Latency,
3839
+ # HTTP请求量:HttpQPS,
3840
+ # HTTP请求量利用率:HttpQPSPercent,
3841
+ # HTTPS请求量:HttpsQPS,
3842
+ # HTTPS请求量利用率:HttpsQPSPercent
3832
3843
  # @type MetricNames: Array
3833
3844
  # @param Granularity: 监控粒度,目前支持60,300,3600,86400,单位:秒。
3834
3845
  # 当时间范围不超过3天,支持最小粒度60秒;
@@ -4574,7 +4585,7 @@ module TencentCloud
4574
4585
 
4575
4586
  # DescribeTaskStatus请求参数结构体
4576
4587
  class DescribeTaskStatusRequest < TencentCloud::Common::AbstractModel
4577
- # @param TaskId: 任务ID,值为异步接口返回的RequestId
4588
+ # @param TaskId: 任务ID,值为异步接口返回的RequestId,此参数不能传空值。
4578
4589
  # @type TaskId: String
4579
4590
 
4580
4591
  attr_accessor :TaskId
@@ -7785,10 +7796,16 @@ module TencentCloud
7785
7796
  # @type RealServerCertificateDomain: String
7786
7797
  # @param PolyRealServerCertificateIds: 多源站CA证书ID,从证书管理页获取。源站认证时,填写该参数或RealServerCertificateId参数
7787
7798
  # @type PolyRealServerCertificateIds: Array
7799
+ # @param TLSSupportVersion: TLS支持的版本
7800
+ # 支持TLSv1,TLSv1.1,TLSv1.2,TLSv1.3
7801
+ # @type TLSSupportVersion: Array
7802
+ # @param TLSCiphers: 支持的TLS密码套件,可选值为:
7803
+ # [GAAP_TLS_CIPHERS_WIDE,GAAPTLS_CIPHERS_GENERAL,GAAPTLS_CIPHERS_STRICT]
7804
+ # @type TLSCiphers: String
7788
7805
 
7789
- attr_accessor :ListenerId, :Domain, :BasicAuth, :GaapAuth, :RealServerAuth, :BasicAuthConfId, :GaapCertificateId, :RealServerCertificateId, :RealServerCertificateDomain, :PolyRealServerCertificateIds
7806
+ attr_accessor :ListenerId, :Domain, :BasicAuth, :GaapAuth, :RealServerAuth, :BasicAuthConfId, :GaapCertificateId, :RealServerCertificateId, :RealServerCertificateDomain, :PolyRealServerCertificateIds, :TLSSupportVersion, :TLSCiphers
7790
7807
 
7791
- def initialize(listenerid=nil, domain=nil, basicauth=nil, gaapauth=nil, realserverauth=nil, basicauthconfid=nil, gaapcertificateid=nil, realservercertificateid=nil, realservercertificatedomain=nil, polyrealservercertificateids=nil)
7808
+ def initialize(listenerid=nil, domain=nil, basicauth=nil, gaapauth=nil, realserverauth=nil, basicauthconfid=nil, gaapcertificateid=nil, realservercertificateid=nil, realservercertificatedomain=nil, polyrealservercertificateids=nil, tlssupportversion=nil, tlsciphers=nil)
7792
7809
  @ListenerId = listenerid
7793
7810
  @Domain = domain
7794
7811
  @BasicAuth = basicauth
@@ -7799,6 +7816,8 @@ module TencentCloud
7799
7816
  @RealServerCertificateId = realservercertificateid
7800
7817
  @RealServerCertificateDomain = realservercertificatedomain
7801
7818
  @PolyRealServerCertificateIds = polyrealservercertificateids
7819
+ @TLSSupportVersion = tlssupportversion
7820
+ @TLSCiphers = tlsciphers
7802
7821
  end
7803
7822
 
7804
7823
  def deserialize(params)
@@ -7812,6 +7831,8 @@ module TencentCloud
7812
7831
  @RealServerCertificateId = params['RealServerCertificateId']
7813
7832
  @RealServerCertificateDomain = params['RealServerCertificateDomain']
7814
7833
  @PolyRealServerCertificateIds = params['PolyRealServerCertificateIds']
7834
+ @TLSSupportVersion = params['TLSSupportVersion']
7835
+ @TLSCiphers = params['TLSCiphers']
7815
7836
  end
7816
7837
  end
7817
7838
 
@@ -7835,7 +7856,7 @@ module TencentCloud
7835
7856
  class SetTlsVersionRequest < TencentCloud::Common::AbstractModel
7836
7857
  # @param ListenerId: 监听器ID
7837
7858
  # @type ListenerId: String
7838
- # @param TLSSupportVersion: TLS版本,可选TLSv1.0、TLSv1.1、TLSv1.2、TLSv1.3
7859
+ # @param TLSSupportVersion: TLS版本,可选TLSv1、TLSv1.1、TLSv1.2、TLSv1.3
7839
7860
  # @type TLSSupportVersion: Array
7840
7861
  # @param TLSCiphers: 密码套件包,可选 GAAP_TLS_CIPHERS_STRICT,GAAP_TLS_CIPHERS_GENERAL,GAAP_TLS_CIPHERS_WIDE(默认)
7841
7862
  # @type TLSCiphers: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.931
4
+ version: 3.0.932
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-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common