tencentcloud-sdk-vpc 3.0.517 → 3.0.518

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: 5d1394616d03b370a1fc222e0b2c61f6f80e3c97
4
- data.tar.gz: 0583b8b101b77fe74e4b00ae1348c1bd1a167c48
3
+ metadata.gz: dbdc4ba71b1a6a976810e4e62b3b053ae074c70c
4
+ data.tar.gz: 7c2308af7eaebbff8575349e3cf80b76d3ecd727
5
5
  SHA512:
6
- metadata.gz: 168cd5135326998ad8d8cea4aa6b41a43eb94e7b8242358d9b308741226eb7d14a966c940d11838919ec004aa9f1552fc51c22c84cbffb750d1b9954ee17dd7e
7
- data.tar.gz: 77253103d54181a076c4dc9a6583b9801e6e13649249d76c4a02bd16dc761810f8b190d1fadf7c671a85aebce234a946c1be9762152933b023d1d1881901f335
6
+ metadata.gz: 2c12ce10f021b1748cc4ff47e6279593033826f7176c7b9bea043cb21e78f977820be899cab557bb82bdf0608d44869641894cb3a6fd83fe3ffc27b2a727fad9
7
+ data.tar.gz: cd2907d69df1e92da1aad0cedd1c151e388c7f26464dd23048a489a46413dc6b77d78aaa323d3645eb90195209af8dc5a72989a47e31906c817b813dc4784815
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.517
1
+ 3.0.518
@@ -3495,6 +3495,7 @@ module TencentCloud
3495
3495
  end
3496
3496
 
3497
3497
  # 本接口(DescribeIpGeolocationDatabaseUrl)用于获取IP地理位置库下载链接。
3498
+ # <font color="#FF0000">本接口即将下线,仅供存量用户使用,暂停新增用户。</font>
3498
3499
 
3499
3500
  # @param request: Request instance for DescribeIpGeolocationDatabaseUrl.
3500
3501
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeIpGeolocationDatabaseUrlRequest`
@@ -3519,7 +3520,7 @@ module TencentCloud
3519
3520
  end
3520
3521
 
3521
3522
  # 本接口(DescribeIpGeolocationInfos)用于查询IP地址信息,包括地理位置信息和网络信息。
3522
- # 本接口仅供存量客户使用,如有疑问,请提交[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=660&source=0&data_title=%E5%BC%B9%E6%80%A7%E5%85%AC%E7%BD%91%20EIP&level3_id=662&queue=96&scene_code=16400&step=2)。
3523
+ # <font color="#FF0000">本接口即将下线,仅供存量客户使用,暂停新增用户。</font>
3523
3524
 
3524
3525
  # @param request: Request instance for DescribeIpGeolocationInfos.
3525
3526
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeIpGeolocationInfosRequest`
@@ -486,19 +486,27 @@ module TencentCloud
486
486
 
487
487
  # 地址信息
488
488
  class AddressTemplateItem < TencentCloud::Common::AbstractModel
489
- # @param From: 起始地址。
489
+ # @param AddressTemplateId: ipm-xxxxxxxx
490
+ # @type AddressTemplateId: String
491
+ # @param AddressTemplateName: IP模板名称
492
+ # @type AddressTemplateName: String
493
+ # @param From: 废弃字段
490
494
  # @type From: String
491
- # @param To: 结束地址。
495
+ # @param To: 废弃字段
492
496
  # @type To: String
493
497
 
494
- attr_accessor :From, :To
498
+ attr_accessor :AddressTemplateId, :AddressTemplateName, :From, :To
495
499
 
496
- def initialize(from=nil, to=nil)
500
+ def initialize(addresstemplateid=nil, addresstemplatename=nil, from=nil, to=nil)
501
+ @AddressTemplateId = addresstemplateid
502
+ @AddressTemplateName = addresstemplatename
497
503
  @From = from
498
504
  @To = to
499
505
  end
500
506
 
501
507
  def deserialize(params)
508
+ @AddressTemplateId = params['AddressTemplateId']
509
+ @AddressTemplateName = params['AddressTemplateName']
502
510
  @From = params['From']
503
511
  @To = params['To']
504
512
  end
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.517
4
+ version: 3.0.518
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-02-27 00:00:00.000000000 Z
11
+ date: 2023-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common