tencentcloud-sdk-tcr 3.0.655 → 3.0.656

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: 48d226283edc2efd045052497ebd9357514a2973
4
- data.tar.gz: 53020c4824e2d294d6bc586682661e367574b047
3
+ metadata.gz: ee644dbff6cc860be41e5894b8285539d752bff8
4
+ data.tar.gz: cf5dbb843f573777630454299ad470dab1541ed1
5
5
  SHA512:
6
- metadata.gz: d07dd22fb232753a35b479a0d0b18b6f092d7044d08d24756399fad4dcbcfb42146ad429d28a424e1df06a65efeab919748f1930be4d9ea0d397aff07a4706f8
7
- data.tar.gz: 1de47ac2f0a8476335cdcdafd5a09a92c0da5583cead5764ab6cd01e0bd268267dc0e596ca883a2128b982f2cdd8a8eb2bc54f45e9807361f4df232ab623b461
6
+ metadata.gz: a592125223b4bf38cda8bc37b969701a7483121e8fcb131e6bce3c4559315883c6864924058410948391d30eaeb94f0e624790ebf20a764659dc3b8418ee0ad5
7
+ data.tar.gz: bdc1c88fd07ccfdfd942558530ab4ca6263e6708c4435a16209e68ab63b74b1ca730cd2c0eace3b5b90833d713327d632ab34906b06d94ac28cc96f3e00f4619
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.655
1
+ 3.0.656
@@ -485,7 +485,7 @@ module TencentCloud
485
485
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
486
486
  end
487
487
 
488
- # 创建自定义账户
488
+ # 创建服务级账户
489
489
 
490
490
  # @param request: Request instance for CreateServiceAccount.
491
491
  # @type request: :class:`Tencentcloud::tcr::V20190924::CreateServiceAccountRequest`
@@ -4155,7 +4155,7 @@ module TencentCloud
4155
4155
  # @type RegistryId: String
4156
4156
  # @param All: 列出所有服务级账号
4157
4157
  # @type All: Boolean
4158
- # @param EmbedPermission: 是否填充策略
4158
+ # @param EmbedPermission: 是否填充权限信息
4159
4159
  # @type EmbedPermission: Boolean
4160
4160
  # @param Filters: 过滤条件
4161
4161
  # @type Filters: Array
@@ -4197,7 +4197,7 @@ module TencentCloud
4197
4197
  # @param ServiceAccounts: 服务级账号列表
4198
4198
  # 注意:此字段可能返回 null,表示取不到有效值。
4199
4199
  # @type ServiceAccounts: Array
4200
- # @param TotalCount: 自定义账户数量
4200
+ # @param TotalCount: 服务级账户数量
4201
4201
  # @type TotalCount: Integer
4202
4202
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4203
4203
  # @type RequestId: String
@@ -5988,7 +5988,7 @@ module TencentCloud
5988
5988
  # @param Resource: 资源路径,目前仅支持Namespace
5989
5989
  # 注意:此字段可能返回 null,表示取不到有效值。
5990
5990
  # @type Resource: String
5991
- # @param Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository
5991
+ # @param Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
5992
5992
  # 注意:此字段可能返回 null,表示取不到有效值。
5993
5993
  # @type Actions: Array
5994
5994
 
@@ -6085,10 +6085,12 @@ module TencentCloud
6085
6085
  # @param RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
6086
6086
  # 注意:此字段可能返回 null,表示取不到有效值。
6087
6087
  # @type RenewFlag: Integer
6088
+ # @param DeletionProtection: 是否开启实例删除保护,false表示不开启
6089
+ # @type DeletionProtection: Boolean
6088
6090
 
6089
- attr_accessor :RegistryId, :RegistryName, :RegistryType, :Status, :PublicDomain, :CreatedAt, :RegionName, :RegionId, :EnableAnonymous, :TokenValidTime, :InternalEndpoint, :TagSpecification, :ExpiredAt, :PayMod, :RenewFlag
6091
+ attr_accessor :RegistryId, :RegistryName, :RegistryType, :Status, :PublicDomain, :CreatedAt, :RegionName, :RegionId, :EnableAnonymous, :TokenValidTime, :InternalEndpoint, :TagSpecification, :ExpiredAt, :PayMod, :RenewFlag, :DeletionProtection
6090
6092
 
6091
- def initialize(registryid=nil, registryname=nil, registrytype=nil, status=nil, publicdomain=nil, createdat=nil, regionname=nil, regionid=nil, enableanonymous=nil, tokenvalidtime=nil, internalendpoint=nil, tagspecification=nil, expiredat=nil, paymod=nil, renewflag=nil)
6093
+ def initialize(registryid=nil, registryname=nil, registrytype=nil, status=nil, publicdomain=nil, createdat=nil, regionname=nil, regionid=nil, enableanonymous=nil, tokenvalidtime=nil, internalendpoint=nil, tagspecification=nil, expiredat=nil, paymod=nil, renewflag=nil, deletionprotection=nil)
6092
6094
  @RegistryId = registryid
6093
6095
  @RegistryName = registryname
6094
6096
  @RegistryType = registrytype
@@ -6104,6 +6106,7 @@ module TencentCloud
6104
6106
  @ExpiredAt = expiredat
6105
6107
  @PayMod = paymod
6106
6108
  @RenewFlag = renewflag
6109
+ @DeletionProtection = deletionprotection
6107
6110
  end
6108
6111
 
6109
6112
  def deserialize(params)
@@ -6125,6 +6128,7 @@ module TencentCloud
6125
6128
  @ExpiredAt = params['ExpiredAt']
6126
6129
  @PayMod = params['PayMod']
6127
6130
  @RenewFlag = params['RenewFlag']
6131
+ @DeletionProtection = params['DeletionProtection']
6128
6132
  end
6129
6133
  end
6130
6134
 
@@ -6856,8 +6860,10 @@ module TencentCloud
6856
6860
  # 云标签Tag
6857
6861
  class Tag < TencentCloud::Common::AbstractModel
6858
6862
  # @param Key: 云标签的key
6863
+ # 注意:此字段可能返回 null,表示取不到有效值。
6859
6864
  # @type Key: String
6860
6865
  # @param Value: 云标签的值
6866
+ # 注意:此字段可能返回 null,表示取不到有效值。
6861
6867
  # @type Value: String
6862
6868
 
6863
6869
  attr_accessor :Key, :Value
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.655
4
+ version: 3.0.656
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-09-08 00:00:00.000000000 Z
11
+ date: 2023-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common