tencentcloud-sdk-vpc 3.0.732 → 3.0.733
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 +16 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88134ffc819643d40386ab99e6346f4b0d0740e3
|
|
4
|
+
data.tar.gz: b34da8ab1c30aa79a124166273b341e9dbcd6926
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0aebc648fefd30d63aadf42ee0483f4c7303de0b19264da7bef55df077acc5375ec31b505803321b48ac07b5526e9ef89510839d687ea06ca3fe1d6374f6dc06
|
|
7
|
+
data.tar.gz: e2dea9b7295ea8b70873f410ecca86c4c437664ac3c03f34698d6edde31998d54264da5625bd97dd050f0b3ab20fa5b679dca3b4447e30321252fc1cda8ba6a2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.733
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -1884,6 +1884,8 @@ module TencentCloud
|
|
|
1884
1884
|
end
|
|
1885
1885
|
|
|
1886
1886
|
# 本接口(DeleteAddressTemplate)用于删除IP地址模板。
|
|
1887
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
1888
|
+
# >
|
|
1887
1889
|
|
|
1888
1890
|
# @param request: Request instance for DeleteAddressTemplate.
|
|
1889
1891
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteAddressTemplateRequest`
|
|
@@ -1908,6 +1910,8 @@ module TencentCloud
|
|
|
1908
1910
|
end
|
|
1909
1911
|
|
|
1910
1912
|
# 本接口(DeleteAddressTemplateGroup)用于删除IP地址模板集合。
|
|
1913
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
1914
|
+
# >
|
|
1911
1915
|
|
|
1912
1916
|
# @param request: Request instance for DeleteAddressTemplateGroup.
|
|
1913
1917
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteAddressTemplateGroupRequest`
|
|
@@ -2504,6 +2508,8 @@ module TencentCloud
|
|
|
2504
2508
|
end
|
|
2505
2509
|
|
|
2506
2510
|
# 本接口(DeleteServiceTemplate)用于删除协议端口模板。
|
|
2511
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
2512
|
+
# >
|
|
2507
2513
|
|
|
2508
2514
|
# @param request: Request instance for DeleteServiceTemplate.
|
|
2509
2515
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteServiceTemplateRequest`
|
|
@@ -2528,6 +2534,8 @@ module TencentCloud
|
|
|
2528
2534
|
end
|
|
2529
2535
|
|
|
2530
2536
|
# 本接口(DeleteServiceTemplateGroup)用于删除协议端口模板集合。
|
|
2537
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
2538
|
+
# >
|
|
2531
2539
|
|
|
2532
2540
|
# @param request: Request instance for DeleteServiceTemplateGroup.
|
|
2533
2541
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteServiceTemplateGroupRequest`
|
|
@@ -5939,6 +5947,8 @@ module TencentCloud
|
|
|
5939
5947
|
end
|
|
5940
5948
|
|
|
5941
5949
|
# 本接口(ModifyAddressTemplateAttribute)用于修改IP地址模板。
|
|
5950
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
5951
|
+
# >
|
|
5942
5952
|
|
|
5943
5953
|
# @param request: Request instance for ModifyAddressTemplateAttribute.
|
|
5944
5954
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyAddressTemplateAttributeRequest`
|
|
@@ -5963,6 +5973,8 @@ module TencentCloud
|
|
|
5963
5973
|
end
|
|
5964
5974
|
|
|
5965
5975
|
# 本接口(ModifyAddressTemplateGroupAttribute)用于修改IP地址模板集合。
|
|
5976
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
5977
|
+
# >
|
|
5966
5978
|
|
|
5967
5979
|
# @param request: Request instance for ModifyAddressTemplateGroupAttribute.
|
|
5968
5980
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyAddressTemplateGroupAttributeRequest`
|
|
@@ -6724,6 +6736,8 @@ module TencentCloud
|
|
|
6724
6736
|
end
|
|
6725
6737
|
|
|
6726
6738
|
# 本接口(ModifyServiceTemplateAttribute)用于修改协议端口模板。
|
|
6739
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
6740
|
+
# >
|
|
6727
6741
|
|
|
6728
6742
|
# @param request: Request instance for ModifyServiceTemplateAttribute.
|
|
6729
6743
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyServiceTemplateAttributeRequest`
|
|
@@ -6748,6 +6762,8 @@ module TencentCloud
|
|
|
6748
6762
|
end
|
|
6749
6763
|
|
|
6750
6764
|
# 本接口(ModifyServiceTemplateGroupAttribute)用于修改协议端口模板集合。
|
|
6765
|
+
# >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
6766
|
+
# >
|
|
6751
6767
|
|
|
6752
6768
|
# @param request: Request instance for ModifyServiceTemplateGroupAttribute.
|
|
6753
6769
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyServiceTemplateGroupAttributeRequest`
|