tencentcloud-sdk-tcb 3.0.976 → 3.0.978
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/client.rb +1 -1
- data/lib/v20180608/models.rb +77 -176
- 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: aed5512770035fe15ab431fadd3263587f84b3e6
|
4
|
+
data.tar.gz: be83c9f3d4b79173a98c7bc70add1d5b38342a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b27372e534426482e49aa64073f6faa7840bff847c0492380fdafcde41ed2ff8c2d3b9c3ae435e51685907bcc1f9501a05085d3962937b41dc4f690086cd9719
|
7
|
+
data.tar.gz: 55b8a733e4eeff762404b7a6815d5bd8d313e0f1986dbae82c0afb407efed68e4b21f35777be74a26469ca26f6c36acbda585be2a12f626062ede29644b5407e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.978
|
data/lib/v20180608/client.rb
CHANGED
@@ -773,7 +773,7 @@ module TencentCloud
|
|
773
773
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
774
774
|
end
|
775
775
|
|
776
|
-
#
|
776
|
+
# 查询云托管服务版本容器列表
|
777
777
|
|
778
778
|
# @param request: Request instance for DescribeCloudBaseRunPodList.
|
779
779
|
# @type request: :class:`Tencentcloud::tcb::V20180608::DescribeCloudBaseRunPodListRequest`
|
data/lib/v20180608/models.rb
CHANGED
@@ -56,22 +56,16 @@ module TencentCloud
|
|
56
56
|
# 活动详情
|
57
57
|
class ActivityRecordItem < TencentCloud::Common::AbstractModel
|
58
58
|
# @param Uin: 用户uin
|
59
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
60
59
|
# @type Uin: String
|
61
60
|
# @param ActivityId: 活动id
|
62
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
63
61
|
# @type ActivityId: Integer
|
64
62
|
# @param Status: 自定义状态码
|
65
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
66
63
|
# @type Status: Integer
|
67
64
|
# @param SubStatus: 自定义子状态码
|
68
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
69
65
|
# @type SubStatus: String
|
70
66
|
# @param SubStatusInt: 整型子状态码
|
71
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
72
67
|
# @type SubStatusInt: Integer
|
73
68
|
# @param IsDeleted: 是否软删除
|
74
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
75
69
|
# @type IsDeleted: Boolean
|
76
70
|
|
77
71
|
attr_accessor :Uin, :ActivityId, :Status, :SubStatus, :SubStatusInt, :IsDeleted
|
@@ -138,34 +132,25 @@ module TencentCloud
|
|
138
132
|
# 云开发新套餐详情
|
139
133
|
class BaasPackageInfo < TencentCloud::Common::AbstractModel
|
140
134
|
# @param PackageName: DAU产品套餐ID
|
141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
142
135
|
# @type PackageName: String
|
143
136
|
# @param PackageTitle: DAU套餐中文名称
|
144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
145
137
|
# @type PackageTitle: String
|
146
138
|
# @param GroupName: 套餐分组
|
147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
148
139
|
# @type GroupName: String
|
149
140
|
# @param GroupTitle: 套餐分组中文名
|
150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
151
141
|
# @type GroupTitle: String
|
152
142
|
# @param BillTags: json格式化计费标签,例如:
|
153
143
|
# {"pid":2, "cids":{"create": 2, "renew": 2, "modify": 2}, "productCode":"p_tcb_mp", "subProductCode":"sp_tcb_mp_cloudbase_dau"}
|
154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
155
144
|
# @type BillTags: String
|
156
145
|
# @param ResourceLimit: json格式化用户资源限制,例如:
|
157
146
|
# {"Qps":1000,"InvokeNum":{"TimeUnit":"m", "Unit":"万次", "MaxSize": 100},"Capacity":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "Cdn":{"Flux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "BackFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}},"Scf":{"Concurrency":1000,"OutFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100},"MemoryUse":{"TimeUnit":"m", "Unit":"WGBS", "MaxSize": 100000}}}
|
158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
159
147
|
# @type ResourceLimit: String
|
160
148
|
# @param AdvanceLimit: json格式化高级限制,例如:
|
161
149
|
# {"CMSEnable":false,"ProvisionedConcurrencyMem":512000, "PictureProcessing":false, "SecurityAudit":false, "RealTimePush":false, "TemplateMessageBatchPush":false, "Payment":false}
|
162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
163
150
|
# @type AdvanceLimit: String
|
164
151
|
# @param PackageDescription: 套餐描述
|
165
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
166
152
|
# @type PackageDescription: String
|
167
153
|
# @param IsExternal: 是否对外展示
|
168
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
169
154
|
# @type IsExternal: Boolean
|
170
155
|
|
171
156
|
attr_accessor :PackageName, :PackageTitle, :GroupName, :GroupTitle, :BillTags, :ResourceLimit, :AdvanceLimit, :PackageDescription, :IsExternal
|
@@ -278,10 +263,8 @@ module TencentCloud
|
|
278
263
|
# 代码包信息
|
279
264
|
class CbrPackageInfo < TencentCloud::Common::AbstractModel
|
280
265
|
# @param PackageName: 代码包名称
|
281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
282
266
|
# @type PackageName: String
|
283
267
|
# @param PackageVersion: 代码包版本
|
284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
285
268
|
# @type PackageVersion: String
|
286
269
|
|
287
270
|
attr_accessor :PackageName, :PackageVersion
|
@@ -300,13 +283,10 @@ module TencentCloud
|
|
300
283
|
# 仓库信息
|
301
284
|
class CbrRepoInfo < TencentCloud::Common::AbstractModel
|
302
285
|
# @param Repo: 仓库名称
|
303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
304
286
|
# @type Repo: String
|
305
287
|
# @param RepoType: 仓库平台
|
306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
307
288
|
# @type RepoType: String
|
308
289
|
# @param RepoLanguage: 仓库语言
|
309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
310
290
|
# @type RepoLanguage: String
|
311
291
|
# @param Branch: 分支名称
|
312
292
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -361,13 +341,10 @@ module TencentCloud
|
|
361
341
|
end
|
362
342
|
|
363
343
|
# cloudrun安全特性能力
|
364
|
-
|
365
344
|
class CloudBaseCapabilities < TencentCloud::Common::AbstractModel
|
366
345
|
# @param Add: 启用安全能力项列表
|
367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
368
346
|
# @type Add: Array
|
369
347
|
# @param Drop: 禁用安全能力向列表
|
370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
371
348
|
# @type Drop: Array
|
372
349
|
|
373
350
|
attr_accessor :Add, :Drop
|
@@ -409,10 +386,8 @@ module TencentCloud
|
|
409
386
|
# 代码仓库 repo的名字
|
410
387
|
class CloudBaseCodeRepoName < TencentCloud::Common::AbstractModel
|
411
388
|
# @param Name: repo的名字
|
412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
413
389
|
# @type Name: String
|
414
390
|
# @param FullName: repo的完整全名
|
415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
416
391
|
# @type FullName: String
|
417
392
|
|
418
393
|
attr_accessor :Name, :FullName
|
@@ -431,25 +406,18 @@ module TencentCloud
|
|
431
406
|
# es信息
|
432
407
|
class CloudBaseEsInfo < TencentCloud::Common::AbstractModel
|
433
408
|
# @param Id: es的id
|
434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
435
409
|
# @type Id: Integer
|
436
410
|
# @param SecretName: secret名字
|
437
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
438
411
|
# @type SecretName: String
|
439
412
|
# @param Ip: ip地址
|
440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
441
413
|
# @type Ip: String
|
442
414
|
# @param Port: 端口
|
443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
444
415
|
# @type Port: Integer
|
445
416
|
# @param Index: 索引
|
446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
447
417
|
# @type Index: String
|
448
418
|
# @param Account: 用户名
|
449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
450
419
|
# @type Account: String
|
451
420
|
# @param Password: 密码
|
452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
453
421
|
# @type Password: String
|
454
422
|
|
455
423
|
attr_accessor :Id, :SecretName, :Ip, :Port, :Index, :Account, :Password
|
@@ -480,16 +448,12 @@ module TencentCloud
|
|
480
448
|
# @param Name: 项目名
|
481
449
|
# @type Name: String
|
482
450
|
# @param Sam: SAM json
|
483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
484
451
|
# @type Sam: String
|
485
452
|
# @param Source: 来源类型
|
486
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
487
453
|
# @type Source: :class:`Tencentcloud::Tcb.v20180608.models.CodeSource`
|
488
454
|
# @param CreateTime: 创建时间, unix时间戳
|
489
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
490
455
|
# @type CreateTime: Integer
|
491
456
|
# @param UpdateTime: 更新时间 ,unix时间戳
|
492
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
493
457
|
# @type UpdateTime: Integer
|
494
458
|
# @param Status: 项目状态, 枚举值:
|
495
459
|
# "creatingEnv"-创建环境中
|
@@ -499,79 +463,55 @@ module TencentCloud
|
|
499
463
|
# "deploying"-部署中
|
500
464
|
# "deployFail"-部署失败
|
501
465
|
# "success"-部署成功
|
502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
503
466
|
# @type Status: String
|
504
467
|
# @param Parameters: 环境变量
|
505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
506
468
|
# @type Parameters: Array
|
507
469
|
# @param Type: 项目类型, 枚举值:
|
508
470
|
# "framework-oneclick" 控制台一键部署
|
509
471
|
# "framework-local-oneclick" cli本地一键部署
|
510
472
|
# "qci-extension-cicd" 内网coding ci cd
|
511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
512
473
|
# @type Type: String
|
513
474
|
# @param CIId: ci的id
|
514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
515
475
|
# @type CIId: String
|
516
476
|
# @param CDId: cd的id
|
517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
518
477
|
# @type CDId: String
|
519
478
|
# @param EnvId: 环境id
|
520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
521
479
|
# @type EnvId: String
|
522
480
|
# @param VersionNum: 版本号
|
523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
524
481
|
# @type VersionNum: Integer
|
525
482
|
# @param FailReason: 错误原因
|
526
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
527
483
|
# @type FailReason: String
|
528
484
|
# @param RcJson: rc.json内容
|
529
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
530
485
|
# @type RcJson: String
|
531
486
|
# @param AddonConfig: 插件配置内容
|
532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
533
487
|
# @type AddonConfig: String
|
534
488
|
# @param Tags: 标签
|
535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
536
489
|
# @type Tags: Array
|
537
490
|
# @param NetworkConfig: 网络配置
|
538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
539
491
|
# @type NetworkConfig: String
|
540
492
|
# @param ExtensionId: 扩展id
|
541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
542
493
|
# @type ExtensionId: String
|
543
494
|
# @param FailType: 错误类型
|
544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
545
495
|
# @type FailType: String
|
546
496
|
# @param RepoUrl: 私有仓库地址
|
547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
548
497
|
# @type RepoUrl: String
|
549
498
|
# @param AutoDeployOnCodeChange: 是否私有仓库代码变更触发自动部署
|
550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
551
499
|
# @type AutoDeployOnCodeChange: Boolean
|
552
500
|
# @param BuildPercent: ci部署进度(%)
|
553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
554
501
|
# @type BuildPercent: Integer
|
555
502
|
# @param Uin: Uin
|
556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
557
503
|
# @type Uin: String
|
558
504
|
# @param BuildFinishTime: BuildFinishTime
|
559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
560
505
|
# @type BuildFinishTime: String
|
561
506
|
# @param DeployFinishTime: DeployFinishTime
|
562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
563
507
|
# @type DeployFinishTime: String
|
564
508
|
# @param BuildId: BuildId
|
565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
566
509
|
# @type BuildId: String
|
567
510
|
# @param SourceUrl: SourceUrl
|
568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
569
511
|
# @type SourceUrl: String
|
570
512
|
# @param FailReasonShort: FailReasonShort
|
571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
572
513
|
# @type FailReasonShort: String
|
573
514
|
# @param FirstInitRepo: FirstInitRepo
|
574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
575
515
|
# @type FirstInitRepo: String
|
576
516
|
|
577
517
|
attr_accessor :Name, :Sam, :Source, :CreateTime, :UpdateTime, :Status, :Parameters, :Type, :CIId, :CDId, :EnvId, :VersionNum, :FailReason, :RcJson, :AddonConfig, :Tags, :NetworkConfig, :ExtensionId, :FailType, :RepoUrl, :AutoDeployOnCodeChange, :BuildPercent, :Uin, :BuildFinishTime, :DeployFinishTime, :BuildId, :SourceUrl, :FailReasonShort, :FirstInitRepo
|
@@ -654,10 +594,13 @@ module TencentCloud
|
|
654
594
|
# emptydir 数据卷详细信息
|
655
595
|
class CloudBaseRunEmptyDirVolumeSource < TencentCloud::Common::AbstractModel
|
656
596
|
# @param EnableEmptyDirVolume: 启用emptydir数据卷
|
597
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
657
598
|
# @type EnableEmptyDirVolume: Boolean
|
658
599
|
# @param Medium: "","Memory","HugePages"
|
600
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
659
601
|
# @type Medium: String
|
660
602
|
# @param SizeLimit: emptydir数据卷大小
|
603
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
661
604
|
# @type SizeLimit: String
|
662
605
|
|
663
606
|
attr_accessor :EnableEmptyDirVolume, :Medium, :SizeLimit
|
@@ -802,13 +745,10 @@ module TencentCloud
|
|
802
745
|
# KV参数的优先级
|
803
746
|
class CloudBaseRunKVPriority < TencentCloud::Common::AbstractModel
|
804
747
|
# @param Key: 参数的Key
|
805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
806
748
|
# @type Key: String
|
807
749
|
# @param Value: 参数的Value
|
808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
809
750
|
# @type Value: String
|
810
751
|
# @param Priority: 优先级
|
811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
812
752
|
# @type Priority: Integer
|
813
753
|
|
814
754
|
attr_accessor :Key, :Value, :Priority
|
@@ -829,19 +769,14 @@ module TencentCloud
|
|
829
769
|
# nfs挂载资源
|
830
770
|
class CloudBaseRunNfsVolumeSource < TencentCloud::Common::AbstractModel
|
831
771
|
# @param Server: NFS挂载Server
|
832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
833
772
|
# @type Server: String
|
834
773
|
# @param Path: Server路径
|
835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
836
774
|
# @type Path: String
|
837
775
|
# @param ReadOnly: 是否只读
|
838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
839
776
|
# @type ReadOnly: Boolean
|
840
777
|
# @param SecretName: secret名称
|
841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
842
778
|
# @type SecretName: String
|
843
779
|
# @param EnableEmptyDirVolume: 临时目录
|
844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
845
780
|
# @type EnableEmptyDirVolume: Boolean
|
846
781
|
|
847
782
|
attr_accessor :Server, :Path, :ReadOnly, :SecretName, :EnableEmptyDirVolume
|
@@ -868,54 +803,39 @@ module TencentCloud
|
|
868
803
|
# @param VersionName: 版本名称
|
869
804
|
# @type VersionName: String
|
870
805
|
# @param Status: 状态
|
871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
872
806
|
# @type Status: String
|
873
807
|
# @param FlowRatio: 流量占比
|
874
808
|
# @type FlowRatio: Integer
|
875
809
|
# @param CreatedTime: 创建时间
|
876
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
877
810
|
# @type CreatedTime: String
|
878
811
|
# @param UpdatedTime: 更新时间
|
879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
880
812
|
# @type UpdatedTime: String
|
881
813
|
# @param BuildId: 构建ID
|
882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
883
814
|
# @type BuildId: Integer
|
884
815
|
# @param UploadType: 构建方式
|
885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
886
816
|
# @type UploadType: String
|
887
817
|
# @param Remark: 备注
|
888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
889
818
|
# @type Remark: String
|
890
819
|
# @param UrlParam: url中的参数路径
|
891
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
892
820
|
# @type UrlParam: :class:`Tencentcloud::Tcb.v20180608.models.ObjectKV`
|
893
821
|
# @param Priority: 优先级(数值越小,优先级越高)
|
894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
895
822
|
# @type Priority: Integer
|
896
823
|
# @param IsDefaultPriority: 是否是默认兜底版本
|
897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
898
824
|
# @type IsDefaultPriority: Boolean
|
899
825
|
# @param FlowParams: KV Params
|
900
826
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
901
827
|
# @type FlowParams: Array
|
902
828
|
# @param MinReplicas: 最小副本数
|
903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
904
829
|
# @type MinReplicas: Integer
|
905
830
|
# @param MaxReplicas: 最大副本数
|
906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
907
831
|
# @type MaxReplicas: Integer
|
908
832
|
# @param RunId: 操作记录id
|
909
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
910
833
|
# @type RunId: String
|
911
834
|
# @param Percent: 进度
|
912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
913
835
|
# @type Percent: Integer
|
914
836
|
# @param CurrentReplicas: 当前副本数
|
915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
916
837
|
# @type CurrentReplicas: Integer
|
917
838
|
# @param Architecture: Monolithic,Microservice
|
918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
919
839
|
# @type Architecture: String
|
920
840
|
|
921
841
|
attr_accessor :VersionName, :Status, :FlowRatio, :CreatedTime, :UpdatedTime, :BuildId, :UploadType, :Remark, :UrlParam, :Priority, :IsDefaultPriority, :FlowParams, :MinReplicas, :MaxReplicas, :RunId, :Percent, :CurrentReplicas, :Architecture
|
@@ -975,12 +895,18 @@ module TencentCloud
|
|
975
895
|
|
976
896
|
# 主机路径挂载参数
|
977
897
|
class CloudBaseRunServiceVolumeHostPath < TencentCloud::Common::AbstractModel
|
898
|
+
# @param Path: 主机路径
|
899
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
900
|
+
# @type Path: String
|
978
901
|
|
902
|
+
attr_accessor :Path
|
979
903
|
|
980
|
-
def initialize()
|
904
|
+
def initialize(path=nil)
|
905
|
+
@Path = path
|
981
906
|
end
|
982
907
|
|
983
908
|
def deserialize(params)
|
909
|
+
@Path = params['Path']
|
984
910
|
end
|
985
911
|
end
|
986
912
|
|
@@ -1123,6 +1049,40 @@ module TencentCloud
|
|
1123
1049
|
end
|
1124
1050
|
end
|
1125
1051
|
|
1052
|
+
# pod信息
|
1053
|
+
class CloudBaseRunVersionPod < TencentCloud::Common::AbstractModel
|
1054
|
+
# @param Webshell: webshell链接
|
1055
|
+
# @type Webshell: String
|
1056
|
+
# @param PodId: pod name
|
1057
|
+
# @type PodId: String
|
1058
|
+
# @param PodIp: pod ip
|
1059
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1060
|
+
# @type PodIp: String
|
1061
|
+
# @param Status: 状态
|
1062
|
+
# @type Status: String
|
1063
|
+
# @param CreateTime: 创建时间
|
1064
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1065
|
+
# @type CreateTime: String
|
1066
|
+
|
1067
|
+
attr_accessor :Webshell, :PodId, :PodIp, :Status, :CreateTime
|
1068
|
+
|
1069
|
+
def initialize(webshell=nil, podid=nil, podip=nil, status=nil, createtime=nil)
|
1070
|
+
@Webshell = webshell
|
1071
|
+
@PodId = podid
|
1072
|
+
@PodIp = podip
|
1073
|
+
@Status = status
|
1074
|
+
@CreateTime = createtime
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
def deserialize(params)
|
1078
|
+
@Webshell = params['Webshell']
|
1079
|
+
@PodId = params['PodId']
|
1080
|
+
@PodIp = params['PodIp']
|
1081
|
+
@Status = params['Status']
|
1082
|
+
@CreateTime = params['CreateTime']
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1126
1086
|
# cfs挂载点
|
1127
1087
|
class CloudBaseRunVolumeMount < TencentCloud::Common::AbstractModel
|
1128
1088
|
# @param Name: 资源名
|
@@ -1507,34 +1467,24 @@ module TencentCloud
|
|
1507
1467
|
# 云开发项目来源
|
1508
1468
|
class CodeSource < TencentCloud::Common::AbstractModel
|
1509
1469
|
# @param Type: 类型, 可能的枚举: "coding","package","package_url","github","gitlab","gitee","rawcode"
|
1510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1511
1470
|
# @type Type: String
|
1512
1471
|
# @param Url: 下载链接
|
1513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1514
1472
|
# @type Url: String
|
1515
1473
|
# @param Name: 名称
|
1516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1517
1474
|
# @type Name: String
|
1518
1475
|
# @param WorkDir: 工作目录
|
1519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1520
1476
|
# @type WorkDir: String
|
1521
1477
|
# @param CodingPackageName: code包名, type为coding的时候需要填写
|
1522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1523
1478
|
# @type CodingPackageName: String
|
1524
1479
|
# @param CodingPackageVersion: coding版本名, type为coding的时候需要填写
|
1525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1526
1480
|
# @type CodingPackageVersion: String
|
1527
1481
|
# @param RawCode: 源码
|
1528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1529
1482
|
# @type RawCode: String
|
1530
1483
|
# @param Branch: 代码分支
|
1531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1532
1484
|
# @type Branch: String
|
1533
1485
|
# @param ProjectId: coding项目ID,type为coding时需要填写
|
1534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1535
1486
|
# @type ProjectId: Integer
|
1536
1487
|
# @param ProjectName: coding项目
|
1537
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1538
1488
|
# @type ProjectName: String
|
1539
1489
|
|
1540
1490
|
attr_accessor :Type, :Url, :Name, :WorkDir, :CodingPackageName, :CodingPackageVersion, :RawCode, :Branch, :ProjectId, :ProjectName
|
@@ -1687,7 +1637,6 @@ module TencentCloud
|
|
1687
1637
|
# CreateAndDeployCloudBaseProject返回参数结构体
|
1688
1638
|
class CreateAndDeployCloudBaseProjectResponse < TencentCloud::Common::AbstractModel
|
1689
1639
|
# @param EnvId: 环境Id
|
1690
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1691
1640
|
# @type EnvId: String
|
1692
1641
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1693
1642
|
# @type RequestId: String
|
@@ -2166,7 +2115,6 @@ module TencentCloud
|
|
2166
2115
|
# @param TranId: 后付费订单号
|
2167
2116
|
# @type TranId: String
|
2168
2117
|
# @param EnvId: 环境ID
|
2169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2170
2118
|
# @type EnvId: String
|
2171
2119
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2172
2120
|
# @type RequestId: String
|
@@ -2265,7 +2213,6 @@ module TencentCloud
|
|
2265
2213
|
# CreateStaticStore返回参数结构体
|
2266
2214
|
class CreateStaticStoreResponse < TencentCloud::Common::AbstractModel
|
2267
2215
|
# @param Result: 创建静态资源结果(succ/fail)
|
2268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2269
2216
|
# @type Result: String
|
2270
2217
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2271
2218
|
# @type RequestId: String
|
@@ -2410,7 +2357,6 @@ module TencentCloud
|
|
2410
2357
|
# 安全网关自定义头部
|
2411
2358
|
class CustomHeader < TencentCloud::Common::AbstractModel
|
2412
2359
|
# @param RequestToAddList: 请求添加头部配置
|
2413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2414
2360
|
# @type RequestToAddList: Array
|
2415
2361
|
|
2416
2362
|
attr_accessor :RequestToAddList
|
@@ -2470,13 +2416,10 @@ module TencentCloud
|
|
2470
2416
|
# 安全网关请求自定义头部
|
2471
2417
|
class CustomRequestToAdd < TencentCloud::Common::AbstractModel
|
2472
2418
|
# @param Key: Header名称
|
2473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2474
2419
|
# @type Key: String
|
2475
2420
|
# @param Value: Header值
|
2476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2477
2421
|
# @type Value: String
|
2478
2422
|
# @param AppendAction: Header类型
|
2479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2480
2423
|
# @type AppendAction: String
|
2481
2424
|
|
2482
2425
|
attr_accessor :Key, :Value, :AppendAction
|
@@ -2508,7 +2451,6 @@ module TencentCloud
|
|
2508
2451
|
# 当前支持ap-shanghai
|
2509
2452
|
# @type Region: String
|
2510
2453
|
# @param UpdateTime: 更新时间
|
2511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2512
2454
|
# @type UpdateTime: String
|
2513
2455
|
|
2514
2456
|
attr_accessor :InstanceId, :Status, :Region, :UpdateTime
|
@@ -3370,10 +3312,8 @@ module TencentCloud
|
|
3370
3312
|
# DescribeCloudBaseProjectLatestVersionList返回参数结构体
|
3371
3313
|
class DescribeCloudBaseProjectLatestVersionListResponse < TencentCloud::Common::AbstractModel
|
3372
3314
|
# @param ProjectList: 项目列表
|
3373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3374
3315
|
# @type ProjectList: Array
|
3375
3316
|
# @param TotalCount: 总数
|
3376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3377
3317
|
# @type TotalCount: Integer
|
3378
3318
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3379
3319
|
# @type RequestId: String
|
@@ -3439,10 +3379,8 @@ module TencentCloud
|
|
3439
3379
|
# DescribeCloudBaseProjectVersionList返回参数结构体
|
3440
3380
|
class DescribeCloudBaseProjectVersionListResponse < TencentCloud::Common::AbstractModel
|
3441
3381
|
# @param ProjectVersions: 版本列表
|
3442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3443
3382
|
# @type ProjectVersions: Array
|
3444
3383
|
# @param TotalCount: 总个数
|
3445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3446
3384
|
# @type TotalCount: Integer
|
3447
3385
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3448
3386
|
# @type RequestId: String
|
@@ -3741,16 +3679,40 @@ module TencentCloud
|
|
3741
3679
|
|
3742
3680
|
# DescribeCloudBaseRunPodList返回参数结构体
|
3743
3681
|
class DescribeCloudBaseRunPodListResponse < TencentCloud::Common::AbstractModel
|
3682
|
+
# @param Offset: 偏移量
|
3683
|
+
# @type Offset: Integer
|
3684
|
+
# @param Limit: 分页大小
|
3685
|
+
# @type Limit: Integer
|
3686
|
+
# @param TotalCount: 总数
|
3687
|
+
# @type TotalCount: Integer
|
3688
|
+
# @param PodList: 容器列表
|
3689
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3690
|
+
# @type PodList: Array
|
3744
3691
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3745
3692
|
# @type RequestId: String
|
3746
3693
|
|
3747
|
-
attr_accessor :RequestId
|
3694
|
+
attr_accessor :Offset, :Limit, :TotalCount, :PodList, :RequestId
|
3748
3695
|
|
3749
|
-
def initialize(requestid=nil)
|
3696
|
+
def initialize(offset=nil, limit=nil, totalcount=nil, podlist=nil, requestid=nil)
|
3697
|
+
@Offset = offset
|
3698
|
+
@Limit = limit
|
3699
|
+
@TotalCount = totalcount
|
3700
|
+
@PodList = podlist
|
3750
3701
|
@RequestId = requestid
|
3751
3702
|
end
|
3752
3703
|
|
3753
3704
|
def deserialize(params)
|
3705
|
+
@Offset = params['Offset']
|
3706
|
+
@Limit = params['Limit']
|
3707
|
+
@TotalCount = params['TotalCount']
|
3708
|
+
unless params['PodList'].nil?
|
3709
|
+
@PodList = []
|
3710
|
+
params['PodList'].each do |i|
|
3711
|
+
cloudbaserunversionpod_tmp = CloudBaseRunVersionPod.new
|
3712
|
+
cloudbaserunversionpod_tmp.deserialize(i)
|
3713
|
+
@PodList << cloudbaserunversionpod_tmp
|
3714
|
+
end
|
3715
|
+
end
|
3754
3716
|
@RequestId = params['RequestId']
|
3755
3717
|
end
|
3756
3718
|
end
|
@@ -4729,13 +4691,10 @@ module TencentCloud
|
|
4729
4691
|
# DescribeDownloadFile返回参数结构体
|
4730
4692
|
class DescribeDownloadFileResponse < TencentCloud::Common::AbstractModel
|
4731
4693
|
# @param FilePath: 文件路径,该字段已废弃
|
4732
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4733
4694
|
# @type FilePath: String
|
4734
4695
|
# @param CustomKey: 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
|
4735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4736
4696
|
# @type CustomKey: String
|
4737
4697
|
# @param DownloadUrl: 下载链接
|
4738
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4739
4698
|
# @type DownloadUrl: String
|
4740
4699
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4741
4700
|
# @type RequestId: String
|
@@ -5008,7 +4967,6 @@ module TencentCloud
|
|
5008
4967
|
# DescribeEnvFreeQuota返回参数结构体
|
5009
4968
|
class DescribeEnvFreeQuotaResponse < TencentCloud::Common::AbstractModel
|
5010
4969
|
# @param QuotaItems: 免费抵扣配额详情
|
5011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5012
4970
|
# @type QuotaItems: Array
|
5013
4971
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5014
4972
|
# @type RequestId: String
|
@@ -5147,7 +5105,6 @@ module TencentCloud
|
|
5147
5105
|
# DescribeEnvPostpaidDeduct返回参数结构体
|
5148
5106
|
class DescribeEnvPostpaidDeductResponse < TencentCloud::Common::AbstractModel
|
5149
5107
|
# @param PostPaidEnvDeductInfoList: 指标抵扣详情列表
|
5150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5151
5108
|
# @type PostPaidEnvDeductInfoList: Array
|
5152
5109
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5153
5110
|
# @type RequestId: String
|
@@ -5615,7 +5572,6 @@ module TencentCloud
|
|
5615
5572
|
# DescribePostpayFreeQuotas返回参数结构体
|
5616
5573
|
class DescribePostpayFreeQuotasResponse < TencentCloud::Common::AbstractModel
|
5617
5574
|
# @param FreequotaInfoList: 免费量资源信息列表
|
5618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5619
5575
|
# @type FreequotaInfoList: Array
|
5620
5576
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5621
5577
|
# @type RequestId: String
|
@@ -5663,7 +5619,6 @@ module TencentCloud
|
|
5663
5619
|
# DescribePostpayPackageFreeQuotas返回参数结构体
|
5664
5620
|
class DescribePostpayPackageFreeQuotasResponse < TencentCloud::Common::AbstractModel
|
5665
5621
|
# @param PackageFreeQuotaInfos: 免费量资源信息列表
|
5666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5667
5622
|
# @type PackageFreeQuotaInfos: Array
|
5668
5623
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5669
5624
|
# @type RequestId: String
|
@@ -5720,6 +5675,10 @@ module TencentCloud
|
|
5720
5675
|
# <li> TkeMemUsedPkgDay: 当天容器托管内存使用量,单位MB*秒 </li>
|
5721
5676
|
# <li> CodingBuildTimePkgDay: 当天容器托管构建时间使用量,单位毫秒 </li>
|
5722
5677
|
# <li> TkeHttpServiceNatPkgDay: 当天容器托管流量使用量,单位B </li>
|
5678
|
+
# <li> CynosdbCcupkg: 当月微信云托管MySQL CCU使用量,单位个 (需要除以1000)</li>
|
5679
|
+
# <li> CynosdbStoragepkg: 当月微信云托管MySQL 存储使用量,单位MB (需要除以1000)</li>
|
5680
|
+
# <li> CynosdbCcupkgDay: 当天微信云托管MySQL 存储使用量,单位个 (需要除以1000) </li>
|
5681
|
+
# <li> CynosdbStoragepkgDay: 当天微信云托管MySQL 存储使用量,单位MB (需要除以1000) </li>
|
5723
5682
|
# @type MetricName: String
|
5724
5683
|
# @param ResourceID: 资源ID, 目前仅对云函数、容器托管相关的指标有意义。云函数(FunctionInvocationpkg, FunctionGBspkg, FunctionFluxpkg)、容器托管(服务名称)。如果想查询某个云函数的指标则在ResourceId中传入函数名; 如果只想查询整个namespace的指标, 则留空或不传。
|
5725
5684
|
# @type ResourceID: String
|
@@ -5746,7 +5705,6 @@ module TencentCloud
|
|
5746
5705
|
# @param Value: 指标的值
|
5747
5706
|
# @type Value: Integer
|
5748
5707
|
# @param SubValue: 指标的附加值信息
|
5749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5750
5708
|
# @type SubValue: String
|
5751
5709
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5752
5710
|
# @type RequestId: String
|
@@ -5787,7 +5745,6 @@ module TencentCloud
|
|
5787
5745
|
# DescribeSmsQuotas返回参数结构体
|
5788
5746
|
class DescribeSmsQuotasResponse < TencentCloud::Common::AbstractModel
|
5789
5747
|
# @param SmsFreeQuotaList: 短信免费量信息列表
|
5790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5791
5748
|
# @type SmsFreeQuotaList: Array
|
5792
5749
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5793
5750
|
# @type RequestId: String
|
@@ -5839,7 +5796,6 @@ module TencentCloud
|
|
5839
5796
|
# DescribeSpecialCostItems返回参数结构体
|
5840
5797
|
class DescribeSpecialCostItemsResponse < TencentCloud::Common::AbstractModel
|
5841
5798
|
# @param SpecialCostItems: 1分钱抵扣详情
|
5842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5843
5799
|
# @type SpecialCostItems: Array
|
5844
5800
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5845
5801
|
# @type RequestId: String
|
@@ -6009,7 +5965,6 @@ module TencentCloud
|
|
6009
5965
|
# @param GroupTimeLeft: 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
|
6010
5966
|
# @type GroupTimeLeft: Integer
|
6011
5967
|
# @param NickNameList: 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应
|
6012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6013
5968
|
# @type NickNameList: String
|
6014
5969
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6015
5970
|
# @type RequestId: String
|
@@ -6470,19 +6425,14 @@ module TencentCloud
|
|
6470
6425
|
# @param PaymentChannel: 付费渠道。
|
6471
6426
|
# <li> miniapp:小程序</li>
|
6472
6427
|
# <li> qcloud:腾讯云</li>
|
6473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6474
6428
|
# @type PaymentChannel: String
|
6475
6429
|
# @param OrderInfo: 最新的订单信息
|
6476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6477
6430
|
# @type OrderInfo: :class:`Tencentcloud::Tcb.v20180608.models.OrderInfo`
|
6478
6431
|
# @param FreeQuota: 免费配额信息。
|
6479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6480
6432
|
# @type FreeQuota: String
|
6481
6433
|
# @param EnableOverrun: 是否开启 `超过套餐额度部分转按量付费`
|
6482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6483
6434
|
# @type EnableOverrun: Boolean
|
6484
6435
|
# @param ExtPackageType: 环境套餐类型
|
6485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6486
6436
|
# @type ExtPackageType: String
|
6487
6437
|
# @param EnvCharged: 是否付费期环境,可取值:yes/no。
|
6488
6438
|
# @type EnvCharged: String
|
@@ -6560,54 +6510,38 @@ module TencentCloud
|
|
6560
6510
|
# @param Functions: 函数列表
|
6561
6511
|
# @type Functions: Array
|
6562
6512
|
# @param PackageId: tcb产品套餐ID,参考DescribePackages接口的返回值。
|
6563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6564
6513
|
# @type PackageId: String
|
6565
6514
|
# @param PackageName: 套餐中文名称,参考DescribePackages接口的返回值。
|
6566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6567
6515
|
# @type PackageName: String
|
6568
6516
|
# @param LogServices: 云日志服务列表
|
6569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6570
6517
|
# @type LogServices: Array
|
6571
6518
|
# @param StaticStorages: 静态资源信息
|
6572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6573
6519
|
# @type StaticStorages: Array
|
6574
6520
|
# @param IsAutoDegrade: 是否到期自动降为免费版
|
6575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6576
6521
|
# @type IsAutoDegrade: Boolean
|
6577
6522
|
# @param EnvChannel: 环境渠道
|
6578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6579
6523
|
# @type EnvChannel: String
|
6580
6524
|
# @param PayMode: 支付方式。包含以下取值:
|
6581
6525
|
# <li> prepayment:预付费</li>
|
6582
6526
|
# <li> postpaid:后付费</li>
|
6583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6584
6527
|
# @type PayMode: String
|
6585
6528
|
# @param IsDefault: 是否为默认环境
|
6586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6587
6529
|
# @type IsDefault: Boolean
|
6588
6530
|
# @param Region: 环境所属地域
|
6589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6590
6531
|
# @type Region: String
|
6591
6532
|
# @param Tags: 环境标签列表
|
6592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6593
6533
|
# @type Tags: Array
|
6594
6534
|
# @param CustomLogServices: 自定义日志服务
|
6595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6596
6535
|
# @type CustomLogServices: Array
|
6597
6536
|
# @param EnvType: 环境类型:baas, run, hoting, weda
|
6598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6599
6537
|
# @type EnvType: String
|
6600
6538
|
# @param IsDauPackage: 是否是dau新套餐
|
6601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6602
6539
|
# @type IsDauPackage: Boolean
|
6603
6540
|
# @param PackageType: 套餐类型:空\baas\tcbr
|
6604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6605
6541
|
# @type PackageType: String
|
6606
6542
|
# @param ArchitectureType: 架构类型
|
6607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6608
6543
|
# @type ArchitectureType: String
|
6609
6544
|
# @param Recycle: 回收标志,默认为空
|
6610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6611
6545
|
# @type Recycle: String
|
6612
6546
|
|
6613
6547
|
attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :Databases, :Storages, :Functions, :PackageId, :PackageName, :LogServices, :StaticStorages, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :Tags, :CustomLogServices, :EnvType, :IsDauPackage, :PackageType, :ArchitectureType, :Recycle
|
@@ -6890,7 +6824,9 @@ module TencentCloud
|
|
6890
6824
|
# @type CodeUri: String
|
6891
6825
|
# @param UploadUrl: 上传文件的临时地址,含签名
|
6892
6826
|
# @type UploadUrl: String
|
6893
|
-
# @param CustomKey:
|
6827
|
+
# @param CustomKey: 自定义密钥。如果为空,则表示不需要加密。
|
6828
|
+
# 参考cos预签名url上传https://cloud.tencent.com/document/product/436/36121
|
6829
|
+
# 上传的时候要按照 SSE-C 的方式设置header:https://cloud.tencent.com/document/product/436/7728
|
6894
6830
|
# @type CustomKey: String
|
6895
6831
|
# @param MaxSize: 文件大小限制,单位M,客户端上传前需要主动检查文件大小,超过限制的文件会被删除。
|
6896
6832
|
# @type MaxSize: Integer
|
@@ -6930,11 +6866,9 @@ module TencentCloud
|
|
6930
6866
|
# <li>sum-month:以月为单位抵扣</li>
|
6931
6867
|
# <li>sum-day:以天为单位抵扣</li>
|
6932
6868
|
# <li>totalize:总容量抵扣</li>
|
6933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6934
6869
|
# @type DeductType: String
|
6935
6870
|
# @param FreeQuotaType: 免费量类型
|
6936
6871
|
# <li>basic:通用量抵扣</li>
|
6937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6938
6872
|
# @type FreeQuotaType: String
|
6939
6873
|
|
6940
6874
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
@@ -7370,7 +7304,6 @@ module TencentCloud
|
|
7370
7304
|
# @param Region: cls日志所属地域
|
7371
7305
|
# @type Region: String
|
7372
7306
|
# @param Period: topic保存时长 默认7天
|
7373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7374
7307
|
# @type Period: Integer
|
7375
7308
|
|
7376
7309
|
attr_accessor :LogsetName, :LogsetId, :TopicName, :TopicId, :Region, :Period
|
@@ -7857,15 +7790,12 @@ module TencentCloud
|
|
7857
7790
|
# <li>postpaid 后付费</li>
|
7858
7791
|
# @type PayMode: String
|
7859
7792
|
# @param ExtensionId: 订单绑定的扩展ID
|
7860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7861
7793
|
# @type ExtensionId: String
|
7862
7794
|
# @param ResourceReady: 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
|
7863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7864
7795
|
# @type ResourceReady: String
|
7865
7796
|
# @param Flag: 安装标记。建议使用方统一转大小写之后再判断。
|
7866
7797
|
# <li>QuickStart:快速启动来源</li>
|
7867
7798
|
# <li>Activity:活动来源</li>
|
7868
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7869
7799
|
# @type Flag: String
|
7870
7800
|
# @param ReqBody: 下单时的参数
|
7871
7801
|
# @type ReqBody: String
|
@@ -7908,26 +7838,20 @@ module TencentCloud
|
|
7908
7838
|
# <li>CDN</li>
|
7909
7839
|
# <li>FLEXDB</li>
|
7910
7840
|
# <li>SCF</li>
|
7911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7912
7841
|
# @type ResourceType: String
|
7913
7842
|
# @param ResourceMetric: 资源指标名称
|
7914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7915
7843
|
# @type ResourceMetric: String
|
7916
7844
|
# @param FreeQuota: 资源指标免费量
|
7917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7918
7845
|
# @type FreeQuota: Integer
|
7919
7846
|
# @param MetricUnit: 指标单位
|
7920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7921
7847
|
# @type MetricUnit: String
|
7922
7848
|
# @param DeductType: 免费量抵扣周期
|
7923
7849
|
# <li>sum-month:以月为单位抵扣</li>
|
7924
7850
|
# <li>sum-day:以天为单位抵扣</li>
|
7925
7851
|
# <li>totalize:总容量抵扣</li>
|
7926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7927
7852
|
# @type DeductType: String
|
7928
7853
|
# @param FreeQuotaType: 免费量类型
|
7929
7854
|
# <li>basic:通用量抵扣</li>
|
7930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7931
7855
|
# @type FreeQuotaType: String
|
7932
7856
|
|
7933
7857
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
@@ -7954,13 +7878,10 @@ module TencentCloud
|
|
7954
7878
|
# 终端用户平台统计信息
|
7955
7879
|
class PlatformStatistic < TencentCloud::Common::AbstractModel
|
7956
7880
|
# @param Platform: 终端用户从属平台
|
7957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7958
7881
|
# @type Platform: String
|
7959
7882
|
# @param Count: 平台终端用户数
|
7960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7961
7883
|
# @type Count: Integer
|
7962
7884
|
# @param UpdateTime: 更新时间
|
7963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7964
7885
|
# @type UpdateTime: String
|
7965
7886
|
|
7966
7887
|
attr_accessor :Platform, :Count, :UpdateTime
|
@@ -7981,22 +7902,16 @@ module TencentCloud
|
|
7981
7902
|
# 后付费计费详情
|
7982
7903
|
class PostPaidEnvDeductInfo < TencentCloud::Common::AbstractModel
|
7983
7904
|
# @param ResourceType: 资源方
|
7984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7985
7905
|
# @type ResourceType: String
|
7986
7906
|
# @param MetricName: 指标名
|
7987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7988
7907
|
# @type MetricName: String
|
7989
7908
|
# @param ResQuota: 按量计费详情
|
7990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7991
7909
|
# @type ResQuota: Float
|
7992
7910
|
# @param PkgQuota: 资源包抵扣详情
|
7993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7994
7911
|
# @type PkgQuota: Float
|
7995
7912
|
# @param FreeQuota: 免费额度抵扣详情
|
7996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7997
7913
|
# @type FreeQuota: Float
|
7998
7914
|
# @param EnvId: 环境id
|
7999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8000
7915
|
# @type EnvId: String
|
8001
7916
|
|
8002
7917
|
attr_accessor :ResourceType, :MetricName, :ResQuota, :PkgQuota, :FreeQuota, :EnvId
|
@@ -8403,19 +8318,14 @@ module TencentCloud
|
|
8403
8318
|
# 短信免费量
|
8404
8319
|
class SmsFreeQuota < TencentCloud::Common::AbstractModel
|
8405
8320
|
# @param FreeQuota: 免费量总条数
|
8406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8407
8321
|
# @type FreeQuota: Integer
|
8408
8322
|
# @param TotalUsedQuota: 共计已使用总条数
|
8409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8410
8323
|
# @type TotalUsedQuota: Integer
|
8411
8324
|
# @param CycleStart: 免费周期起点,0000-00-00 00:00:00 形式
|
8412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8413
8325
|
# @type CycleStart: String
|
8414
8326
|
# @param CycleEnd: 免费周期终点,0000-00-00 00:00:00 形式
|
8415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8416
8327
|
# @type CycleEnd: String
|
8417
8328
|
# @param TodayUsedQuota: 今天已使用总条数
|
8418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8419
8329
|
# @type TodayUsedQuota: Integer
|
8420
8330
|
|
8421
8331
|
attr_accessor :FreeQuota, :TotalUsedQuota, :CycleStart, :CycleEnd, :TodayUsedQuota
|
@@ -8440,16 +8350,12 @@ module TencentCloud
|
|
8440
8350
|
# 1分钱计费详情
|
8441
8351
|
class SpecialCostItem < TencentCloud::Common::AbstractModel
|
8442
8352
|
# @param ReportDate: 上报日期
|
8443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8444
8353
|
# @type ReportDate: String
|
8445
8354
|
# @param Uin: 腾讯云uin
|
8446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8447
8355
|
# @type Uin: String
|
8448
8356
|
# @param EnvId: 资源id:环境id
|
8449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8450
8357
|
# @type EnvId: String
|
8451
8358
|
# @param Status: 上报任务状态
|
8452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8453
8359
|
# @type Status: String
|
8454
8360
|
|
8455
8361
|
attr_accessor :ReportDate, :Uin, :EnvId, :Status
|
@@ -8559,19 +8465,14 @@ module TencentCloud
|
|
8559
8465
|
# 静态CDN资源信息
|
8560
8466
|
class StaticStorageInfo < TencentCloud::Common::AbstractModel
|
8561
8467
|
# @param StaticDomain: 静态CDN域名
|
8562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8563
8468
|
# @type StaticDomain: String
|
8564
8469
|
# @param DefaultDirName: 静态CDN默认文件夹,当前为根目录
|
8565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8566
8470
|
# @type DefaultDirName: String
|
8567
8471
|
# @param Status: 资源状态(process/online/offline/init)
|
8568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8569
8472
|
# @type Status: String
|
8570
8473
|
# @param Region: cos所属区域
|
8571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8572
8474
|
# @type Region: String
|
8573
8475
|
# @param Bucket: bucket信息
|
8574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8575
8476
|
# @type Bucket: String
|
8576
8477
|
|
8577
8478
|
attr_accessor :StaticDomain, :DefaultDirName, :Status, :Region, :Bucket
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.978
|
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-01-
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|