tencentcloud-sdk-clb 3.0.1016 → 3.0.1017

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/v20180317/models.rb +26 -26
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92a9f763b4437a7cdea07129772fb4d51140d762
4
- data.tar.gz: f89f32095dc2c0efa5b4aa0cc5548f1b11d94153
3
+ metadata.gz: 4702c1403562cd69851c343f92150168240dc744
4
+ data.tar.gz: 6316bedeafb7edc5e15ab0d6ed04c034072233e5
5
5
  SHA512:
6
- metadata.gz: 5d18b09339e3e3838c9f822573d5083ea038cda77694c16cb46079b9eb4c76b52fd4bb3b4deb2bedd7d0e3ba788f8a38fcb2129ba61dd37ef0609e85fcd72f51
7
- data.tar.gz: 59441681295402c1b9079f9d57ac96ae40efb4b0166b857c746280cd73c3890be20c77e350de3c2b33690a6119ec7bdd8e7c5204671fcf2b3f5a813ff94a4655
6
+ metadata.gz: f2945ab9412b8d9f68f9722331ffeed3fb3908d9c3bc75e16a32f27f7a3634d89c76dfa469281b6cb6c039ad0c8ecb759b0682f714a66231a58a169646385443
7
+ data.tar.gz: 62578899611bcf11465bb0661a1e0b2730a545e5dc573841ea562305f05ded40dbeea912089ec3aa6bbe24ff5f41fc3928bba113e3ffde8e73039534058565a7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1016
1
+ 3.0.1017
@@ -1426,8 +1426,8 @@ module TencentCloud
1426
1426
 
1427
1427
  attr_accessor :LogsetName, :Period, :LogsetType
1428
1428
  extend Gem::Deprecate
1429
- deprecate :Period, :none, 2025, 2
1430
- deprecate :Period=, :none, 2025, 2
1429
+ deprecate :Period, :none, 2025, 3
1430
+ deprecate :Period=, :none, 2025, 3
1431
1431
 
1432
1432
  def initialize(logsetname=nil, period=nil, logsettype=nil)
1433
1433
  @LogsetName = logsetname
@@ -1475,12 +1475,8 @@ module TencentCloud
1475
1475
  # @param HealthCheck: 健康检查相关参数,此参数仅适用于TCP/UDP/TCP_SSL/QUIC监听器。
1476
1476
  # @type HealthCheck: :class:`Tencentcloud::Clb.v20180317.models.HealthCheck`
1477
1477
  # @param Certificate: 证书相关信息。参数限制如下:
1478
- # <li>
1479
- # 此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。
1480
- # </li>
1481
- # <li>
1482
- # 创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。
1483
- # </li>
1478
+ # <li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
1479
+ # <li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数MultiCertInfo至少需要传一个, 但不能同时传入。</li>
1484
1480
  # @type Certificate: :class:`Tencentcloud::Clb.v20180317.models.CertificateInput`
1485
1481
  # @param SessionExpireTime: 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。此参数仅适用于TCP/UDP监听器。
1486
1482
  # @type SessionExpireTime: Integer
@@ -1500,12 +1496,8 @@ module TencentCloud
1500
1496
  # @param DeregisterTargetRst: 解绑后端目标时,是否发RST给客户端,此参数仅适用于TCP监听器。
1501
1497
  # @type DeregisterTargetRst: Boolean
1502
1498
  # @param MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:
1503
- # <li>
1504
- # 此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。
1505
- # </li>
1506
- # <li>
1507
- # 创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。
1508
- # </li>
1499
+ # <li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
1500
+ # <li>创建TCP_SSL监听器和未开启SNI特性的HTTPS监听器时,此参数和参数Certificate至少需要传一个, 但不能同时传入。</li>
1509
1501
  # @type MultiCertInfo: :class:`Tencentcloud::Clb.v20180317.models.MultiCertInfo`
1510
1502
  # @param MaxConn: 监听器最大连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
1511
1503
  # @type MaxConn: Integer
@@ -1521,10 +1513,12 @@ module TencentCloud
1521
1513
  # @type H2cSwitch: Boolean
1522
1514
  # @param SslCloseSwitch: TCP_SSL监听器支持关闭SSL后仍然支持混绑,此参数为关闭开关
1523
1515
  # @type SslCloseSwitch: Boolean
1516
+ # @param DataCompressMode: 数据压缩模式
1517
+ # @type DataCompressMode: String
1524
1518
 
1525
- attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout, :SnatEnable, :FullEndPorts, :H2cSwitch, :SslCloseSwitch
1519
+ attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout, :SnatEnable, :FullEndPorts, :H2cSwitch, :SslCloseSwitch, :DataCompressMode
1526
1520
 
1527
- def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, snatenable=nil, fullendports=nil, h2cswitch=nil, sslcloseswitch=nil)
1521
+ def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, snatenable=nil, fullendports=nil, h2cswitch=nil, sslcloseswitch=nil, datacompressmode=nil)
1528
1522
  @LoadBalancerId = loadbalancerid
1529
1523
  @Ports = ports
1530
1524
  @Protocol = protocol
@@ -1547,6 +1541,7 @@ module TencentCloud
1547
1541
  @FullEndPorts = fullendports
1548
1542
  @H2cSwitch = h2cswitch
1549
1543
  @SslCloseSwitch = sslcloseswitch
1544
+ @DataCompressMode = datacompressmode
1550
1545
  end
1551
1546
 
1552
1547
  def deserialize(params)
@@ -1581,6 +1576,7 @@ module TencentCloud
1581
1576
  @FullEndPorts = params['FullEndPorts']
1582
1577
  @H2cSwitch = params['H2cSwitch']
1583
1578
  @SslCloseSwitch = params['SslCloseSwitch']
1579
+ @DataCompressMode = params['DataCompressMode']
1584
1580
  end
1585
1581
  end
1586
1582
 
@@ -2174,15 +2170,19 @@ module TencentCloud
2174
2170
  class DeleteLoadBalancerRequest < TencentCloud::Common::AbstractModel
2175
2171
  # @param LoadBalancerIds: 要删除的负载均衡实例 ID数组,数组大小最大支持20。
2176
2172
  # @type LoadBalancerIds: Array
2173
+ # @param ForceDelete: 是否强制删除clb。为true表示强制删除,为false表示不是强制删除,需要做拦截校验。
2174
+ # @type ForceDelete: Boolean
2177
2175
 
2178
- attr_accessor :LoadBalancerIds
2176
+ attr_accessor :LoadBalancerIds, :ForceDelete
2179
2177
 
2180
- def initialize(loadbalancerids=nil)
2178
+ def initialize(loadbalancerids=nil, forcedelete=nil)
2181
2179
  @LoadBalancerIds = loadbalancerids
2180
+ @ForceDelete = forcedelete
2182
2181
  end
2183
2182
 
2184
2183
  def deserialize(params)
2185
2184
  @LoadBalancerIds = params['LoadBalancerIds']
2185
+ @ForceDelete = params['ForceDelete']
2186
2186
  end
2187
2187
  end
2188
2188
 
@@ -5491,8 +5491,8 @@ module TencentCloud
5491
5491
 
5492
5492
  attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Forward, :Domain, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :ProjectId, :VpcId, :OpenBgp, :Snat, :Isolation, :Log, :SubnetId, :Tags, :SecureGroups, :TargetRegionInfo, :AnycastZone, :AddressIPVersion, :NumericalVpcId, :VipIsp, :MasterZone, :BackupZoneSet, :IsolatedTime, :ExpireTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :LogSetId, :LogTopicId, :AddressIPv6, :ExtraInfo, :IsDDos, :ConfigId, :LoadBalancerPassToTarget, :ExclusiveCluster, :IPv6Mode, :SnatPro, :SnatIps, :SlaType, :IsBlock, :IsBlockTime, :LocalBgp, :ClusterTag, :MixIpTarget, :Zones, :NfvInfo, :HealthLogSetId, :HealthLogTopicId, :ClusterIds, :AttributeFlags, :LoadBalancerDomain, :Egress, :Exclusive, :TargetCount
5493
5493
  extend Gem::Deprecate
5494
- deprecate :Log, :none, 2025, 2
5495
- deprecate :Log=, :none, 2025, 2
5494
+ deprecate :Log, :none, 2025, 3
5495
+ deprecate :Log=, :none, 2025, 3
5496
5496
 
5497
5497
  def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, forward=nil, domain=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, projectid=nil, vpcid=nil, openbgp=nil, snat=nil, isolation=nil, log=nil, subnetid=nil, tags=nil, securegroups=nil, targetregioninfo=nil, anycastzone=nil, addressipversion=nil, numericalvpcid=nil, vipisp=nil, masterzone=nil, backupzoneset=nil, isolatedtime=nil, expiretime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, logsetid=nil, logtopicid=nil, addressipv6=nil, extrainfo=nil, isddos=nil, configid=nil, loadbalancerpasstotarget=nil, exclusivecluster=nil, ipv6mode=nil, snatpro=nil, snatips=nil, slatype=nil, isblock=nil, isblocktime=nil, localbgp=nil, clustertag=nil, mixiptarget=nil, zones=nil, nfvinfo=nil, healthlogsetid=nil, healthlogtopicid=nil, clusterids=nil, attributeflags=nil, loadbalancerdomain=nil, egress=nil, exclusive=nil, targetcount=nil)
5498
5498
  @LoadBalancerId = loadbalancerid
@@ -7524,10 +7524,10 @@ module TencentCloud
7524
7524
 
7525
7525
  attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
7526
7526
  extend Gem::Deprecate
7527
- deprecate :Domain, :none, 2025, 2
7528
- deprecate :Domain=, :none, 2025, 2
7529
- deprecate :Url, :none, 2025, 2
7530
- deprecate :Url=, :none, 2025, 2
7527
+ deprecate :Domain, :none, 2025, 3
7528
+ deprecate :Domain=, :none, 2025, 3
7529
+ deprecate :Url, :none, 2025, 3
7530
+ deprecate :Url=, :none, 2025, 3
7531
7531
 
7532
7532
  def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
7533
7533
  @ListenerId = listenerid
@@ -8485,8 +8485,8 @@ module TencentCloud
8485
8485
 
8486
8486
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId
8487
8487
  extend Gem::Deprecate
8488
- deprecate :HealthStatusDetial, :none, 2025, 2
8489
- deprecate :HealthStatusDetial=, :none, 2025, 2
8488
+ deprecate :HealthStatusDetial, :none, 2025, 3
8489
+ deprecate :HealthStatusDetial=, :none, 2025, 3
8490
8490
 
8491
8491
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil)
8492
8492
  @IP = ip
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-clb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1016
4
+ version: 3.0.1017
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common