tencentcloud-sdk-nodejs-clb 4.1.30 → 4.1.31
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
@@ -831,7 +831,7 @@ export interface DescribeLoadBalancersRequest {
|
|
831
831
|
*/
|
832
832
|
SearchKey?: string;
|
833
833
|
/**
|
834
|
-
* 负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725)
|
834
|
+
* 负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725)接口获取,不传默认所有项目。
|
835
835
|
*/
|
836
836
|
ProjectId?: number;
|
837
837
|
/**
|
@@ -839,12 +839,12 @@ export interface DescribeLoadBalancersRequest {
|
|
839
839
|
*/
|
840
840
|
WithRs?: number;
|
841
841
|
/**
|
842
|
-
* 负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx
|
842
|
+
* 负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx,可以通过[DescribeVpcs](https://cloud.tencent.com/document/api/215/15778)接口获取。
|
843
843
|
查找基础网络类型的负载均衡可传入'0'。
|
844
844
|
*/
|
845
845
|
VpcId?: string;
|
846
846
|
/**
|
847
|
-
* 安全组ID,如 sg-m1cc
|
847
|
+
* 安全组ID,如 sg-m1cc****,可以通过接口[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)获取。
|
848
848
|
*/
|
849
849
|
SecurityGroup?: string;
|
850
850
|
/**
|
@@ -872,10 +872,12 @@ export interface DescribeLoadBalancersRequest {
|
|
872
872
|
按照【CLB 标签的键】进行过滤,例如:tag-key。
|
873
873
|
类型:String
|
874
874
|
必选:否
|
875
|
+
获取方式:[DescribeTags](https://cloud.tencent.com/document/api/651/35316)
|
875
876
|
- tag:tag-key
|
876
877
|
按照【CLB标签键值】进行过滤,例如:tag-test。
|
877
878
|
类型:String
|
878
879
|
必选:否
|
880
|
+
获取方式:[DescribeTagKeys](https://cloud.tencent.com/document/api/651/35318)
|
879
881
|
- function-name
|
880
882
|
按照【后端绑定SCF云函数的函数名称】进行过滤,例如:helloworld-1744958255。
|
881
883
|
类型:String
|
@@ -2251,6 +2253,7 @@ export interface RegisterTargetsWithClassicalLBRequest {
|
|
2251
2253
|
export interface HealthCheck {
|
2252
2254
|
/**
|
2253
2255
|
* 是否开启健康检查:1(开启)、0(关闭)。
|
2256
|
+
默认为开启。
|
2254
2257
|
*/
|
2255
2258
|
HealthSwitch?: number;
|
2256
2259
|
/**
|
@@ -5240,7 +5243,14 @@ export interface InternetAccessible {
|
|
5240
5243
|
*/
|
5241
5244
|
InternetMaxBandwidthOut?: number;
|
5242
5245
|
/**
|
5243
|
-
* 带宽包的类型,如
|
5246
|
+
* 带宽包的类型,如 BGP(多线)。
|
5247
|
+
类型如下:
|
5248
|
+
SINGLEISP: 单线
|
5249
|
+
BGP: 多线
|
5250
|
+
HIGH_QUALITY_BGP: 精品BGP共享带宽包
|
5251
|
+
SINGLEISP_CMCC: 中国移动共享带宽包
|
5252
|
+
SINGLEISP_CTCC: 中国电信共享带宽包
|
5253
|
+
SINGLEISP_CUCC: 中国联通共享带宽包
|
5244
5254
|
注意:此字段可能返回 null,表示取不到有效值。
|
5245
5255
|
*/
|
5246
5256
|
BandwidthpkgSubType?: string;
|
@@ -5770,7 +5780,7 @@ export interface LoadBalancer {
|
|
5770
5780
|
*/
|
5771
5781
|
AddressIPVersion?: string;
|
5772
5782
|
/**
|
5773
|
-
* 数值形式的私有网络 ID
|
5783
|
+
* 数值形式的私有网络 ID,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
5774
5784
|
*/
|
5775
5785
|
NumericalVpcId?: number;
|
5776
5786
|
/**
|