tencentcloud-sdk-tcr 3.0.1025 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190924/models.rb +3 -75
- 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: a29f99bf0e0f7f9a7c0fc70da255fa7c1cf8962f
|
4
|
+
data.tar.gz: db0785b98ec4c60a7cda0427c0bba18a750e2b08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d30080746d1da73f4b78a96a7b384215e459a6baa1cb8a5adb80033e6a2c76654fea290c63fbb4561df55162b6b5717cd96b09cba67a46bedbfbedb0f8ea44f
|
7
|
+
data.tar.gz: f986747f2d600a1edd5380f4a03478b6eeb55f5b335fc43b5fdff6f7186b25ac991af6e26add298f340476fa7b92ab5ea08ec97516b1099858c30115f569e155
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1027
|
data/lib/v20190924/models.rb
CHANGED
@@ -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
|
@@ -3688,9 +3682,9 @@ module TencentCloud
|
|
3688
3682
|
# @type NamespaceName: String
|
3689
3683
|
# @param RepositoryName: 指定镜像仓库,不填写默认查询指定命名空间下所有镜像仓库
|
3690
3684
|
# @type RepositoryName: String
|
3691
|
-
# @param Offset:
|
3685
|
+
# @param Offset: 页数,第几页,用于分页
|
3692
3686
|
# @type Offset: Integer
|
3693
|
-
# @param Limit:
|
3687
|
+
# @param Limit: 每页个数,用于分页,最大值为100
|
3694
3688
|
# @type Limit: Integer
|
3695
3689
|
# @param SortBy: 基于字段排序,支持的值有-creation_time,-name, -update_time
|
3696
3690
|
# @type SortBy: String
|
@@ -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
|
@@ -6422,10 +6401,8 @@ module TencentCloud
|
|
6422
6401
|
# 版本保留规则
|
6423
6402
|
class RetentionRule < TencentCloud::Common::AbstractModel
|
6424
6403
|
# @param Key: 支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
|
6425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6426
6404
|
# @type Key: String
|
6427
6405
|
# @param Value: 规则设置下的对应值
|
6428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6429
6406
|
# @type Value: Integer
|
6430
6407
|
|
6431
6408
|
attr_accessor :Key, :Value
|
@@ -6488,7 +6465,6 @@ module TencentCloud
|
|
6488
6465
|
# 指定tag镜像内容相同的tag列表
|
6489
6466
|
class SameImagesResp < TencentCloud::Common::AbstractModel
|
6490
6467
|
# @param SameImages: tag列表
|
6491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6492
6468
|
# @type SameImages: Array
|
6493
6469
|
|
6494
6470
|
attr_accessor :SameImages
|
@@ -6502,7 +6478,7 @@ module TencentCloud
|
|
6502
6478
|
end
|
6503
6479
|
end
|
6504
6480
|
|
6505
|
-
#
|
6481
|
+
# 作业调度信息
|
6506
6482
|
class Schedule < TencentCloud::Common::AbstractModel
|
6507
6483
|
# @param Type: 类型:Hourly, Daily, Weekly, Custom, Manual, Dryrun, None
|
6508
6484
|
# @type Type: String
|
@@ -6584,25 +6560,19 @@ module TencentCloud
|
|
6584
6560
|
# 服务级账号
|
6585
6561
|
class ServiceAccount < TencentCloud::Common::AbstractModel
|
6586
6562
|
# @param Name: 服务级账号名
|
6587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6588
6563
|
# @type Name: String
|
6589
6564
|
# @param Description: 描述
|
6590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6591
6565
|
# @type Description: String
|
6592
6566
|
# @param Disable: 是否禁用
|
6593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6594
6567
|
# @type Disable: Boolean
|
6595
6568
|
# @param ExpiresAt: 过期时间
|
6596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6597
6569
|
# @type ExpiresAt: Integer
|
6598
6570
|
# @param CreateTime: 创建时间
|
6599
6571
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6600
6572
|
# @type CreateTime: String
|
6601
6573
|
# @param UpdateTime: 更新时间
|
6602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6603
6574
|
# @type UpdateTime: String
|
6604
6575
|
# @param Permissions: 策略
|
6605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6606
6576
|
# @type Permissions: Array
|
6607
6577
|
|
6608
6578
|
attr_accessor :Name, :Description, :Disable, :ExpiresAt, :CreateTime, :UpdateTime, :Permissions
|
@@ -6638,10 +6608,8 @@ module TencentCloud
|
|
6638
6608
|
# 云标签Tag
|
6639
6609
|
class Tag < TencentCloud::Common::AbstractModel
|
6640
6610
|
# @param Key: 云标签的key
|
6641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6642
6611
|
# @type Key: String
|
6643
6612
|
# @param Value: 云标签的值
|
6644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6645
6613
|
# @type Value: String
|
6646
6614
|
|
6647
6615
|
attr_accessor :Key, :Value
|
@@ -6670,7 +6638,6 @@ module TencentCloud
|
|
6670
6638
|
# @param CreationTime: 制品的创建时间
|
6671
6639
|
# @type CreationTime: String
|
6672
6640
|
# @param DurationDays: 制品创建至今时间长度
|
6673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6674
6641
|
# @type DurationDays: String
|
6675
6642
|
# @param Author: 标注的制品作者
|
6676
6643
|
# @type Author: String
|
@@ -6768,10 +6735,8 @@ module TencentCloud
|
|
6768
6735
|
# 云标签
|
6769
6736
|
class TagSpecification < TencentCloud::Common::AbstractModel
|
6770
6737
|
# @param ResourceType: 默认值为instance
|
6771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6772
6738
|
# @type ResourceType: String
|
6773
6739
|
# @param Tags: 云标签数组
|
6774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6775
6740
|
# @type Tags: Array
|
6776
6741
|
|
6777
6742
|
attr_accessor :ResourceType, :Tags
|
@@ -6803,12 +6768,10 @@ module TencentCloud
|
|
6803
6768
|
# @param TaskStatus: 任务状态
|
6804
6769
|
# @type TaskStatus: String
|
6805
6770
|
# @param TaskMessage: 任务的状态信息
|
6806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6807
6771
|
# @type TaskMessage: String
|
6808
6772
|
# @param CreatedTime: 任务开始时间
|
6809
6773
|
# @type CreatedTime: String
|
6810
6774
|
# @param FinishedTime: 任务结束时间
|
6811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6812
6775
|
# @type FinishedTime: String
|
6813
6776
|
|
6814
6777
|
attr_accessor :TaskName, :TaskUUID, :TaskStatus, :TaskMessage, :CreatedTime, :FinishedTime
|
@@ -6843,10 +6806,8 @@ module TencentCloud
|
|
6843
6806
|
# @param UpdateTime: 更新时间
|
6844
6807
|
# @type UpdateTime: String
|
6845
6808
|
# @param Kind: 制品类型
|
6846
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6847
6809
|
# @type Kind: String
|
6848
6810
|
# @param KmsSignature: KMS 签名信息
|
6849
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6850
6811
|
# @type KmsSignature: String
|
6851
6812
|
|
6852
6813
|
attr_accessor :Digest, :Size, :ImageVersion, :UpdateTime, :Kind, :KmsSignature
|
@@ -6917,10 +6878,8 @@ module TencentCloud
|
|
6917
6878
|
# @param NamespaceId: 命名空间的Id
|
6918
6879
|
# @type NamespaceId: Integer
|
6919
6880
|
# @param TagSpecification: 实例云标签
|
6920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6921
6881
|
# @type TagSpecification: :class:`Tencentcloud::Tcr.v20190924.models.TagSpecification`
|
6922
6882
|
# @param Metadata: 命名空间元数据
|
6923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6924
6883
|
# @type Metadata: Array
|
6925
6884
|
# @param CVEWhitelistItems: 漏洞白名单列表
|
6926
6885
|
# @type CVEWhitelistItems: Array
|
@@ -6988,10 +6947,8 @@ module TencentCloud
|
|
6988
6947
|
# @param Public: 是否公开
|
6989
6948
|
# @type Public: Boolean
|
6990
6949
|
# @param Description: 仓库详细描述
|
6991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6992
6950
|
# @type Description: String
|
6993
6951
|
# @param BriefDescription: 简单描述
|
6994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6995
6952
|
# @type BriefDescription: String
|
6996
6953
|
# @param UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
|
6997
6954
|
# @type UpdateTime: String
|
@@ -7024,7 +6981,6 @@ module TencentCloud
|
|
7024
6981
|
# @param InvokeMethod: 触发方式
|
7025
6982
|
# @type InvokeMethod: String
|
7026
6983
|
# @param InvokeExpr: 触发表达式
|
7027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7028
6984
|
# @type InvokeExpr: String
|
7029
6985
|
|
7030
6986
|
attr_accessor :InvokeMethod, :InvokeExpr
|
@@ -7043,22 +6999,16 @@ module TencentCloud
|
|
7043
6999
|
# 触发器触发参数
|
7044
7000
|
class TriggerInvokePara < TencentCloud::Common::AbstractModel
|
7045
7001
|
# @param AppId: AppId
|
7046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7047
7002
|
# @type AppId: String
|
7048
7003
|
# @param ClusterId: TKE集群ID
|
7049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7050
7004
|
# @type ClusterId: String
|
7051
7005
|
# @param Namespace: TKE集群命名空间
|
7052
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7053
7006
|
# @type Namespace: String
|
7054
7007
|
# @param ServiceName: TKE集群工作负载名称
|
7055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7056
7008
|
# @type ServiceName: String
|
7057
7009
|
# @param ContainerName: TKE集群工作负载中容器名称
|
7058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7059
7010
|
# @type ContainerName: String
|
7060
7011
|
# @param ClusterRegion: TKE集群地域数字ID
|
7061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7062
7012
|
# @type ClusterRegion: Integer
|
7063
7013
|
|
7064
7014
|
attr_accessor :AppId, :ClusterId, :Namespace, :ServiceName, :ContainerName, :ClusterRegion
|
@@ -7085,10 +7035,8 @@ module TencentCloud
|
|
7085
7035
|
# 触发器触发结果
|
7086
7036
|
class TriggerInvokeResult < TencentCloud::Common::AbstractModel
|
7087
7037
|
# @param ReturnCode: 请求TKE返回值
|
7088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7089
7038
|
# @type ReturnCode: Integer
|
7090
7039
|
# @param ReturnMsg: 请求TKE返回信息
|
7091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7092
7040
|
# @type ReturnMsg: String
|
7093
7041
|
|
7094
7042
|
attr_accessor :ReturnCode, :ReturnMsg
|
@@ -7107,31 +7055,22 @@ module TencentCloud
|
|
7107
7055
|
# 触发器日志
|
7108
7056
|
class TriggerLogResp < TencentCloud::Common::AbstractModel
|
7109
7057
|
# @param RepoName: 仓库名称
|
7110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7111
7058
|
# @type RepoName: String
|
7112
7059
|
# @param TagName: Tag名称
|
7113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7114
7060
|
# @type TagName: String
|
7115
7061
|
# @param TriggerName: 触发器名称
|
7116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7117
7062
|
# @type TriggerName: String
|
7118
7063
|
# @param InvokeSource: 触发方式
|
7119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7120
7064
|
# @type InvokeSource: String
|
7121
7065
|
# @param InvokeAction: 触发动作
|
7122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7123
7066
|
# @type InvokeAction: String
|
7124
7067
|
# @param InvokeTime: 触发时间
|
7125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7126
7068
|
# @type InvokeTime: String
|
7127
7069
|
# @param InvokeCondition: 触发条件
|
7128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7129
7070
|
# @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
|
7130
7071
|
# @param InvokePara: 触发参数
|
7131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7132
7072
|
# @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
|
7133
7073
|
# @param InvokeResult: 触发结果
|
7134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7135
7074
|
# @type InvokeResult: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeResult`
|
7136
7075
|
|
7137
7076
|
attr_accessor :RepoName, :TagName, :TriggerName, :InvokeSource, :InvokeAction, :InvokeTime, :InvokeCondition, :InvokePara, :InvokeResult
|
@@ -7173,25 +7112,18 @@ module TencentCloud
|
|
7173
7112
|
# 触发器返回值
|
7174
7113
|
class TriggerResp < TencentCloud::Common::AbstractModel
|
7175
7114
|
# @param TriggerName: 触发器名称
|
7176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7177
7115
|
# @type TriggerName: String
|
7178
7116
|
# @param InvokeSource: 触发来源
|
7179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7180
7117
|
# @type InvokeSource: String
|
7181
7118
|
# @param InvokeAction: 触发动作
|
7182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7183
7119
|
# @type InvokeAction: String
|
7184
7120
|
# @param CreateTime: 创建时间
|
7185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7186
7121
|
# @type CreateTime: String
|
7187
7122
|
# @param UpdateTime: 更新时间
|
7188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7189
7123
|
# @type UpdateTime: String
|
7190
7124
|
# @param InvokeCondition: 触发条件
|
7191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7192
7125
|
# @type InvokeCondition: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokeCondition`
|
7193
7126
|
# @param InvokePara: 触发器参数
|
7194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7195
7127
|
# @type InvokePara: :class:`Tencentcloud::Tcr.v20190924.models.TriggerInvokePara`
|
7196
7128
|
|
7197
7129
|
attr_accessor :TriggerName, :InvokeSource, :InvokeAction, :CreateTime, :UpdateTime, :InvokeCondition, :InvokePara
|
@@ -7337,13 +7269,10 @@ module TencentCloud
|
|
7337
7269
|
# vpc私有域名解析状态
|
7338
7270
|
class VpcPrivateDomainStatus < TencentCloud::Common::AbstractModel
|
7339
7271
|
# @param Region: 地域
|
7340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7341
7272
|
# @type Region: String
|
7342
7273
|
# @param VpcId: unique vpc id
|
7343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7344
7274
|
# @type VpcId: String
|
7345
7275
|
# @param Status: ENABLE代表已经开启,DISABLE代表未开启,ERROR代表查询出错
|
7346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7347
7276
|
# @type Status: String
|
7348
7277
|
|
7349
7278
|
attr_accessor :Region, :VpcId, :Status
|
@@ -7407,7 +7336,6 @@ module TencentCloud
|
|
7407
7336
|
# @param NamespaceId: 触发器所属命名空间 Id
|
7408
7337
|
# @type NamespaceId: Integer
|
7409
7338
|
# @param NamespaceName: 触发器所属命名空间名称
|
7410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7411
7339
|
# @type NamespaceName: String
|
7412
7340
|
|
7413
7341
|
attr_accessor :Name, :Targets, :EventTypes, :Condition, :Enabled, :Id, :Description, :NamespaceId, :NamespaceName
|
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.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-
|
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
|