tencentcloud-sdk-vpc 3.0.1065 → 3.0.1066
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 +2 -1
- 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: 6fe7556fa599df46e2fe9153cefc3a164a605e29
|
4
|
+
data.tar.gz: f911eb9c41106a103f888860ca87bffbb2d5549c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c8fa54722ac98ad68a8e897779d979fd861648d840c8c71da14fd8fee038a018e6d00e60b2e36f34df344a4ebf9f85cc32795d05607a98e496d6a843056fdd5
|
7
|
+
data.tar.gz: 696d3b68112111f135315cd4b180656c1314ddf7b2e569d616915ed9b8c33567a53f313ea81a2858f475706fb5c4ccc4e2c77a8d883fe4aed22172557450176c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20170312/client.rb
CHANGED
@@ -3190,7 +3190,7 @@ module TencentCloud
|
|
3190
3190
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3191
3191
|
end
|
3192
3192
|
|
3193
|
-
# 本接口(DeleteSecurityGroupPolicies
|
3193
|
+
# 本接口(DeleteSecurityGroupPolicies)用于删除安全组规则(SecurityGroupPolicy)。
|
3194
3194
|
# * SecurityGroupPolicySet.Version 用于指定要操作的安全组的版本。传入 Version 版本号若不等于当前安全组的最新版本,将返回失败;若不传 Version 则直接删除指定PolicyIndex的规则。
|
3195
3195
|
|
3196
3196
|
# @param request: Request instance for DeleteSecurityGroupPolicies.
|
data/lib/v20170312/models.rb
CHANGED
@@ -8571,6 +8571,7 @@ module TencentCloud
|
|
8571
8571
|
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
8572
8572
|
# @type SecurityGroupId: String
|
8573
8573
|
# @param SecurityGroupPolicySet: 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
|
8574
|
+
# 使用安全组规则匹配删除时,需要填写`Action`, `Protocol`, `CidrBlock`, `Port`参数。
|
8574
8575
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
8575
8576
|
|
8576
8577
|
attr_accessor :SecurityGroupId, :SecurityGroupPolicySet
|
@@ -25014,7 +25015,7 @@ module TencentCloud
|
|
25014
25015
|
|
25015
25016
|
# ReplaceSecurityGroupPolicies请求参数结构体
|
25016
25017
|
class ReplaceSecurityGroupPoliciesRequest < TencentCloud::Common::AbstractModel
|
25017
|
-
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n
|
25018
|
+
# @param SecurityGroupId: 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
25018
25019
|
# @type SecurityGroupId: String
|
25019
25020
|
# @param SecurityGroupPolicySet: 安全组规则集合对象。
|
25020
25021
|
# @type SecurityGroupPolicySet: :class:`Tencentcloud::Vpc.v20170312.models.SecurityGroupPolicySet`
|
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.
|
4
|
+
version: 3.0.1066
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|