tencentcloud-sdk-clb 3.0.955 → 3.0.956
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 +11 -11
- 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: 259ead597c1bfc637f9d851cf159a9ca82c1fded
|
4
|
+
data.tar.gz: 4074938d41def54f3d870439e3ce8574abd31ee4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b8f7a37d29da3705b2d3a4c88c7564ddcbc49bb937ad4d8cbf50c56727f7f3237958e536c830336e6bf4a695fce6710195de496ab3373b437456896deeb9e3a
|
7
|
+
data.tar.gz: aaa8e6c88c2aeeda1c422bcfc2797b0162c417a735fed99920317d70db15b04c58937e3fadd5578c2a05948dd30c18db405f9bfc6add67474251a1780b9384e4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.956
|
data/lib/v20180317/models.rb
CHANGED
@@ -1274,8 +1274,8 @@ module TencentCloud
|
|
1274
1274
|
|
1275
1275
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1276
1276
|
extend Gem::Deprecate
|
1277
|
-
deprecate :Period, :none, 2024,
|
1278
|
-
deprecate :Period=, :none, 2024,
|
1277
|
+
deprecate :Period, :none, 2024, 12
|
1278
|
+
deprecate :Period=, :none, 2024, 12
|
1279
1279
|
|
1280
1280
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1281
1281
|
@LogsetName = logsetname
|
@@ -5230,8 +5230,8 @@ module TencentCloud
|
|
5230
5230
|
|
5231
5231
|
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
|
5232
5232
|
extend Gem::Deprecate
|
5233
|
-
deprecate :Log, :none, 2024,
|
5234
|
-
deprecate :Log=, :none, 2024,
|
5233
|
+
deprecate :Log, :none, 2024, 12
|
5234
|
+
deprecate :Log=, :none, 2024, 12
|
5235
5235
|
|
5236
5236
|
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)
|
5237
5237
|
@LoadBalancerId = loadbalancerid
|
@@ -7209,10 +7209,10 @@ module TencentCloud
|
|
7209
7209
|
|
7210
7210
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7211
7211
|
extend Gem::Deprecate
|
7212
|
-
deprecate :Domain, :none, 2024,
|
7213
|
-
deprecate :Domain=, :none, 2024,
|
7214
|
-
deprecate :Url, :none, 2024,
|
7215
|
-
deprecate :Url=, :none, 2024,
|
7212
|
+
deprecate :Domain, :none, 2024, 12
|
7213
|
+
deprecate :Domain=, :none, 2024, 12
|
7214
|
+
deprecate :Url, :none, 2024, 12
|
7215
|
+
deprecate :Url=, :none, 2024, 12
|
7216
7216
|
|
7217
7217
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7218
7218
|
@ListenerId = listenerid
|
@@ -7699,7 +7699,7 @@ module TencentCloud
|
|
7699
7699
|
class SetLoadBalancerSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
7700
7700
|
# @param LoadBalancerId: 负载均衡实例 ID
|
7701
7701
|
# @type LoadBalancerId: String
|
7702
|
-
# @param SecurityGroups: 安全组ID构成的数组,一个负载均衡实例最多可绑定50
|
7702
|
+
# @param SecurityGroups: 安全组ID构成的数组,一个负载均衡实例最多可绑定50个安全组,如果要解绑所有安全组,可不传此参数。
|
7703
7703
|
# @type SecurityGroups: Array
|
7704
7704
|
|
7705
7705
|
attr_accessor :LoadBalancerId, :SecurityGroups
|
@@ -8139,8 +8139,8 @@ module TencentCloud
|
|
8139
8139
|
|
8140
8140
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId
|
8141
8141
|
extend Gem::Deprecate
|
8142
|
-
deprecate :HealthStatusDetial, :none, 2024,
|
8143
|
-
deprecate :HealthStatusDetial=, :none, 2024,
|
8142
|
+
deprecate :HealthStatusDetial, :none, 2024, 12
|
8143
|
+
deprecate :HealthStatusDetial=, :none, 2024, 12
|
8144
8144
|
|
8145
8145
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil)
|
8146
8146
|
@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.
|
4
|
+
version: 3.0.956
|
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-12-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|