tencentcloud-sdk-nodejs-es 4.1.91 → 4.1.94
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/package.json
CHANGED
|
@@ -768,52 +768,44 @@ export interface DescribeInstanceOperationsResponse {
|
|
|
768
768
|
RequestId?: string;
|
|
769
769
|
}
|
|
770
770
|
/**
|
|
771
|
-
*
|
|
771
|
+
* 索引自治字段
|
|
772
772
|
*/
|
|
773
|
-
export interface
|
|
774
|
-
/**
|
|
775
|
-
* 管道ID
|
|
776
|
-
*/
|
|
777
|
-
PipelineId?: string;
|
|
773
|
+
export interface IndexOptionsField {
|
|
778
774
|
/**
|
|
779
|
-
*
|
|
775
|
+
* 过期时间
|
|
780
776
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
781
777
|
*/
|
|
782
|
-
|
|
783
|
-
/**
|
|
784
|
-
* 管道配置内容
|
|
785
|
-
*/
|
|
786
|
-
Config?: string;
|
|
778
|
+
ExpireMaxAge?: string;
|
|
787
779
|
/**
|
|
788
|
-
*
|
|
780
|
+
* 过期大小
|
|
789
781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
790
782
|
*/
|
|
791
|
-
|
|
783
|
+
ExpireMaxSize?: string;
|
|
792
784
|
/**
|
|
793
|
-
*
|
|
785
|
+
* 滚动周期
|
|
794
786
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
795
787
|
*/
|
|
796
|
-
|
|
788
|
+
RolloverMaxAge?: string;
|
|
797
789
|
/**
|
|
798
|
-
*
|
|
790
|
+
* 是否开启动态滚动
|
|
799
791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
800
792
|
*/
|
|
801
|
-
|
|
793
|
+
RolloverDynamic?: string;
|
|
802
794
|
/**
|
|
803
|
-
*
|
|
795
|
+
* 是否开启动态分片
|
|
804
796
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
805
797
|
*/
|
|
806
|
-
|
|
798
|
+
ShardNumDynamic?: string;
|
|
807
799
|
/**
|
|
808
|
-
*
|
|
800
|
+
* 时间分区字段
|
|
809
801
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
810
802
|
*/
|
|
811
|
-
|
|
803
|
+
TimestampField?: string;
|
|
812
804
|
/**
|
|
813
|
-
*
|
|
805
|
+
* 写入模式
|
|
814
806
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
815
807
|
*/
|
|
816
|
-
|
|
808
|
+
WriteMode?: string;
|
|
817
809
|
}
|
|
818
810
|
/**
|
|
819
811
|
* UpdateRequestTargetNodeTypes返回参数结构体
|
|
@@ -918,44 +910,44 @@ export interface DescribeLogstashInstancesRequest {
|
|
|
918
910
|
TagList?: Array<TagInfo>;
|
|
919
911
|
}
|
|
920
912
|
/**
|
|
921
|
-
*
|
|
913
|
+
* cvm 自动扩盘参数
|
|
922
914
|
*/
|
|
923
|
-
export interface
|
|
915
|
+
export interface AutoScaleDiskInfo {
|
|
924
916
|
/**
|
|
925
|
-
*
|
|
917
|
+
* 节点类型 hotData,warmData
|
|
926
918
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
927
919
|
*/
|
|
928
|
-
|
|
920
|
+
NodeType?: string;
|
|
929
921
|
/**
|
|
930
|
-
*
|
|
922
|
+
* 0:百分比扩容;1:绝对值扩容
|
|
931
923
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
932
924
|
*/
|
|
933
|
-
|
|
925
|
+
ScaleType?: number;
|
|
934
926
|
/**
|
|
935
|
-
*
|
|
927
|
+
* 触发阈值,单位%,例如80%
|
|
936
928
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
937
929
|
*/
|
|
938
|
-
|
|
930
|
+
Threshold?: number;
|
|
939
931
|
/**
|
|
940
|
-
*
|
|
932
|
+
* 触发持续时间,单位分钟,例如60
|
|
941
933
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
942
934
|
*/
|
|
943
|
-
|
|
935
|
+
Duration?: number;
|
|
944
936
|
/**
|
|
945
|
-
*
|
|
937
|
+
* 每次扩容比例,单位%,例如20%
|
|
946
938
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
947
939
|
*/
|
|
948
|
-
|
|
940
|
+
PercentSize?: number;
|
|
949
941
|
/**
|
|
950
|
-
*
|
|
942
|
+
* 绝对值扩容,单位GB,例如100GB
|
|
951
943
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
952
944
|
*/
|
|
953
|
-
|
|
945
|
+
FixSize?: number;
|
|
954
946
|
/**
|
|
955
|
-
*
|
|
947
|
+
* 扩容上限,单位GB,例如500GB
|
|
956
948
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
957
949
|
*/
|
|
958
|
-
|
|
950
|
+
MaxSize?: number;
|
|
959
951
|
}
|
|
960
952
|
/**
|
|
961
953
|
* CreateServerlessSpaceV2返回参数结构体
|
|
@@ -1250,6 +1242,10 @@ export interface Operation {
|
|
|
1250
1242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1251
1243
|
*/
|
|
1252
1244
|
SubAccountUin?: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* 自动扩容标识:0-非自动,1-自动
|
|
1247
|
+
*/
|
|
1248
|
+
AutoScaleTag?: number;
|
|
1253
1249
|
}
|
|
1254
1250
|
/**
|
|
1255
1251
|
* 数据接入cvm数据源信息
|
|
@@ -1301,6 +1297,54 @@ export interface InstanceLog {
|
|
|
1301
1297
|
*/
|
|
1302
1298
|
NodeID?: string;
|
|
1303
1299
|
}
|
|
1300
|
+
/**
|
|
1301
|
+
* Logstash管道信息
|
|
1302
|
+
*/
|
|
1303
|
+
export interface LogstashPipeline {
|
|
1304
|
+
/**
|
|
1305
|
+
* 管道ID
|
|
1306
|
+
*/
|
|
1307
|
+
PipelineId?: string;
|
|
1308
|
+
/**
|
|
1309
|
+
* 管道描述信息
|
|
1310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1311
|
+
*/
|
|
1312
|
+
PipelineDesc?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* 管道配置内容
|
|
1315
|
+
*/
|
|
1316
|
+
Config?: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* 管道的Worker数量
|
|
1319
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
|
+
*/
|
|
1321
|
+
Workers?: number;
|
|
1322
|
+
/**
|
|
1323
|
+
* 管道批处理大小
|
|
1324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1325
|
+
*/
|
|
1326
|
+
BatchSize?: number;
|
|
1327
|
+
/**
|
|
1328
|
+
* 管道批处理延迟
|
|
1329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1330
|
+
*/
|
|
1331
|
+
BatchDelay?: number;
|
|
1332
|
+
/**
|
|
1333
|
+
* 管道缓冲队列类型
|
|
1334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1335
|
+
*/
|
|
1336
|
+
QueueType?: string;
|
|
1337
|
+
/**
|
|
1338
|
+
* 管道缓冲队列大小
|
|
1339
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1340
|
+
*/
|
|
1341
|
+
QueueMaxBytes?: string;
|
|
1342
|
+
/**
|
|
1343
|
+
* 管道缓冲队列检查点写入数
|
|
1344
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1345
|
+
*/
|
|
1346
|
+
QueueCheckPointWrites?: number;
|
|
1347
|
+
}
|
|
1304
1348
|
/**
|
|
1305
1349
|
* CreateIndex返回参数结构体
|
|
1306
1350
|
*/
|
|
@@ -3018,6 +3062,14 @@ export interface CreateInstanceRequest {
|
|
|
3018
3062
|
* 置放群组开启异步任务的可维护时间段
|
|
3019
3063
|
*/
|
|
3020
3064
|
EnableScheduleOperationDuration?: EnableScheduleOperationDuration;
|
|
3065
|
+
/**
|
|
3066
|
+
* 自动扩盘参数列表
|
|
3067
|
+
*/
|
|
3068
|
+
AutoScaleDiskInfoList?: Array<AutoScaleDiskInfo>;
|
|
3069
|
+
/**
|
|
3070
|
+
* 是否开启kibana公网访问,不传默认开启
|
|
3071
|
+
*/
|
|
3072
|
+
EnableKibanaPublicAccess?: string;
|
|
3021
3073
|
}
|
|
3022
3074
|
/**
|
|
3023
3075
|
* CreateLogstashInstance请求参数结构体
|
|
@@ -4953,6 +5005,14 @@ export interface UpdateInstanceRequest {
|
|
|
4953
5005
|
* 开启集群保护:OPEN-开启,CLOSE-关闭
|
|
4954
5006
|
*/
|
|
4955
5007
|
EnableDestroyProtection?: string;
|
|
5008
|
+
/**
|
|
5009
|
+
* 自动扩盘参数
|
|
5010
|
+
*/
|
|
5011
|
+
AutoScaleDiskInfoList?: Array<AutoScaleDiskInfo>;
|
|
5012
|
+
/**
|
|
5013
|
+
* 自动扩盘删除参数
|
|
5014
|
+
*/
|
|
5015
|
+
AutoScaleDiskDeleteNodeTypeList?: Array<string>;
|
|
4956
5016
|
}
|
|
4957
5017
|
/**
|
|
4958
5018
|
* CreateServerlessInstance返回参数结构体
|