Skip to content

Commit 7711a97

Browse files
committed
Generated 2017-08-01 for polardb.
1 parent 8bd76cb commit 7711a97

File tree

5 files changed

+34
-16
lines changed

5 files changed

+34
-16
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-12-13 Version: 1.8.22
2+
- Generated 2017-08-01 for `polardb`.
3+
14
2024-12-13 Version: 2.0.32
25
- Update DescribeApiMetering API.
36

aliyun-net-sdk-polardb/Polardb/Model/V20170801/CreateAccountRequest.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public CreateAccountRequest()
6464

6565
private string dBName;
6666

67-
private string privForAllDB;
68-
6967
public long? ResourceOwnerId
7068
{
7169
get
@@ -220,19 +218,6 @@ public string DBName
220218
dBName = value;
221219
DictionaryUtil.Add(QueryParameters, "DBName", value);
222220
}
223-
}
224-
225-
public string PrivForAllDB
226-
{
227-
get
228-
{
229-
return privForAllDB;
230-
}
231-
set
232-
{
233-
privForAllDB = value;
234-
DictionaryUtil.Add(QueryParameters, "PrivForAllDB", value);
235-
}
236221
}
237222

238223
public override CreateAccountResponse GetResponse(UnmarshallerContext unmarshallerContext)

aliyun-net-sdk-polardb/Polardb/Model/V20170801/CreateDBClusterRequest.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ public CreateDBClusterRequest()
126126

127127
private string burstingEnabled;
128128

129+
private string targetMinorVersion;
130+
129131
private int? dBNodeNum;
130132

131133
private long? storageUpperBound;
@@ -715,6 +717,19 @@ public string BurstingEnabled
715717
}
716718
}
717719

720+
public string TargetMinorVersion
721+
{
722+
get
723+
{
724+
return targetMinorVersion;
725+
}
726+
set
727+
{
728+
targetMinorVersion = value;
729+
DictionaryUtil.Add(QueryParameters, "TargetMinorVersion", value);
730+
}
731+
}
732+
718733
public int? DBNodeNum
719734
{
720735
get

aliyun-net-sdk-polardb/Polardb/Model/V20170801/ModifyDBClusterAndNodesParametersRequest.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public ModifyDBClusterAndNodesParametersRequest()
5858

5959
private string plannedStartTime;
6060

61+
private string standbyClusterIdListNeedToSync;
62+
6163
private string parameters;
6264

6365
private bool? fromTimeService;
@@ -179,6 +181,19 @@ public string PlannedStartTime
179181
}
180182
}
181183

184+
public string StandbyClusterIdListNeedToSync
185+
{
186+
get
187+
{
188+
return standbyClusterIdListNeedToSync;
189+
}
190+
set
191+
{
192+
standbyClusterIdListNeedToSync = value;
193+
DictionaryUtil.Add(QueryParameters, "StandbyClusterIdListNeedToSync", value);
194+
}
195+
}
196+
182197
public string Parameters
183198
{
184199
get

aliyun-net-sdk-polardb/aliyun-net-sdk-polardb.vs2017.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.polardb</RootNamespace>
6-
<Version>1.8.21</Version>
6+
<Version>1.8.22</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)