tencentcloud-sdk-clb 3.0.929 → 3.0.930
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 +11 -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: 99e6362fb0822e314d9a1854f6db92a216b7a061
|
|
4
|
+
data.tar.gz: 5f55da0122958fc981a0f6cdae7551f814311cdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edbc9ef6f81c30e1ea7a71c6590658f3e72303c9a8123c74279da8cb27c2607be7608d608a8f2781eddbb18bc39fbfec88bb575810fa57f04291315287001da0
|
|
7
|
+
data.tar.gz: b47bcfac81122da8143c56ec26a86107096d8a491881170c815585602ea46691828b8137fc1b0d79809f7e094439308465248c92459be62bb71c830f8f10e260
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.930
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -1454,7 +1454,7 @@ module TencentCloud
|
|
|
1454
1454
|
# @type LoadBalancerName: String
|
|
1455
1455
|
# @param VpcId: 负载均衡后端目标设备所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcEx](https://cloud.tencent.com/document/product/215/1372) 接口获取。 不填此参数则默认为DefaultVPC。创建内网负载均衡实例时,此参数必填。
|
|
1456
1456
|
# @type VpcId: String
|
|
1457
|
-
# @param SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
|
1457
|
+
# @param SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。
|
|
1458
1458
|
# @type SubnetId: String
|
|
1459
1459
|
# @param ProjectId: 负载均衡实例所属的项目 ID,可以通过 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取。不填此参数则视为默认项目。
|
|
1460
1460
|
# @type ProjectId: Integer
|
|
@@ -1506,10 +1506,14 @@ module TencentCloud
|
|
|
1506
1506
|
# @type Egress: String
|
|
1507
1507
|
# @param LBChargePrepaid: 负载均衡实例的预付费相关属性
|
|
1508
1508
|
# @type LBChargePrepaid: :class:`Tencentcloud::Clb.v20180317.models.LBChargePrepaid`
|
|
1509
|
+
# @param LBChargeType: 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
|
|
1510
|
+
# @type LBChargeType: String
|
|
1511
|
+
# @param AccessLogTopicId: 七层访问日志主题ID
|
|
1512
|
+
# @type AccessLogTopicId: String
|
|
1509
1513
|
|
|
1510
|
-
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, :LBChargePrepaid
|
|
1514
|
+
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, :LBChargePrepaid, :LBChargeType, :AccessLogTopicId
|
|
1511
1515
|
|
|
1512
|
-
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, lbchargeprepaid=nil)
|
|
1516
|
+
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, lbchargeprepaid=nil, lbchargetype=nil, accesslogtopicid=nil)
|
|
1513
1517
|
@LoadBalancerType = loadbalancertype
|
|
1514
1518
|
@Forward = forward
|
|
1515
1519
|
@LoadBalancerName = loadbalancername
|
|
@@ -1538,6 +1542,8 @@ module TencentCloud
|
|
|
1538
1542
|
@DynamicVip = dynamicvip
|
|
1539
1543
|
@Egress = egress
|
|
1540
1544
|
@LBChargePrepaid = lbchargeprepaid
|
|
1545
|
+
@LBChargeType = lbchargetype
|
|
1546
|
+
@AccessLogTopicId = accesslogtopicid
|
|
1541
1547
|
end
|
|
1542
1548
|
|
|
1543
1549
|
def deserialize(params)
|
|
@@ -1592,6 +1598,8 @@ module TencentCloud
|
|
|
1592
1598
|
@LBChargePrepaid = LBChargePrepaid.new
|
|
1593
1599
|
@LBChargePrepaid.deserialize(params['LBChargePrepaid'])
|
|
1594
1600
|
end
|
|
1601
|
+
@LBChargeType = params['LBChargeType']
|
|
1602
|
+
@AccessLogTopicId = params['AccessLogTopicId']
|
|
1595
1603
|
end
|
|
1596
1604
|
end
|
|
1597
1605
|
|
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.930
|
|
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-10-
|
|
11
|
+
date: 2024-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|