tencentcloud-sdk-clb 1.0.244 → 1.0.248

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 +47 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2d0f08873755bdc65179cc72daf13e8c8e4cdf1
4
- data.tar.gz: c4240f25811ec02fa0c112993a597e8e10431a14
3
+ metadata.gz: b344b3b34babc60d97896eb1ccd68e01ac9341c5
4
+ data.tar.gz: b90fc305d8942a4891ba776d230b66dc35e9d5fb
5
5
  SHA512:
6
- metadata.gz: 9334273502dba3dc7133156f7e20ea6aeaa19f086c87dfd92b4db13861f4f124bed201e510ed854018f22c9d70ab5423380beead38d41085b7773f2629bf2aa4
7
- data.tar.gz: 702df788e6366c439cced92e3d661679347044c609bd24889302e773e3f476f3431de49eea416baf2e810a0ef28ad8e45cfd8101b03b18d3b4f7401d06094ce9
6
+ metadata.gz: f8534936df672174fa64adcff12179338ffe29204237f3dcd87a0864fb8931bb5835116aa2ed7761093c3a2ec9726784ab8f4e73d276df39f0caf834439c4b10
7
+ data.tar.gz: 6ed61a8c33ad9679c8f38783975f323d5206b6c3df49b5be91eb1e5f4cbea4d97f2c4762ca154f5634f795140d0b430fd2898865edb9fc81cb3aeda3e1410c9f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.244
1
+ 1.0.248
@@ -1154,24 +1154,24 @@ module TencentCloud
1154
1154
 
1155
1155
  # CreateClsLogSet请求参数结构体
1156
1156
  class CreateClsLogSetRequest < TencentCloud::Common::AbstractModel
1157
- # @param Period: 日志集的保存周期,单位:天,最大 90。
1158
- # @type Period: Integer
1159
1157
  # @param LogsetName: 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。
1160
1158
  # @type LogsetName: String
1159
+ # @param Period: 日志集的保存周期,单位:天。
1160
+ # @type Period: Integer
1161
1161
  # @param LogsetType: 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
1162
1162
  # @type LogsetType: String
1163
1163
 
1164
- attr_accessor :Period, :LogsetName, :LogsetType
1164
+ attr_accessor :LogsetName, :Period, :LogsetType
1165
1165
 
1166
- def initialize(period=nil, logsetname=nil, logsettype=nil)
1167
- @Period = period
1166
+ def initialize(logsetname=nil, period=nil, logsettype=nil)
1168
1167
  @LogsetName = logsetname
1168
+ @Period = period
1169
1169
  @LogsetType = logsettype
1170
1170
  end
1171
1171
 
1172
1172
  def deserialize(params)
1173
- @Period = params['Period']
1174
1173
  @LogsetName = params['LogsetName']
1174
+ @Period = params['Period']
1175
1175
  @LogsetType = params['LogsetType']
1176
1176
  end
1177
1177
  end
@@ -1614,19 +1614,23 @@ module TencentCloud
1614
1614
  # @type PartitionCount: Integer
1615
1615
  # @param TopicType: 日志类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
1616
1616
  # @type TopicType: String
1617
+ # @param Period: 日志集的保存周期,单位:天,默认30天。
1618
+ # @type Period: Integer
1617
1619
 
1618
- attr_accessor :TopicName, :PartitionCount, :TopicType
1620
+ attr_accessor :TopicName, :PartitionCount, :TopicType, :Period
1619
1621
 
1620
- def initialize(topicname=nil, partitioncount=nil, topictype=nil)
1622
+ def initialize(topicname=nil, partitioncount=nil, topictype=nil, period=nil)
1621
1623
  @TopicName = topicname
1622
1624
  @PartitionCount = partitioncount
1623
1625
  @TopicType = topictype
1626
+ @Period = period
1624
1627
  end
1625
1628
 
1626
1629
  def deserialize(params)
1627
1630
  @TopicName = params['TopicName']
1628
1631
  @PartitionCount = params['PartitionCount']
1629
1632
  @TopicType = params['TopicType']
1633
+ @Period = params['Period']
1630
1634
  end
1631
1635
  end
1632
1636
 
@@ -1895,11 +1899,11 @@ module TencentCloud
1895
1899
  # @type ListenerId: String
1896
1900
  # @param LocationIds: 要删除的转发规则的ID组成的数组。
1897
1901
  # @type LocationIds: Array
1898
- # @param Domain: 要删除的转发规则的域名,已提供LocationIds参数时本参数不生效。
1902
+ # @param Domain: 要删除的转发规则的域名,如果是多域名,可以指定多域名列表中的任意一个。已提供LocationIds参数时本参数不生效。
1899
1903
  # @type Domain: String
1900
1904
  # @param Url: 要删除的转发规则的转发路径,已提供LocationIds参数时本参数不生效。
1901
1905
  # @type Url: String
1902
- # @param NewDefaultServerDomain: 监听器下必须配置一个默认域名,当需要删除默认域名时,可以指定另一个域名作为新的默认域名。
1906
+ # @param NewDefaultServerDomain: 监听器下必须配置一个默认域名,当需要删除默认域名时,可以指定另一个域名作为新的默认域名,如果新的默认域名是多域名,可以指定多域名列表中的任意一个。
1903
1907
  # @type NewDefaultServerDomain: String
1904
1908
 
1905
1909
  attr_accessor :LoadBalancerId, :ListenerId, :LocationIds, :Domain, :Url, :NewDefaultServerDomain
@@ -4695,10 +4699,13 @@ module TencentCloud
4695
4699
  # @param TargetHealth: 后端目标健康状态。
4696
4700
  # 注意:此字段可能返回 null,表示取不到有效值。
4697
4701
  # @type TargetHealth: String
4702
+ # @param Domains: 转发规则的域名列表。
4703
+ # 注意:此字段可能返回 null,表示取不到有效值。
4704
+ # @type Domains: String
4698
4705
 
4699
- attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Status, :Address, :AddressIPv6, :AddressIPVersion, :IPv6Mode, :Zone, :AddressIsp, :VpcId, :ProjectId, :CreateTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :ExtraInfo, :ConfigId, :Tags, :ListenerId, :Protocol, :Port, :LocationId, :Domain, :Url, :TargetId, :TargetAddress, :TargetPort, :TargetWeight, :Isolation, :SecurityGroup, :LoadBalancerPassToTarget, :TargetHealth
4706
+ attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Status, :Address, :AddressIPv6, :AddressIPVersion, :IPv6Mode, :Zone, :AddressIsp, :VpcId, :ProjectId, :CreateTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :ExtraInfo, :ConfigId, :Tags, :ListenerId, :Protocol, :Port, :LocationId, :Domain, :Url, :TargetId, :TargetAddress, :TargetPort, :TargetWeight, :Isolation, :SecurityGroup, :LoadBalancerPassToTarget, :TargetHealth, :Domains
4700
4707
 
4701
- def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, status=nil, address=nil, addressipv6=nil, addressipversion=nil, ipv6mode=nil, zone=nil, addressisp=nil, vpcid=nil, projectid=nil, createtime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, extrainfo=nil, configid=nil, tags=nil, listenerid=nil, protocol=nil, port=nil, locationid=nil, domain=nil, url=nil, targetid=nil, targetaddress=nil, targetport=nil, targetweight=nil, isolation=nil, securitygroup=nil, loadbalancerpasstotarget=nil, targethealth=nil)
4708
+ def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, status=nil, address=nil, addressipv6=nil, addressipversion=nil, ipv6mode=nil, zone=nil, addressisp=nil, vpcid=nil, projectid=nil, createtime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, extrainfo=nil, configid=nil, tags=nil, listenerid=nil, protocol=nil, port=nil, locationid=nil, domain=nil, url=nil, targetid=nil, targetaddress=nil, targetport=nil, targetweight=nil, isolation=nil, securitygroup=nil, loadbalancerpasstotarget=nil, targethealth=nil, domains=nil)
4702
4709
  @LoadBalancerId = loadbalancerid
4703
4710
  @LoadBalancerName = loadbalancername
4704
4711
  @LoadBalancerType = loadbalancertype
@@ -4732,6 +4739,7 @@ module TencentCloud
4732
4739
  @SecurityGroup = securitygroup
4733
4740
  @LoadBalancerPassToTarget = loadbalancerpasstotarget
4734
4741
  @TargetHealth = targethealth
4742
+ @Domains = domains
4735
4743
  end
4736
4744
 
4737
4745
  def deserialize(params)
@@ -4784,6 +4792,7 @@ module TencentCloud
4784
4792
  @SecurityGroup = params['SecurityGroup']
4785
4793
  @LoadBalancerPassToTarget = params['LoadBalancerPassToTarget']
4786
4794
  @TargetHealth = params['TargetHealth']
4795
+ @Domains = params['Domains']
4787
4796
  end
4788
4797
  end
4789
4798
 
@@ -5010,9 +5019,9 @@ module TencentCloud
5010
5019
  # @type LoadBalancerId: String
5011
5020
  # @param ListenerId: 负载均衡监听器ID。
5012
5021
  # @type ListenerId: String
5013
- # @param Domain: 域名(必须是已经创建的转发规则下的域名)。
5022
+ # @param Domain: 域名(必须是已经创建的转发规则下的域名),如果是多域名,可以指定多域名列表中的任意一个。
5014
5023
  # @type Domain: String
5015
- # @param NewDomain: 要修改的新域名。
5024
+ # @param NewDomain: 要修改的新域名。NewDomain和NewDomains只能传一个。
5016
5025
  # @type NewDomain: String
5017
5026
  # @param Certificate: 域名相关的证书信息,注意,仅对启用SNI的监听器适用。
5018
5027
  # @type Certificate: :class:`Tencentcloud::Clb.v20180317.models.CertificateInput`
@@ -5020,12 +5029,14 @@ module TencentCloud
5020
5029
  # @type Http2: Boolean
5021
5030
  # @param DefaultServer: 是否设为默认域名,注意,一个监听器下只能设置一个默认域名。
5022
5031
  # @type DefaultServer: Boolean
5023
- # @param NewDefaultServerDomain: 监听器下必须配置一个默认域名,若要关闭原默认域名,必须同时指定另一个域名作为新的默认域名。
5032
+ # @param NewDefaultServerDomain: 监听器下必须配置一个默认域名,若要关闭原默认域名,必须同时指定另一个域名作为新的默认域名,如果新的默认域名是多域名,可以指定多域名列表中的任意一个。
5024
5033
  # @type NewDefaultServerDomain: String
5034
+ # @param NewDomains: 要修改的新域名列表。NewDomain和NewDomains只能传一个。
5035
+ # @type NewDomains: Array
5025
5036
 
5026
- attr_accessor :LoadBalancerId, :ListenerId, :Domain, :NewDomain, :Certificate, :Http2, :DefaultServer, :NewDefaultServerDomain
5037
+ attr_accessor :LoadBalancerId, :ListenerId, :Domain, :NewDomain, :Certificate, :Http2, :DefaultServer, :NewDefaultServerDomain, :NewDomains
5027
5038
 
5028
- def initialize(loadbalancerid=nil, listenerid=nil, domain=nil, newdomain=nil, certificate=nil, http2=nil, defaultserver=nil, newdefaultserverdomain=nil)
5039
+ def initialize(loadbalancerid=nil, listenerid=nil, domain=nil, newdomain=nil, certificate=nil, http2=nil, defaultserver=nil, newdefaultserverdomain=nil, newdomains=nil)
5029
5040
  @LoadBalancerId = loadbalancerid
5030
5041
  @ListenerId = listenerid
5031
5042
  @Domain = domain
@@ -5034,6 +5045,7 @@ module TencentCloud
5034
5045
  @Http2 = http2
5035
5046
  @DefaultServer = defaultserver
5036
5047
  @NewDefaultServerDomain = newdefaultserverdomain
5048
+ @NewDomains = newdomains
5037
5049
  end
5038
5050
 
5039
5051
  def deserialize(params)
@@ -5048,6 +5060,7 @@ module TencentCloud
5048
5060
  @Http2 = params['Http2']
5049
5061
  @DefaultServer = params['DefaultServer']
5050
5062
  @NewDefaultServerDomain = params['NewDefaultServerDomain']
5063
+ @NewDomains = params['NewDomains']
5051
5064
  end
5052
5065
  end
5053
5066
 
@@ -5988,10 +6001,10 @@ module TencentCloud
5988
6001
 
5989
6002
  # HTTP/HTTPS转发规则(输入)
5990
6003
  class RuleInput < TencentCloud::Common::AbstractModel
5991
- # @param Domain: 转发规则的域名。长度限制为:1~80。
5992
- # @type Domain: String
5993
6004
  # @param Url: 转发规则的路径。长度限制为:1~200。
5994
6005
  # @type Url: String
6006
+ # @param Domain: 转发规则的域名。长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。
6007
+ # @type Domain: String
5995
6008
  # @param SessionExpireTime: 会话保持时间。设置为0表示关闭会话保持,开启会话保持可取值30~3600,单位:秒。
5996
6009
  # @type SessionExpireTime: Integer
5997
6010
  # @param HealthCheck: 健康检查信息。详情请参见:[健康检查](https://cloud.tencent.com/document/product/214/6097)
@@ -6015,12 +6028,14 @@ module TencentCloud
6015
6028
  # @type TrpcFunc: String
6016
6029
  # @param Quic: 是否开启QUIC,注意,只有HTTPS域名才能开启QUIC
6017
6030
  # @type Quic: Boolean
6031
+ # @param Domains: 转发规则的域名列表。每个域名的长度限制为:1~80。Domain和Domains只需要传一个,单域名规则传Domain,多域名规则传Domains。
6032
+ # @type Domains: Array
6018
6033
 
6019
- attr_accessor :Domain, :Url, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ForwardType, :DefaultServer, :Http2, :TargetType, :TrpcCallee, :TrpcFunc, :Quic
6034
+ attr_accessor :Url, :Domain, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ForwardType, :DefaultServer, :Http2, :TargetType, :TrpcCallee, :TrpcFunc, :Quic, :Domains
6020
6035
 
6021
- def initialize(domain=nil, url=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, forwardtype=nil, defaultserver=nil, http2=nil, targettype=nil, trpccallee=nil, trpcfunc=nil, quic=nil)
6022
- @Domain = domain
6036
+ def initialize(url=nil, domain=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, forwardtype=nil, defaultserver=nil, http2=nil, targettype=nil, trpccallee=nil, trpcfunc=nil, quic=nil, domains=nil)
6023
6037
  @Url = url
6038
+ @Domain = domain
6024
6039
  @SessionExpireTime = sessionexpiretime
6025
6040
  @HealthCheck = healthcheck
6026
6041
  @Certificate = certificate
@@ -6032,11 +6047,12 @@ module TencentCloud
6032
6047
  @TrpcCallee = trpccallee
6033
6048
  @TrpcFunc = trpcfunc
6034
6049
  @Quic = quic
6050
+ @Domains = domains
6035
6051
  end
6036
6052
 
6037
6053
  def deserialize(params)
6038
- @Domain = params['Domain']
6039
6054
  @Url = params['Url']
6055
+ @Domain = params['Domain']
6040
6056
  @SessionExpireTime = params['SessionExpireTime']
6041
6057
  unless params['HealthCheck'].nil?
6042
6058
  @HealthCheck = HealthCheck.new
@@ -6054,6 +6070,7 @@ module TencentCloud
6054
6070
  @TrpcCallee = params['TrpcCallee']
6055
6071
  @TrpcFunc = params['TrpcFunc']
6056
6072
  @Quic = params['Quic']
6073
+ @Domains = params['Domains']
6057
6074
  end
6058
6075
  end
6059
6076
 
@@ -6111,10 +6128,13 @@ module TencentCloud
6111
6128
  # @param QuicStatus: QUIC状态
6112
6129
  # 注意:此字段可能返回 null,表示取不到有效值。
6113
6130
  # @type QuicStatus: String
6131
+ # @param Domains: 转发规则的域名列表。
6132
+ # 注意:此字段可能返回 null,表示取不到有效值。
6133
+ # @type Domains: Array
6114
6134
 
6115
- attr_accessor :LocationId, :Domain, :Url, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ListenerId, :RewriteTarget, :HttpGzip, :BeAutoCreated, :DefaultServer, :Http2, :ForwardType, :CreateTime, :TargetType, :TargetGroup, :WafDomainId, :TrpcCallee, :TrpcFunc, :QuicStatus
6135
+ attr_accessor :LocationId, :Domain, :Url, :SessionExpireTime, :HealthCheck, :Certificate, :Scheduler, :ListenerId, :RewriteTarget, :HttpGzip, :BeAutoCreated, :DefaultServer, :Http2, :ForwardType, :CreateTime, :TargetType, :TargetGroup, :WafDomainId, :TrpcCallee, :TrpcFunc, :QuicStatus, :Domains
6116
6136
 
6117
- def initialize(locationid=nil, domain=nil, url=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, listenerid=nil, rewritetarget=nil, httpgzip=nil, beautocreated=nil, defaultserver=nil, http2=nil, forwardtype=nil, createtime=nil, targettype=nil, targetgroup=nil, wafdomainid=nil, trpccallee=nil, trpcfunc=nil, quicstatus=nil)
6137
+ def initialize(locationid=nil, domain=nil, url=nil, sessionexpiretime=nil, healthcheck=nil, certificate=nil, scheduler=nil, listenerid=nil, rewritetarget=nil, httpgzip=nil, beautocreated=nil, defaultserver=nil, http2=nil, forwardtype=nil, createtime=nil, targettype=nil, targetgroup=nil, wafdomainid=nil, trpccallee=nil, trpcfunc=nil, quicstatus=nil, domains=nil)
6118
6138
  @LocationId = locationid
6119
6139
  @Domain = domain
6120
6140
  @Url = url
@@ -6136,6 +6156,7 @@ module TencentCloud
6136
6156
  @TrpcCallee = trpccallee
6137
6157
  @TrpcFunc = trpcfunc
6138
6158
  @QuicStatus = quicstatus
6159
+ @Domains = domains
6139
6160
  end
6140
6161
 
6141
6162
  def deserialize(params)
@@ -6172,6 +6193,7 @@ module TencentCloud
6172
6193
  @TrpcCallee = params['TrpcCallee']
6173
6194
  @TrpcFunc = params['TrpcFunc']
6174
6195
  @QuicStatus = params['QuicStatus']
6196
+ @Domains = params['Domains']
6175
6197
  end
6176
6198
  end
6177
6199
 
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: 1.0.244
4
+ version: 1.0.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-18 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common