tencentcloud-sdk-nodejs-cynosdb 4.1.184 → 4.1.189

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cynosdb",
3
- "version": "4.1.184",
3
+ "version": "4.1.189",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12778,7 +12778,7 @@ export interface ModifyVipVportResponse {
12778
12778
  */
12779
12779
  export interface ModifyDBInstanceSecurityGroupsRequest {
12780
12780
  /**
12781
- * 网络组id(cynosdbmysql-grp-前缀开头)或集群id
12781
+ * 网络组id(cynosdbmysql-grp-前缀开头)或集群id(例如 cynosdbmysql-xxxxxxxx前缀),当通过实例IP地址三元组(UniqVpcId、Vip、Vport)配置安全组时,该字段必须设置为集群ID(例如 cynosdbmysql-xxxxxxxx前缀)。
12782
12782
  */
12783
12783
  InstanceId: string;
12784
12784
  /**
@@ -12790,6 +12790,18 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
12790
12790
  * 可用区
12791
12791
  */
12792
12792
  Zone: string;
12793
+ /**
12794
+ * 实例所属VPC网络ID,(UniqVpcId、Vip 和 Vport 三个参数需同时指定,用于唯一标识网络实例)
12795
+ */
12796
+ UniqVpcId?: string;
12797
+ /**
12798
+ * 实例IP地址,实例IP地址三元组UniqVpcId、Vip 和 Vport) 三个参数需同时指定,用于唯一标识网络实实例
12799
+ */
12800
+ Vip?: string;
12801
+ /**
12802
+ * 实例端口,实例IP地址三元组UniqVpcId、Vip 和 Vport) 三个参数需同时指定,用于唯一标识网络实实例
12803
+ */
12804
+ Vport?: number;
12793
12805
  }
12794
12806
  /**
12795
12807
  * CloseAuditService请求参数结构体