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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e2d6e096fc89fdaa412568207c99008ccefb540
4
- data.tar.gz: 3c0886cdfbff5a20aecdc3de8d281f04b3d6bf37
3
+ metadata.gz: c572c74c5cf5b16db37db33c2a7c4aa7b915888b
4
+ data.tar.gz: 2526714e43a3ff07b1a52cc3349598470d077062
5
5
  SHA512:
6
- metadata.gz: 97e66db1829daf794a0c9a99aca83ae6ba271dbf4e14d1c0e6f1c992a75485734f558692dbeeffe28660a284201c5d8ae4e414195f09053745e9e81fed79d6b3
7
- data.tar.gz: 420ffb896e66f42b07aaf0bc321ed0f7f4a86305cc3d6e882c18ec1d648ab507335b0e6463a1b5dfc7828e36040f1b1a03fe689b28fbece0d4ec9880ff236ed1
6
+ metadata.gz: 33e1605065921075b058bdae425a9c528d00be911965b8ca8ffd1decc84dd59e5721acd65872f3432bcce8be3746ce91be1af0572f2444e720f7f3598d241b4c
7
+ data.tar.gz: eaff6af1e1e437d976f57ccfccb9745aeeebdfadf62171feb249953788bdd51eb7ddda75a34668cdf6a035fec36eeb8ec922e4246abe0308bef407cd524b3695
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.580
1
+ 3.0.581
@@ -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`
@@ -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.580
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-30 00:00:00.000000000 Z
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