tencentcloud-sdk-tse 3.0.1050 → 3.0.1051

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/v20201207/models.rb +16 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 276c0c73ded5d8e8ef181dc1868719e4fa12c6e7
4
- data.tar.gz: bcc58cd75f555b6a0a9c32e02e03f4c6647aac79
3
+ metadata.gz: 9ed7337577cda5049f1d7b1d02b03ae07d827873
4
+ data.tar.gz: 9411458cdbc1f3e24525403afb3cb450c64a9ea2
5
5
  SHA512:
6
- metadata.gz: 7693a0c0fe6a788a68c4dd38af3b518dba6128d07a6ddf0ef8c78a0f4863a84cc03686bad48347fca6f65819ea1483cf9f4f4f42b8b2982da07f95736efd9acb
7
- data.tar.gz: 26feb3793bb528c47c2bbe2b6bd49e1be2d66989b3ed5cb8af8df8b2d2d919be830d633febdea0cba33127e3bca149180f579bf2e0ac1b63a593fcae8bcab2ff
6
+ metadata.gz: fe4ba5f4a96133e76f201c744a8a4369ceee4c359b59b7a4ce4014ad4522f9361aa52e942146beb42b45d12ee3907622cc7e03c8d33ffeda72ec38fac00c8f45
7
+ data.tar.gz: 3535515812565f2f6530be7122f71d5fd06d2f7369d241c36b208ff22e0a41437b5001d6a71de1125ac0102bd7742d8b42e5a2c21da76fb0a6e2aa8c694ca51b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1050
1
+ 3.0.1051
@@ -564,10 +564,12 @@ module TencentCloud
564
564
  # @type SlaveZoneName: String
565
565
  # @param NetworkId: 网络 id
566
566
  # @type NetworkId: String
567
+ # @param IPV6FullChain: 是否为新 ipv6 CLB
568
+ # @type IPV6FullChain: Boolean
567
569
 
568
- attr_accessor :ConsoleType, :HttpUrl, :HttpsUrl, :NetType, :AdminUser, :AdminPassword, :Status, :AccessControl, :SubnetId, :VpcId, :Description, :SlaType, :SlaName, :Vip, :InternetMaxBandwidthOut, :MultiZoneFlag, :MasterZoneId, :SlaveZoneId, :MasterZoneName, :SlaveZoneName, :NetworkId
570
+ attr_accessor :ConsoleType, :HttpUrl, :HttpsUrl, :NetType, :AdminUser, :AdminPassword, :Status, :AccessControl, :SubnetId, :VpcId, :Description, :SlaType, :SlaName, :Vip, :InternetMaxBandwidthOut, :MultiZoneFlag, :MasterZoneId, :SlaveZoneId, :MasterZoneName, :SlaveZoneName, :NetworkId, :IPV6FullChain
569
571
 
570
- def initialize(consoletype=nil, httpurl=nil, httpsurl=nil, nettype=nil, adminuser=nil, adminpassword=nil, status=nil, accesscontrol=nil, subnetid=nil, vpcid=nil, description=nil, slatype=nil, slaname=nil, vip=nil, internetmaxbandwidthout=nil, multizoneflag=nil, masterzoneid=nil, slavezoneid=nil, masterzonename=nil, slavezonename=nil, networkid=nil)
572
+ def initialize(consoletype=nil, httpurl=nil, httpsurl=nil, nettype=nil, adminuser=nil, adminpassword=nil, status=nil, accesscontrol=nil, subnetid=nil, vpcid=nil, description=nil, slatype=nil, slaname=nil, vip=nil, internetmaxbandwidthout=nil, multizoneflag=nil, masterzoneid=nil, slavezoneid=nil, masterzonename=nil, slavezonename=nil, networkid=nil, ipv6fullchain=nil)
571
573
  @ConsoleType = consoletype
572
574
  @HttpUrl = httpurl
573
575
  @HttpsUrl = httpsurl
@@ -589,6 +591,7 @@ module TencentCloud
589
591
  @MasterZoneName = masterzonename
590
592
  @SlaveZoneName = slavezonename
591
593
  @NetworkId = networkid
594
+ @IPV6FullChain = ipv6fullchain
592
595
  end
593
596
 
594
597
  def deserialize(params)
@@ -616,6 +619,7 @@ module TencentCloud
616
619
  @MasterZoneName = params['MasterZoneName']
617
620
  @SlaveZoneName = params['SlaveZoneName']
618
621
  @NetworkId = params['NetworkId']
622
+ @IPV6FullChain = params['IPV6FullChain']
619
623
  end
620
624
  end
621
625
 
@@ -10313,10 +10317,14 @@ module TencentCloud
10313
10317
  # @type DefaultWeight: Integer
10314
10318
  # @param ElasticNumber: 弹性节点
10315
10319
  # @type ElasticNumber: Integer
10320
+ # @param SupportTOA: 是否支持TOA
10321
+ # @type SupportTOA: Boolean
10322
+ # @param SupportIPV6: 是否支持IPV6
10323
+ # @type SupportIPV6: Boolean
10316
10324
 
10317
- attr_accessor :GroupId, :Name, :Description, :NodeConfig, :Status, :CreateTime, :IsFirstGroup, :BindingStrategy, :GatewayId, :InternetMaxBandwidthOut, :ModifyTime, :SubnetIds, :DefaultWeight, :ElasticNumber
10325
+ attr_accessor :GroupId, :Name, :Description, :NodeConfig, :Status, :CreateTime, :IsFirstGroup, :BindingStrategy, :GatewayId, :InternetMaxBandwidthOut, :ModifyTime, :SubnetIds, :DefaultWeight, :ElasticNumber, :SupportTOA, :SupportIPV6
10318
10326
 
10319
- def initialize(groupid=nil, name=nil, description=nil, nodeconfig=nil, status=nil, createtime=nil, isfirstgroup=nil, bindingstrategy=nil, gatewayid=nil, internetmaxbandwidthout=nil, modifytime=nil, subnetids=nil, defaultweight=nil, elasticnumber=nil)
10327
+ def initialize(groupid=nil, name=nil, description=nil, nodeconfig=nil, status=nil, createtime=nil, isfirstgroup=nil, bindingstrategy=nil, gatewayid=nil, internetmaxbandwidthout=nil, modifytime=nil, subnetids=nil, defaultweight=nil, elasticnumber=nil, supporttoa=nil, supportipv6=nil)
10320
10328
  @GroupId = groupid
10321
10329
  @Name = name
10322
10330
  @Description = description
@@ -10331,6 +10339,8 @@ module TencentCloud
10331
10339
  @SubnetIds = subnetids
10332
10340
  @DefaultWeight = defaultweight
10333
10341
  @ElasticNumber = elasticnumber
10342
+ @SupportTOA = supporttoa
10343
+ @SupportIPV6 = supportipv6
10334
10344
  end
10335
10345
 
10336
10346
  def deserialize(params)
@@ -10354,6 +10364,8 @@ module TencentCloud
10354
10364
  @SubnetIds = params['SubnetIds']
10355
10365
  @DefaultWeight = params['DefaultWeight']
10356
10366
  @ElasticNumber = params['ElasticNumber']
10367
+ @SupportTOA = params['SupportTOA']
10368
+ @SupportIPV6 = params['SupportIPV6']
10357
10369
  end
10358
10370
  end
10359
10371
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1050
4
+ version: 3.0.1051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud