tencentcloud-sdk-vpc 3.0.941 → 3.0.943

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 032126ac192faf882d535e675c8e910961e23a44
4
- data.tar.gz: 6254bdb2fa65628be61e7a311d2020a714e6eaa9
3
+ metadata.gz: 678e0f7bb22b966badc57338fa486a5148587c37
4
+ data.tar.gz: b646232bc5ce96662402a25c994a17dbc721c02c
5
5
  SHA512:
6
- metadata.gz: 8a7972e4c461d6d0dffec797704ee7c4dde829b6cdba9cbc57bf3130fade57976b1b8ac476648fb36557755e074cdc75f03675f4a687b2a1b59e17d13612164e
7
- data.tar.gz: 014d7a9a94c95ffaab5b4c7fe478eeb25411be668a8468259383edd3069f3f2d323d24e7596dc233156798b5b6c92d4aa054979e97be461267b8a0b8c138e4ba
6
+ metadata.gz: ea1d659d97cdc881a9097c96eaee398b62e054f4619b2f8decfd8eea8288c7188891184e63e099a81b2b395756f70aa85d2aa3a0c0b3554541fb7cdee6eca130
7
+ data.tar.gz: 2c93d819d2ef837e6ff1d36d7999faebc6db8ab9e4c5ea30f969662d07d66bbb423ed1be46afcbfa1e3a44b5b3b384d7d7fc349f9508b6ddb38b2eab06c952d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.943
@@ -1470,7 +1470,7 @@ module TencentCloud
1470
1470
  # * 创建弹性网卡时可以指定需要申请的内网IP数量,系统会随机生成内网IP地址。
1471
1471
  # * 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
1472
1472
  # * 创建弹性网卡同时可以绑定已有安全组。
1473
- # * 创建弹性网卡同时可以绑定标签, 应答里的标签列表代表添加成功的标签。
1473
+ # * 创建弹性网卡同时可以绑定标签, 响应里的标签列表代表添加成功的标签。
1474
1474
  # >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
1475
1475
  # >
1476
1476
 
@@ -5561,6 +5561,12 @@ module TencentCloud
5561
5561
  # * vpc-max-assistant_cidrs(每个VPC可分配的辅助CIDR数)。
5562
5562
  # * appid-max-end-point-services (每个开发商每个地域可创建的终端节点服务个数)。
5563
5563
  # * appid-max-end-point-service-white-lists (每个开发商每个地域可创建的终端节点服务白名单个数)。
5564
+ # * vpc-max-cmcc-ipv6-cidrs (每个VPC可创建的移动IPv6 CIDR个数)。
5565
+ # * vpc-max-ctcc-ipv6-cidrs (每个VPC可创建的电信IPv6 CIDR个数)。
5566
+ # * vpc-max-cucc-ipv6-cidrs (每个VPC可创建的联调IPv6 CIDR个数)。
5567
+ # * vpc-max-bgp-ipv6-cidrs (每个VPC可创建的默认IPv6 CIDR个数)。
5568
+ # * vpc-max-custom-ipv6-cidrs (每个VPC可创建的自定义IPv6 CIDR个数)。
5569
+ # * vpc-max-ula-ipv6-cidrs (每个VPC可创建的ULA IPv6 CIDR个数)。
5564
5570
 
5565
5571
  # @param request: Request instance for DescribeVpcLimits.
5566
5572
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpcLimitsRequest`
@@ -8111,7 +8117,6 @@ module TencentCloud
8111
8117
 
8112
8118
  # 本接口(ModifyVpcEndPointServiceAttribute)用于修改终端节点服务属性。
8113
8119
 
8114
-
8115
8120
  # @param request: Request instance for ModifyVpcEndPointServiceAttribute.
8116
8121
  # @type request: :class:`Tencentcloud::vpc::V20170312::ModifyVpcEndPointServiceAttributeRequest`
8117
8122
  # @rtype: :class:`Tencentcloud::vpc::V20170312::ModifyVpcEndPointServiceAttributeResponse`
@@ -586,7 +586,7 @@ module TencentCloud
586
586
 
587
587
  # 地址信息
588
588
  class AddressTemplateItem < TencentCloud::Common::AbstractModel
589
- # @param AddressTemplateId: ipm-xxxxxxxx
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
 
@@ -3711,14 +3719,17 @@ module TencentCloud
3711
3719
  # @type DhcpIpName: String
3712
3720
  # @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数。总数不能超过64个,为了兼容性,当前参数必填。
3713
3721
  # @type SecondaryPrivateIpAddressCount: Integer
3722
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
3723
+ # @type Tags: Array
3714
3724
 
3715
- attr_accessor :VpcId, :SubnetId, :DhcpIpName, :SecondaryPrivateIpAddressCount
3725
+ attr_accessor :VpcId, :SubnetId, :DhcpIpName, :SecondaryPrivateIpAddressCount, :Tags
3716
3726
 
3717
- def initialize(vpcid=nil, subnetid=nil, dhcpipname=nil, secondaryprivateipaddresscount=nil)
3727
+ def initialize(vpcid=nil, subnetid=nil, dhcpipname=nil, secondaryprivateipaddresscount=nil, tags=nil)
3718
3728
  @VpcId = vpcid
3719
3729
  @SubnetId = subnetid
3720
3730
  @DhcpIpName = dhcpipname
3721
3731
  @SecondaryPrivateIpAddressCount = secondaryprivateipaddresscount
3732
+ @Tags = tags
3722
3733
  end
3723
3734
 
3724
3735
  def deserialize(params)
@@ -3726,6 +3737,14 @@ module TencentCloud
3726
3737
  @SubnetId = params['SubnetId']
3727
3738
  @DhcpIpName = params['DhcpIpName']
3728
3739
  @SecondaryPrivateIpAddressCount = params['SecondaryPrivateIpAddressCount']
3740
+ unless params['Tags'].nil?
3741
+ @Tags = []
3742
+ params['Tags'].each do |i|
3743
+ tag_tmp = Tag.new
3744
+ tag_tmp.deserialize(i)
3745
+ @Tags << tag_tmp
3746
+ end
3747
+ end
3729
3748
  end
3730
3749
  end
3731
3750
 
@@ -3974,16 +3993,19 @@ module TencentCloud
3974
3993
  # @type NetworkInterfaceId: String
3975
3994
  # @param CheckAssociate: 是否开启`HAVIP`漂移时子机或网卡范围的校验。默认不开启。
3976
3995
  # @type CheckAssociate: Boolean
3996
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
3997
+ # @type Tags: Array
3977
3998
 
3978
- attr_accessor :VpcId, :HaVipName, :SubnetId, :Vip, :NetworkInterfaceId, :CheckAssociate
3999
+ attr_accessor :VpcId, :HaVipName, :SubnetId, :Vip, :NetworkInterfaceId, :CheckAssociate, :Tags
3979
4000
 
3980
- def initialize(vpcid=nil, havipname=nil, subnetid=nil, vip=nil, networkinterfaceid=nil, checkassociate=nil)
4001
+ def initialize(vpcid=nil, havipname=nil, subnetid=nil, vip=nil, networkinterfaceid=nil, checkassociate=nil, tags=nil)
3981
4002
  @VpcId = vpcid
3982
4003
  @HaVipName = havipname
3983
4004
  @SubnetId = subnetid
3984
4005
  @Vip = vip
3985
4006
  @NetworkInterfaceId = networkinterfaceid
3986
4007
  @CheckAssociate = checkassociate
4008
+ @Tags = tags
3987
4009
  end
3988
4010
 
3989
4011
  def deserialize(params)
@@ -3993,6 +4015,14 @@ module TencentCloud
3993
4015
  @Vip = params['Vip']
3994
4016
  @NetworkInterfaceId = params['NetworkInterfaceId']
3995
4017
  @CheckAssociate = params['CheckAssociate']
4018
+ unless params['Tags'].nil?
4019
+ @Tags = []
4020
+ params['Tags'].each do |i|
4021
+ tag_tmp = Tag.new
4022
+ tag_tmp.deserialize(i)
4023
+ @Tags << tag_tmp
4024
+ end
4025
+ end
3996
4026
  end
3997
4027
  end
3998
4028
 
@@ -4179,19 +4209,30 @@ module TencentCloud
4179
4209
  # @type VpcId: String
4180
4210
  # @param CdcId: CDC实例ID。
4181
4211
  # @type CdcId: String
4212
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
4213
+ # @type Tags: Array
4182
4214
 
4183
- attr_accessor :LocalGatewayName, :VpcId, :CdcId
4215
+ attr_accessor :LocalGatewayName, :VpcId, :CdcId, :Tags
4184
4216
 
4185
- def initialize(localgatewayname=nil, vpcid=nil, cdcid=nil)
4217
+ def initialize(localgatewayname=nil, vpcid=nil, cdcid=nil, tags=nil)
4186
4218
  @LocalGatewayName = localgatewayname
4187
4219
  @VpcId = vpcid
4188
4220
  @CdcId = cdcid
4221
+ @Tags = tags
4189
4222
  end
4190
4223
 
4191
4224
  def deserialize(params)
4192
4225
  @LocalGatewayName = params['LocalGatewayName']
4193
4226
  @VpcId = params['VpcId']
4194
4227
  @CdcId = params['CdcId']
4228
+ unless params['Tags'].nil?
4229
+ @Tags = []
4230
+ params['Tags'].each do |i|
4231
+ tag_tmp = Tag.new
4232
+ tag_tmp.deserialize(i)
4233
+ @Tags << tag_tmp
4234
+ end
4235
+ end
4195
4236
  end
4196
4237
  end
4197
4238
 
@@ -4439,10 +4480,12 @@ module TencentCloud
4439
4480
  # @type NextHopDestination: String
4440
4481
  # @param NetDetectDescription: 网络探测描述。
4441
4482
  # @type NetDetectDescription: String
4483
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
4484
+ # @type Tags: Array
4442
4485
 
4443
- attr_accessor :VpcId, :SubnetId, :NetDetectName, :DetectDestinationIp, :NextHopType, :NextHopDestination, :NetDetectDescription
4486
+ attr_accessor :VpcId, :SubnetId, :NetDetectName, :DetectDestinationIp, :NextHopType, :NextHopDestination, :NetDetectDescription, :Tags
4444
4487
 
4445
- def initialize(vpcid=nil, subnetid=nil, netdetectname=nil, detectdestinationip=nil, nexthoptype=nil, nexthopdestination=nil, netdetectdescription=nil)
4488
+ def initialize(vpcid=nil, subnetid=nil, netdetectname=nil, detectdestinationip=nil, nexthoptype=nil, nexthopdestination=nil, netdetectdescription=nil, tags=nil)
4446
4489
  @VpcId = vpcid
4447
4490
  @SubnetId = subnetid
4448
4491
  @NetDetectName = netdetectname
@@ -4450,6 +4493,7 @@ module TencentCloud
4450
4493
  @NextHopType = nexthoptype
4451
4494
  @NextHopDestination = nexthopdestination
4452
4495
  @NetDetectDescription = netdetectdescription
4496
+ @Tags = tags
4453
4497
  end
4454
4498
 
4455
4499
  def deserialize(params)
@@ -4460,6 +4504,14 @@ module TencentCloud
4460
4504
  @NextHopType = params['NextHopType']
4461
4505
  @NextHopDestination = params['NextHopDestination']
4462
4506
  @NetDetectDescription = params['NetDetectDescription']
4507
+ unless params['Tags'].nil?
4508
+ @Tags = []
4509
+ params['Tags'].each do |i|
4510
+ tag_tmp = Tag.new
4511
+ tag_tmp.deserialize(i)
4512
+ @Tags << tag_tmp
4513
+ end
4514
+ end
4463
4515
  end
4464
4516
  end
4465
4517
 
@@ -4633,6 +4685,7 @@ module TencentCloud
4633
4685
  # @param NetworkInterfaceDescription: 弹性网卡描述,可任意命名,但不得超过60个字符。
4634
4686
  # @type NetworkInterfaceDescription: String
4635
4687
  # @param SecondaryPrivateIpAddressCount: 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
4688
+ # 配额数查询:[DescribeVpcLimits](https://cloud.tencent.com/document/api/215/42942)。
4636
4689
  # @type SecondaryPrivateIpAddressCount: Integer
4637
4690
  # @param QosLevel: IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
4638
4691
  # @type QosLevel: String
@@ -9642,6 +9695,8 @@ module TencentCloud
9642
9695
  # @type UniformSocialCreditCode: String
9643
9696
  # @param LegalPerson: (模糊查询)法定代表人。
9644
9697
  # @type LegalPerson: String
9698
+ # @param LegalPersonId: (精确查询)法人身份证号。
9699
+ # @type LegalPersonId: String
9645
9700
  # @param IssuingAuthority: (模糊查询)发证机关。
9646
9701
  # @type IssuingAuthority: String
9647
9702
  # @param BusinessAddress: (模糊查询)营业执照住所。
@@ -9669,14 +9724,15 @@ module TencentCloud
9669
9724
  # @param Limit: 返回数量
9670
9725
  # @type Limit: Integer
9671
9726
 
9672
- attr_accessor :ServiceProvider, :ComplianceId, :Company, :UniformSocialCreditCode, :LegalPerson, :IssuingAuthority, :BusinessAddress, :PostCode, :Manager, :ManagerId, :ManagerAddress, :ManagerTelephone, :Email, :ServiceStartDate, :ServiceEndDate, :State, :Offset, :Limit
9727
+ attr_accessor :ServiceProvider, :ComplianceId, :Company, :UniformSocialCreditCode, :LegalPerson, :LegalPersonId, :IssuingAuthority, :BusinessAddress, :PostCode, :Manager, :ManagerId, :ManagerAddress, :ManagerTelephone, :Email, :ServiceStartDate, :ServiceEndDate, :State, :Offset, :Limit
9673
9728
 
9674
- def initialize(serviceprovider=nil, complianceid=nil, company=nil, uniformsocialcreditcode=nil, legalperson=nil, issuingauthority=nil, businessaddress=nil, postcode=nil, manager=nil, managerid=nil, manageraddress=nil, managertelephone=nil, email=nil, servicestartdate=nil, serviceenddate=nil, state=nil, offset=nil, limit=nil)
9729
+ def initialize(serviceprovider=nil, complianceid=nil, company=nil, uniformsocialcreditcode=nil, legalperson=nil, legalpersonid=nil, issuingauthority=nil, businessaddress=nil, postcode=nil, manager=nil, managerid=nil, manageraddress=nil, managertelephone=nil, email=nil, servicestartdate=nil, serviceenddate=nil, state=nil, offset=nil, limit=nil)
9675
9730
  @ServiceProvider = serviceprovider
9676
9731
  @ComplianceId = complianceid
9677
9732
  @Company = company
9678
9733
  @UniformSocialCreditCode = uniformsocialcreditcode
9679
9734
  @LegalPerson = legalperson
9735
+ @LegalPersonId = legalpersonid
9680
9736
  @IssuingAuthority = issuingauthority
9681
9737
  @BusinessAddress = businessaddress
9682
9738
  @PostCode = postcode
@@ -9698,6 +9754,7 @@ module TencentCloud
9698
9754
  @Company = params['Company']
9699
9755
  @UniformSocialCreditCode = params['UniformSocialCreditCode']
9700
9756
  @LegalPerson = params['LegalPerson']
9757
+ @LegalPersonId = params['LegalPersonId']
9701
9758
  @IssuingAuthority = params['IssuingAuthority']
9702
9759
  @BusinessAddress = params['BusinessAddress']
9703
9760
  @PostCode = params['PostCode']
@@ -10761,7 +10818,7 @@ module TencentCloud
10761
10818
  # <li> ip6-translator-id - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的唯一ID过滤,形如ip6-xxxxxxx。</li>
10762
10819
  # <li> ip6-translator-vip6 - String - 是否必填:否 - (过滤条件)按照IPV6地址过滤。不支持模糊过滤。</li>
10763
10820
  # <li> ip6-translator-name - String - 是否必填:否 - (过滤条件)按照IPV6转换实例名称过滤。不支持模糊过滤。</li>
10764
- # <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"
10821
+ # <li> ip6-translator-status - String - 是否必填:否 - (过滤条件)按照IPV6转换实例的状态过滤。状态取值范围为"CREATING","RUNNING","DELETING","MODIFYING"。</li>
10765
10822
  # @type Filters: Array
10766
10823
  # @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
10767
10824
  # @type Offset: Integer
@@ -15054,10 +15111,13 @@ module TencentCloud
15054
15111
  # @type State: String
15055
15112
  # @param CreatedTime: 创建时间。
15056
15113
  # @type CreatedTime: String
15114
+ # @param TagSet: 标签键值对。
15115
+ # 注意:此字段可能返回 null,表示取不到有效值。
15116
+ # @type TagSet: Array
15057
15117
 
15058
- attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime
15118
+ attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime, :TagSet
15059
15119
 
15060
- def initialize(dhcpipid=nil, vpcid=nil, subnetid=nil, dhcpipname=nil, privateipaddress=nil, addressip=nil, networkinterfaceid=nil, instanceid=nil, state=nil, createdtime=nil)
15120
+ def initialize(dhcpipid=nil, vpcid=nil, subnetid=nil, dhcpipname=nil, privateipaddress=nil, addressip=nil, networkinterfaceid=nil, instanceid=nil, state=nil, createdtime=nil, tagset=nil)
15061
15121
  @DhcpIpId = dhcpipid
15062
15122
  @VpcId = vpcid
15063
15123
  @SubnetId = subnetid
@@ -15068,6 +15128,7 @@ module TencentCloud
15068
15128
  @InstanceId = instanceid
15069
15129
  @State = state
15070
15130
  @CreatedTime = createdtime
15131
+ @TagSet = tagset
15071
15132
  end
15072
15133
 
15073
15134
  def deserialize(params)
@@ -15081,6 +15142,14 @@ module TencentCloud
15081
15142
  @InstanceId = params['InstanceId']
15082
15143
  @State = params['State']
15083
15144
  @CreatedTime = params['CreatedTime']
15145
+ unless params['TagSet'].nil?
15146
+ @TagSet = []
15147
+ params['TagSet'].each do |i|
15148
+ tag_tmp = Tag.new
15149
+ tag_tmp.deserialize(i)
15150
+ @TagSet << tag_tmp
15151
+ end
15152
+ end
15084
15153
  end
15085
15154
  end
15086
15155
 
@@ -17695,12 +17764,16 @@ module TencentCloud
17695
17764
  # 单项计费价格信息
17696
17765
  class ItemPrice < TencentCloud::Common::AbstractModel
17697
17766
  # @param UnitPrice: 按量计费后付费单价,单位:元。
17767
+ # 注意:此字段可能返回 null,表示取不到有效值。
17698
17768
  # @type UnitPrice: Float
17699
17769
  # @param ChargeUnit: 按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。
17770
+ # 注意:此字段可能返回 null,表示取不到有效值。
17700
17771
  # @type ChargeUnit: String
17701
17772
  # @param OriginalPrice: 预付费商品的原价,单位:元。
17773
+ # 注意:此字段可能返回 null,表示取不到有效值。
17702
17774
  # @type OriginalPrice: Float
17703
17775
  # @param DiscountPrice: 预付费商品的折扣价,单位:元。
17776
+ # 注意:此字段可能返回 null,表示取不到有效值。
17704
17777
  # @type DiscountPrice: Float
17705
17778
 
17706
17779
  attr_accessor :UnitPrice, :ChargeUnit, :OriginalPrice, :DiscountPrice
@@ -20319,7 +20392,7 @@ module TencentCloud
20319
20392
  # @type VpcId: String
20320
20393
  # @param EndPointServiceName: 终端节点服务名称。
20321
20394
  # @type EndPointServiceName: String
20322
- # @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ui><li>true:自动接受<li>false:不自动接受</ul>
20395
+ # @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
20323
20396
  # @type AutoAcceptFlag: Boolean
20324
20397
  # @param ServiceInstanceId: 后端服务的ID,比如lb-xxx。
20325
20398
  # @type ServiceInstanceId: String
@@ -24464,7 +24537,7 @@ module TencentCloud
24464
24537
  # @type PrivateIpAddress: String
24465
24538
  # @param PublicIpAddresses: 弹性IP地址池
24466
24539
  # @type PublicIpAddresses: Array
24467
- # @param Description: 描述
24540
+ # @param Description: 规则描述
24468
24541
  # @type Description: String
24469
24542
  # @param NatGatewaySnatId: Snat规则ID
24470
24543
  # @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.941
4
+ version: 3.0.943
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-12 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common