tencentcloud-sdk-clb 3.0.1183 → 3.0.1190
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 +16 -15
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dbed40bd2bb3821331d11cf65393bdd9beda637
|
|
4
|
+
data.tar.gz: 6639c7fbf154174b0d915e977570e5d307060b53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf40ee410207726849fedcc7b53613c84901fb8222673af954a2118294357ea0f1681791dc035aefba76dae5824e8fbd5e26bb3b114c080cbca098285d527245
|
|
7
|
+
data.tar.gz: a41499f408ca6e9c508b345902c6853456c81e622f7209012d03f9349151416eb058d981d98d80631be9d9338f0c0cbc9a773fa3ad013e4eb9062f8c9ce97896
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1190
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -6558,36 +6558,36 @@ module TencentCloud
|
|
|
6558
6558
|
|
|
6559
6559
|
# ModifyLoadBalancerAttributes请求参数结构体
|
|
6560
6560
|
class ModifyLoadBalancerAttributesRequest < TencentCloud::Common::AbstractModel
|
|
6561
|
-
# @param LoadBalancerId:
|
|
6561
|
+
# @param LoadBalancerId: <p>负载均衡的唯一ID,可以通过 <a href="https://cloud.tencent.com/document/product/214/30685">DescribeLoadBalancers</a> 接口获取。</p>
|
|
6562
6562
|
# @type LoadBalancerId: String
|
|
6563
|
-
# @param LoadBalancerName:
|
|
6563
|
+
# @param LoadBalancerName: <p>负载均衡实例名称,规则:1-60 个英文、汉字、数字、连接线“-”或下划线“_”。</p>
|
|
6564
6564
|
# @type LoadBalancerName: String
|
|
6565
|
-
# @param TargetRegionInfo:
|
|
6565
|
+
# @param TargetRegionInfo: <p>设置负载均衡跨地域绑定1.0的后端服务信息</p>
|
|
6566
6566
|
# @type TargetRegionInfo: :class:`Tencentcloud::Clb.v20180317.models.TargetRegionInfo`
|
|
6567
|
-
# @param InternetChargeInfo:
|
|
6567
|
+
# @param InternetChargeInfo: <p>网络计费相关参数</p>
|
|
6568
6568
|
# @type InternetChargeInfo: :class:`Tencentcloud::Clb.v20180317.models.InternetAccessible`
|
|
6569
|
-
# @param LoadBalancerPassToTarget: Target是否放通来自CLB
|
|
6570
|
-
# 开启放通(true):只验证CLB上的安全组;
|
|
6571
|
-
# 不开启放通(false):需同时验证CLB和后端实例上的安全组。
|
|
6572
|
-
# 不填则不修改。
|
|
6569
|
+
# @param LoadBalancerPassToTarget: <p>Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。不填则不修改。</p>
|
|
6573
6570
|
# @type LoadBalancerPassToTarget: Boolean
|
|
6574
|
-
# @param
|
|
6571
|
+
# @param SwitchFlag: <p>不同计费模式之间的切换:0表示不切换,1表示预付费和后付费切换,2表示后付费之间切换。默认值:0</p>
|
|
6572
|
+
# @type SwitchFlag: Integer
|
|
6573
|
+
# @param SnatPro: <p>是否开启跨地域绑定2.0功能。不填则不修改。</p>
|
|
6575
6574
|
# @type SnatPro: Boolean
|
|
6576
|
-
# @param DeleteProtect:
|
|
6575
|
+
# @param DeleteProtect: <p>是否开启删除保护,不填则不修改。</p>
|
|
6577
6576
|
# @type DeleteProtect: Boolean
|
|
6578
|
-
# @param ModifyClassicDomain:
|
|
6577
|
+
# @param ModifyClassicDomain: <p>将负载均衡二级域名由mycloud.com改为tencentclb.com,子域名也会变换,修改后mycloud.com域名将失效。不填则不修改。</p>
|
|
6579
6578
|
# @type ModifyClassicDomain: Boolean
|
|
6580
|
-
# @param AssociateEndpoint:
|
|
6579
|
+
# @param AssociateEndpoint: <p>关联的终端节点Id,可通过<a href="https://cloud.tencent.com/document/product/215/54679">DescribeVpcEndPoint</a>接口查询。传空字符串代表解除关联。</p>
|
|
6581
6580
|
# @type AssociateEndpoint: String
|
|
6582
6581
|
|
|
6583
|
-
attr_accessor :LoadBalancerId, :LoadBalancerName, :TargetRegionInfo, :InternetChargeInfo, :LoadBalancerPassToTarget, :SnatPro, :DeleteProtect, :ModifyClassicDomain, :AssociateEndpoint
|
|
6582
|
+
attr_accessor :LoadBalancerId, :LoadBalancerName, :TargetRegionInfo, :InternetChargeInfo, :LoadBalancerPassToTarget, :SwitchFlag, :SnatPro, :DeleteProtect, :ModifyClassicDomain, :AssociateEndpoint
|
|
6584
6583
|
|
|
6585
|
-
def initialize(loadbalancerid=nil, loadbalancername=nil, targetregioninfo=nil, internetchargeinfo=nil, loadbalancerpasstotarget=nil, snatpro=nil, deleteprotect=nil, modifyclassicdomain=nil, associateendpoint=nil)
|
|
6584
|
+
def initialize(loadbalancerid=nil, loadbalancername=nil, targetregioninfo=nil, internetchargeinfo=nil, loadbalancerpasstotarget=nil, switchflag=nil, snatpro=nil, deleteprotect=nil, modifyclassicdomain=nil, associateendpoint=nil)
|
|
6586
6585
|
@LoadBalancerId = loadbalancerid
|
|
6587
6586
|
@LoadBalancerName = loadbalancername
|
|
6588
6587
|
@TargetRegionInfo = targetregioninfo
|
|
6589
6588
|
@InternetChargeInfo = internetchargeinfo
|
|
6590
6589
|
@LoadBalancerPassToTarget = loadbalancerpasstotarget
|
|
6590
|
+
@SwitchFlag = switchflag
|
|
6591
6591
|
@SnatPro = snatpro
|
|
6592
6592
|
@DeleteProtect = deleteprotect
|
|
6593
6593
|
@ModifyClassicDomain = modifyclassicdomain
|
|
@@ -6606,6 +6606,7 @@ module TencentCloud
|
|
|
6606
6606
|
@InternetChargeInfo.deserialize(params['InternetChargeInfo'])
|
|
6607
6607
|
end
|
|
6608
6608
|
@LoadBalancerPassToTarget = params['LoadBalancerPassToTarget']
|
|
6609
|
+
@SwitchFlag = params['SwitchFlag']
|
|
6609
6610
|
@SnatPro = params['SnatPro']
|
|
6610
6611
|
@DeleteProtect = params['DeleteProtect']
|
|
6611
6612
|
@ModifyClassicDomain = params['ModifyClassicDomain']
|
|
@@ -6615,7 +6616,7 @@ module TencentCloud
|
|
|
6615
6616
|
|
|
6616
6617
|
# ModifyLoadBalancerAttributes返回参数结构体
|
|
6617
6618
|
class ModifyLoadBalancerAttributesResponse < TencentCloud::Common::AbstractModel
|
|
6618
|
-
# @param DealName:
|
|
6619
|
+
# @param DealName: <p>切换负载均衡计费方式时,可用此参数查询切换任务是否成功。</p>
|
|
6619
6620
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6620
6621
|
# @type DealName: String
|
|
6621
6622
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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.1190
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-clb.rb
|
|
37
|
-
- lib/v20180317/models.rb
|
|
38
37
|
- lib/v20180317/client.rb
|
|
38
|
+
- lib/v20180317/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|