tencentcloud-sdk-tcb 3.0.977 → 3.0.979
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 +71 -205
- 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: 8f237baef5a356273de63163ba01db2a45604ae5
|
4
|
+
data.tar.gz: 051e729331c7c54b8f7c44623186f59f6237262f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d366d6dd4e6a70800b7bd0250fe681bcf367d2881424d633fd01d926af426a637dd083922fb9d66848afb49f9f4220d456b75b7e16dc87e7eb593352297f3de7
|
7
|
+
data.tar.gz: ffbfe23ba2f9f50275ff2852b5619ecee316642ea25046ef518050af725dfeae3d6e6cbd7faf1ab9ca89fb50c13bfd58eee7349a758e5bcaaf994066596cb9cd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.979
|
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
|
@@ -2408,7 +2357,6 @@ module TencentCloud
|
|
2408
2357
|
# 安全网关自定义头部
|
2409
2358
|
class CustomHeader < TencentCloud::Common::AbstractModel
|
2410
2359
|
# @param RequestToAddList: 请求添加头部配置
|
2411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2412
2360
|
# @type RequestToAddList: Array
|
2413
2361
|
|
2414
2362
|
attr_accessor :RequestToAddList
|
@@ -2468,13 +2416,10 @@ module TencentCloud
|
|
2468
2416
|
# 安全网关请求自定义头部
|
2469
2417
|
class CustomRequestToAdd < TencentCloud::Common::AbstractModel
|
2470
2418
|
# @param Key: Header名称
|
2471
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2472
2419
|
# @type Key: String
|
2473
2420
|
# @param Value: Header值
|
2474
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2475
2421
|
# @type Value: String
|
2476
2422
|
# @param AppendAction: Header类型
|
2477
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2478
2423
|
# @type AppendAction: String
|
2479
2424
|
|
2480
2425
|
attr_accessor :Key, :Value, :AppendAction
|
@@ -2506,7 +2451,6 @@ module TencentCloud
|
|
2506
2451
|
# 当前支持ap-shanghai
|
2507
2452
|
# @type Region: String
|
2508
2453
|
# @param UpdateTime: 更新时间
|
2509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2510
2454
|
# @type UpdateTime: String
|
2511
2455
|
|
2512
2456
|
attr_accessor :InstanceId, :Status, :Region, :UpdateTime
|
@@ -2677,7 +2621,7 @@ module TencentCloud
|
|
2677
2621
|
# @type IsDeleteImage: Boolean
|
2678
2622
|
# @param IsForce: 是否强制删除
|
2679
2623
|
# @type IsForce: Boolean
|
2680
|
-
# @param OperatorRemark:
|
2624
|
+
# @param OperatorRemark: 操作者记录
|
2681
2625
|
# @type OperatorRemark: String
|
2682
2626
|
|
2683
2627
|
attr_accessor :EnvId, :GatewayId, :VersionName, :IsDeleteServer, :IsDeleteImage, :IsForce, :OperatorRemark
|
@@ -3368,10 +3312,8 @@ module TencentCloud
|
|
3368
3312
|
# DescribeCloudBaseProjectLatestVersionList返回参数结构体
|
3369
3313
|
class DescribeCloudBaseProjectLatestVersionListResponse < TencentCloud::Common::AbstractModel
|
3370
3314
|
# @param ProjectList: 项目列表
|
3371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3372
3315
|
# @type ProjectList: Array
|
3373
3316
|
# @param TotalCount: 总数
|
3374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3375
3317
|
# @type TotalCount: Integer
|
3376
3318
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3377
3319
|
# @type RequestId: String
|
@@ -3437,10 +3379,8 @@ module TencentCloud
|
|
3437
3379
|
# DescribeCloudBaseProjectVersionList返回参数结构体
|
3438
3380
|
class DescribeCloudBaseProjectVersionListResponse < TencentCloud::Common::AbstractModel
|
3439
3381
|
# @param ProjectVersions: 版本列表
|
3440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3441
3382
|
# @type ProjectVersions: Array
|
3442
3383
|
# @param TotalCount: 总个数
|
3443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3444
3384
|
# @type TotalCount: Integer
|
3445
3385
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3446
3386
|
# @type RequestId: String
|
@@ -3739,16 +3679,40 @@ module TencentCloud
|
|
3739
3679
|
|
3740
3680
|
# DescribeCloudBaseRunPodList返回参数结构体
|
3741
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
|
3742
3691
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3743
3692
|
# @type RequestId: String
|
3744
3693
|
|
3745
|
-
attr_accessor :RequestId
|
3694
|
+
attr_accessor :Offset, :Limit, :TotalCount, :PodList, :RequestId
|
3746
3695
|
|
3747
|
-
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
|
3748
3701
|
@RequestId = requestid
|
3749
3702
|
end
|
3750
3703
|
|
3751
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
|
3752
3716
|
@RequestId = params['RequestId']
|
3753
3717
|
end
|
3754
3718
|
end
|
@@ -6144,10 +6108,8 @@ module TencentCloud
|
|
6144
6108
|
# DescribeWxGatewayRoutes返回参数结构体
|
6145
6109
|
class DescribeWxGatewayRoutesResponse < TencentCloud::Common::AbstractModel
|
6146
6110
|
# @param TotalCount: 返回的服务个数
|
6147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6148
6111
|
# @type TotalCount: Integer
|
6149
6112
|
# @param WxGatewayRouteSet: 返回的服务列表
|
6150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6151
6113
|
# @type WxGatewayRouteSet: Array
|
6152
6114
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6153
6115
|
# @type RequestId: String
|
@@ -6209,10 +6171,8 @@ module TencentCloud
|
|
6209
6171
|
# DescribeWxGateways返回参数结构体
|
6210
6172
|
class DescribeWxGatewaysResponse < TencentCloud::Common::AbstractModel
|
6211
6173
|
# @param Gateways: 返回的服务列表
|
6212
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6213
6174
|
# @type Gateways: Array
|
6214
6175
|
# @param TotalCount: 网关总数
|
6215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6216
6176
|
# @type TotalCount: Integer
|
6217
6177
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6218
6178
|
# @type RequestId: String
|
@@ -6461,19 +6421,14 @@ module TencentCloud
|
|
6461
6421
|
# @param PaymentChannel: 付费渠道。
|
6462
6422
|
# <li> miniapp:小程序</li>
|
6463
6423
|
# <li> qcloud:腾讯云</li>
|
6464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6465
6424
|
# @type PaymentChannel: String
|
6466
6425
|
# @param OrderInfo: 最新的订单信息
|
6467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6468
6426
|
# @type OrderInfo: :class:`Tencentcloud::Tcb.v20180608.models.OrderInfo`
|
6469
6427
|
# @param FreeQuota: 免费配额信息。
|
6470
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6471
6428
|
# @type FreeQuota: String
|
6472
6429
|
# @param EnableOverrun: 是否开启 `超过套餐额度部分转按量付费`
|
6473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6474
6430
|
# @type EnableOverrun: Boolean
|
6475
6431
|
# @param ExtPackageType: 环境套餐类型
|
6476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6477
6432
|
# @type ExtPackageType: String
|
6478
6433
|
# @param EnvCharged: 是否付费期环境,可取值:yes/no。
|
6479
6434
|
# @type EnvCharged: String
|
@@ -6551,54 +6506,38 @@ module TencentCloud
|
|
6551
6506
|
# @param Functions: 函数列表
|
6552
6507
|
# @type Functions: Array
|
6553
6508
|
# @param PackageId: tcb产品套餐ID,参考DescribePackages接口的返回值。
|
6554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6555
6509
|
# @type PackageId: String
|
6556
6510
|
# @param PackageName: 套餐中文名称,参考DescribePackages接口的返回值。
|
6557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6558
6511
|
# @type PackageName: String
|
6559
6512
|
# @param LogServices: 云日志服务列表
|
6560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6561
6513
|
# @type LogServices: Array
|
6562
6514
|
# @param StaticStorages: 静态资源信息
|
6563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6564
6515
|
# @type StaticStorages: Array
|
6565
6516
|
# @param IsAutoDegrade: 是否到期自动降为免费版
|
6566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6567
6517
|
# @type IsAutoDegrade: Boolean
|
6568
6518
|
# @param EnvChannel: 环境渠道
|
6569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6570
6519
|
# @type EnvChannel: String
|
6571
6520
|
# @param PayMode: 支付方式。包含以下取值:
|
6572
6521
|
# <li> prepayment:预付费</li>
|
6573
6522
|
# <li> postpaid:后付费</li>
|
6574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6575
6523
|
# @type PayMode: String
|
6576
6524
|
# @param IsDefault: 是否为默认环境
|
6577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6578
6525
|
# @type IsDefault: Boolean
|
6579
6526
|
# @param Region: 环境所属地域
|
6580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6581
6527
|
# @type Region: String
|
6582
6528
|
# @param Tags: 环境标签列表
|
6583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6584
6529
|
# @type Tags: Array
|
6585
6530
|
# @param CustomLogServices: 自定义日志服务
|
6586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6587
6531
|
# @type CustomLogServices: Array
|
6588
6532
|
# @param EnvType: 环境类型:baas, run, hoting, weda
|
6589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6590
6533
|
# @type EnvType: String
|
6591
6534
|
# @param IsDauPackage: 是否是dau新套餐
|
6592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6593
6535
|
# @type IsDauPackage: Boolean
|
6594
6536
|
# @param PackageType: 套餐类型:空\baas\tcbr
|
6595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6596
6537
|
# @type PackageType: String
|
6597
6538
|
# @param ArchitectureType: 架构类型
|
6598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6599
6539
|
# @type ArchitectureType: String
|
6600
6540
|
# @param Recycle: 回收标志,默认为空
|
6601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6602
6541
|
# @type Recycle: String
|
6603
6542
|
|
6604
6543
|
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
|
@@ -6923,11 +6862,9 @@ module TencentCloud
|
|
6923
6862
|
# <li>sum-month:以月为单位抵扣</li>
|
6924
6863
|
# <li>sum-day:以天为单位抵扣</li>
|
6925
6864
|
# <li>totalize:总容量抵扣</li>
|
6926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6927
6865
|
# @type DeductType: String
|
6928
6866
|
# @param FreeQuotaType: 免费量类型
|
6929
6867
|
# <li>basic:通用量抵扣</li>
|
6930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6931
6868
|
# @type FreeQuotaType: String
|
6932
6869
|
|
6933
6870
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
@@ -7005,10 +6942,8 @@ module TencentCloud
|
|
7005
6942
|
# 安全网关版本路由信息限额配置
|
7006
6943
|
class FrequencyLimitConfig < TencentCloud::Common::AbstractModel
|
7007
6944
|
# @param LimitObject: 限额对象 "ConnectionsLimit" 或 "QPSLimit"
|
7008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7009
6945
|
# @type LimitObject: String
|
7010
6946
|
# @param LimitConfig: 限额配置
|
7011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7012
6947
|
# @type LimitConfig: String
|
7013
6948
|
|
7014
6949
|
attr_accessor :LimitObject, :LimitConfig
|
@@ -7050,79 +6985,54 @@ module TencentCloud
|
|
7050
6985
|
# @param Uin: 用户uin
|
7051
6986
|
# @type Uin: String
|
7052
6987
|
# @param AppId: 用户appid
|
7053
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7054
6988
|
# @type AppId: Integer
|
7055
6989
|
# @param WxAppId: WxAppId
|
7056
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7057
6990
|
# @type WxAppId: String
|
7058
6991
|
# @param EnvId: 环境id
|
7059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7060
6992
|
# @type EnvId: String
|
7061
6993
|
# @param GatewayId: Gateway唯一id
|
7062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7063
6994
|
# @type GatewayId: String
|
7064
6995
|
# @param GatewayName: Gateway名称
|
7065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7066
6996
|
# @type GatewayName: String
|
7067
6997
|
# @param GatewayType: Gateway类型
|
7068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7069
6998
|
# @type GatewayType: String
|
7070
6999
|
# @param GatewayDesc: Gateway描述
|
7071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7072
7000
|
# @type GatewayDesc: String
|
7073
7001
|
# @param PackageVersion: 套餐版本
|
7074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7075
7002
|
# @type PackageVersion: String
|
7076
7003
|
# @param PackageId: 套餐唯一id
|
7077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7078
7004
|
# @type PackageId: Integer
|
7079
7005
|
# @param VpcId: vpc唯一id
|
7080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7081
7006
|
# @type VpcId: String
|
7082
7007
|
# @param SubnetIds: 子网id
|
7083
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7084
7008
|
# @type SubnetIds: Array
|
7085
7009
|
# @param Status: 网关状态
|
7086
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7087
7010
|
# @type Status: String
|
7088
7011
|
# @param L5Addr: l5地址
|
7089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7090
7012
|
# @type L5Addr: String
|
7091
7013
|
# @param Region: 地域
|
7092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7093
7014
|
# @type Region: String
|
7094
7015
|
# @param CanRenew: 是否可以续费
|
7095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7096
7016
|
# @type CanRenew: Boolean
|
7097
7017
|
# @param AutoRenewFlag: 自动续费标志
|
7098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7099
7018
|
# @type AutoRenewFlag: Integer
|
7100
7019
|
# @param IsolateTime: 隔离时间
|
7101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7102
7020
|
# @type IsolateTime: String
|
7103
7021
|
# @param ExpireTime: 到期时间
|
7104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7105
7022
|
# @type ExpireTime: String
|
7106
7023
|
# @param CreateTime: 创建时间
|
7107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7108
7024
|
# @type CreateTime: String
|
7109
7025
|
# @param UpdateTime: 变更时间
|
7110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7111
7026
|
# @type UpdateTime: String
|
7112
7027
|
# @param CanDowngrade: 是否可以降配
|
7113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7114
7028
|
# @type CanDowngrade: Boolean
|
7115
7029
|
# @param AllowUncertified: 允许未登录访问
|
7116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7117
7030
|
# @type AllowUncertified: Integer
|
7118
7031
|
# @param VersionNumLimit: 网关版本限额
|
7119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7120
7032
|
# @type VersionNumLimit: Integer
|
7121
7033
|
# @param LongAccessId: Donut接入ID
|
7122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7123
7034
|
# @type LongAccessId: String
|
7124
7035
|
# @param AccessDomain: Donut接入域名
|
7125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7126
7036
|
# @type AccessDomain: String
|
7127
7037
|
|
7128
7038
|
attr_accessor :Uin, :AppId, :WxAppId, :EnvId, :GatewayId, :GatewayName, :GatewayType, :GatewayDesc, :PackageVersion, :PackageId, :VpcId, :SubnetIds, :Status, :L5Addr, :Region, :CanRenew, :AutoRenewFlag, :IsolateTime, :ExpireTime, :CreateTime, :UpdateTime, :CanDowngrade, :AllowUncertified, :VersionNumLimit, :LongAccessId, :AccessDomain
|
@@ -7363,7 +7273,6 @@ module TencentCloud
|
|
7363
7273
|
# @param Region: cls日志所属地域
|
7364
7274
|
# @type Region: String
|
7365
7275
|
# @param Period: topic保存时长 默认7天
|
7366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7367
7276
|
# @type Period: Integer
|
7368
7277
|
|
7369
7278
|
attr_accessor :LogsetName, :LogsetId, :TopicName, :TopicId, :Region, :Period
|
@@ -7850,15 +7759,12 @@ module TencentCloud
|
|
7850
7759
|
# <li>postpaid 后付费</li>
|
7851
7760
|
# @type PayMode: String
|
7852
7761
|
# @param ExtensionId: 订单绑定的扩展ID
|
7853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7854
7762
|
# @type ExtensionId: String
|
7855
7763
|
# @param ResourceReady: 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
|
7856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7857
7764
|
# @type ResourceReady: String
|
7858
7765
|
# @param Flag: 安装标记。建议使用方统一转大小写之后再判断。
|
7859
7766
|
# <li>QuickStart:快速启动来源</li>
|
7860
7767
|
# <li>Activity:活动来源</li>
|
7861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7862
7768
|
# @type Flag: String
|
7863
7769
|
# @param ReqBody: 下单时的参数
|
7864
7770
|
# @type ReqBody: String
|
@@ -7901,26 +7807,20 @@ module TencentCloud
|
|
7901
7807
|
# <li>CDN</li>
|
7902
7808
|
# <li>FLEXDB</li>
|
7903
7809
|
# <li>SCF</li>
|
7904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7905
7810
|
# @type ResourceType: String
|
7906
7811
|
# @param ResourceMetric: 资源指标名称
|
7907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7908
7812
|
# @type ResourceMetric: String
|
7909
7813
|
# @param FreeQuota: 资源指标免费量
|
7910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7911
7814
|
# @type FreeQuota: Integer
|
7912
7815
|
# @param MetricUnit: 指标单位
|
7913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7914
7816
|
# @type MetricUnit: String
|
7915
7817
|
# @param DeductType: 免费量抵扣周期
|
7916
7818
|
# <li>sum-month:以月为单位抵扣</li>
|
7917
7819
|
# <li>sum-day:以天为单位抵扣</li>
|
7918
7820
|
# <li>totalize:总容量抵扣</li>
|
7919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7920
7821
|
# @type DeductType: String
|
7921
7822
|
# @param FreeQuotaType: 免费量类型
|
7922
7823
|
# <li>basic:通用量抵扣</li>
|
7923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7924
7824
|
# @type FreeQuotaType: String
|
7925
7825
|
|
7926
7826
|
attr_accessor :ResourceType, :ResourceMetric, :FreeQuota, :MetricUnit, :DeductType, :FreeQuotaType
|
@@ -7947,13 +7847,10 @@ module TencentCloud
|
|
7947
7847
|
# 终端用户平台统计信息
|
7948
7848
|
class PlatformStatistic < TencentCloud::Common::AbstractModel
|
7949
7849
|
# @param Platform: 终端用户从属平台
|
7950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7951
7850
|
# @type Platform: String
|
7952
7851
|
# @param Count: 平台终端用户数
|
7953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7954
7852
|
# @type Count: Integer
|
7955
7853
|
# @param UpdateTime: 更新时间
|
7956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7957
7854
|
# @type UpdateTime: String
|
7958
7855
|
|
7959
7856
|
attr_accessor :Platform, :Count, :UpdateTime
|
@@ -7974,22 +7871,16 @@ module TencentCloud
|
|
7974
7871
|
# 后付费计费详情
|
7975
7872
|
class PostPaidEnvDeductInfo < TencentCloud::Common::AbstractModel
|
7976
7873
|
# @param ResourceType: 资源方
|
7977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7978
7874
|
# @type ResourceType: String
|
7979
7875
|
# @param MetricName: 指标名
|
7980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7981
7876
|
# @type MetricName: String
|
7982
7877
|
# @param ResQuota: 按量计费详情
|
7983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7984
7878
|
# @type ResQuota: Float
|
7985
7879
|
# @param PkgQuota: 资源包抵扣详情
|
7986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7987
7880
|
# @type PkgQuota: Float
|
7988
7881
|
# @param FreeQuota: 免费额度抵扣详情
|
7989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7990
7882
|
# @type FreeQuota: Float
|
7991
7883
|
# @param EnvId: 环境id
|
7992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7993
7884
|
# @type EnvId: String
|
7994
7885
|
|
7995
7886
|
attr_accessor :ResourceType, :MetricName, :ResQuota, :PkgQuota, :FreeQuota, :EnvId
|
@@ -8396,19 +8287,14 @@ module TencentCloud
|
|
8396
8287
|
# 短信免费量
|
8397
8288
|
class SmsFreeQuota < TencentCloud::Common::AbstractModel
|
8398
8289
|
# @param FreeQuota: 免费量总条数
|
8399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8400
8290
|
# @type FreeQuota: Integer
|
8401
8291
|
# @param TotalUsedQuota: 共计已使用总条数
|
8402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8403
8292
|
# @type TotalUsedQuota: Integer
|
8404
8293
|
# @param CycleStart: 免费周期起点,0000-00-00 00:00:00 形式
|
8405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8406
8294
|
# @type CycleStart: String
|
8407
8295
|
# @param CycleEnd: 免费周期终点,0000-00-00 00:00:00 形式
|
8408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8409
8296
|
# @type CycleEnd: String
|
8410
8297
|
# @param TodayUsedQuota: 今天已使用总条数
|
8411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8412
8298
|
# @type TodayUsedQuota: Integer
|
8413
8299
|
|
8414
8300
|
attr_accessor :FreeQuota, :TotalUsedQuota, :CycleStart, :CycleEnd, :TodayUsedQuota
|
@@ -8433,16 +8319,12 @@ module TencentCloud
|
|
8433
8319
|
# 1分钱计费详情
|
8434
8320
|
class SpecialCostItem < TencentCloud::Common::AbstractModel
|
8435
8321
|
# @param ReportDate: 上报日期
|
8436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8437
8322
|
# @type ReportDate: String
|
8438
8323
|
# @param Uin: 腾讯云uin
|
8439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8440
8324
|
# @type Uin: String
|
8441
8325
|
# @param EnvId: 资源id:环境id
|
8442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8443
8326
|
# @type EnvId: String
|
8444
8327
|
# @param Status: 上报任务状态
|
8445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8446
8328
|
# @type Status: String
|
8447
8329
|
|
8448
8330
|
attr_accessor :ReportDate, :Uin, :EnvId, :Status
|
@@ -8552,19 +8434,14 @@ module TencentCloud
|
|
8552
8434
|
# 静态CDN资源信息
|
8553
8435
|
class StaticStorageInfo < TencentCloud::Common::AbstractModel
|
8554
8436
|
# @param StaticDomain: 静态CDN域名
|
8555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8556
8437
|
# @type StaticDomain: String
|
8557
8438
|
# @param DefaultDirName: 静态CDN默认文件夹,当前为根目录
|
8558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8559
8439
|
# @type DefaultDirName: String
|
8560
8440
|
# @param Status: 资源状态(process/online/offline/init)
|
8561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8562
8441
|
# @type Status: String
|
8563
8442
|
# @param Region: cos所属区域
|
8564
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8565
8443
|
# @type Region: String
|
8566
8444
|
# @param Bucket: bucket信息
|
8567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8568
8445
|
# @type Bucket: String
|
8569
8446
|
|
8570
8447
|
attr_accessor :StaticDomain, :DefaultDirName, :Status, :Region, :Bucket
|
@@ -8854,37 +8731,26 @@ module TencentCloud
|
|
8854
8731
|
# @param GatewayRouteCreateTime: 安全网关创建时间
|
8855
8732
|
# @type GatewayRouteCreateTime: String
|
8856
8733
|
# @param FrequencyLimitConfig: 安全网关路由限制
|
8857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8858
8734
|
# @type FrequencyLimitConfig: Array
|
8859
8735
|
# @param GatewayRouteServerType: ip代表绑定后端ip。cbr代表云托管服务
|
8860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8861
8736
|
# @type GatewayRouteServerType: String
|
8862
8737
|
# @param GatewayRouteServerName: 服务名
|
8863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8864
8738
|
# @type GatewayRouteServerName: String
|
8865
8739
|
# @param GatewayRewriteHost: ip
|
8866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8867
8740
|
# @type GatewayRewriteHost: String
|
8868
8741
|
# @param GatewayVersion: 网关版本
|
8869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8870
8742
|
# @type GatewayVersion: String
|
8871
8743
|
# @param GatewayRoutePath: 请求路径
|
8872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8873
8744
|
# @type GatewayRoutePath: String
|
8874
8745
|
# @param GatewayRouteMethod: 请求模式
|
8875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8876
8746
|
# @type GatewayRouteMethod: String
|
8877
8747
|
# @param GatewayRoutePort: 4层端口
|
8878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8879
8748
|
# @type GatewayRoutePort: Integer
|
8880
8749
|
# @param GatewayRouteEnvId: 路由环境ID
|
8881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8882
8750
|
# @type GatewayRouteEnvId: String
|
8883
8751
|
# @param GatewayRoutePathMatchType: 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
|
8884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8885
8752
|
# @type GatewayRoutePathMatchType: String
|
8886
8753
|
# @param CustomHeader: 安全网关自定义头部
|
8887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8888
8754
|
# @type CustomHeader: :class:`Tencentcloud::Tcb.v20180608.models.CustomHeader`
|
8889
8755
|
|
8890
8756
|
attr_accessor :GatewayRouteName, :GatewayRouteProtocol, :GatewayRouteAddr, :GatewayRouteDesc, :GatewayRouteClusterId, :GatewayRouteCreateTime, :FrequencyLimitConfig, :GatewayRouteServerType, :GatewayRouteServerName, :GatewayRewriteHost, :GatewayVersion, :GatewayRoutePath, :GatewayRouteMethod, :GatewayRoutePort, :GatewayRouteEnvId, :GatewayRoutePathMatchType, :CustomHeader
|
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.979
|
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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|