tencentcloud-sdk-tcr 3.0.1026 → 3.0.1027

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190924/models.rb +1 -68
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 892f6eb0c5e8dbd709e3c22a2d55d846287aed54
4
- data.tar.gz: 546a3f913a8ca815b3c38e89c77dda13f1348cab
3
+ metadata.gz: a29f99bf0e0f7f9a7c0fc70da255fa7c1cf8962f
4
+ data.tar.gz: db0785b98ec4c60a7cda0427c0bba18a750e2b08
5
5
  SHA512:
6
- metadata.gz: 9c9ab4ae3c49710f984ffe341d6c108804ae864cc52a5bdc0cb0dcac608264db32d2993a1a4f92747d6f5a87595297ef8b6fb4e4e3c16beff595674c035600a1
7
- data.tar.gz: 7cbfda43fac5b80f2c76777fa436613926108ed713262b15f84b89e9b22b0e56d3adda66fc1e2e0c94f3cffe3c527e7005d304d8727171ac128a9653f2620733
6
+ metadata.gz: 7d30080746d1da73f4b78a96a7b384215e459a6baa1cb8a5adb80033e6a2c76654fea290c63fbb4561df55162b6b5717cd96b09cba67a46bedbfbedb0f8ea44f
7
+ data.tar.gz: f986747f2d600a1edd5380f4a03478b6eeb55f5b335fc43b5fdff6f7186b25ac991af6e26add298f340476fa7b92ab5ea08ec97516b1099858c30115f569e155
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1027
@@ -86,7 +86,6 @@ module TencentCloud
86
86
  # @param TotalCount: 总数目
87
87
  # @type TotalCount: Integer
88
88
  # @param StrategyInfo: 自动删除策略列表
89
- # 注意:此字段可能返回 null,表示取不到有效值。
90
89
  # @type StrategyInfo: Array
91
90
 
92
91
  attr_accessor :TotalCount, :StrategyInfo
@@ -180,7 +179,6 @@ module TencentCloud
180
179
  # 命名空间漏洞白名单列表
181
180
  class CVEWhitelistItem < TencentCloud::Common::AbstractModel
182
181
  # @param CVEID: 漏洞白名单 ID
183
- # 注意:此字段可能返回 null,表示取不到有效值。
184
182
  # @type CVEID: String
185
183
 
186
184
  attr_accessor :CVEID
@@ -215,7 +213,6 @@ module TencentCloud
215
213
  # @param IsValidated: 检查结果,true为合法,false为非法
216
214
  # @type IsValidated: Boolean
217
215
  # @param DetailCode: 1: Illegal(名称非法), 2:Reserved(名字保留), 3:Existed(名字已存在)
218
- # 注意:此字段可能返回 null,表示取不到有效值。
219
216
  # @type DetailCode: Integer
220
217
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
221
218
  # @type RequestId: String
@@ -586,14 +583,12 @@ module TencentCloud
586
583
  # CreateInstanceToken返回参数结构体
587
584
  class CreateInstanceTokenResponse < TencentCloud::Common::AbstractModel
588
585
  # @param Username: 用户名
589
- # 注意:此字段可能返回 null,表示取不到有效值。
590
586
  # @type Username: String
591
587
  # @param Token: 访问凭证
592
588
  # @type Token: String
593
589
  # @param ExpTime: 访问凭证过期时间戳,是一个时间戳数字,无单位
594
590
  # @type ExpTime: Integer
595
591
  # @param TokenId: 长期凭证的TokenId,短期凭证没有TokenId
596
- # 注意:此字段可能返回 null,表示取不到有效值。
597
592
  # @type TokenId: String
598
593
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
599
594
  # @type RequestId: String
@@ -2260,7 +2255,6 @@ module TencentCloud
2260
2255
  # @param TotalCount: 返回总数
2261
2256
  # @type TotalCount: Integer
2262
2257
  # @param LogInfo: 触发日志列表
2263
- # 注意:此字段可能返回 null,表示取不到有效值。
2264
2258
  # @type LogInfo: Array
2265
2259
 
2266
2260
  attr_accessor :TotalCount, :LogInfo
@@ -4544,7 +4538,6 @@ module TencentCloud
4544
4538
  # @param TotalCount: 收藏仓库的总数
4545
4539
  # @type TotalCount: Integer
4546
4540
  # @param RepoInfo: 仓库信息数组
4547
- # 注意:此字段可能返回 null,表示取不到有效值。
4548
4541
  # @type RepoInfo: Array
4549
4542
 
4550
4543
  attr_accessor :TotalCount, :RepoInfo
@@ -4574,22 +4567,16 @@ module TencentCloud
4574
4567
  # @param RepoType: 仓库类型
4575
4568
  # @type RepoType: String
4576
4569
  # @param PullCount: Pull总共的次数
4577
- # 注意:此字段可能返回 null,表示取不到有效值。
4578
4570
  # @type PullCount: Integer
4579
4571
  # @param FavorCount: 仓库收藏次数
4580
- # 注意:此字段可能返回 null,表示取不到有效值。
4581
4572
  # @type FavorCount: Integer
4582
4573
  # @param Public: 仓库是否公开
4583
- # 注意:此字段可能返回 null,表示取不到有效值。
4584
4574
  # @type Public: Integer
4585
4575
  # @param IsQcloudOfficial: 是否为官方所有
4586
- # 注意:此字段可能返回 null,表示取不到有效值。
4587
4576
  # @type IsQcloudOfficial: Boolean
4588
4577
  # @param TagCount: 仓库Tag的数量
4589
- # 注意:此字段可能返回 null,表示取不到有效值。
4590
4578
  # @type TagCount: Integer
4591
4579
  # @param Logo: Logo
4592
- # 注意:此字段可能返回 null,表示取不到有效值。
4593
4580
  # @type Logo: String
4594
4581
  # @param Region: 地域
4595
4582
  # @type Region: String
@@ -5754,10 +5741,8 @@ module TencentCloud
5754
5741
  # 策略
5755
5742
  class Permission < TencentCloud::Common::AbstractModel
5756
5743
  # @param Resource: 资源路径,目前仅支持Namespace
5757
- # 注意:此字段可能返回 null,表示取不到有效值。
5758
5744
  # @type Resource: String
5759
5745
  # @param Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
5760
- # 注意:此字段可能返回 null,表示取不到有效值。
5761
5746
  # @type Actions: Array
5762
5747
 
5763
5748
  attr_accessor :Resource, :Actions
@@ -5853,16 +5838,12 @@ module TencentCloud
5853
5838
  # @param InternalEndpoint: 实例内部访问地址
5854
5839
  # @type InternalEndpoint: String
5855
5840
  # @param TagSpecification: 实例云标签
5856
- # 注意:此字段可能返回 null,表示取不到有效值。
5857
5841
  # @type TagSpecification: :class:`Tencentcloud::Tcr.v20190924.models.TagSpecification`
5858
5842
  # @param ExpiredAt: 实例过期时间(预付费)
5859
- # 注意:此字段可能返回 null,表示取不到有效值。
5860
5843
  # @type ExpiredAt: String
5861
5844
  # @param PayMod: 实例付费类型,0表示后付费,1表示预付费
5862
- # 注意:此字段可能返回 null,表示取不到有效值。
5863
5845
  # @type PayMod: Integer
5864
5846
  # @param RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
5865
- # 注意:此字段可能返回 null,表示取不到有效值。
5866
5847
  # @type RenewFlag: Integer
5867
5848
  # @param DeletionProtection: 是否开启实例删除保护,false表示不开启
5868
5849
  # @type DeletionProtection: Boolean
@@ -5962,7 +5943,6 @@ module TencentCloud
5962
5943
  # @param Status: 实例的状态
5963
5944
  # @type Status: String
5964
5945
  # @param Conditions: 附加状态
5965
- # 注意:此字段可能返回 null,表示取不到有效值。
5966
5946
  # @type Conditions: Array
5967
5947
 
5968
5948
  attr_accessor :RegistryId, :Status, :Conditions
@@ -6279,7 +6259,6 @@ module TencentCloud
6279
6259
  # @param CreationTime: 创建时间
6280
6260
  # @type CreationTime: String
6281
6261
  # @param Description: 镜像仓库描述
6282
- # 注意:此字段可能返回 null,表示取不到有效值。
6283
6262
  # @type Description: String
6284
6263
  # @param Public: 是否为公有镜像
6285
6264
  # @type Public: Integer
@@ -6486,7 +6465,6 @@ module TencentCloud
6486
6465
  # 指定tag镜像内容相同的tag列表
6487
6466
  class SameImagesResp < TencentCloud::Common::AbstractModel
6488
6467
  # @param SameImages: tag列表
6489
- # 注意:此字段可能返回 null,表示取不到有效值。
6490
6468
  # @type SameImages: Array
6491
6469
 
6492
6470
  attr_accessor :SameImages
@@ -6500,7 +6478,7 @@ module TencentCloud
6500
6478
  end
6501
6479
  end
6502
6480
 
6503
- # 作业调度信息
6481
+ # 作业调度信息
6504
6482
  class Schedule < TencentCloud::Common::AbstractModel
6505
6483
  # @param Type: 类型:Hourly, Daily, Weekly, Custom, Manual, Dryrun, None
6506
6484
  # @type Type: String
@@ -6582,25 +6560,19 @@ module TencentCloud
6582
6560
  # 服务级账号
6583
6561
  class ServiceAccount < TencentCloud::Common::AbstractModel
6584
6562
  # @param Name: 服务级账号名
6585
- # 注意:此字段可能返回 null,表示取不到有效值。
6586
6563
  # @type Name: String
6587
6564
  # @param Description: 描述
6588
- # 注意:此字段可能返回 null,表示取不到有效值。
6589
6565
  # @type Description: String
6590
6566
  # @param Disable: 是否禁用
6591
- # 注意:此字段可能返回 null,表示取不到有效值。
6592
6567
  # @type Disable: Boolean
6593
6568
  # @param ExpiresAt: 过期时间
6594
- # 注意:此字段可能返回 null,表示取不到有效值。
6595
6569
  # @type ExpiresAt: Integer
6596
6570
  # @param CreateTime: 创建时间
6597
6571
  # 注意:此字段可能返回 null,表示取不到有效值。
6598
6572
  # @type CreateTime: String
6599
6573
  # @param UpdateTime: 更新时间
6600
- # 注意:此字段可能返回 null,表示取不到有效值。
6601
6574
  # @type UpdateTime: String
6602
6575
  # @param Permissions: 策略
6603
- # 注意:此字段可能返回 null,表示取不到有效值。
6604
6576
  # @type Permissions: Array
6605
6577
 
6606
6578
  attr_accessor :Name, :Description, :Disable, :ExpiresAt, :CreateTime, :UpdateTime, :Permissions
@@ -6636,10 +6608,8 @@ module TencentCloud
6636
6608
  # 云标签Tag
6637
6609
  class Tag < TencentCloud::Common::AbstractModel
6638
6610
  # @param Key: 云标签的key
6639
- # 注意:此字段可能返回 null,表示取不到有效值。
6640
6611
  # @type Key: String
6641
6612
  # @param Value: 云标签的值
6642
- # 注意:此字段可能返回 null,表示取不到有效值。
6643
6613
  # @type Value: String
6644
6614
 
6645
6615
  attr_accessor :Key, :Value
@@ -6668,7 +6638,6 @@ module TencentCloud
6668
6638
  # @param CreationTime: 制品的创建时间
6669
6639
  # @type CreationTime: String
6670
6640
  # @param DurationDays: 制品创建至今时间长度
6671
- # 注意:此字段可能返回 null,表示取不到有效值。
6672
6641
  # @type DurationDays: String
6673
6642
  # @param Author: 标注的制品作者
6674
6643
  # @type Author: String
@@ -6766,10 +6735,8 @@ module TencentCloud
6766
6735
  # 云标签
6767
6736
  class TagSpecification < TencentCloud::Common::AbstractModel
6768
6737
  # @param ResourceType: 默认值为instance
6769
- # 注意:此字段可能返回 null,表示取不到有效值。
6770
6738
  # @type ResourceType: String
6771
6739
  # @param Tags: 云标签数组
6772
- # 注意:此字段可能返回 null,表示取不到有效值。
6773
6740
  # @type Tags: Array
6774
6741
 
6775
6742
  attr_accessor :ResourceType, :Tags
@@ -6801,12 +6768,10 @@ module TencentCloud
6801
6768
  # @param TaskStatus: 任务状态
6802
6769
  # @type TaskStatus: String
6803
6770
  # @param TaskMessage: 任务的状态信息
6804
- # 注意:此字段可能返回 null,表示取不到有效值。
6805
6771
  # @type TaskMessage: String
6806
6772
  # @param CreatedTime: 任务开始时间
6807
6773
  # @type CreatedTime: String
6808
6774
  # @param FinishedTime: 任务结束时间
6809
- # 注意:此字段可能返回 null,表示取不到有效值。
6810
6775
  # @type FinishedTime: String
6811
6776
 
6812
6777
  attr_accessor :TaskName, :TaskUUID, :TaskStatus, :TaskMessage, :CreatedTime, :FinishedTime
@@ -6841,10 +6806,8 @@ module TencentCloud
6841
6806
  # @param UpdateTime: 更新时间
6842
6807
  # @type UpdateTime: String
6843
6808
  # @param Kind: 制品类型
6844
- # 注意:此字段可能返回 null,表示取不到有效值。
6845
6809
  # @type Kind: String
6846
6810
  # @param KmsSignature: KMS 签名信息
6847
- # 注意:此字段可能返回 null,表示取不到有效值。
6848
6811
  # @type KmsSignature: String
6849
6812
 
6850
6813
  attr_accessor :Digest, :Size, :ImageVersion, :UpdateTime, :Kind, :KmsSignature
@@ -6915,10 +6878,8 @@ module TencentCloud
6915
6878
  # @param NamespaceId: 命名空间的Id
6916
6879
  # @type NamespaceId: Integer
6917
6880
  # @param TagSpecification: 实例云标签
6918
- # 注意:此字段可能返回 null,表示取不到有效值。
6919
6881
  # @type TagSpecification: :class:`Tencentcloud::Tcr.v20190924.models.TagSpecification`
6920
6882
  # @param Metadata: 命名空间元数据
6921
- # 注意:此字段可能返回 null,表示取不到有效值。
6922
6883
  # @type Metadata: Array
6923
6884
  # @param CVEWhitelistItems: 漏洞白名单列表
6924
6885
  # @type CVEWhitelistItems: Array
@@ -7020,7 +6981,6 @@ module TencentCloud
7020
6981
  # @param InvokeMethod: 触发方式
7021
6982
  # @type InvokeMethod: String
7022
6983
  # @param InvokeExpr: 触发表达式
7023
- # 注意:此字段可能返回 null,表示取不到有效值。
7024
6984
  # @type InvokeExpr: String
7025
6985
 
7026
6986
  attr_accessor :InvokeMethod, :InvokeExpr
@@ -7039,22 +6999,16 @@ module TencentCloud
7039
6999
  # 触发器触发参数
7040
7000
  class TriggerInvokePara < TencentCloud::Common::AbstractModel
7041
7001
  # @param AppId: AppId
7042
- # 注意:此字段可能返回 null,表示取不到有效值。
7043
7002
  # @type AppId: String
7044
7003
  # @param ClusterId: TKE集群ID
7045
- # 注意:此字段可能返回 null,表示取不到有效值。
7046
7004
  # @type ClusterId: String
7047
7005
  # @param Namespace: TKE集群命名空间
7048
- # 注意:此字段可能返回 null,表示取不到有效值。
7049
7006
  # @type Namespace: String
7050
7007
  # @param ServiceName: TKE集群工作负载名称
7051
- # 注意:此字段可能返回 null,表示取不到有效值。
7052
7008
  # @type ServiceName: String
7053
7009
  # @param ContainerName: TKE集群工作负载中容器名称
7054
- # 注意:此字段可能返回 null,表示取不到有效值。
7055
7010
  # @type ContainerName: String
7056
7011
  # @param ClusterRegion: TKE集群地域数字ID
7057
- # 注意:此字段可能返回 null,表示取不到有效值。
7058
7012
  # @type ClusterRegion: Integer
7059
7013
 
7060
7014
  attr_accessor :AppId, :ClusterId, :Namespace, :ServiceName, :ContainerName, :ClusterRegion
@@ -7081,10 +7035,8 @@ module TencentCloud
7081
7035
  # 触发器触发结果
7082
7036
  class TriggerInvokeResult < TencentCloud::Common::AbstractModel
7083
7037
  # @param ReturnCode: 请求TKE返回值
7084
- # 注意:此字段可能返回 null,表示取不到有效值。
7085
7038
  # @type ReturnCode: Integer
7086
7039
  # @param ReturnMsg: 请求TKE返回信息
7087
- # 注意:此字段可能返回 null,表示取不到有效值。
7088
7040
  # @type ReturnMsg: String
7089
7041
 
7090
7042
  attr_accessor :ReturnCode, :ReturnMsg
@@ -7103,31 +7055,22 @@ module TencentCloud
7103
7055
  # 触发器日志
7104
7056
  class TriggerLogResp < TencentCloud::Common::AbstractModel
7105
7057
  # @param RepoName: 仓库名称
7106
- # 注意:此字段可能返回 null,表示取不到有效值。
7107
7058
  # @type RepoName: String
7108
7059
  # @param TagName: Tag名称
7109
- # 注意:此字段可能返回 null,表示取不到有效值。
7110
7060
  # @type TagName: String
7111
7061
  # @param TriggerName: 触发器名称
7112
- # 注意:此字段可能返回 null,表示取不到有效值。
7113
7062
  # @type TriggerName: String
7114
7063
  # @param InvokeSource: 触发方式
7115
- # 注意:此字段可能返回 null,表示取不到有效值。
7116
7064
  # @type InvokeSource: String
7117
7065
  # @param InvokeAction: 触发动作
7118
- # 注意:此字段可能返回 null,表示取不到有效值。
7119
7066
  # @type InvokeAction: String
7120
7067
  # @param InvokeTime: 触发时间
7121
- # 注意:此字段可能返回 null,表示取不到有效值。
7122
7068
  # @type InvokeTime: String
7123
7069
  # @param InvokeCondition: 触发条件
7124
- # 注意:此字段可能返回 null,表示取不到有效值。
7125
7070
  # @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
7126
7071
  # @param InvokePara: 触发参数
7127
- # 注意:此字段可能返回 null,表示取不到有效值。
7128
7072
  # @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
7129
7073
  # @param InvokeResult: 触发结果
7130
- # 注意:此字段可能返回 null,表示取不到有效值。
7131
7074
  # @type InvokeResult: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeResult`
7132
7075
 
7133
7076
  attr_accessor :RepoName, :TagName, :TriggerName, :InvokeSource, :InvokeAction, :InvokeTime, :InvokeCondition, :InvokePara, :InvokeResult
@@ -7169,25 +7112,18 @@ module TencentCloud
7169
7112
  # 触发器返回值
7170
7113
  class TriggerResp < TencentCloud::Common::AbstractModel
7171
7114
  # @param TriggerName: 触发器名称
7172
- # 注意:此字段可能返回 null,表示取不到有效值。
7173
7115
  # @type TriggerName: String
7174
7116
  # @param InvokeSource: 触发来源
7175
- # 注意:此字段可能返回 null,表示取不到有效值。
7176
7117
  # @type InvokeSource: String
7177
7118
  # @param InvokeAction: 触发动作
7178
- # 注意:此字段可能返回 null,表示取不到有效值。
7179
7119
  # @type InvokeAction: String
7180
7120
  # @param CreateTime: 创建时间
7181
- # 注意:此字段可能返回 null,表示取不到有效值。
7182
7121
  # @type CreateTime: String
7183
7122
  # @param UpdateTime: 更新时间
7184
- # 注意:此字段可能返回 null,表示取不到有效值。
7185
7123
  # @type UpdateTime: String
7186
7124
  # @param InvokeCondition: 触发条件
7187
- # 注意:此字段可能返回 null,表示取不到有效值。
7188
7125
  # @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
7189
7126
  # @param InvokePara: 触发器参数
7190
- # 注意:此字段可能返回 null,表示取不到有效值。
7191
7127
  # @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
7192
7128
 
7193
7129
  attr_accessor :TriggerName, :InvokeSource, :InvokeAction, :CreateTime, :UpdateTime, :InvokeCondition, :InvokePara
@@ -7333,13 +7269,10 @@ module TencentCloud
7333
7269
  # vpc私有域名解析状态
7334
7270
  class VpcPrivateDomainStatus < TencentCloud::Common::AbstractModel
7335
7271
  # @param Region: 地域
7336
- # 注意:此字段可能返回 null,表示取不到有效值。
7337
7272
  # @type Region: String
7338
7273
  # @param VpcId: unique vpc id
7339
- # 注意:此字段可能返回 null,表示取不到有效值。
7340
7274
  # @type VpcId: String
7341
7275
  # @param Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
7342
- # 注意:此字段可能返回 null,表示取不到有效值。
7343
7276
  # @type Status: String
7344
7277
 
7345
7278
  attr_accessor :Region, :VpcId, :Status
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.1026
4
+ version: 3.0.1027
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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common