tencentcloud-sdk-clb 3.0.688 → 3.0.689
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 +8 -4
- 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: eafcea060f0ea9150e52362d9deba0b8c8cafc88
|
4
|
+
data.tar.gz: c924db80e566db1703f658d311dba97effae41db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 259a98ce77e38a6596f655b1613c67846c7ad39457ef165d77f1a2577033119af6441f4dd8f6f7acbe1643629554e07737bdd3b3b2c28f4ce1db520f6c92633c
|
7
|
+
data.tar.gz: 17733697b80f26e2e5100c8313bcc4a7a379f3266fb3b605e60dede4622bd66ba47abf448cfbc4b15ab94e57bf8d00c31455ea9e13f76345fc194e75f3d8c894
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.689
|
data/lib/v20180317/models.rb
CHANGED
@@ -1455,6 +1455,8 @@ module TencentCloud
|
|
1455
1455
|
# @param SlaType: 性能容量型规格。
|
1456
1456
|
# <ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> SLA:超强型1规格。当您开通了超大型规格的性能容量型时,SLA对应超强型4规格 </li><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li>如需超大型规格(超强型2及以上),请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</ul></li><li>若需要创建共享型实例,则无需填写此参数。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
|
1457
1457
|
# @type SlaType: String
|
1458
|
+
# @param ClusterIds: 集群ID,集群标识,在需要配置公有云独占集群或本地专有集群时使用。公有云独占集群申请请[提交工单](https://console.cloud.tencent.com/workorder/category),本地专有集群请参考[本地专有集群](https://cloud.tencent.com/document/product/1346)描述。
|
1459
|
+
# @type ClusterIds: Array
|
1458
1460
|
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
1459
1461
|
# @type ClientToken: String
|
1460
1462
|
# @param SnatPro: 是否支持绑定跨地域/跨Vpc绑定IP的功能。
|
@@ -1475,9 +1477,9 @@ module TencentCloud
|
|
1475
1477
|
# @param Egress: 网络出口
|
1476
1478
|
# @type Egress: String
|
1477
1479
|
|
1478
|
-
attr_accessor :LoadBalancerType, :Forward, :LoadBalancerName, :VpcId, :SubnetId, :ProjectId, :AddressIPVersion, :Number, :MasterZoneId, :ZoneId, :InternetAccessible, :VipIsp, :Tags, :Vip, :BandwidthPackageId, :ExclusiveCluster, :SlaType, :ClientToken, :SnatPro, :SnatIps, :ClusterTag, :SlaveZoneId, :EipAddressId, :LoadBalancerPassToTarget, :DynamicVip, :Egress
|
1480
|
+
attr_accessor :LoadBalancerType, :Forward, :LoadBalancerName, :VpcId, :SubnetId, :ProjectId, :AddressIPVersion, :Number, :MasterZoneId, :ZoneId, :InternetAccessible, :VipIsp, :Tags, :Vip, :BandwidthPackageId, :ExclusiveCluster, :SlaType, :ClusterIds, :ClientToken, :SnatPro, :SnatIps, :ClusterTag, :SlaveZoneId, :EipAddressId, :LoadBalancerPassToTarget, :DynamicVip, :Egress
|
1479
1481
|
|
1480
|
-
def initialize(loadbalancertype=nil, forward=nil, loadbalancername=nil, vpcid=nil, subnetid=nil, projectid=nil, addressipversion=nil, number=nil, masterzoneid=nil, zoneid=nil, internetaccessible=nil, vipisp=nil, tags=nil, vip=nil, bandwidthpackageid=nil, exclusivecluster=nil, slatype=nil, clienttoken=nil, snatpro=nil, snatips=nil, clustertag=nil, slavezoneid=nil, eipaddressid=nil, loadbalancerpasstotarget=nil, dynamicvip=nil, egress=nil)
|
1482
|
+
def initialize(loadbalancertype=nil, forward=nil, loadbalancername=nil, vpcid=nil, subnetid=nil, projectid=nil, addressipversion=nil, number=nil, masterzoneid=nil, zoneid=nil, internetaccessible=nil, vipisp=nil, tags=nil, vip=nil, bandwidthpackageid=nil, exclusivecluster=nil, slatype=nil, clusterids=nil, clienttoken=nil, snatpro=nil, snatips=nil, clustertag=nil, slavezoneid=nil, eipaddressid=nil, loadbalancerpasstotarget=nil, dynamicvip=nil, egress=nil)
|
1481
1483
|
@LoadBalancerType = loadbalancertype
|
1482
1484
|
@Forward = forward
|
1483
1485
|
@LoadBalancerName = loadbalancername
|
@@ -1495,6 +1497,7 @@ module TencentCloud
|
|
1495
1497
|
@BandwidthPackageId = bandwidthpackageid
|
1496
1498
|
@ExclusiveCluster = exclusivecluster
|
1497
1499
|
@SlaType = slatype
|
1500
|
+
@ClusterIds = clusterids
|
1498
1501
|
@ClientToken = clienttoken
|
1499
1502
|
@SnatPro = snatpro
|
1500
1503
|
@SnatIps = snatips
|
@@ -1537,6 +1540,7 @@ module TencentCloud
|
|
1537
1540
|
@ExclusiveCluster.deserialize(params['ExclusiveCluster'])
|
1538
1541
|
end
|
1539
1542
|
@SlaType = params['SlaType']
|
1543
|
+
@ClusterIds = params['ClusterIds']
|
1540
1544
|
@ClientToken = params['ClientToken']
|
1541
1545
|
@SnatPro = params['SnatPro']
|
1542
1546
|
unless params['SnatIps'].nil?
|
@@ -7954,8 +7958,8 @@ module TencentCloud
|
|
7954
7958
|
|
7955
7959
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
7956
7960
|
extend Gem::Deprecate
|
7957
|
-
deprecate :HealthStatusDetial, :none, 2023,
|
7958
|
-
deprecate :HealthStatusDetial=, :none, 2023,
|
7961
|
+
deprecate :HealthStatusDetial, :none, 2023, 11
|
7962
|
+
deprecate :HealthStatusDetial=, :none, 2023, 11
|
7959
7963
|
|
7960
7964
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
7961
7965
|
@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.689
|
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-10-
|
11
|
+
date: 2023-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|