tencentcloud-sdk-waf 3.0.941 → 3.0.942

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: d90363f303a59061a7c545e3cc4d22af08291eef
4
- data.tar.gz: d15eba7baf15812f52eb79a536aa4dc4fd43dfb0
3
+ metadata.gz: 57b7bf9581fcf4988a188d1bd3fe67980d36d878
4
+ data.tar.gz: 958fe8e816cae7012e35152f864713934b567ba6
5
5
  SHA512:
6
- metadata.gz: 9b9fdc5d3ed10642c72fdbc3329b2bb9be695247fa525aa97c9ae5715fd0c7b6f18d55edaae64e34f2b0c57fd960ae3dfbb97375f12e9f31cbd95f3937bd3664
7
- data.tar.gz: 43d5606045cc97c49a5816c32f93da41081778042747dacc4a87081e6e8d0ada80c966bb1abc28e8a903de07285c6c7ee7c63d12e8d17136a34ae2d918cc9e20
6
+ metadata.gz: 82931bc92ac286e5a6c2facb11513888b817cd8405326622f539aa69762c8568e6141c1f961931c3fdb2dcaf9bc3fd644bbf56499c21eced4e227ea4577917a2
7
+ data.tar.gz: 15fe20763f7ce60544a58bdf080dffd4c187d55b31885651548a5565643e1f9a7617422ef98a796919fc4f91dc3d773bfbb29d620f0d87a376cce726b2d18f98
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.942
@@ -7546,10 +7546,12 @@ module TencentCloud
7546
7546
  # @type GmSSLId: String
7547
7547
  # @param Labels: 域名标签
7548
7548
  # @type Labels: Array
7549
+ # @param ProbeStatus: 拨测状态。 0: 禁用拨测, 1: 启用拨测
7550
+ # @type ProbeStatus: Integer
7549
7551
 
7550
- attr_accessor :Domain, :DomainId, :InstanceId, :Edition, :InstanceName, :Cert, :CreateTime, :Engine, :HttpsRewrite, :HttpsUpstreamPort, :IsCdn, :IsGray, :IsHttp2, :IsWebsocket, :LoadBalance, :Mode, :PrivateKey, :SSLId, :UpstreamDomain, :UpstreamType, :SrcList, :Ports, :CertType, :UpstreamScheme, :Cls, :Cname, :IsKeepAlive, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :Weights, :IpHeaders, :XFFReset, :Note, :UpstreamHost, :Level, :ProxyBuffer, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :Labels
7552
+ attr_accessor :Domain, :DomainId, :InstanceId, :Edition, :InstanceName, :Cert, :CreateTime, :Engine, :HttpsRewrite, :HttpsUpstreamPort, :IsCdn, :IsGray, :IsHttp2, :IsWebsocket, :LoadBalance, :Mode, :PrivateKey, :SSLId, :UpstreamDomain, :UpstreamType, :SrcList, :Ports, :CertType, :UpstreamScheme, :Cls, :Cname, :IsKeepAlive, :ActiveCheck, :TLSVersion, :Ciphers, :CipherTemplate, :ProxyReadTimeout, :ProxySendTimeout, :SniType, :SniHost, :Weights, :IpHeaders, :XFFReset, :Note, :UpstreamHost, :Level, :ProxyBuffer, :GmType, :GmCertType, :GmCert, :GmPrivateKey, :GmEncCert, :GmEncPrivateKey, :GmSSLId, :Labels, :ProbeStatus
7551
7553
 
7552
- def initialize(domain=nil, domainid=nil, instanceid=nil, edition=nil, instancename=nil, cert=nil, createtime=nil, engine=nil, httpsrewrite=nil, httpsupstreamport=nil, iscdn=nil, isgray=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, mode=nil, privatekey=nil, sslid=nil, upstreamdomain=nil, upstreamtype=nil, srclist=nil, ports=nil, certtype=nil, upstreamscheme=nil, cls=nil, cname=nil, iskeepalive=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyreadtimeout=nil, proxysendtimeout=nil, snitype=nil, snihost=nil, weights=nil, ipheaders=nil, xffreset=nil, note=nil, upstreamhost=nil, level=nil, proxybuffer=nil, gmtype=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil, labels=nil)
7554
+ def initialize(domain=nil, domainid=nil, instanceid=nil, edition=nil, instancename=nil, cert=nil, createtime=nil, engine=nil, httpsrewrite=nil, httpsupstreamport=nil, iscdn=nil, isgray=nil, ishttp2=nil, iswebsocket=nil, loadbalance=nil, mode=nil, privatekey=nil, sslid=nil, upstreamdomain=nil, upstreamtype=nil, srclist=nil, ports=nil, certtype=nil, upstreamscheme=nil, cls=nil, cname=nil, iskeepalive=nil, activecheck=nil, tlsversion=nil, ciphers=nil, ciphertemplate=nil, proxyreadtimeout=nil, proxysendtimeout=nil, snitype=nil, snihost=nil, weights=nil, ipheaders=nil, xffreset=nil, note=nil, upstreamhost=nil, level=nil, proxybuffer=nil, gmtype=nil, gmcerttype=nil, gmcert=nil, gmprivatekey=nil, gmenccert=nil, gmencprivatekey=nil, gmsslid=nil, labels=nil, probestatus=nil)
7553
7555
  @Domain = domain
7554
7556
  @DomainId = domainid
7555
7557
  @InstanceId = instanceid
@@ -7600,6 +7602,7 @@ module TencentCloud
7600
7602
  @GmEncPrivateKey = gmencprivatekey
7601
7603
  @GmSSLId = gmsslid
7602
7604
  @Labels = labels
7605
+ @ProbeStatus = probestatus
7603
7606
  end
7604
7607
 
7605
7608
  def deserialize(params)
@@ -7660,6 +7663,7 @@ module TencentCloud
7660
7663
  @GmEncPrivateKey = params['GmEncPrivateKey']
7661
7664
  @GmSSLId = params['GmSSLId']
7662
7665
  @Labels = params['Labels']
7666
+ @ProbeStatus = params['ProbeStatus']
7663
7667
  end
7664
7668
  end
7665
7669
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.941
4
+ version: 3.0.942
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-11-12 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common