File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-19 Version: 3.0.1
2+ - Update API ListClusterNodes: add response parameters Body.Nodes.$.NodeType.
3+
4+
152025-11-12 Version: 3.0.0
26- Support API ChangeNodeTypes.
37- Support API DeleteHyperNode.
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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//
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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments