tencentcloud-sdk-vpc 1.0.260 → 1.0.263

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: 353a5049f7ec9f9240ddbc3674ab691e856c36c9
4
- data.tar.gz: 62f5f6fbeb67782ccea4950f965a9adf18c2db75
3
+ metadata.gz: 3cc3688606adfaaedf65e510138bef03abe97fe4
4
+ data.tar.gz: da6678f41e98a0b2ad028205940cb9dab24cdca7
5
5
  SHA512:
6
- metadata.gz: 21e1272e6824336a9fec41431f7b56b16613294c783c245db1a48faf818db738027df88aa25b31be656dc358c573a9838379f9dde73a5b34c18df06ef79adf28
7
- data.tar.gz: a4b77d7c034dfda1f338aa0ebd293a99ac57962f7b01479ac9311e5e0ff7ea95d5dab92c673a5ec251ebe736bedbcd6efc8da97f2ca37ea79a919947fca9e3e6
6
+ metadata.gz: 9d20e1962eabb9ad8ee359659e60d4d77de7a4d34cfdd3e640b7283a3f344587d29fbc20a91f866e741c15bae0b93178473a7600e23d444fc8dce2943eb55479
7
+ data.tar.gz: 5872d5f0c4f3da476996d2060e6bf604779a6152207c08e31fa0f1ef86fbefd9ca56d56b5859d3d708eff5653501029e69f316f0789e3bfe3b6de2c2d6c7671b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.260
1
+ 1.0.263
@@ -672,7 +672,7 @@ module TencentCloud
672
672
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
673
673
  end
674
674
 
675
- # 本接口(CreateAddressTemplateGroup)用于创建IP地址模版集合
675
+ # 本接口(CreateAddressTemplateGroup)用于创建IP地址模板集合
676
676
 
677
677
  # @param request: Request instance for CreateAddressTemplateGroup.
678
678
  # @type request: :class:`Tencentcloud::vpc::V20170312::CreateAddressTemplateGroupRequest`
@@ -2040,9 +2040,9 @@ module TencentCloud
2040
2040
 
2041
2041
  # CreateAddressTemplateGroup请求参数结构体
2042
2042
  class CreateAddressTemplateGroupRequest < TencentCloud::Common::AbstractModel
2043
- # @param AddressTemplateGroupName: IP地址模版集合名称。
2043
+ # @param AddressTemplateGroupName: IP地址模板集合名称。
2044
2044
  # @type AddressTemplateGroupName: String
2045
- # @param AddressTemplateIds: IP地址模版实例ID,例如:ipm-mdunqeb6。
2045
+ # @param AddressTemplateIds: IP地址模板实例ID,例如:ipm-mdunqeb6。
2046
2046
  # @type AddressTemplateIds: Array
2047
2047
 
2048
2048
  attr_accessor :AddressTemplateGroupName, :AddressTemplateIds
@@ -5881,7 +5881,7 @@ module TencentCloud
5881
5881
  class DescribeAddressTemplatesResponse < TencentCloud::Common::AbstractModel
5882
5882
  # @param TotalCount: 符合条件的实例数量。
5883
5883
  # @type TotalCount: Integer
5884
- # @param AddressTemplateSet: IP地址模版。
5884
+ # @param AddressTemplateSet: IP地址模板。
5885
5885
  # @type AddressTemplateSet: Array
5886
5886
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5887
5887
  # @type RequestId: 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: 1.0.260
4
+ version: 1.0.263
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-18 00:00:00.000000000 Z
11
+ date: 2022-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common