Skip to content

Commit 56ede57

Browse files
committed
Update API DescribeNatFirewallList: add response parameters Body.NatFirewallList.$.ProxyNetworkInterfaceId.
1 parent f3aed77 commit 56ede57

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

cloudfw-20171207/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/cloudfw20171207",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

cloudfw-20171207/src/models/DescribeNatFirewallListResponseBody.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export class DescribeNatFirewallListResponseBodyNatFirewallList extends $dara.Mo
126126
* proxy-******
127127
*/
128128
proxyName?: string;
129+
proxyNetworkInterfaceId?: string;
130+
proxyRouteTableId?: string;
129131
/**
130132
* @remarks
131133
* The status of the NAT firewall. Valid values:
@@ -142,6 +144,7 @@ export class DescribeNatFirewallListResponseBodyNatFirewallList extends $dara.Mo
142144
* normal
143145
*/
144146
proxyStatus?: string;
147+
proxyVSwitchId?: string;
145148
/**
146149
* @remarks
147150
* The region ID of your Cloud Firewall.
@@ -186,7 +189,10 @@ export class DescribeNatFirewallListResponseBodyNatFirewallList extends $dara.Mo
186189
natRouteEntryList: 'NatRouteEntryList',
187190
proxyId: 'ProxyId',
188191
proxyName: 'ProxyName',
192+
proxyNetworkInterfaceId: 'ProxyNetworkInterfaceId',
193+
proxyRouteTableId: 'ProxyRouteTableId',
189194
proxyStatus: 'ProxyStatus',
195+
proxyVSwitchId: 'ProxyVSwitchId',
190196
regionId: 'RegionId',
191197
strictMode: 'StrictMode',
192198
vpcId: 'VpcId',
@@ -204,7 +210,10 @@ export class DescribeNatFirewallListResponseBodyNatFirewallList extends $dara.Mo
204210
natRouteEntryList: { 'type': 'array', 'itemType': DescribeNatFirewallListResponseBodyNatFirewallListNatRouteEntryList },
205211
proxyId: 'string',
206212
proxyName: 'string',
213+
proxyNetworkInterfaceId: 'string',
214+
proxyRouteTableId: 'string',
207215
proxyStatus: 'string',
216+
proxyVSwitchId: 'string',
208217
regionId: 'string',
209218
strictMode: 'number',
210219
vpcId: 'string',

cloudfw-20171207/src/models/DescribeVulnerabilityProtectedListRequest.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ export class DescribeVulnerabilityProtectedListRequest extends $dara.Model {
9191
* 10
9292
*/
9393
pageSize?: string;
94+
/**
95+
* @remarks
96+
* 漏洞标签,取值:
97+
*
98+
* - **AI**: AI组件相关漏洞
99+
*
100+
* @example
101+
* AI
102+
*/
94103
ruleTag?: string;
95104
/**
96105
* @remarks

cloudfw-20171207/src/models/DescribeVulnerabilityProtectedListResponseBody.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@ export class DescribeVulnerabilityProtectedListResponseBodyVulnList extends $dar
272272
* The assets on which the vulnerability is detected.
273273
*/
274274
resourceList?: DescribeVulnerabilityProtectedListResponseBodyVulnListResourceList[];
275+
/**
276+
* @remarks
277+
* 漏洞标签,取值:
278+
*
279+
* - **AI**: AI相关漏洞
280+
*
281+
* @example
282+
* AI
283+
*/
275284
ruleTag?: string;
276285
/**
277286
* @remarks

0 commit comments

Comments
 (0)