tencentcloud-sdk-tcr 3.0.580 → 3.0.582
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: ee90f750f60addc54822065197289a77036ad0bc
|
4
|
+
data.tar.gz: dc196e68c39937011272c143a58c98529eba42cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f30c872506ca0349ba69f08e75affb6a2db7c60093b205e7953985680a0ede9bc43d3f808333a952d0ed1597f286203e6ad7561e0b4606188b72b7ec75e7fa5
|
7
|
+
data.tar.gz: 008f22f84a8657272836c1ed465dd639b1c0364d3ed7d92e69feb1b2fad09a720f7419199b9d2f7f64a927e7183bf49bb2d826f9b0bdda7520f650294533dbfe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.582
|
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.582
|
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-
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|