tencentcloud-sdk-nodejs-tse 4.0.617 → 4.0.619
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.
- package/CHANGELOG.md +556 -0
- package/SERVICE_CHANGELOG.md +677 -22
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/services/tse/v20201207/tse_models.ts +144 -299
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +144 -144
|
@@ -15,24 +15,24 @@ export interface NacosReplica {
|
|
|
15
15
|
*/
|
|
16
16
|
Status: string;
|
|
17
17
|
/**
|
|
18
|
-
|
|
18
|
+
* 子网ID
|
|
19
19
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20
|
-
|
|
20
|
+
*/
|
|
21
21
|
SubnetId: string;
|
|
22
22
|
/**
|
|
23
|
-
|
|
23
|
+
* 可用区ID
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
-
|
|
25
|
+
*/
|
|
26
26
|
Zone: string;
|
|
27
27
|
/**
|
|
28
|
-
|
|
28
|
+
* 可用区ID
|
|
29
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
|
-
|
|
30
|
+
*/
|
|
31
31
|
ZoneId: string;
|
|
32
32
|
/**
|
|
33
|
-
|
|
33
|
+
* VPC ID
|
|
34
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
|
-
|
|
35
|
+
*/
|
|
36
36
|
VpcId?: string;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
@@ -78,11 +78,11 @@ export interface ApolloEnvParam {
|
|
|
78
78
|
*/
|
|
79
79
|
Name: string;
|
|
80
80
|
/**
|
|
81
|
-
|
|
81
|
+
* 环境内引擎的节点规格 ID
|
|
82
82
|
-1C2G
|
|
83
83
|
-2C4G
|
|
84
84
|
兼容原spec-xxxxxx形式的规格ID
|
|
85
|
-
|
|
85
|
+
*/
|
|
86
86
|
EngineResourceSpec: string;
|
|
87
87
|
/**
|
|
88
88
|
* 环境内引擎的节点数量
|
|
@@ -226,29 +226,29 @@ export interface ZookeeperReplica {
|
|
|
226
226
|
*/
|
|
227
227
|
Status: string;
|
|
228
228
|
/**
|
|
229
|
-
|
|
229
|
+
* 子网ID
|
|
230
230
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
231
|
-
|
|
231
|
+
*/
|
|
232
232
|
SubnetId: string;
|
|
233
233
|
/**
|
|
234
|
-
|
|
234
|
+
* 可用区ID
|
|
235
235
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
236
|
-
|
|
236
|
+
*/
|
|
237
237
|
Zone: string;
|
|
238
238
|
/**
|
|
239
|
-
|
|
239
|
+
* 可用区ID
|
|
240
240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
|
-
|
|
241
|
+
*/
|
|
242
242
|
ZoneId: string;
|
|
243
243
|
/**
|
|
244
|
-
|
|
244
|
+
* 别名
|
|
245
245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
|
-
|
|
246
|
+
*/
|
|
247
247
|
AliasName: string;
|
|
248
248
|
/**
|
|
249
|
-
|
|
249
|
+
* VPC ID
|
|
250
250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
251
|
-
|
|
251
|
+
*/
|
|
252
252
|
VpcId?: string;
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
@@ -322,129 +322,129 @@ export interface SREInstance {
|
|
|
322
322
|
*/
|
|
323
323
|
VpcId: string;
|
|
324
324
|
/**
|
|
325
|
-
|
|
325
|
+
* 子网ID
|
|
326
326
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
327
|
-
|
|
327
|
+
*/
|
|
328
328
|
SubnetIds: Array<string>;
|
|
329
329
|
/**
|
|
330
|
-
|
|
330
|
+
* 是否开启持久化存储
|
|
331
331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
332
|
-
|
|
332
|
+
*/
|
|
333
333
|
EnableStorage: boolean;
|
|
334
334
|
/**
|
|
335
|
-
|
|
335
|
+
* 数据存储方式
|
|
336
336
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
337
|
-
|
|
337
|
+
*/
|
|
338
338
|
StorageType: string;
|
|
339
339
|
/**
|
|
340
|
-
|
|
340
|
+
* 云硬盘容量
|
|
341
341
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
|
-
|
|
342
|
+
*/
|
|
343
343
|
StorageCapacity: number;
|
|
344
344
|
/**
|
|
345
|
-
|
|
345
|
+
* 计费方式
|
|
346
346
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
347
|
-
|
|
347
|
+
*/
|
|
348
348
|
Paymode: string;
|
|
349
349
|
/**
|
|
350
|
-
|
|
350
|
+
* EKS集群的ID
|
|
351
351
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
352
|
-
|
|
352
|
+
*/
|
|
353
353
|
EKSClusterID: string;
|
|
354
354
|
/**
|
|
355
|
-
|
|
355
|
+
* 集群创建时间
|
|
356
356
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
357
|
-
|
|
357
|
+
*/
|
|
358
358
|
CreateTime: string;
|
|
359
359
|
/**
|
|
360
|
-
|
|
360
|
+
* 环境配置信息列表
|
|
361
361
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
362
|
-
|
|
362
|
+
*/
|
|
363
363
|
EnvInfos: Array<EnvInfo>;
|
|
364
364
|
/**
|
|
365
|
-
|
|
365
|
+
* 引擎所在的区域
|
|
366
366
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
367
|
-
|
|
367
|
+
*/
|
|
368
368
|
EngineRegion: string;
|
|
369
369
|
/**
|
|
370
|
-
|
|
370
|
+
* 注册引擎是否开启公网
|
|
371
371
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
372
|
-
|
|
372
|
+
*/
|
|
373
373
|
EnableInternet: boolean;
|
|
374
374
|
/**
|
|
375
|
-
|
|
375
|
+
* 私有网络列表信息
|
|
376
376
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
377
|
-
|
|
377
|
+
*/
|
|
378
378
|
VpcInfos: Array<VpcInfo>;
|
|
379
379
|
/**
|
|
380
|
-
|
|
380
|
+
* 服务治理相关信息列表
|
|
381
381
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
382
|
-
|
|
382
|
+
*/
|
|
383
383
|
ServiceGovernanceInfos: Array<ServiceGovernanceInfo>;
|
|
384
384
|
/**
|
|
385
|
-
|
|
385
|
+
* 实例的标签信息
|
|
386
386
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
387
|
-
|
|
387
|
+
*/
|
|
388
388
|
Tags: Array<KVPair>;
|
|
389
389
|
/**
|
|
390
|
-
|
|
390
|
+
* 引擎实例是否开启控制台公网访问地址
|
|
391
391
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
392
|
-
|
|
392
|
+
*/
|
|
393
393
|
EnableConsoleInternet: boolean;
|
|
394
394
|
/**
|
|
395
|
-
|
|
395
|
+
* 引擎实例是否开启控制台内网访问地址
|
|
396
396
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
397
|
-
|
|
397
|
+
*/
|
|
398
398
|
EnableConsoleIntranet: boolean;
|
|
399
399
|
/**
|
|
400
|
-
|
|
400
|
+
* 引擎实例是否展示参数配置页面
|
|
401
401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
402
|
-
|
|
402
|
+
*/
|
|
403
403
|
ConfigInfoVisible: boolean;
|
|
404
404
|
/**
|
|
405
|
-
|
|
405
|
+
* 引擎实例控制台默认密码
|
|
406
406
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
407
|
-
|
|
407
|
+
*/
|
|
408
408
|
ConsoleDefaultPwd: string;
|
|
409
409
|
/**
|
|
410
|
-
|
|
410
|
+
* 交易付费类型,0后付费/1预付费
|
|
411
411
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
412
|
-
|
|
412
|
+
*/
|
|
413
413
|
TradeType: number;
|
|
414
414
|
/**
|
|
415
|
-
|
|
415
|
+
* 自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费
|
|
416
416
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
417
|
-
|
|
417
|
+
*/
|
|
418
418
|
AutoRenewFlag: number;
|
|
419
419
|
/**
|
|
420
|
-
|
|
420
|
+
* 预付费到期时间
|
|
421
421
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
-
|
|
422
|
+
*/
|
|
423
423
|
CurDeadline: string;
|
|
424
424
|
/**
|
|
425
|
-
|
|
425
|
+
* 隔离开始时间
|
|
426
426
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
427
|
-
|
|
427
|
+
*/
|
|
428
428
|
IsolateTime: string;
|
|
429
429
|
/**
|
|
430
|
-
|
|
430
|
+
* 实例地域相关的描述信息
|
|
431
431
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
432
|
-
|
|
432
|
+
*/
|
|
433
433
|
RegionInfos: Array<DescribeInstanceRegionInfo>;
|
|
434
434
|
/**
|
|
435
|
-
|
|
435
|
+
* 所在EKS环境,分为common和yunti
|
|
436
436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
437
|
-
|
|
437
|
+
*/
|
|
438
438
|
EKSType: string;
|
|
439
439
|
/**
|
|
440
|
-
|
|
440
|
+
* 引擎的产品版本
|
|
441
441
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
442
|
-
|
|
442
|
+
*/
|
|
443
443
|
FeatureVersion?: string;
|
|
444
444
|
/**
|
|
445
|
-
|
|
445
|
+
* 引擎实例是否开启客户端内网访问地址
|
|
446
446
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
447
|
-
|
|
447
|
+
*/
|
|
448
448
|
EnableClientIntranet?: boolean;
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
@@ -464,29 +464,29 @@ export interface DescribeSREInstanceAccessAddressResponse {
|
|
|
464
464
|
*/
|
|
465
465
|
EnvAddressInfos: Array<EnvAddressInfo>;
|
|
466
466
|
/**
|
|
467
|
-
|
|
467
|
+
* 控制台公网访问地址
|
|
468
468
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
469
|
-
|
|
469
|
+
*/
|
|
470
470
|
ConsoleInternetAddress: string;
|
|
471
471
|
/**
|
|
472
|
-
|
|
472
|
+
* 控制台内网访问地址
|
|
473
473
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
474
|
-
|
|
474
|
+
*/
|
|
475
475
|
ConsoleIntranetAddress: string;
|
|
476
476
|
/**
|
|
477
|
-
|
|
477
|
+
* 客户端公网带宽
|
|
478
478
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
479
|
-
|
|
479
|
+
*/
|
|
480
480
|
InternetBandWidth: number;
|
|
481
481
|
/**
|
|
482
|
-
|
|
482
|
+
* 控制台公网带宽
|
|
483
483
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
|
-
|
|
484
|
+
*/
|
|
485
485
|
ConsoleInternetBandWidth: number;
|
|
486
486
|
/**
|
|
487
|
-
|
|
487
|
+
* 北极星限流server节点接入IP
|
|
488
488
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
489
|
-
|
|
489
|
+
*/
|
|
490
490
|
LimiterAddressInfos: Array<PolarisLimiterAddress>;
|
|
491
491
|
/**
|
|
492
492
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -515,9 +515,9 @@ export interface DescribeSREInstancesResponse {
|
|
|
515
515
|
*/
|
|
516
516
|
export interface ZookeeperServerInterface {
|
|
517
517
|
/**
|
|
518
|
-
|
|
518
|
+
* 接口名
|
|
519
519
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
520
|
-
|
|
520
|
+
*/
|
|
521
521
|
Interface: string;
|
|
522
522
|
}
|
|
523
523
|
/**
|
|
@@ -570,29 +570,29 @@ export interface CloudNativeAPIGatewayNode {
|
|
|
570
570
|
*/
|
|
571
571
|
NodeIp: string;
|
|
572
572
|
/**
|
|
573
|
-
|
|
573
|
+
* Zone id
|
|
574
574
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
575
|
-
|
|
575
|
+
*/
|
|
576
576
|
ZoneId?: string;
|
|
577
577
|
/**
|
|
578
|
-
|
|
578
|
+
* Zone
|
|
579
579
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
580
|
-
|
|
580
|
+
*/
|
|
581
581
|
Zone?: string;
|
|
582
582
|
/**
|
|
583
|
-
|
|
583
|
+
* 分组ID
|
|
584
584
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
585
|
-
|
|
585
|
+
*/
|
|
586
586
|
GroupId?: string;
|
|
587
587
|
/**
|
|
588
|
-
|
|
588
|
+
* 分组名
|
|
589
589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
590
|
-
|
|
590
|
+
*/
|
|
591
591
|
GroupName?: string;
|
|
592
592
|
/**
|
|
593
|
-
|
|
593
|
+
* 状态
|
|
594
594
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
595
|
-
|
|
595
|
+
*/
|
|
596
596
|
Status?: string;
|
|
597
597
|
}
|
|
598
598
|
/**
|
|
@@ -604,9 +604,9 @@ export interface DescribeNacosReplicasResponse {
|
|
|
604
604
|
*/
|
|
605
605
|
Replicas: Array<NacosReplica>;
|
|
606
606
|
/**
|
|
607
|
-
|
|
607
|
+
* 副本个数
|
|
608
608
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
609
|
-
|
|
609
|
+
*/
|
|
610
610
|
TotalCount: number;
|
|
611
611
|
/**
|
|
612
612
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -639,14 +639,14 @@ export interface BoundK8SInfo {
|
|
|
639
639
|
*/
|
|
640
640
|
BoundClusterId: string;
|
|
641
641
|
/**
|
|
642
|
-
|
|
642
|
+
* 绑定的kubernetes的集群类型,分tke和eks两种
|
|
643
643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
644
|
-
|
|
644
|
+
*/
|
|
645
645
|
BoundClusterType: string;
|
|
646
646
|
/**
|
|
647
|
-
|
|
647
|
+
* 服务同步模式,all为全量同步,demand为按需同步
|
|
648
648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
649
|
-
|
|
649
|
+
*/
|
|
650
650
|
SyncMode?: string;
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
@@ -696,9 +696,9 @@ export interface DescribeZookeeperReplicasResponse {
|
|
|
696
696
|
*/
|
|
697
697
|
Replicas: Array<ZookeeperReplica>;
|
|
698
698
|
/**
|
|
699
|
-
|
|
699
|
+
* 副本个数
|
|
700
700
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
|
-
|
|
701
|
+
*/
|
|
702
702
|
TotalCount: number;
|
|
703
703
|
/**
|
|
704
704
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -718,9 +718,9 @@ export interface VpcInfo {
|
|
|
718
718
|
*/
|
|
719
719
|
SubnetId: string;
|
|
720
720
|
/**
|
|
721
|
-
|
|
721
|
+
* 内网访问地址
|
|
722
722
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
723
|
-
|
|
723
|
+
*/
|
|
724
724
|
IntranetAddress?: string;
|
|
725
725
|
}
|
|
726
726
|
/**
|
|
@@ -745,9 +745,9 @@ export interface EngineAdmin {
|
|
|
745
745
|
*/
|
|
746
746
|
export interface PolarisLimiterAddress {
|
|
747
747
|
/**
|
|
748
|
-
|
|
748
|
+
* VPC接入IP列表
|
|
749
749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
750
|
-
|
|
750
|
+
*/
|
|
751
751
|
IntranetAddress: string;
|
|
752
752
|
}
|
|
753
753
|
/**
|
|
@@ -755,21 +755,21 @@ export interface PolarisLimiterAddress {
|
|
|
755
755
|
*/
|
|
756
756
|
export interface CreateEngineRequest {
|
|
757
757
|
/**
|
|
758
|
-
|
|
758
|
+
* 引擎类型。参考值:
|
|
759
759
|
- zookeeper
|
|
760
760
|
- nacos
|
|
761
761
|
- consul
|
|
762
762
|
- apollo
|
|
763
763
|
- eureka
|
|
764
764
|
- polaris
|
|
765
|
-
|
|
765
|
+
*/
|
|
766
766
|
EngineType: string;
|
|
767
767
|
/**
|
|
768
768
|
* 引擎的开源版本。每种引擎支持的开源版本不同,请参考产品文档或者控制台购买页
|
|
769
769
|
*/
|
|
770
770
|
EngineVersion: string;
|
|
771
771
|
/**
|
|
772
|
-
|
|
772
|
+
* 引擎的产品版本。参考值:
|
|
773
773
|
- STANDARD: 标准版
|
|
774
774
|
|
|
775
775
|
引擎各版本及可选择的规格、节点数说明:
|
|
@@ -785,10 +785,10 @@ export interface CreateEngineRequest {
|
|
|
785
785
|
规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000
|
|
786
786
|
|
|
787
787
|
兼容原spec-xxxxxx形式的规格ID
|
|
788
|
-
|
|
788
|
+
*/
|
|
789
789
|
EngineProductVersion: string;
|
|
790
790
|
/**
|
|
791
|
-
|
|
791
|
+
* 引擎所在地域。参考值说明:
|
|
792
792
|
中国区 参考值:
|
|
793
793
|
- ap-guangzhou:广州
|
|
794
794
|
- ap-beijing:北京
|
|
@@ -807,18 +807,18 @@ export interface CreateEngineRequest {
|
|
|
807
807
|
- ap-beijing-fsi:北京金融
|
|
808
808
|
- ap-shanghai-fsi:上海金融
|
|
809
809
|
- ap-shenzhen-fsi:深圳金融
|
|
810
|
-
|
|
810
|
+
*/
|
|
811
811
|
EngineRegion: string;
|
|
812
812
|
/**
|
|
813
|
-
|
|
813
|
+
* 引擎名称。参考值:
|
|
814
814
|
- eurek-test
|
|
815
|
-
|
|
815
|
+
*/
|
|
816
816
|
EngineName: string;
|
|
817
817
|
/**
|
|
818
|
-
|
|
818
|
+
* 付费类型。参考值:
|
|
819
819
|
- 0:后付费
|
|
820
820
|
- 1:预付费(接口暂不支持创建预付费实例)
|
|
821
|
-
|
|
821
|
+
*/
|
|
822
822
|
TradeType: number;
|
|
823
823
|
/**
|
|
824
824
|
* 引擎的节点规格 ID。参见EngineProductVersion字段说明
|
|
@@ -829,17 +829,17 @@ export interface CreateEngineRequest {
|
|
|
829
829
|
*/
|
|
830
830
|
EngineNodeNum?: number;
|
|
831
831
|
/**
|
|
832
|
-
|
|
832
|
+
* VPC ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值:
|
|
833
833
|
- vpc-conz6aix
|
|
834
|
-
|
|
834
|
+
*/
|
|
835
835
|
VpcId?: string;
|
|
836
836
|
/**
|
|
837
|
-
|
|
837
|
+
* 子网 ID。在 VPC 的子网内分配一个 IP 作为引擎的访问地址。参考值:
|
|
838
838
|
- subnet-ahde9me9
|
|
839
|
-
|
|
839
|
+
*/
|
|
840
840
|
SubnetId?: string;
|
|
841
841
|
/**
|
|
842
|
-
|
|
842
|
+
* Apollo 环境配置参数列表。参数说明:
|
|
843
843
|
如果创建Apollo类型,此参数为必填的环境信息列表,最多可选4个环境。环境信息参数说明:
|
|
844
844
|
- Name:环境名。参考值:prod, dev, fat, uat
|
|
845
845
|
- EngineResourceSpec:环境内引擎的节点规格ID。参见EngineProductVersion参数说明
|
|
@@ -847,28 +847,28 @@ export interface CreateEngineRequest {
|
|
|
847
847
|
- StorageCapacity:配置存储空间大小,以GB为单位,步长为5.参考值:35
|
|
848
848
|
- VpcId:VPC ID。参考值:vpc-conz6aix
|
|
849
849
|
- SubnetId:子网 ID。参考值:subnet-ahde9me9
|
|
850
|
-
|
|
850
|
+
*/
|
|
851
851
|
ApolloEnvParams?: Array<ApolloEnvParam>;
|
|
852
852
|
/**
|
|
853
853
|
* 引擎的标签列表。用户自定义的key/value形式,无参考值
|
|
854
854
|
*/
|
|
855
855
|
EngineTags?: Array<InstanceTagInfo>;
|
|
856
856
|
/**
|
|
857
|
-
|
|
857
|
+
* 引擎的初始帐号信息。可设置参数:
|
|
858
858
|
- Name:控制台初始用户名
|
|
859
859
|
- Password:控制台初始密码
|
|
860
860
|
- Token:引擎接口的管理员 Token
|
|
861
|
-
|
|
861
|
+
*/
|
|
862
862
|
EngineAdmin?: EngineAdmin;
|
|
863
863
|
/**
|
|
864
864
|
* 预付费时长,以月为单位
|
|
865
865
|
*/
|
|
866
866
|
PrepaidPeriod?: number;
|
|
867
867
|
/**
|
|
868
|
-
|
|
868
|
+
* 自动续费标记,仅预付费使用。参考值:
|
|
869
869
|
- 0:不自动续费
|
|
870
870
|
- 1:自动续费
|
|
871
|
-
|
|
871
|
+
*/
|
|
872
872
|
PrepaidRenewFlag?: number;
|
|
873
873
|
/**
|
|
874
874
|
* 跨地域部署的引擎地域配置详情
|
|
@@ -880,29 +880,29 @@ export interface CreateEngineRequest {
|
|
|
880
880
|
*/
|
|
881
881
|
export interface DescribeInstanceRegionInfo {
|
|
882
882
|
/**
|
|
883
|
-
|
|
883
|
+
* 引擎部署地域信息
|
|
884
884
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
885
|
-
|
|
885
|
+
*/
|
|
886
886
|
EngineRegion: string;
|
|
887
887
|
/**
|
|
888
|
-
|
|
888
|
+
* 引擎在该地域的副本数
|
|
889
889
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
890
|
-
|
|
890
|
+
*/
|
|
891
891
|
Replica: number;
|
|
892
892
|
/**
|
|
893
|
-
|
|
893
|
+
* 引擎在该地域的规格id
|
|
894
894
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
895
|
-
|
|
895
|
+
*/
|
|
896
896
|
SpecId: string;
|
|
897
897
|
/**
|
|
898
|
-
|
|
898
|
+
* 内网的网络信息
|
|
899
899
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
900
|
-
|
|
900
|
+
*/
|
|
901
901
|
IntranetVpcInfos: Array<VpcInfo>;
|
|
902
902
|
/**
|
|
903
|
-
|
|
903
|
+
* 是否开公网
|
|
904
904
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
905
|
-
|
|
905
|
+
*/
|
|
906
906
|
EnableClientInternet: boolean;
|
|
907
907
|
}
|
|
908
908
|
/**
|
|
@@ -965,9 +965,9 @@ export interface Filter {
|
|
|
965
965
|
*/
|
|
966
966
|
export interface NacosServerInterface {
|
|
967
967
|
/**
|
|
968
|
-
|
|
968
|
+
* 接口名
|
|
969
969
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
970
|
-
|
|
970
|
+
*/
|
|
971
971
|
Interface: string;
|
|
972
972
|
}
|
|
973
973
|
/**
|
|
@@ -1048,9 +1048,9 @@ export interface EnvInfo {
|
|
|
1048
1048
|
*/
|
|
1049
1049
|
ClientBandWidth?: number;
|
|
1050
1050
|
/**
|
|
1051
|
-
|
|
1051
|
+
* 客户端内网开关
|
|
1052
1052
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1053
|
-
|
|
1053
|
+
*/
|
|
1054
1054
|
EnableConfigIntranet?: boolean;
|
|
1055
1055
|
}
|
|
1056
1056
|
/**
|
|
@@ -1070,19 +1070,19 @@ export interface EnvAddressInfo {
|
|
|
1070
1070
|
*/
|
|
1071
1071
|
ConfigInternetServiceIp: string;
|
|
1072
1072
|
/**
|
|
1073
|
-
|
|
1073
|
+
* config内网访问地址
|
|
1074
1074
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1075
|
-
|
|
1075
|
+
*/
|
|
1076
1076
|
ConfigIntranetAddress: string;
|
|
1077
1077
|
/**
|
|
1078
|
-
|
|
1078
|
+
* 是否开启config内网clb
|
|
1079
1079
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1080
|
-
|
|
1080
|
+
*/
|
|
1081
1081
|
EnableConfigIntranet?: boolean;
|
|
1082
1082
|
/**
|
|
1083
|
-
|
|
1083
|
+
* 客户端公网带宽
|
|
1084
1084
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1085
|
-
|
|
1085
|
+
*/
|
|
1086
1086
|
InternetBandWidth?: number;
|
|
1087
1087
|
}
|
|
1088
1088
|
/**
|