tencentcloud-sdk-tcr 3.0.1026 → 3.0.1028

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 +11 -80
  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: 67f787ca1596e33fa146f4084a05c0ec6227d231
4
+ data.tar.gz: 214acbd0e6b0d9e9736434d4c9766cd185ad4f9c
5
5
  SHA512:
6
- metadata.gz: 9c9ab4ae3c49710f984ffe341d6c108804ae864cc52a5bdc0cb0dcac608264db32d2993a1a4f92747d6f5a87595297ef8b6fb4e4e3c16beff595674c035600a1
7
- data.tar.gz: 7cbfda43fac5b80f2c76777fa436613926108ed713262b15f84b89e9b22b0e56d3adda66fc1e2e0c94f3cffe3c527e7005d304d8727171ac128a9653f2620733
6
+ metadata.gz: e78c43ac2b8dea8eb2dcf5409d7b739116f13cf75cb23d41413b36de96c9c3bc76697a5ab244796ac9520ba259f7453e5d0bf9d98debd53ca98f7b8b303d4f84
7
+ data.tar.gz: 405e16f91ccd679efd261d9ba780dda536cc7004e3e1c5b9419e86214de9ccfa6579b2e68be3f4f2026d0dbf33d6c5257af9c75b957e633f446c80379acdcd8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1028
@@ -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
@@ -2453,7 +2447,6 @@ module TencentCloud
2453
2447
  # @param Status: 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
2454
2448
  # @type Status: String
2455
2449
  # @param Reason: 原因
2456
- # 注意:此字段可能返回 null,表示取不到有效值。
2457
2450
  # @type Reason: String
2458
2451
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2459
2452
  # @type RequestId: String
@@ -2758,10 +2751,8 @@ module TencentCloud
2758
2751
  # @param Config: 镜像的配置信息
2759
2752
  # @type Config: String
2760
2753
  # @param Labels: 镜像的Labels信息
2761
- # 注意:此字段可能返回 null,表示取不到有效值。
2762
2754
  # @type Labels: Array
2763
2755
  # @param Size: 镜像大小,单位:byte
2764
- # 注意:此字段可能返回 null,表示取不到有效值。
2765
2756
  # @type Size: Integer
2766
2757
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2767
2758
  # @type RequestId: String
@@ -2924,25 +2915,31 @@ module TencentCloud
2924
2915
  class DescribeImmutableTagRulesRequest < TencentCloud::Common::AbstractModel
2925
2916
  # @param RegistryId: 实例 Id
2926
2917
  # @type RegistryId: String
2918
+ # @param Page: 页数,默认为1
2919
+ # @type Page: Integer
2920
+ # @param PageSize: 每页展示个数,最大值为100
2921
+ # @type PageSize: Integer
2927
2922
 
2928
- attr_accessor :RegistryId
2923
+ attr_accessor :RegistryId, :Page, :PageSize
2929
2924
 
2930
- def initialize(registryid=nil)
2925
+ def initialize(registryid=nil, page=nil, pagesize=nil)
2931
2926
  @RegistryId = registryid
2927
+ @Page = page
2928
+ @PageSize = pagesize
2932
2929
  end
2933
2930
 
2934
2931
  def deserialize(params)
2935
2932
  @RegistryId = params['RegistryId']
2933
+ @Page = params['Page']
2934
+ @PageSize = params['PageSize']
2936
2935
  end
2937
2936
  end
2938
2937
 
2939
2938
  # DescribeImmutableTagRules返回参数结构体
2940
2939
  class DescribeImmutableTagRulesResponse < TencentCloud::Common::AbstractModel
2941
2940
  # @param Rules: 规则列表
2942
- # 注意:此字段可能返回 null,表示取不到有效值。
2943
2941
  # @type Rules: Array
2944
2942
  # @param EmptyNs: 未创建规则的命名空间
2945
- # 注意:此字段可能返回 null,表示取不到有效值。
2946
2943
  # @type EmptyNs: Array
2947
2944
  # @param Total: 规则总量
2948
2945
  # @type Total: Integer
@@ -3036,7 +3033,6 @@ module TencentCloud
3036
3033
  # DescribeInstanceCustomizedDomain返回参数结构体
3037
3034
  class DescribeInstanceCustomizedDomainResponse < TencentCloud::Common::AbstractModel
3038
3035
  # @param DomainInfoList: 域名信息列表
3039
- # 注意:此字段可能返回 null,表示取不到有效值。
3040
3036
  # @type DomainInfoList: Array
3041
3037
  # @param TotalCount: 总个数
3042
3038
  # @type TotalCount: Integer
@@ -3209,7 +3205,6 @@ module TencentCloud
3209
3205
  # @param TotalCount: 总实例个数
3210
3206
  # @type TotalCount: Integer
3211
3207
  # @param Registries: 实例信息列表
3212
- # 注意:此字段可能返回 null,表示取不到有效值。
3213
3208
  # @type Registries: Array
3214
3209
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3215
3210
  # @type RequestId: String
@@ -3262,7 +3257,6 @@ module TencentCloud
3262
3257
  # DescribeInternalEndpointDnsStatus返回参数结构体
3263
3258
  class DescribeInternalEndpointDnsStatusResponse < TencentCloud::Common::AbstractModel
3264
3259
  # @param VpcSet: vpc私有域名解析状态列表
3265
- # 注意:此字段可能返回 null,表示取不到有效值。
3266
3260
  # @type VpcSet: Array
3267
3261
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3268
3262
  # @type RequestId: String
@@ -3978,7 +3972,6 @@ module TencentCloud
3978
3972
  # DescribeServiceAccounts返回参数结构体
3979
3973
  class DescribeServiceAccountsResponse < TencentCloud::Common::AbstractModel
3980
3974
  # @param ServiceAccounts: 服务级账号列表
3981
- # 注意:此字段可能返回 null,表示取不到有效值。
3982
3975
  # @type ServiceAccounts: Array
3983
3976
  # @param TotalCount: 服务级账户数量
3984
3977
  # @type TotalCount: Integer
@@ -4544,7 +4537,6 @@ module TencentCloud
4544
4537
  # @param TotalCount: 收藏仓库的总数
4545
4538
  # @type TotalCount: Integer
4546
4539
  # @param RepoInfo: 仓库信息数组
4547
- # 注意:此字段可能返回 null,表示取不到有效值。
4548
4540
  # @type RepoInfo: Array
4549
4541
 
4550
4542
  attr_accessor :TotalCount, :RepoInfo
@@ -4574,22 +4566,16 @@ module TencentCloud
4574
4566
  # @param RepoType: 仓库类型
4575
4567
  # @type RepoType: String
4576
4568
  # @param PullCount: Pull总共的次数
4577
- # 注意:此字段可能返回 null,表示取不到有效值。
4578
4569
  # @type PullCount: Integer
4579
4570
  # @param FavorCount: 仓库收藏次数
4580
- # 注意:此字段可能返回 null,表示取不到有效值。
4581
4571
  # @type FavorCount: Integer
4582
4572
  # @param Public: 仓库是否公开
4583
- # 注意:此字段可能返回 null,表示取不到有效值。
4584
4573
  # @type Public: Integer
4585
4574
  # @param IsQcloudOfficial: 是否为官方所有
4586
- # 注意:此字段可能返回 null,表示取不到有效值。
4587
4575
  # @type IsQcloudOfficial: Boolean
4588
4576
  # @param TagCount: 仓库Tag的数量
4589
- # 注意:此字段可能返回 null,表示取不到有效值。
4590
4577
  # @type TagCount: Integer
4591
4578
  # @param Logo: Logo
4592
- # 注意:此字段可能返回 null,表示取不到有效值。
4593
4579
  # @type Logo: String
4594
4580
  # @param Region: 地域
4595
4581
  # @type Region: String
@@ -5754,10 +5740,8 @@ module TencentCloud
5754
5740
  # 策略
5755
5741
  class Permission < TencentCloud::Common::AbstractModel
5756
5742
  # @param Resource: 资源路径,目前仅支持Namespace
5757
- # 注意:此字段可能返回 null,表示取不到有效值。
5758
5743
  # @type Resource: String
5759
5744
  # @param Actions: 动作,目前仅支持:tcr:PushRepository、tcr:PullRepository、tcr:CreateRepository、tcr:CreateHelmChart、tcr:DescribeHelmCharts
5760
- # 注意:此字段可能返回 null,表示取不到有效值。
5761
5745
  # @type Actions: Array
5762
5746
 
5763
5747
  attr_accessor :Resource, :Actions
@@ -5853,16 +5837,12 @@ module TencentCloud
5853
5837
  # @param InternalEndpoint: 实例内部访问地址
5854
5838
  # @type InternalEndpoint: String
5855
5839
  # @param TagSpecification: 实例云标签
5856
- # 注意:此字段可能返回 null,表示取不到有效值。
5857
5840
  # @type TagSpecification: :class:`Tencentcloud::Tcr.v20190924.models.TagSpecification`
5858
5841
  # @param ExpiredAt: 实例过期时间(预付费)
5859
- # 注意:此字段可能返回 null,表示取不到有效值。
5860
5842
  # @type ExpiredAt: String
5861
5843
  # @param PayMod: 实例付费类型,0表示后付费,1表示预付费
5862
- # 注意:此字段可能返回 null,表示取不到有效值。
5863
5844
  # @type PayMod: Integer
5864
5845
  # @param RenewFlag: 预付费续费标识,0表示手动续费,1表示自动续费,2不续费并且不通知
5865
- # 注意:此字段可能返回 null,表示取不到有效值。
5866
5846
  # @type RenewFlag: Integer
5867
5847
  # @param DeletionProtection: 是否开启实例删除保护,false表示不开启
5868
5848
  # @type DeletionProtection: Boolean
@@ -5962,7 +5942,6 @@ module TencentCloud
5962
5942
  # @param Status: 实例的状态
5963
5943
  # @type Status: String
5964
5944
  # @param Conditions: 附加状态
5965
- # 注意:此字段可能返回 null,表示取不到有效值。
5966
5945
  # @type Conditions: Array
5967
5946
 
5968
5947
  attr_accessor :RegistryId, :Status, :Conditions
@@ -6279,7 +6258,6 @@ module TencentCloud
6279
6258
  # @param CreationTime: 创建时间
6280
6259
  # @type CreationTime: String
6281
6260
  # @param Description: 镜像仓库描述
6282
- # 注意:此字段可能返回 null,表示取不到有效值。
6283
6261
  # @type Description: String
6284
6262
  # @param Public: 是否为公有镜像
6285
6263
  # @type Public: Integer
@@ -6486,7 +6464,6 @@ module TencentCloud
6486
6464
  # 指定tag镜像内容相同的tag列表
6487
6465
  class SameImagesResp < TencentCloud::Common::AbstractModel
6488
6466
  # @param SameImages: tag列表
6489
- # 注意:此字段可能返回 null,表示取不到有效值。
6490
6467
  # @type SameImages: Array
6491
6468
 
6492
6469
  attr_accessor :SameImages
@@ -6500,7 +6477,7 @@ module TencentCloud
6500
6477
  end
6501
6478
  end
6502
6479
 
6503
- # 作业调度信息
6480
+ # 作业调度信息
6504
6481
  class Schedule < TencentCloud::Common::AbstractModel
6505
6482
  # @param Type: 类型:Hourly, Daily, Weekly, Custom, Manual, Dryrun, None
6506
6483
  # @type Type: String
@@ -6582,25 +6559,18 @@ module TencentCloud
6582
6559
  # 服务级账号
6583
6560
  class ServiceAccount < TencentCloud::Common::AbstractModel
6584
6561
  # @param Name: 服务级账号名
6585
- # 注意:此字段可能返回 null,表示取不到有效值。
6586
6562
  # @type Name: String
6587
6563
  # @param Description: 描述
6588
- # 注意:此字段可能返回 null,表示取不到有效值。
6589
6564
  # @type Description: String
6590
6565
  # @param Disable: 是否禁用
6591
- # 注意:此字段可能返回 null,表示取不到有效值。
6592
6566
  # @type Disable: Boolean
6593
6567
  # @param ExpiresAt: 过期时间
6594
- # 注意:此字段可能返回 null,表示取不到有效值。
6595
6568
  # @type ExpiresAt: Integer
6596
6569
  # @param CreateTime: 创建时间
6597
- # 注意:此字段可能返回 null,表示取不到有效值。
6598
6570
  # @type CreateTime: String
6599
6571
  # @param UpdateTime: 更新时间
6600
- # 注意:此字段可能返回 null,表示取不到有效值。
6601
6572
  # @type UpdateTime: String
6602
6573
  # @param Permissions: 策略
6603
- # 注意:此字段可能返回 null,表示取不到有效值。
6604
6574
  # @type Permissions: Array
6605
6575
 
6606
6576
  attr_accessor :Name, :Description, :Disable, :ExpiresAt, :CreateTime, :UpdateTime, :Permissions
@@ -6636,10 +6606,8 @@ module TencentCloud
6636
6606
  # 云标签Tag
6637
6607
  class Tag < TencentCloud::Common::AbstractModel
6638
6608
  # @param Key: 云标签的key
6639
- # 注意:此字段可能返回 null,表示取不到有效值。
6640
6609
  # @type Key: String
6641
6610
  # @param Value: 云标签的值
6642
- # 注意:此字段可能返回 null,表示取不到有效值。
6643
6611
  # @type Value: String
6644
6612
 
6645
6613
  attr_accessor :Key, :Value
@@ -6668,7 +6636,6 @@ module TencentCloud
6668
6636
  # @param CreationTime: 制品的创建时间
6669
6637
  # @type CreationTime: String
6670
6638
  # @param DurationDays: 制品创建至今时间长度
6671
- # 注意:此字段可能返回 null,表示取不到有效值。
6672
6639
  # @type DurationDays: String
6673
6640
  # @param Author: 标注的制品作者
6674
6641
  # @type Author: String
@@ -6766,10 +6733,8 @@ module TencentCloud
6766
6733
  # 云标签
6767
6734
  class TagSpecification < TencentCloud::Common::AbstractModel
6768
6735
  # @param ResourceType: 默认值为instance
6769
- # 注意:此字段可能返回 null,表示取不到有效值。
6770
6736
  # @type ResourceType: String
6771
6737
  # @param Tags: 云标签数组
6772
- # 注意:此字段可能返回 null,表示取不到有效值。
6773
6738
  # @type Tags: Array
6774
6739
 
6775
6740
  attr_accessor :ResourceType, :Tags
@@ -6801,12 +6766,10 @@ module TencentCloud
6801
6766
  # @param TaskStatus: 任务状态
6802
6767
  # @type TaskStatus: String
6803
6768
  # @param TaskMessage: 任务的状态信息
6804
- # 注意:此字段可能返回 null,表示取不到有效值。
6805
6769
  # @type TaskMessage: String
6806
6770
  # @param CreatedTime: 任务开始时间
6807
6771
  # @type CreatedTime: String
6808
6772
  # @param FinishedTime: 任务结束时间
6809
- # 注意:此字段可能返回 null,表示取不到有效值。
6810
6773
  # @type FinishedTime: String
6811
6774
 
6812
6775
  attr_accessor :TaskName, :TaskUUID, :TaskStatus, :TaskMessage, :CreatedTime, :FinishedTime
@@ -6841,10 +6804,8 @@ module TencentCloud
6841
6804
  # @param UpdateTime: 更新时间
6842
6805
  # @type UpdateTime: String
6843
6806
  # @param Kind: 制品类型
6844
- # 注意:此字段可能返回 null,表示取不到有效值。
6845
6807
  # @type Kind: String
6846
6808
  # @param KmsSignature: KMS 签名信息
6847
- # 注意:此字段可能返回 null,表示取不到有效值。
6848
6809
  # @type KmsSignature: String
6849
6810
 
6850
6811
  attr_accessor :Digest, :Size, :ImageVersion, :UpdateTime, :Kind, :KmsSignature
@@ -6915,10 +6876,8 @@ module TencentCloud
6915
6876
  # @param NamespaceId: 命名空间的Id
6916
6877
  # @type NamespaceId: Integer
6917
6878
  # @param TagSpecification: 实例云标签
6918
- # 注意:此字段可能返回 null,表示取不到有效值。
6919
6879
  # @type TagSpecification: :class:`Tencentcloud::Tcr.v20190924.models.TagSpecification`
6920
6880
  # @param Metadata: 命名空间元数据
6921
- # 注意:此字段可能返回 null,表示取不到有效值。
6922
6881
  # @type Metadata: Array
6923
6882
  # @param CVEWhitelistItems: 漏洞白名单列表
6924
6883
  # @type CVEWhitelistItems: Array
@@ -7020,7 +6979,6 @@ module TencentCloud
7020
6979
  # @param InvokeMethod: 触发方式
7021
6980
  # @type InvokeMethod: String
7022
6981
  # @param InvokeExpr: 触发表达式
7023
- # 注意:此字段可能返回 null,表示取不到有效值。
7024
6982
  # @type InvokeExpr: String
7025
6983
 
7026
6984
  attr_accessor :InvokeMethod, :InvokeExpr
@@ -7039,22 +6997,16 @@ module TencentCloud
7039
6997
  # 触发器触发参数
7040
6998
  class TriggerInvokePara < TencentCloud::Common::AbstractModel
7041
6999
  # @param AppId: AppId
7042
- # 注意:此字段可能返回 null,表示取不到有效值。
7043
7000
  # @type AppId: String
7044
7001
  # @param ClusterId: TKE集群ID
7045
- # 注意:此字段可能返回 null,表示取不到有效值。
7046
7002
  # @type ClusterId: String
7047
7003
  # @param Namespace: TKE集群命名空间
7048
- # 注意:此字段可能返回 null,表示取不到有效值。
7049
7004
  # @type Namespace: String
7050
7005
  # @param ServiceName: TKE集群工作负载名称
7051
- # 注意:此字段可能返回 null,表示取不到有效值。
7052
7006
  # @type ServiceName: String
7053
7007
  # @param ContainerName: TKE集群工作负载中容器名称
7054
- # 注意:此字段可能返回 null,表示取不到有效值。
7055
7008
  # @type ContainerName: String
7056
7009
  # @param ClusterRegion: TKE集群地域数字ID
7057
- # 注意:此字段可能返回 null,表示取不到有效值。
7058
7010
  # @type ClusterRegion: Integer
7059
7011
 
7060
7012
  attr_accessor :AppId, :ClusterId, :Namespace, :ServiceName, :ContainerName, :ClusterRegion
@@ -7081,10 +7033,8 @@ module TencentCloud
7081
7033
  # 触发器触发结果
7082
7034
  class TriggerInvokeResult < TencentCloud::Common::AbstractModel
7083
7035
  # @param ReturnCode: 请求TKE返回值
7084
- # 注意:此字段可能返回 null,表示取不到有效值。
7085
7036
  # @type ReturnCode: Integer
7086
7037
  # @param ReturnMsg: 请求TKE返回信息
7087
- # 注意:此字段可能返回 null,表示取不到有效值。
7088
7038
  # @type ReturnMsg: String
7089
7039
 
7090
7040
  attr_accessor :ReturnCode, :ReturnMsg
@@ -7103,31 +7053,22 @@ module TencentCloud
7103
7053
  # 触发器日志
7104
7054
  class TriggerLogResp < TencentCloud::Common::AbstractModel
7105
7055
  # @param RepoName: 仓库名称
7106
- # 注意:此字段可能返回 null,表示取不到有效值。
7107
7056
  # @type RepoName: String
7108
7057
  # @param TagName: Tag名称
7109
- # 注意:此字段可能返回 null,表示取不到有效值。
7110
7058
  # @type TagName: String
7111
7059
  # @param TriggerName: 触发器名称
7112
- # 注意:此字段可能返回 null,表示取不到有效值。
7113
7060
  # @type TriggerName: String
7114
7061
  # @param InvokeSource: 触发方式
7115
- # 注意:此字段可能返回 null,表示取不到有效值。
7116
7062
  # @type InvokeSource: String
7117
7063
  # @param InvokeAction: 触发动作
7118
- # 注意:此字段可能返回 null,表示取不到有效值。
7119
7064
  # @type InvokeAction: String
7120
7065
  # @param InvokeTime: 触发时间
7121
- # 注意:此字段可能返回 null,表示取不到有效值。
7122
7066
  # @type InvokeTime: String
7123
7067
  # @param InvokeCondition: 触发条件
7124
- # 注意:此字段可能返回 null,表示取不到有效值。
7125
7068
  # @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
7126
7069
  # @param InvokePara: 触发参数
7127
- # 注意:此字段可能返回 null,表示取不到有效值。
7128
7070
  # @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
7129
7071
  # @param InvokeResult: 触发结果
7130
- # 注意:此字段可能返回 null,表示取不到有效值。
7131
7072
  # @type InvokeResult: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeResult`
7132
7073
 
7133
7074
  attr_accessor :RepoName, :TagName, :TriggerName, :InvokeSource, :InvokeAction, :InvokeTime, :InvokeCondition, :InvokePara, :InvokeResult
@@ -7169,25 +7110,18 @@ module TencentCloud
7169
7110
  # 触发器返回值
7170
7111
  class TriggerResp < TencentCloud::Common::AbstractModel
7171
7112
  # @param TriggerName: 触发器名称
7172
- # 注意:此字段可能返回 null,表示取不到有效值。
7173
7113
  # @type TriggerName: String
7174
7114
  # @param InvokeSource: 触发来源
7175
- # 注意:此字段可能返回 null,表示取不到有效值。
7176
7115
  # @type InvokeSource: String
7177
7116
  # @param InvokeAction: 触发动作
7178
- # 注意:此字段可能返回 null,表示取不到有效值。
7179
7117
  # @type InvokeAction: String
7180
7118
  # @param CreateTime: 创建时间
7181
- # 注意:此字段可能返回 null,表示取不到有效值。
7182
7119
  # @type CreateTime: String
7183
7120
  # @param UpdateTime: 更新时间
7184
- # 注意:此字段可能返回 null,表示取不到有效值。
7185
7121
  # @type UpdateTime: String
7186
7122
  # @param InvokeCondition: 触发条件
7187
- # 注意:此字段可能返回 null,表示取不到有效值。
7188
7123
  # @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
7189
7124
  # @param InvokePara: 触发器参数
7190
- # 注意:此字段可能返回 null,表示取不到有效值。
7191
7125
  # @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
7192
7126
 
7193
7127
  attr_accessor :TriggerName, :InvokeSource, :InvokeAction, :CreateTime, :UpdateTime, :InvokeCondition, :InvokePara
@@ -7333,13 +7267,10 @@ module TencentCloud
7333
7267
  # vpc私有域名解析状态
7334
7268
  class VpcPrivateDomainStatus < TencentCloud::Common::AbstractModel
7335
7269
  # @param Region: 地域
7336
- # 注意:此字段可能返回 null,表示取不到有效值。
7337
7270
  # @type Region: String
7338
7271
  # @param VpcId: unique vpc id
7339
- # 注意:此字段可能返回 null,表示取不到有效值。
7340
7272
  # @type VpcId: String
7341
7273
  # @param Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
7342
- # 注意:此字段可能返回 null,表示取不到有效值。
7343
7274
  # @type Status: String
7344
7275
 
7345
7276
  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.1028
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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common