tencentcloud-sdk-clb 3.0.847 → 3.0.848

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 +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df8271bbf8b9a6f633d4a8d62957bf4964b14500
4
- data.tar.gz: 956cb496e370a43b4f16131fed5a4a03e350fbb5
3
+ metadata.gz: 0b02e86e4c598175318de90c5715bb8d7eb3387c
4
+ data.tar.gz: beae1d74da7f613053bc7fbd0fab8b0f10f89ae4
5
5
  SHA512:
6
- metadata.gz: dade180e41235f6c917e96674b0d4424dff4cb920c77e38f102f89973ec33d1edcf27a226276b3799ab3d06316ec7bf16d0ed1774234b0dd016f0e29ebeb04bc
7
- data.tar.gz: bd9d6eebed7d39a6b5916fe02222b0eb37f6a35a100ce9481bcfed5a7e81159fd356dcc2636dd5b32ab42d8373d878aa2e9f31aa6f8cf1f797b512b8b1ced48b
6
+ metadata.gz: ab75c531146c02d50f5d4d1b22184a2c765df9e0db049ae71c64a6ced4c6050bdf8db9962f573d6f41882f0095fdd74c1dafbd6910ba8e1fbb3d109a09488140
7
+ data.tar.gz: 75445cf06c9f93fca3d0ffea75f91d6a5737c32b65048bab1583db762740ba49d9cb0f114036d66cd1fa220992c89d6c18f17918c733219b674a1e61da735b55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.848
@@ -1276,8 +1276,8 @@ module TencentCloud
1276
1276
 
1277
1277
  attr_accessor :LogsetName, :Period, :LogsetType
1278
1278
  extend Gem::Deprecate
1279
- deprecate :Period, :none, 2024, 5
1280
- deprecate :Period=, :none, 2024, 5
1279
+ deprecate :Period, :none, 2024, 6
1280
+ deprecate :Period=, :none, 2024, 6
1281
1281
 
1282
1282
  def initialize(logsetname=nil, period=nil, logsettype=nil)
1283
1283
  @LogsetName = logsetname
@@ -5197,8 +5197,8 @@ module TencentCloud
5197
5197
 
5198
5198
  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
5199
5199
  extend Gem::Deprecate
5200
- deprecate :Log, :none, 2024, 5
5201
- deprecate :Log=, :none, 2024, 5
5200
+ deprecate :Log, :none, 2024, 6
5201
+ deprecate :Log=, :none, 2024, 6
5202
5202
 
5203
5203
  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)
5204
5204
  @LoadBalancerId = loadbalancerid
@@ -7126,10 +7126,10 @@ module TencentCloud
7126
7126
 
7127
7127
  attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
7128
7128
  extend Gem::Deprecate
7129
- deprecate :Domain, :none, 2024, 5
7130
- deprecate :Domain=, :none, 2024, 5
7131
- deprecate :Url, :none, 2024, 5
7132
- deprecate :Url=, :none, 2024, 5
7129
+ deprecate :Domain, :none, 2024, 6
7130
+ deprecate :Domain=, :none, 2024, 6
7131
+ deprecate :Url, :none, 2024, 6
7132
+ deprecate :Url=, :none, 2024, 6
7133
7133
 
7134
7134
  def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
7135
7135
  @ListenerId = listenerid
@@ -8040,8 +8040,8 @@ module TencentCloud
8040
8040
 
8041
8041
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
8042
8042
  extend Gem::Deprecate
8043
- deprecate :HealthStatusDetial, :none, 2024, 5
8044
- deprecate :HealthStatusDetial=, :none, 2024, 5
8043
+ deprecate :HealthStatusDetial, :none, 2024, 6
8044
+ deprecate :HealthStatusDetial=, :none, 2024, 6
8045
8045
 
8046
8046
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
8047
8047
  @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.847
4
+ version: 3.0.848
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-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common