Skip to content

Commit 6c35348

Browse files
committed
Generated csharp 2020-12-03 for pai-dlc.
1 parent a2acd4f commit 6c35348

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

pai-dlc-20201203/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-11-17 Version: 1.7.5
2+
- Generated csharp 2020-12-03 for pai-dlc.
3+
14
2025-11-10 Version: 1.7.4
25
- Update API UpdateJob: add request parameters body.JobSpecs.
36

pai-dlc-20201203/core/Models/PodItem.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

pai-dlc-20201203/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("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
//
@@ -29,5 +29,5 @@
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")]

pai-dlc-20201203/core/pai-dlc.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.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>

0 commit comments

Comments
 (0)