File tree Expand file tree Collapse file tree 5 files changed +33
-4
lines changed Expand file tree Collapse file tree 5 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-17 Version: 1.7.5
2+ - Generated csharp 2020-12-03 for pai-dlc.
3+
142025-11-10 Version: 1.7.4
25- Update API UpdateJob: add request parameters body.JobSpecs.
36
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ public class PodItem : TeaModel {
6161 [ Validation ( Required = false ) ]
6262 public string PodIp { get ; set ; }
6363
64+ [ NameInMap ( "PodIps" ) ]
65+ [ Validation ( Required = false ) ]
66+ public List < PodNetworkInterface > PodIps { get ; set ; }
67+
6468 /// <summary>
6569 /// <b>Example:</b>
6670 /// <para>fe846462-af2c-4521-bd6f-96787a57591d</para>
Original file line number Diff line number Diff line change 1+ // This file is auto-generated, don't edit it. Thanks.
2+
3+ using System ;
4+ using System . Collections . Generic ;
5+ using System . IO ;
6+
7+ using Tea ;
8+
9+ namespace AlibabaCloud . SDK . Pai_dlc20201203 . Models
10+ {
11+ public class PodNetworkInterface : TeaModel {
12+ [ NameInMap ( "InterfaceName" ) ]
13+ [ Validation ( Required = false ) ]
14+ public string InterfaceName { get ; set ; }
15+
16+ [ NameInMap ( "Ip" ) ]
17+ [ Validation ( Required = false ) ]
18+ public string Ip { get ; set ; }
19+
20+ }
21+
22+ }
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 ( "2f9588f0-bdfd -11f0-8a0e-99b3cb92bfac " ) ]
23+ [ assembly: Guid ( "e78bd510-c3a0 -11f0-b15e-317cacfe145a " ) ]
2424
2525// Version information for an assembly consists of the following four values:
2626//
2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "1.7.3 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "1.7.4 .0" ) ]
32+ [ assembly: AssemblyVersion ( "1.7.4 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "1.7.5 .0" ) ]
Original file line number Diff line number Diff line change 77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
99 <AssemblyName >AlibabaCloud.SDK.Pai-dlc20201203</AssemblyName >
10- <Version >1.7.4 </Version >
10+ <Version >1.7.5 </Version >
1111 <LangVersion >5</LangVersion >
1212 <Authors >Alibaba Cloud</Authors >
1313 <Description >Alibaba Cloud pai-dlc (20201203) SDK Library for .NET</Description >
You can’t perform that action at this time.
0 commit comments