tencentcloud-sdk-nodejs-vpc 4.0.608 → 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.
@@ -24,9 +24,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
24
24
  */
25
25
  ReplaceSecurityGroupPolicy(req: ReplaceSecurityGroupPolicyRequest, cb?: (error: string, rep: ReplaceSecurityGroupPolicyResponse) => void): Promise<ReplaceSecurityGroupPolicyResponse>;
26
26
  /**
27
- * 本接口 (AdjustPublicAddress) 用于更换IP地址,支持更换CVM实例的普通公网IP和包月带宽的EIP。
28
-
29
- */
27
+ * 本接口 (AdjustPublicAddress) 用于更换IP地址,支持更换CVM实例的普通公网IP和包月带宽的EIP。
28
+ */
30
29
  AdjustPublicAddress(req: AdjustPublicAddressRequest, cb?: (error: string, rep: AdjustPublicAddressResponse) => void): Promise<AdjustPublicAddressResponse>;
31
30
  /**
32
31
  * 本接口(CreateFlowLog)用于创建网络流日志。
@@ -50,7 +49,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
50
49
  */
51
50
  DescribeServiceTemplateGroups(req: DescribeServiceTemplateGroupsRequest, cb?: (error: string, rep: DescribeServiceTemplateGroupsResponse) => void): Promise<DescribeServiceTemplateGroupsResponse>;
52
51
  /**
53
- * 本接口(DescribeRouteTables)用于查询路由表。
52
+ * 本接口(DescribeRouteTables)用于查询路由表。
54
53
  */
55
54
  DescribeRouteTables(req: DescribeRouteTablesRequest, cb?: (error: string, rep: DescribeRouteTablesResponse) => void): Promise<DescribeRouteTablesResponse>;
56
55
  /**
@@ -519,7 +518,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
519
518
  */
520
519
  DeleteCustomerGateway(req: DeleteCustomerGatewayRequest, cb?: (error: string, rep: DeleteCustomerGatewayResponse) => void): Promise<DeleteCustomerGatewayResponse>;
521
520
  /**
522
- * 本接口(DeleteSubnet)用于用于删除子网(Subnet)。
521
+ * 本接口(DeleteSubnet)用于删除子网(Subnet)。
523
522
  * 删除子网前,请清理该子网下所有资源,包括云服务器、负载均衡、云数据、NoSQL、弹性网卡等资源。
524
523
  */
525
524
  DeleteSubnet(req: DeleteSubnetRequest, cb?: (error: string, rep: DeleteSubnetResponse) => void): Promise<DeleteSubnetResponse>;
@@ -768,7 +767,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
768
767
  DeleteAddressTemplateGroup(req: DeleteAddressTemplateGroupRequest, cb?: (error: string, rep: DeleteAddressTemplateGroupResponse) => void): Promise<DeleteAddressTemplateGroupResponse>;
769
768
  /**
770
769
  * 本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况,
771
- 如被ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
770
+ ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
772
771
  */
773
772
  DescribeUsedIpAddress(req: DescribeUsedIpAddressRequest, cb?: (error: string, rep: DescribeUsedIpAddressResponse) => void): Promise<DescribeUsedIpAddressResponse>;
774
773
  /**
@@ -53,9 +53,8 @@ class Client extends TencentCloudCommon.AbstractClient {
53
53
  return this.request("ReplaceSecurityGroupPolicy", req, cb);
54
54
  }
55
55
  /**
56
- * 本接口 (AdjustPublicAddress) 用于更换IP地址,支持更换CVM实例的普通公网IP和包月带宽的EIP。
57
-
58
- */
56
+ * 本接口 (AdjustPublicAddress) 用于更换IP地址,支持更换CVM实例的普通公网IP和包月带宽的EIP。
57
+ */
59
58
  async AdjustPublicAddress(req, cb) {
60
59
  return this.request("AdjustPublicAddress", req, cb);
61
60
  }
@@ -91,7 +90,7 @@ class Client extends TencentCloudCommon.AbstractClient {
91
90
  return this.request("DescribeServiceTemplateGroups", req, cb);
92
91
  }
93
92
  /**
94
- * 本接口(DescribeRouteTables)用于查询路由表。
93
+ * 本接口(DescribeRouteTables)用于查询路由表。
95
94
  */
96
95
  async DescribeRouteTables(req, cb) {
97
96
  return this.request("DescribeRouteTables", req, cb);
@@ -760,7 +759,7 @@ class Client extends TencentCloudCommon.AbstractClient {
760
759
  return this.request("DeleteCustomerGateway", req, cb);
761
760
  }
762
761
  /**
763
- * 本接口(DeleteSubnet)用于用于删除子网(Subnet)。
762
+ * 本接口(DeleteSubnet)用于删除子网(Subnet)。
764
763
  * 删除子网前,请清理该子网下所有资源,包括云服务器、负载均衡、云数据、NoSQL、弹性网卡等资源。
765
764
  */
766
765
  async DeleteSubnet(req, cb) {
@@ -1105,7 +1104,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1105
1104
  }
1106
1105
  /**
1107
1106
  * 本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况,
1108
- 如被ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
1107
+ ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
1109
1108
  */
1110
1109
  async DescribeUsedIpAddress(req, cb) {
1111
1110
  return this.request("DescribeUsedIpAddress", req, cb);