tencentcloud-sdk-nodejs-clb 4.1.203 → 4.1.217
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
|
@@ -4019,11 +4019,11 @@ export interface DisassociateTargetGroupsRequest {
|
|
|
4019
4019
|
*/
|
|
4020
4020
|
export interface Filter {
|
|
4021
4021
|
/**
|
|
4022
|
-
*
|
|
4022
|
+
* <p>过滤器的名称</p>
|
|
4023
4023
|
*/
|
|
4024
4024
|
Name: string;
|
|
4025
4025
|
/**
|
|
4026
|
-
*
|
|
4026
|
+
* <p>过滤器的值数组</p>
|
|
4027
4027
|
*/
|
|
4028
4028
|
Values: Array<string>;
|
|
4029
4029
|
}
|