tencentcloud-sdk-tcr 3.0.580 → 3.0.581
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190924/client.rb +2 -0
- data/lib/v20190924/models.rb +6 -2
- 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: c572c74c5cf5b16db37db33c2a7c4aa7b915888b
|
4
|
+
data.tar.gz: 2526714e43a3ff07b1a52cc3349598470d077062
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33e1605065921075b058bdae425a9c528d00be911965b8ca8ffd1decc84dd59e5721acd65872f3432bcce8be3746ce91be1af0572f2444e720f7f3598d241b4c
|
7
|
+
data.tar.gz: eaff6af1e1e437d976f57ccfccb9745aeeebdfadf62171feb249953788bdd51eb7ddda75a34668cdf6a035fec36eeb8ec922e4246abe0308bef407cd524b3695
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.581
|
data/lib/v20190924/client.rb
CHANGED
@@ -1067,6 +1067,8 @@ module TencentCloud
|
|
1067
1067
|
|
1068
1068
|
# 删除实例公网访问白名单策略
|
1069
1069
|
|
1070
|
+
# 注意:当PolicyIndex和CidrBlock同时存在时,CidrBlock优先级更高
|
1071
|
+
|
1070
1072
|
# @param request: Request instance for DeleteSecurityPolicy.
|
1071
1073
|
# @type request: :class:`Tencentcloud::tcr::V20190924::DeleteSecurityPolicyRequest`
|
1072
1074
|
# @rtype: :class:`Tencentcloud::tcr::V20190924::DeleteSecurityPolicyResponse`
|
data/lib/v20190924/models.rb
CHANGED
@@ -2019,19 +2019,23 @@ module TencentCloud
|
|
2019
2019
|
# @type PolicyIndex: Integer
|
2020
2020
|
# @param PolicyVersion: 白名单版本
|
2021
2021
|
# @type PolicyVersion: String
|
2022
|
+
# @param CidrBlock: 网段或IP(互斥)
|
2023
|
+
# @type CidrBlock: String
|
2022
2024
|
|
2023
|
-
attr_accessor :RegistryId, :PolicyIndex, :PolicyVersion
|
2025
|
+
attr_accessor :RegistryId, :PolicyIndex, :PolicyVersion, :CidrBlock
|
2024
2026
|
|
2025
|
-
def initialize(registryid=nil, policyindex=nil, policyversion=nil)
|
2027
|
+
def initialize(registryid=nil, policyindex=nil, policyversion=nil, cidrblock=nil)
|
2026
2028
|
@RegistryId = registryid
|
2027
2029
|
@PolicyIndex = policyindex
|
2028
2030
|
@PolicyVersion = policyversion
|
2031
|
+
@CidrBlock = cidrblock
|
2029
2032
|
end
|
2030
2033
|
|
2031
2034
|
def deserialize(params)
|
2032
2035
|
@RegistryId = params['RegistryId']
|
2033
2036
|
@PolicyIndex = params['PolicyIndex']
|
2034
2037
|
@PolicyVersion = params['PolicyVersion']
|
2038
|
+
@CidrBlock = params['CidrBlock']
|
2035
2039
|
end
|
2036
2040
|
end
|
2037
2041
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.581
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|