tencentcloud-sdk-nodejs-cdwch 4.0.643 → 4.0.646

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.
@@ -418,42 +418,47 @@ export interface InstanceStateInfo {
418
418
  * 集群状态,例如:Serving
419
419
  注意:此字段可能返回 null,表示取不到有效值。
420
420
  */
421
- InstanceState: string;
421
+ InstanceState?: string;
422
422
  /**
423
423
  * 集群操作创建时间
424
424
  注意:此字段可能返回 null,表示取不到有效值。
425
425
  */
426
- FlowCreateTime: string;
426
+ FlowCreateTime?: string;
427
427
  /**
428
428
  * 集群操作名称
429
429
  注意:此字段可能返回 null,表示取不到有效值。
430
430
  */
431
- FlowName: string;
431
+ FlowName?: string;
432
432
  /**
433
433
  * 集群操作进度
434
434
  注意:此字段可能返回 null,表示取不到有效值。
435
435
  */
436
- FlowProgress: number;
436
+ FlowProgress?: number;
437
437
  /**
438
438
  * 集群状态描述,例如:运行中
439
439
  注意:此字段可能返回 null,表示取不到有效值。
440
440
  */
441
- InstanceStateDesc: string;
441
+ InstanceStateDesc?: string;
442
442
  /**
443
443
  * 集群流程错误信息,例如:“创建失败,资源不足”
444
444
  注意:此字段可能返回 null,表示取不到有效值。
445
445
  */
446
- FlowMsg: string;
446
+ FlowMsg?: string;
447
447
  /**
448
448
  * 当前步骤的名称,例如:”购买资源中“
449
449
  注意:此字段可能返回 null,表示取不到有效值。
450
450
  */
451
- ProcessName: string;
451
+ ProcessName?: string;
452
452
  /**
453
453
  * 请求id
454
454
  注意:此字段可能返回 null,表示取不到有效值。
455
455
  */
456
456
  RequestId?: string;
457
+ /**
458
+ * 流程的二级名称
459
+ 注意:此字段可能返回 null,表示取不到有效值。
460
+ */
461
+ ProcessSubName?: string;
457
462
  }
458
463
  /**
459
464
  * DescribeInstanceClusters返回参数结构体
@@ -537,12 +542,12 @@ export interface InstanceInfo {
537
542
  * 集群实例ID, "cdw-xxxx" 字符串类型
538
543
  注意:此字段可能返回 null,表示取不到有效值。
539
544
  */
540
- InstanceId: string;
545
+ InstanceId?: string;
541
546
  /**
542
547
  * 集群实例名称
543
548
  注意:此字段可能返回 null,表示取不到有效值。
544
549
  */
545
- InstanceName: string;
550
+ InstanceName?: string;
546
551
  /**
547
552
  * 状态,
548
553
  Init 创建中; Serving 运行中;
@@ -550,162 +555,162 @@ export interface InstanceInfo {
550
555
  Modify 集群变更中;
551
556
  注意:此字段可能返回 null,表示取不到有效值。
552
557
  */
553
- Status: string;
558
+ Status?: string;
554
559
  /**
555
560
  * 版本
556
561
  注意:此字段可能返回 null,表示取不到有效值。
557
562
  */
558
- Version: string;
563
+ Version?: string;
559
564
  /**
560
565
  * 地域, ap-guangzhou
561
566
  注意:此字段可能返回 null,表示取不到有效值。
562
567
  */
563
- Region: string;
568
+ Region?: string;
564
569
  /**
565
570
  * 可用区, ap-guangzhou-3
566
571
  注意:此字段可能返回 null,表示取不到有效值。
567
572
  */
568
- Zone: string;
573
+ Zone?: string;
569
574
  /**
570
575
  * 私有网络名称
571
576
  注意:此字段可能返回 null,表示取不到有效值。
572
577
  */
573
- VpcId: string;
578
+ VpcId?: string;
574
579
  /**
575
580
  * 子网名称
576
581
  注意:此字段可能返回 null,表示取不到有效值。
577
582
  */
578
- SubnetId: string;
583
+ SubnetId?: string;
579
584
  /**
580
585
  * 付费类型,"hour", "prepay"
581
586
  注意:此字段可能返回 null,表示取不到有效值。
582
587
  */
583
- PayMode: string;
588
+ PayMode?: string;
584
589
  /**
585
590
  * 创建时间
586
591
  注意:此字段可能返回 null,表示取不到有效值。
587
592
  */
588
- CreateTime: string;
593
+ CreateTime?: string;
589
594
  /**
590
595
  * 过期时间
591
596
  注意:此字段可能返回 null,表示取不到有效值。
592
597
  */
593
- ExpireTime: string;
598
+ ExpireTime?: string;
594
599
  /**
595
600
  * 数据节点描述信息
596
601
  注意:此字段可能返回 null,表示取不到有效值。
597
602
  */
598
- MasterSummary: NodesSummary;
603
+ MasterSummary?: NodesSummary;
599
604
  /**
600
605
  * zookeeper节点描述信息
601
606
  注意:此字段可能返回 null,表示取不到有效值。
602
607
  */
603
- CommonSummary: NodesSummary;
608
+ CommonSummary?: NodesSummary;
604
609
  /**
605
610
  * 高可用,“true" "false"
606
611
  注意:此字段可能返回 null,表示取不到有效值。
607
612
  */
608
- HA: string;
613
+ HA?: string;
609
614
  /**
610
615
  * 访问地址,例如 "10.0.0.1:9000"
611
616
  注意:此字段可能返回 null,表示取不到有效值。
612
617
  */
613
- AccessInfo: string;
618
+ AccessInfo?: string;
614
619
  /**
615
620
  * 记录ID,数值型
616
621
  注意:此字段可能返回 null,表示取不到有效值。
617
622
  */
618
- Id: number;
623
+ Id?: number;
619
624
  /**
620
625
  * regionId, 表示地域
621
626
  注意:此字段可能返回 null,表示取不到有效值。
622
627
  */
623
- RegionId: number;
628
+ RegionId?: number;
624
629
  /**
625
630
  * 可用区说明,例如 "广州二区"
626
631
  注意:此字段可能返回 null,表示取不到有效值。
627
632
  */
628
- ZoneDesc: string;
633
+ ZoneDesc?: string;
629
634
  /**
630
635
  * 错误流程说明信息
631
636
  注意:此字段可能返回 null,表示取不到有效值。
632
637
  */
633
- FlowMsg: string;
638
+ FlowMsg?: string;
634
639
  /**
635
640
  * 状态描述,例如“运行中”等
636
641
  注意:此字段可能返回 null,表示取不到有效值。
637
642
  */
638
- StatusDesc: string;
643
+ StatusDesc?: string;
639
644
  /**
640
645
  * 自动续费标记
641
646
  注意:此字段可能返回 null,表示取不到有效值。
642
647
  */
643
- RenewFlag: boolean;
648
+ RenewFlag?: boolean;
644
649
  /**
645
650
  * 标签列表
646
651
  注意:此字段可能返回 null,表示取不到有效值。
647
652
  */
648
- Tags: Array<Tag>;
653
+ Tags?: Array<Tag>;
649
654
  /**
650
655
  * 监控信息
651
656
  注意:此字段可能返回 null,表示取不到有效值。
652
657
  */
653
- Monitor: string;
658
+ Monitor?: string;
654
659
  /**
655
660
  * 是否开通日志
656
661
  注意:此字段可能返回 null,表示取不到有效值。
657
662
  */
658
- HasClsTopic: boolean;
663
+ HasClsTopic?: boolean;
659
664
  /**
660
665
  * 日志主题ID
661
666
  注意:此字段可能返回 null,表示取不到有效值。
662
667
  */
663
- ClsTopicId: string;
668
+ ClsTopicId?: string;
664
669
  /**
665
670
  * 日志集ID
666
671
  注意:此字段可能返回 null,表示取不到有效值。
667
672
  */
668
- ClsLogSetId: string;
673
+ ClsLogSetId?: string;
669
674
  /**
670
675
  * 是否支持xml配置管理
671
676
  注意:此字段可能返回 null,表示取不到有效值。
672
677
  */
673
- EnableXMLConfig: number;
678
+ EnableXMLConfig?: number;
674
679
  /**
675
680
  * 区域
676
681
  注意:此字段可能返回 null,表示取不到有效值。
677
682
  */
678
- RegionDesc: string;
683
+ RegionDesc?: string;
679
684
  /**
680
685
  * 弹性网卡地址
681
686
  注意:此字段可能返回 null,表示取不到有效值。
682
687
  */
683
- Eip: string;
688
+ Eip?: string;
684
689
  /**
685
690
  * 冷热分层系数
686
691
  注意:此字段可能返回 null,表示取不到有效值。
687
692
  */
688
- CosMoveFactor: number;
693
+ CosMoveFactor?: number;
689
694
  /**
690
695
  * external/local/yunti
691
696
  注意:此字段可能返回 null,表示取不到有效值。
692
697
  */
693
- Kind: string;
698
+ Kind?: string;
694
699
  /**
695
700
  * 是否弹性ck
696
701
  注意:此字段可能返回 null,表示取不到有效值。
697
702
  */
698
- IsElastic: boolean;
703
+ IsElastic?: boolean;
699
704
  /**
700
705
  * 集群详细状态
701
706
  注意:此字段可能返回 null,表示取不到有效值。
702
707
  */
703
- InstanceStateInfo: InstanceStateInfo;
708
+ InstanceStateInfo?: InstanceStateInfo;
704
709
  /**
705
710
  * ZK高可用
706
711
  注意:此字段可能返回 null,表示取不到有效值。
707
712
  */
708
- HAZk: boolean;
713
+ HAZk?: boolean;
709
714
  /**
710
715
  * 挂载盘,默认0:没有类型;1:裸盘;2:lvm
711
716
  注意:此字段可能返回 null,表示取不到有效值。
@@ -746,6 +751,26 @@ export interface InstanceInfo {
746
751
  注意:此字段可能返回 null,表示取不到有效值。
747
752
  */
748
753
  UpgradeVersions?: string;
754
+ /**
755
+ * ex-index
756
+ 注意:此字段可能返回 null,表示取不到有效值。
757
+ */
758
+ EsIndexId?: string;
759
+ /**
760
+ * username
761
+ 注意:此字段可能返回 null,表示取不到有效值。
762
+ */
763
+ EsIndexUsername?: string;
764
+ /**
765
+ * password
766
+ 注意:此字段可能返回 null,表示取不到有效值。
767
+ */
768
+ EsIndexPassword?: string;
769
+ /**
770
+ * true
771
+ 注意:此字段可能返回 null,表示取不到有效值。
772
+ */
773
+ HasEsIndex?: boolean;
749
774
  }
750
775
  /**
751
776
  * ModifyClusterConfigs请求参数结构体