tencentcloud-sdk-clb 1.0.245 → 1.0.246
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +37 -19
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eedb961bb9d09beb1b88957a315ff1683dc7999e
|
4
|
+
data.tar.gz: b12c50d8aa5e29b512df6c1e663c2308f587f909
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61e2a70d791497a8cd7136b2c815549c86d8ada8e2db176c847a7f06b4dbae1f4133ac7d561e2badb3c27190349ad929c1f16660ff1134a61e42a6ad3b131a75
|
7
|
+
data.tar.gz: 97b97d415481c78a7d822453dbbb1813530e92471fe30ba5bfb82aed984d0beca1bf85a9a1f2e90386cd8622b6a4a33a99a7212731717e31982c8ead2d2983ce
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.246
|
data/lib/v20180317/models.rb
CHANGED
@@ -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 :
|
1164
|
+
attr_accessor :LogsetName, :Period, :LogsetType
|
1165
1165
|
|
1166
|
-
def initialize(
|
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:
|
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
|
|
@@ -6115,10 +6128,13 @@ module TencentCloud
|
|
6115
6128
|
# @param QuicStatus: QUIC状态
|
6116
6129
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6117
6130
|
# @type QuicStatus: String
|
6131
|
+
# @param Domains: 转发规则的域名列表。
|
6132
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6133
|
+
# @type Domains: Array
|
6118
6134
|
|
6119
|
-
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
|
6120
6136
|
|
6121
|
-
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)
|
6122
6138
|
@LocationId = locationid
|
6123
6139
|
@Domain = domain
|
6124
6140
|
@Url = url
|
@@ -6140,6 +6156,7 @@ module TencentCloud
|
|
6140
6156
|
@TrpcCallee = trpccallee
|
6141
6157
|
@TrpcFunc = trpcfunc
|
6142
6158
|
@QuicStatus = quicstatus
|
6159
|
+
@Domains = domains
|
6143
6160
|
end
|
6144
6161
|
|
6145
6162
|
def deserialize(params)
|
@@ -6176,6 +6193,7 @@ module TencentCloud
|
|
6176
6193
|
@TrpcCallee = params['TrpcCallee']
|
6177
6194
|
@TrpcFunc = params['TrpcFunc']
|
6178
6195
|
@QuicStatus = params['QuicStatus']
|
6196
|
+
@Domains = params['Domains']
|
6179
6197
|
end
|
6180
6198
|
end
|
6181
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.
|
4
|
+
version: 1.0.246
|
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-
|
11
|
+
date: 2022-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|