tencentcloud-sdk-clb 3.0.652 → 3.0.653
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +28 -8
- 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: fed2721a08e343650d391c40bf93fb30e824b6ee
|
|
4
|
+
data.tar.gz: 1e48114ee905606a078dc2d0ed3099841496d3e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e74919c73b41b061e0beae7dfa74fa1da867fe74770af9ecd3b18589d713985988a94451c42cbae0a9213d17365d5cb1794f980f4d1a42c7097450947000a68
|
|
7
|
+
data.tar.gz: 05173758d91b7f4c9e4a0a1b944d1dc7796a09aa0c3c7cabaea965dd9ba14f8facace18d3fdc7400a1889c5e5434e0fe80eacd050b36e37606f3d5c460cd0e37
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.653
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -1007,10 +1007,13 @@ module TencentCloud
|
|
|
1007
1007
|
# @param DisasterRecoveryType: 集群容灾类型,如SINGLE-ZONE,DISASTER-RECOVERY,MUTUAL-DISASTER-RECOVERY
|
|
1008
1008
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1009
1009
|
# @type DisasterRecoveryType: String
|
|
1010
|
+
# @param Egress: 网络出口
|
|
1011
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
|
+
# @type Egress: String
|
|
1010
1013
|
|
|
1011
|
-
attr_accessor :ClusterId, :ClusterName, :ClusterType, :ClusterTag, :Zone, :Network, :MaxConn, :MaxInFlow, :MaxInPkg, :MaxOutFlow, :MaxOutPkg, :MaxNewConn, :HTTPMaxNewConn, :HTTPSMaxNewConn, :HTTPQps, :HTTPSQps, :ResourceCount, :IdleResourceCount, :LoadBalanceDirectorCount, :Isp, :ClustersZone, :ClustersVersion, :DisasterRecoveryType
|
|
1014
|
+
attr_accessor :ClusterId, :ClusterName, :ClusterType, :ClusterTag, :Zone, :Network, :MaxConn, :MaxInFlow, :MaxInPkg, :MaxOutFlow, :MaxOutPkg, :MaxNewConn, :HTTPMaxNewConn, :HTTPSMaxNewConn, :HTTPQps, :HTTPSQps, :ResourceCount, :IdleResourceCount, :LoadBalanceDirectorCount, :Isp, :ClustersZone, :ClustersVersion, :DisasterRecoveryType, :Egress
|
|
1012
1015
|
|
|
1013
|
-
def initialize(clusterid=nil, clustername=nil, clustertype=nil, clustertag=nil, zone=nil, network=nil, maxconn=nil, maxinflow=nil, maxinpkg=nil, maxoutflow=nil, maxoutpkg=nil, maxnewconn=nil, httpmaxnewconn=nil, httpsmaxnewconn=nil, httpqps=nil, httpsqps=nil, resourcecount=nil, idleresourcecount=nil, loadbalancedirectorcount=nil, isp=nil, clusterszone=nil, clustersversion=nil, disasterrecoverytype=nil)
|
|
1016
|
+
def initialize(clusterid=nil, clustername=nil, clustertype=nil, clustertag=nil, zone=nil, network=nil, maxconn=nil, maxinflow=nil, maxinpkg=nil, maxoutflow=nil, maxoutpkg=nil, maxnewconn=nil, httpmaxnewconn=nil, httpsmaxnewconn=nil, httpqps=nil, httpsqps=nil, resourcecount=nil, idleresourcecount=nil, loadbalancedirectorcount=nil, isp=nil, clusterszone=nil, clustersversion=nil, disasterrecoverytype=nil, egress=nil)
|
|
1014
1017
|
@ClusterId = clusterid
|
|
1015
1018
|
@ClusterName = clustername
|
|
1016
1019
|
@ClusterType = clustertype
|
|
@@ -1034,6 +1037,7 @@ module TencentCloud
|
|
|
1034
1037
|
@ClustersZone = clusterszone
|
|
1035
1038
|
@ClustersVersion = clustersversion
|
|
1036
1039
|
@DisasterRecoveryType = disasterrecoverytype
|
|
1040
|
+
@Egress = egress
|
|
1037
1041
|
end
|
|
1038
1042
|
|
|
1039
1043
|
def deserialize(params)
|
|
@@ -1063,6 +1067,7 @@ module TencentCloud
|
|
|
1063
1067
|
end
|
|
1064
1068
|
@ClustersVersion = params['ClustersVersion']
|
|
1065
1069
|
@DisasterRecoveryType = params['DisasterRecoveryType']
|
|
1070
|
+
@Egress = params['Egress']
|
|
1066
1071
|
end
|
|
1067
1072
|
end
|
|
1068
1073
|
|
|
@@ -4856,10 +4861,13 @@ module TencentCloud
|
|
|
4856
4861
|
# @param LoadBalancerDomain: 负载均衡实例的域名。
|
|
4857
4862
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4858
4863
|
# @type LoadBalancerDomain: String
|
|
4864
|
+
# @param Egress: 网络出口
|
|
4865
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4866
|
+
# @type Egress: String
|
|
4859
4867
|
|
|
4860
|
-
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
|
|
4868
|
+
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
|
|
4861
4869
|
|
|
4862
|
-
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)
|
|
4870
|
+
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)
|
|
4863
4871
|
@LoadBalancerId = loadbalancerid
|
|
4864
4872
|
@LoadBalancerName = loadbalancername
|
|
4865
4873
|
@LoadBalancerType = loadbalancertype
|
|
@@ -4914,6 +4922,7 @@ module TencentCloud
|
|
|
4914
4922
|
@ClusterIds = clusterids
|
|
4915
4923
|
@AttributeFlags = attributeflags
|
|
4916
4924
|
@LoadBalancerDomain = loadbalancerdomain
|
|
4925
|
+
@Egress = egress
|
|
4917
4926
|
end
|
|
4918
4927
|
|
|
4919
4928
|
def deserialize(params)
|
|
@@ -5010,6 +5019,7 @@ module TencentCloud
|
|
|
5010
5019
|
@ClusterIds = params['ClusterIds']
|
|
5011
5020
|
@AttributeFlags = params['AttributeFlags']
|
|
5012
5021
|
@LoadBalancerDomain = params['LoadBalancerDomain']
|
|
5022
|
+
@Egress = params['Egress']
|
|
5013
5023
|
end
|
|
5014
5024
|
end
|
|
5015
5025
|
|
|
@@ -5129,10 +5139,13 @@ module TencentCloud
|
|
|
5129
5139
|
# @param LoadBalancerDomain: 负载均衡实例的域名。
|
|
5130
5140
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5131
5141
|
# @type LoadBalancerDomain: String
|
|
5142
|
+
# @param Egress: 网络出口
|
|
5143
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5144
|
+
# @type Egress: String
|
|
5132
5145
|
|
|
5133
|
-
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, :SlaveZone, :Zones, :SniSwitch, :LoadBalancerDomain
|
|
5146
|
+
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, :SlaveZone, :Zones, :SniSwitch, :LoadBalancerDomain, :Egress
|
|
5134
5147
|
|
|
5135
|
-
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, slavezone=nil, zones=nil, sniswitch=nil, loadbalancerdomain=nil)
|
|
5148
|
+
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, slavezone=nil, zones=nil, sniswitch=nil, loadbalancerdomain=nil, egress=nil)
|
|
5136
5149
|
@LoadBalancerId = loadbalancerid
|
|
5137
5150
|
@LoadBalancerName = loadbalancername
|
|
5138
5151
|
@LoadBalancerType = loadbalancertype
|
|
@@ -5171,6 +5184,7 @@ module TencentCloud
|
|
|
5171
5184
|
@Zones = zones
|
|
5172
5185
|
@SniSwitch = sniswitch
|
|
5173
5186
|
@LoadBalancerDomain = loadbalancerdomain
|
|
5187
|
+
@Egress = egress
|
|
5174
5188
|
end
|
|
5175
5189
|
|
|
5176
5190
|
def deserialize(params)
|
|
@@ -5228,6 +5242,7 @@ module TencentCloud
|
|
|
5228
5242
|
@Zones = params['Zones']
|
|
5229
5243
|
@SniSwitch = params['SniSwitch']
|
|
5230
5244
|
@LoadBalancerDomain = params['LoadBalancerDomain']
|
|
5245
|
+
@Egress = params['Egress']
|
|
5231
5246
|
end
|
|
5232
5247
|
end
|
|
5233
5248
|
|
|
@@ -7686,10 +7701,13 @@ module TencentCloud
|
|
|
7686
7701
|
# @type ZoneResourceType: String
|
|
7687
7702
|
# @param EdgeZone: 可用区是否是EdgeZone可用区,如:false
|
|
7688
7703
|
# @type EdgeZone: Boolean
|
|
7704
|
+
# @param Egress: 网络出口
|
|
7705
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7706
|
+
# @type Egress: String
|
|
7689
7707
|
|
|
7690
|
-
attr_accessor :MasterZone, :ResourceSet, :SlaveZone, :IPVersion, :ZoneRegion, :LocalZone, :ZoneResourceType, :EdgeZone
|
|
7708
|
+
attr_accessor :MasterZone, :ResourceSet, :SlaveZone, :IPVersion, :ZoneRegion, :LocalZone, :ZoneResourceType, :EdgeZone, :Egress
|
|
7691
7709
|
|
|
7692
|
-
def initialize(masterzone=nil, resourceset=nil, slavezone=nil, ipversion=nil, zoneregion=nil, localzone=nil, zoneresourcetype=nil, edgezone=nil)
|
|
7710
|
+
def initialize(masterzone=nil, resourceset=nil, slavezone=nil, ipversion=nil, zoneregion=nil, localzone=nil, zoneresourcetype=nil, edgezone=nil, egress=nil)
|
|
7693
7711
|
@MasterZone = masterzone
|
|
7694
7712
|
@ResourceSet = resourceset
|
|
7695
7713
|
@SlaveZone = slavezone
|
|
@@ -7698,6 +7716,7 @@ module TencentCloud
|
|
|
7698
7716
|
@LocalZone = localzone
|
|
7699
7717
|
@ZoneResourceType = zoneresourcetype
|
|
7700
7718
|
@EdgeZone = edgezone
|
|
7719
|
+
@Egress = egress
|
|
7701
7720
|
end
|
|
7702
7721
|
|
|
7703
7722
|
def deserialize(params)
|
|
@@ -7716,6 +7735,7 @@ module TencentCloud
|
|
|
7716
7735
|
@LocalZone = params['LocalZone']
|
|
7717
7736
|
@ZoneResourceType = params['ZoneResourceType']
|
|
7718
7737
|
@EdgeZone = params['EdgeZone']
|
|
7738
|
+
@Egress = params['Egress']
|
|
7719
7739
|
end
|
|
7720
7740
|
end
|
|
7721
7741
|
|
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.653
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|