Skip to content

Commit dbc5a43

Browse files
committed
Update API DescribeNatFirewallList: add response parameters Body.NatFirewallList.$.ProxyNetworkInterfaceId.
1 parent 6e627f5 commit dbc5a43

File tree

6 files changed

+40
-4
lines changed

6 files changed

+40
-4
lines changed

cloudfw-20171207/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-11-05 Version: 7.1.3
2+
- Update API DescribeNatFirewallList: add response parameters Body.NatFirewallList.$.ProxyNetworkInterfaceId.
3+
- Update API DescribeNatFirewallList: add response parameters Body.NatFirewallList.$.ProxyRouteTableId.
4+
- Update API DescribeNatFirewallList: add response parameters Body.NatFirewallList.$.ProxyVSwitchId.
5+
6+
17
2025-10-30 Version: 7.1.2
28
- Generated csharp 2017-12-07 for Cloudfw.
39

cloudfw-20171207/core/Models/DescribeNatFirewallListResponseBody.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ public class DescribeNatFirewallListResponseBodyNatFirewallListNatRouteEntryList
138138
[Validation(Required=false)]
139139
public string ProxyName { get; set; }
140140

141+
[NameInMap("ProxyNetworkInterfaceId")]
142+
[Validation(Required=false)]
143+
public string ProxyNetworkInterfaceId { get; set; }
144+
145+
[NameInMap("ProxyRouteTableId")]
146+
[Validation(Required=false)]
147+
public string ProxyRouteTableId { get; set; }
148+
141149
/// <summary>
142150
/// <para>The status of the NAT firewall. Valid values:</para>
143151
/// <list type="bullet">
@@ -157,6 +165,10 @@ public class DescribeNatFirewallListResponseBodyNatFirewallListNatRouteEntryList
157165
[Validation(Required=false)]
158166
public string ProxyStatus { get; set; }
159167

168+
[NameInMap("ProxyVSwitchId")]
169+
[Validation(Required=false)]
170+
public string ProxyVSwitchId { get; set; }
171+
160172
/// <summary>
161173
/// <para>The region ID of your Cloud Firewall.</para>
162174
/// <remarks>

cloudfw-20171207/core/Models/DescribeVulnerabilityProtectedListRequest.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ public class DescribeVulnerabilityProtectedListRequest : TeaModel {
116116
[Validation(Required=false)]
117117
public string PageSize { get; set; }
118118

119+
/// <summary>
120+
/// <para>漏洞标签,取值:</para>
121+
/// <list type="bullet">
122+
/// <item><description><b>AI</b>: AI组件相关漏洞</description></item>
123+
/// </list>
124+
///
125+
/// <b>Example:</b>
126+
/// <para>AI</para>
127+
/// </summary>
119128
[NameInMap("RuleTag")]
120129
[Validation(Required=false)]
121130
public string RuleTag { get; set; }

cloudfw-20171207/core/Models/DescribeVulnerabilityProtectedListResponseBody.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,15 @@ public class DescribeVulnerabilityProtectedListResponseBodyVulnListResourceList
330330

331331
}
332332

333+
/// <summary>
334+
/// <para>漏洞标签,取值:</para>
335+
/// <list type="bullet">
336+
/// <item><description><b>AI</b>: AI相关漏洞</description></item>
337+
/// </list>
338+
///
339+
/// <b>Example:</b>
340+
/// <para>AI</para>
341+
/// </summary>
333342
[NameInMap("RuleTag")]
334343
[Validation(Required=false)]
335344
public string RuleTag { get; set; }

cloudfw-20171207/core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("a30e2200-b557-11f0-9d3d-9bb4eb5c053b")]
23+
[assembly: Guid("d0cd4010-ba69-11f0-9769-674d27709296")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("7.1.1.0")]
33-
[assembly: AssemblyFileVersion("7.1.2.0")]
32+
[assembly: AssemblyVersion("7.1.2.0")]
33+
[assembly: AssemblyFileVersion("7.1.3.0")]

cloudfw-20171207/core/cloudfw.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.SDK.Cloudfw20171207</AssemblyName>
10-
<Version>7.1.2</Version>
10+
<Version>7.1.3</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud Cloudfw (20171207) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)