tencentcloud-sdk-vpc 3.0.940 → 3.0.942
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/v20170312/models.rb +32 -9
- 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: 1a3d9bd868effaaac6c6eb98e5f51d2f4ccf331e
|
4
|
+
data.tar.gz: b3b6d88c270a28e393144ec5adb1c69a7c6b256e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f152601dd265ad3dffe1247df82f147d3345878ddd56425786d6217f4be20884cf40dfba1de499d0b298f7efb53be2ff40df82b81a169f06327817e7281af7dc
|
7
|
+
data.tar.gz: 1dcdb308382cd30fac8f2bcb1c6988455c7877a82d627cf5f58b74724dc8062785b708e3f4a7bd685cdb32a50f53ffb033cb1536503c760d8933cf0509cb2f6a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20170312/models.rb
CHANGED
@@ -586,7 +586,7 @@ module TencentCloud
|
|
586
586
|
|
587
587
|
# 地址信息
|
588
588
|
class AddressTemplateItem < TencentCloud::Common::AbstractModel
|
589
|
-
# @param AddressTemplateId:
|
589
|
+
# @param AddressTemplateId: IP地址模板ID
|
590
590
|
# @type AddressTemplateId: String
|
591
591
|
# @param AddressTemplateName: IP模板名称
|
592
592
|
# @type AddressTemplateName: String
|
@@ -725,6 +725,8 @@ module TencentCloud
|
|
725
725
|
# @param AnycastZone: Anycast发布域。
|
726
726
|
# <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li><li><b>[已废弃]</b> ANYCAST_ZONE_A:发布域A(已更新为全球发布域)</li><li><b>[已废弃]</b> ANYCAST_ZONE_B:发布域B(已更新为全球发布域)</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
|
727
727
|
# @type AnycastZone: String
|
728
|
+
# @param VipCluster: 指定IP地址申请EIP,每个账户每个月只有三次配额
|
729
|
+
# @type VipCluster: Array
|
728
730
|
# @param ApplicableForCLB: <b>[已废弃]</b> AnycastEIP不再区分是否负载均衡。原参数说明如下:
|
729
731
|
# AnycastEIP是否用于绑定负载均衡。
|
730
732
|
# <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>TRUE:AnycastEIP可绑定对象为负载均衡</li>
|
@@ -745,9 +747,9 @@ module TencentCloud
|
|
745
747
|
# @param ClientToken: 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
|
746
748
|
# @type ClientToken: String
|
747
749
|
|
748
|
-
attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :DedicatedClusterId, :Egress, :AntiDDoSPackageId, :ClientToken
|
750
|
+
attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :VipCluster, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :DedicatedClusterId, :Egress, :AntiDDoSPackageId, :ClientToken
|
749
751
|
|
750
|
-
def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, dedicatedclusterid=nil, egress=nil, antiddospackageid=nil, clienttoken=nil)
|
752
|
+
def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, vipcluster=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, dedicatedclusterid=nil, egress=nil, antiddospackageid=nil, clienttoken=nil)
|
751
753
|
@AddressCount = addresscount
|
752
754
|
@InternetServiceProvider = internetserviceprovider
|
753
755
|
@InternetChargeType = internetchargetype
|
@@ -755,6 +757,7 @@ module TencentCloud
|
|
755
757
|
@AddressChargePrepaid = addresschargeprepaid
|
756
758
|
@AddressType = addresstype
|
757
759
|
@AnycastZone = anycastzone
|
760
|
+
@VipCluster = vipcluster
|
758
761
|
@ApplicableForCLB = applicableforclb
|
759
762
|
@Tags = tags
|
760
763
|
@BandwidthPackageId = bandwidthpackageid
|
@@ -776,6 +779,7 @@ module TencentCloud
|
|
776
779
|
end
|
777
780
|
@AddressType = params['AddressType']
|
778
781
|
@AnycastZone = params['AnycastZone']
|
782
|
+
@VipCluster = params['VipCluster']
|
779
783
|
@ApplicableForCLB = params['ApplicableForCLB']
|
780
784
|
unless params['Tags'].nil?
|
781
785
|
@Tags = []
|
@@ -3010,21 +3014,25 @@ module TencentCloud
|
|
3010
3014
|
|
3011
3015
|
# 冲突资源条目信息。
|
3012
3016
|
class ConflictItem < TencentCloud::Common::AbstractModel
|
3013
|
-
# @param ConfilctId: 冲突资源的ID
|
3017
|
+
# @param ConfilctId: 冲突资源的ID。已废弃
|
3014
3018
|
# @type ConfilctId: String
|
3015
3019
|
# @param DestinationItem: 冲突目的资源
|
3016
3020
|
# @type DestinationItem: String
|
3021
|
+
# @param ConflictId: 冲突资源的ID
|
3022
|
+
# @type ConflictId: String
|
3017
3023
|
|
3018
|
-
attr_accessor :ConfilctId, :DestinationItem
|
3024
|
+
attr_accessor :ConfilctId, :DestinationItem, :ConflictId
|
3019
3025
|
|
3020
|
-
def initialize(confilctid=nil, destinationitem=nil)
|
3026
|
+
def initialize(confilctid=nil, destinationitem=nil, conflictid=nil)
|
3021
3027
|
@ConfilctId = confilctid
|
3022
3028
|
@DestinationItem = destinationitem
|
3029
|
+
@ConflictId = conflictid
|
3023
3030
|
end
|
3024
3031
|
|
3025
3032
|
def deserialize(params)
|
3026
3033
|
@ConfilctId = params['ConfilctId']
|
3027
3034
|
@DestinationItem = params['DestinationItem']
|
3035
|
+
@ConflictId = params['ConflictId']
|
3028
3036
|
end
|
3029
3037
|
end
|
3030
3038
|
|
@@ -3974,16 +3982,19 @@ module TencentCloud
|
|
3974
3982
|
# @type NetworkInterfaceId: String
|
3975
3983
|
# @param CheckAssociate: 是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。
|
3976
3984
|
# @type CheckAssociate: Boolean
|
3985
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
3986
|
+
# @type Tags: Array
|
3977
3987
|
|
3978
|
-
attr_accessor :VpcId, :HaVipName, :SubnetId, :Vip, :NetworkInterfaceId, :CheckAssociate
|
3988
|
+
attr_accessor :VpcId, :HaVipName, :SubnetId, :Vip, :NetworkInterfaceId, :CheckAssociate, :Tags
|
3979
3989
|
|
3980
|
-
def initialize(vpcid=nil, havipname=nil, subnetid=nil, vip=nil, networkinterfaceid=nil, checkassociate=nil)
|
3990
|
+
def initialize(vpcid=nil, havipname=nil, subnetid=nil, vip=nil, networkinterfaceid=nil, checkassociate=nil, tags=nil)
|
3981
3991
|
@VpcId = vpcid
|
3982
3992
|
@HaVipName = havipname
|
3983
3993
|
@SubnetId = subnetid
|
3984
3994
|
@Vip = vip
|
3985
3995
|
@NetworkInterfaceId = networkinterfaceid
|
3986
3996
|
@CheckAssociate = checkassociate
|
3997
|
+
@Tags = tags
|
3987
3998
|
end
|
3988
3999
|
|
3989
4000
|
def deserialize(params)
|
@@ -3993,6 +4004,14 @@ module TencentCloud
|
|
3993
4004
|
@Vip = params['Vip']
|
3994
4005
|
@NetworkInterfaceId = params['NetworkInterfaceId']
|
3995
4006
|
@CheckAssociate = params['CheckAssociate']
|
4007
|
+
unless params['Tags'].nil?
|
4008
|
+
@Tags = []
|
4009
|
+
params['Tags'].each do |i|
|
4010
|
+
tag_tmp = Tag.new
|
4011
|
+
tag_tmp.deserialize(i)
|
4012
|
+
@Tags << tag_tmp
|
4013
|
+
end
|
4014
|
+
end
|
3996
4015
|
end
|
3997
4016
|
end
|
3998
4017
|
|
@@ -17695,12 +17714,16 @@ module TencentCloud
|
|
17695
17714
|
# 单项计费价格信息
|
17696
17715
|
class ItemPrice < TencentCloud::Common::AbstractModel
|
17697
17716
|
# @param UnitPrice: 按量计费后付费单价,单位:元。
|
17717
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17698
17718
|
# @type UnitPrice: Float
|
17699
17719
|
# @param ChargeUnit: 按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。
|
17720
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17700
17721
|
# @type ChargeUnit: String
|
17701
17722
|
# @param OriginalPrice: 预付费商品的原价,单位:元。
|
17723
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17702
17724
|
# @type OriginalPrice: Float
|
17703
17725
|
# @param DiscountPrice: 预付费商品的折扣价,单位:元。
|
17726
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17704
17727
|
# @type DiscountPrice: Float
|
17705
17728
|
|
17706
17729
|
attr_accessor :UnitPrice, :ChargeUnit, :OriginalPrice, :DiscountPrice
|
@@ -24464,7 +24487,7 @@ module TencentCloud
|
|
24464
24487
|
# @type PrivateIpAddress: String
|
24465
24488
|
# @param PublicIpAddresses: 弹性IP地址池
|
24466
24489
|
# @type PublicIpAddresses: Array
|
24467
|
-
# @param Description:
|
24490
|
+
# @param Description: 规则描述
|
24468
24491
|
# @type Description: String
|
24469
24492
|
# @param NatGatewaySnatId: Snat规则ID
|
24470
24493
|
# @type NatGatewaySnatId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.942
|
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-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|