tencentcloud-sdk-nodejs-bh 4.1.38 → 4.1.47
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
|
@@ -405,6 +405,14 @@ export interface DeviceAccount {
|
|
|
405
405
|
* true-已托管私钥,false-未托管私钥
|
|
406
406
|
*/
|
|
407
407
|
BoundPrivateKey?: boolean;
|
|
408
|
+
/**
|
|
409
|
+
* 是否托管凭证, true-托管,false-未托管
|
|
410
|
+
*/
|
|
411
|
+
BoundKubeconfig?: boolean;
|
|
412
|
+
/**
|
|
413
|
+
* 是否为k8s资产管理账号
|
|
414
|
+
*/
|
|
415
|
+
IsK8SManageAccount?: boolean;
|
|
408
416
|
}
|
|
409
417
|
/**
|
|
410
418
|
* BindDeviceAccountPassword返回参数结构体
|
|
@@ -535,6 +543,10 @@ export interface CreateResourceRequest {
|
|
|
535
543
|
* 0非试用版,1试用版
|
|
536
544
|
*/
|
|
537
545
|
Trial?: number;
|
|
546
|
+
/**
|
|
547
|
+
* 是否共享clb,0:不共享,1:共享
|
|
548
|
+
*/
|
|
549
|
+
ShareClb?: number;
|
|
538
550
|
}
|
|
539
551
|
/**
|
|
540
552
|
* DescribeDevices返回参数结构体
|
|
@@ -1056,6 +1068,10 @@ export interface SearchCommandResult {
|
|
|
1056
1068
|
* 签名值
|
|
1057
1069
|
*/
|
|
1058
1070
|
SignValue?: string;
|
|
1071
|
+
/**
|
|
1072
|
+
* 资产类型
|
|
1073
|
+
*/
|
|
1074
|
+
DeviceKind?: string;
|
|
1059
1075
|
}
|
|
1060
1076
|
/**
|
|
1061
1077
|
* SearchSubtaskResultById返回参数结构体
|
|
@@ -2972,6 +2988,30 @@ export interface Device {
|
|
|
2972
2988
|
* IOA侧的资源ID
|
|
2973
2989
|
*/
|
|
2974
2990
|
IOAId?: number;
|
|
2991
|
+
/**
|
|
2992
|
+
* K8S集群托管维度。1-集群,2-命名空间,3-工作负载
|
|
2993
|
+
*/
|
|
2994
|
+
ManageDimension?: number;
|
|
2995
|
+
/**
|
|
2996
|
+
* K8S集群托管账号id
|
|
2997
|
+
*/
|
|
2998
|
+
ManageAccountId?: number;
|
|
2999
|
+
/**
|
|
3000
|
+
* K8S集群命名空间
|
|
3001
|
+
*/
|
|
3002
|
+
Namespace?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* K8S集群工作负载
|
|
3005
|
+
*/
|
|
3006
|
+
Workload?: string;
|
|
3007
|
+
/**
|
|
3008
|
+
* K8S集群pod已同步数量
|
|
3009
|
+
*/
|
|
3010
|
+
SyncPodCount?: number;
|
|
3011
|
+
/**
|
|
3012
|
+
* K8S集群pod总数量
|
|
3013
|
+
*/
|
|
3014
|
+
TotalPodCount?: number;
|
|
2975
3015
|
}
|
|
2976
3016
|
/**
|
|
2977
3017
|
* CreateDeviceAccount返回参数结构体
|
|
@@ -3842,6 +3882,22 @@ export interface SessionResult {
|
|
|
3842
3882
|
* 回放类型 默认0, 1-rfb 2-mp4 3-ssh
|
|
3843
3883
|
*/
|
|
3844
3884
|
ReplayType?: number;
|
|
3885
|
+
/**
|
|
3886
|
+
* 会话资产类型
|
|
3887
|
+
*/
|
|
3888
|
+
DeviceKind?: string;
|
|
3889
|
+
/**
|
|
3890
|
+
* K8S集群命名空间
|
|
3891
|
+
*/
|
|
3892
|
+
Namespace?: string;
|
|
3893
|
+
/**
|
|
3894
|
+
* K8S集群工作负载
|
|
3895
|
+
*/
|
|
3896
|
+
Workload?: string;
|
|
3897
|
+
/**
|
|
3898
|
+
* K8S集群容器名称
|
|
3899
|
+
*/
|
|
3900
|
+
PodName?: string;
|
|
3845
3901
|
}
|
|
3846
3902
|
/**
|
|
3847
3903
|
* 堡垒机服务信息
|
|
@@ -4051,6 +4107,10 @@ export interface Resource {
|
|
|
4051
4107
|
* 零信任堡垒机带宽扩展包个数。一个扩展包表示4M带宽
|
|
4052
4108
|
*/
|
|
4053
4109
|
PackageIOABandwidth?: number;
|
|
4110
|
+
/**
|
|
4111
|
+
* 堡垒机实例对应的零信任实例id
|
|
4112
|
+
*/
|
|
4113
|
+
IOAResourceId?: string;
|
|
4054
4114
|
}
|
|
4055
4115
|
/**
|
|
4056
4116
|
* RunChangePwdTask返回参数结构体
|
|
@@ -4077,6 +4137,30 @@ export interface BindDeviceResourceRequest {
|
|
|
4077
4137
|
* 网络域ID
|
|
4078
4138
|
*/
|
|
4079
4139
|
DomainId?: string;
|
|
4140
|
+
/**
|
|
4141
|
+
* K8S集群托管账号维度。1-集群,2-命名空间,3-工作负载
|
|
4142
|
+
*/
|
|
4143
|
+
ManageDimension?: number;
|
|
4144
|
+
/**
|
|
4145
|
+
* K8S集群托管账号id
|
|
4146
|
+
*/
|
|
4147
|
+
ManageAccountId?: number;
|
|
4148
|
+
/**
|
|
4149
|
+
* K8S集群托管账号名称
|
|
4150
|
+
*/
|
|
4151
|
+
ManageAccount?: string;
|
|
4152
|
+
/**
|
|
4153
|
+
* K8S集群托管账号凭证
|
|
4154
|
+
*/
|
|
4155
|
+
ManageKubeconfig?: string;
|
|
4156
|
+
/**
|
|
4157
|
+
* K8S集群托管的namespace
|
|
4158
|
+
*/
|
|
4159
|
+
Namespace?: string;
|
|
4160
|
+
/**
|
|
4161
|
+
* K8S集群托管的workload
|
|
4162
|
+
*/
|
|
4163
|
+
Workload?: string;
|
|
4080
4164
|
}
|
|
4081
4165
|
/**
|
|
4082
4166
|
* RunOperationTask请求参数结构体
|