tencentcloud-sdk-clb 3.0.682 → 3.0.684
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 +5 -3
- 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: aefa0681acd9ba03014176020a7ae4174ef39567
|
4
|
+
data.tar.gz: 257e02c0ac2b23bc8ae5eaea70b5d78214b8d26a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 008fc20acc5adcfeec4cba2f347bc68d31da8a4213a4c4a728f6f116af5cdd3a783d751985db8fcea9c2f53ccafd6698fc1e3217c6e5f4c44f57b264f0bc6411
|
7
|
+
data.tar.gz: 3c4f8b8ffff3ec7877b3a97c7a935af852efbdd46534815e2ecca7dc11b5fd65e6ed8169827f54eed067c05b7ae8346e73bd2a0038bf4c685e1f7db5b7a6b7c7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.684
|
data/lib/v20180317/models.rb
CHANGED
@@ -886,7 +886,8 @@ module TencentCloud
|
|
886
886
|
# @type ZoneId: String
|
887
887
|
# @param InternetAccessible: 仅适用于公网负载均衡。负载均衡的网络计费模式。
|
888
888
|
# @type InternetAccessible: :class:`Tencentcloud::Clb.v20180317.models.InternetAccessible`
|
889
|
-
# @param VipIsp:
|
889
|
+
# @param VipIsp: 仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 DescribeResources 接口查询一个地域所支持的Isp。
|
890
|
+
# 示例值:CMCC
|
890
891
|
# @type VipIsp: String
|
891
892
|
# @param Vip: 指定Vip申请负载均衡。
|
892
893
|
# @type Vip: String
|
@@ -1447,7 +1448,7 @@ module TencentCloud
|
|
1447
1448
|
# @param Vip: 指定VIP申请负载均衡。此参数选填,不填写此参数时自动分配VIP。IPv4和IPv6类型支持此参数,IPv6 NAT64类型不支持。
|
1448
1449
|
# 注意:当指定VIP创建内网实例、或公网IPv6 BGP实例时,若VIP不属于指定VPC子网的网段内时,会创建失败;若VIP已被占用,也会创建失败。
|
1449
1450
|
# @type Vip: String
|
1450
|
-
# @param BandwidthPackageId: 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE
|
1451
|
+
# @param BandwidthPackageId: 带宽包ID,指定此参数时,网络计费方式(InternetAccessible.InternetChargeType)只支持按带宽包计费(BANDWIDTH_PACKAGE)。当AddressIPVersion为IPv6FullChain时 ,不支持指定具体带宽包id。
|
1451
1452
|
# @type BandwidthPackageId: String
|
1452
1453
|
# @param ExclusiveCluster: 独占型实例信息。若创建独占型的内网负载均衡实例,则此参数必填。
|
1453
1454
|
# @type ExclusiveCluster: :class:`Tencentcloud::Clb.v20180317.models.ExclusiveCluster`
|
@@ -4333,7 +4334,8 @@ module TencentCloud
|
|
4333
4334
|
# @type SlaType: String
|
4334
4335
|
# @param AddressIPVersion: IP版本,可取值:IPV4、IPV6、IPv6FullChain,不区分大小写,默认值 IPV4。说明:取值为IPV6表示为IPV6 NAT64版本;取值为IPv6FullChain,表示为IPv6版本。
|
4335
4336
|
# @type AddressIPVersion: String
|
4336
|
-
# @param VipIsp:
|
4337
|
+
# @param VipIsp: 仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 DescribeResources 接口查询一个地域所支持的Isp。
|
4338
|
+
# 示例值:CMCC
|
4337
4339
|
# @type VipIsp: String
|
4338
4340
|
|
4339
4341
|
attr_accessor :LoadBalancerType, :LoadBalancerChargeType, :LoadBalancerChargePrepaid, :InternetAccessible, :GoodsNum, :ZoneId, :SlaType, :AddressIPVersion, :VipIsp
|
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.684
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|