Skip to content

Commit 06f7815

Browse files
committed
Update API ListClusterNodes: add response parameters Body.Nodes.$.NodeType.
1 parent 72b0b6c commit 06f7815

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

eflo-controller-20221215/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-19 Version: 3.0.1
2+
- Update API ListClusterNodes: add response parameters Body.Nodes.$.NodeType.
3+
4+
15
2025-11-12 Version: 3.0.0
26
- Support API ChangeNodeTypes.
37
- Support API DeleteHyperNode.

eflo-controller-20221215/core/Models/ListClusterNodesResponseBody.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ public class ListClusterNodesResponseBodyNodesNetworks : TeaModel {
203203
[Validation(Required=false)]
204204
public string NodeId { get; set; }
205205

206+
[NameInMap("NodeType")]
207+
[Validation(Required=false)]
208+
public string NodeType { get; set; }
209+
206210
/// <summary>
207211
/// <para>The node status.</para>
208212
/// <para>Valid values:</para>

eflo-controller-20221215/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("3ef2cd10-bf94-11f0-b25a-a57f681310dc")]
23+
[assembly: Guid("c5d2c490-c52d-11f0-ad05-393e3ea692e2")]
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("3.0")]
33-
[assembly: AssemblyFileVersion("3.0.0.0")]
32+
[assembly: AssemblyVersion("3.0.0.0")]
33+
[assembly: AssemblyFileVersion("3.0.1.0")]

eflo-controller-20221215/core/eflo-controller.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.Eflo-controller20221215</AssemblyName>
10-
<Version>3.0.0</Version>
10+
<Version>3.0.1</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud eflo-controller (20221215) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)