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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +1 -1
- data/lib/v20170312/models.rb +3 -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: 3cc3688606adfaaedf65e510138bef03abe97fe4
|
|
4
|
+
data.tar.gz: da6678f41e98a0b2ad028205940cb9dab24cdca7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d20e1962eabb9ad8ee359659e60d4d77de7a4d34cfdd3e640b7283a3f344587d29fbc20a91f866e741c15bae0b93178473a7600e23d444fc8dce2943eb55479
|
|
7
|
+
data.tar.gz: 5872d5f0c4f3da476996d2060e6bf604779a6152207c08e31fa0f1ef86fbefd9ca56d56b5859d3d708eff5653501029e69f316f0789e3bfe3b6de2c2d6c7671b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.263
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -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`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
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
|