tencentcloud-sdk-nodejs-cfw 4.1.31 → 4.1.35
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
|
@@ -1602,7 +1602,7 @@ export interface SecurityGroupRule {
|
|
|
1602
1602
|
*/
|
|
1603
1603
|
OrderIndex: string;
|
|
1604
1604
|
/**
|
|
1605
|
-
* 协议;TCP/UDP/ICMP/ANY
|
|
1605
|
+
* 协议;TCP/UDP/ICMP/ICMPv6/ANY
|
|
1606
1606
|
*/
|
|
1607
1607
|
Protocol?: string;
|
|
1608
1608
|
/**
|
|
@@ -6816,6 +6816,10 @@ export interface DescribeEnterpriseSGRuleProgressResponse {
|
|
|
6816
6816
|
* 0-100,代表下发进度百分比
|
|
6817
6817
|
*/
|
|
6818
6818
|
Progress?: number;
|
|
6819
|
+
/**
|
|
6820
|
+
* 是否用户中止 用户中止返回true
|
|
6821
|
+
*/
|
|
6822
|
+
UserStopped?: boolean;
|
|
6819
6823
|
/**
|
|
6820
6824
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6821
6825
|
*/
|