tencentcloud-sdk-vpc 3.0.1179 → 3.0.1181
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/models.rb +8 -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: d4efe0a4febffff1f9db248cf0ebbba7ab0676d8
|
|
4
|
+
data.tar.gz: 3890d37161b9f8d45103343ec6512df1476764b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc3a1c9b5a1f057281b074b23f9af9b098aed228b9a3fd2d5b297500ad8df0a83f8e090850de474c1890446ae4dcd253893c5334148bedcd2c3a50275026dd8e
|
|
7
|
+
data.tar.gz: 150ee04ef456ea52c59cf9462d8b857441631c887ba186a44ad76c39b9ef6c1bbfbc8859a51781c57ecb7e40ef877871a095bf45f10b57b9692efde6b9b98edd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1181
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -27003,7 +27003,8 @@ module TencentCloud
|
|
|
27003
27003
|
# EIP:云服务器的公网IP;
|
|
27004
27004
|
# LOCAL_GATEWAY:CDC本地网关;
|
|
27005
27005
|
# INTRANAT:私网NAT网关;
|
|
27006
|
-
# USER_CCN
|
|
27006
|
+
# USER_CCN:云联网(自定义路由);
|
|
27007
|
+
# GWLB_ENDPOINT:网关负载均衡终端节点。
|
|
27007
27008
|
# @type GatewayType: String
|
|
27008
27009
|
# @param GatewayId: 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
|
|
27009
27010
|
# 特殊说明:
|
|
@@ -27605,10 +27606,12 @@ module TencentCloud
|
|
|
27605
27606
|
# @type PolicyDescription: String
|
|
27606
27607
|
# @param ModifyTime: 安全组最近修改时间。
|
|
27607
27608
|
# @type ModifyTime: String
|
|
27609
|
+
# @param Priority: 安全组规则优先级,值会随着安全组规则的变更动态变化。使用Priority时,请先调用`DescribeSecurityGroupPolicies`获取到规则的Priority,并且结合返回值中的Version一起使用处理规则。
|
|
27610
|
+
# @type Priority: Integer
|
|
27608
27611
|
|
|
27609
|
-
attr_accessor :PolicyIndex, :Protocol, :Port, :ServiceTemplate, :CidrBlock, :Ipv6CidrBlock, :SecurityGroupId, :AddressTemplate, :Action, :PolicyDescription, :ModifyTime
|
|
27612
|
+
attr_accessor :PolicyIndex, :Protocol, :Port, :ServiceTemplate, :CidrBlock, :Ipv6CidrBlock, :SecurityGroupId, :AddressTemplate, :Action, :PolicyDescription, :ModifyTime, :Priority
|
|
27610
27613
|
|
|
27611
|
-
def initialize(policyindex=nil, protocol=nil, port=nil, servicetemplate=nil, cidrblock=nil, ipv6cidrblock=nil, securitygroupid=nil, addresstemplate=nil, action=nil, policydescription=nil, modifytime=nil)
|
|
27614
|
+
def initialize(policyindex=nil, protocol=nil, port=nil, servicetemplate=nil, cidrblock=nil, ipv6cidrblock=nil, securitygroupid=nil, addresstemplate=nil, action=nil, policydescription=nil, modifytime=nil, priority=nil)
|
|
27612
27615
|
@PolicyIndex = policyindex
|
|
27613
27616
|
@Protocol = protocol
|
|
27614
27617
|
@Port = port
|
|
@@ -27620,6 +27623,7 @@ module TencentCloud
|
|
|
27620
27623
|
@Action = action
|
|
27621
27624
|
@PolicyDescription = policydescription
|
|
27622
27625
|
@ModifyTime = modifytime
|
|
27626
|
+
@Priority = priority
|
|
27623
27627
|
end
|
|
27624
27628
|
|
|
27625
27629
|
def deserialize(params)
|
|
@@ -27640,6 +27644,7 @@ module TencentCloud
|
|
|
27640
27644
|
@Action = params['Action']
|
|
27641
27645
|
@PolicyDescription = params['PolicyDescription']
|
|
27642
27646
|
@ModifyTime = params['ModifyTime']
|
|
27647
|
+
@Priority = params['Priority']
|
|
27643
27648
|
end
|
|
27644
27649
|
end
|
|
27645
27650
|
|
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.1181
|
|
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-12-
|
|
11
|
+
date: 2025-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|