Skip to content

Commit 07f6af0

Browse files
committed
Generated 2015-01-01 for R-kvstore.
1 parent 117c3d5 commit 07f6af0

File tree

91 files changed

+1397
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1397
-104
lines changed

aliyun-net-sdk-r-kvstore/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-07-22 Version: 2.5.0
2+
- Generated 2015-01-01 for `R-kvstore`.
3+
- Add SyncDtsStatus API.
4+
15
2020-05-23 Version: 2.4.0
26
- Generated 2015-01-01 for `R-kvstore`.
37
- Add ModifyResourceGroup API.

aliyun-net-sdk-r-kvstore/R_kvstore/Endpoint.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class Endpoint
2929
{ "cn-beijing-gov-1", "r-kvstore.aliyuncs.com" },
3030
{ "cn-shenzhen-su18-b01", "r-kvstore.aliyuncs.com" },
3131
{ "cn-beijing", "r-kvstore.aliyuncs.com" },
32+
{ "cn-wulanchabu", "r-kvstore.aliyuncs.com" },
3233
{ "cn-shanghai-inner", "r-kvstore.aliyuncs.com" },
3334
{ "cn-shenzhen-st4-d01", "r-kvstore.aliyuncs.com" },
3435
{ "cn-haidian-cm12-c01", "r-kvstore.aliyuncs.com" },
@@ -40,6 +41,7 @@ public class Endpoint
4041
{ "cn-qingdao-nebula", "r-kvstore.aliyuncs.com" },
4142
{ "cn-shanghai", "r-kvstore.aliyuncs.com" },
4243
{ "cn-shanghai-finance-1", "r-kvstore.aliyuncs.com" },
44+
{ "cn-heyuan", "r-kvstore.aliyuncs.com" },
4345
{ "cn-beijing-finance-pop", "r-kvstore.aliyuncs.com" },
4446
{ "cn-wuhan", "r-kvstore.aliyuncs.com" },
4547
{ "us-west-1", "r-kvstore.aliyuncs.com" },
@@ -56,6 +58,7 @@ public class Endpoint
5658
{ "cn-shenzhen-finance-1", "r-kvstore.aliyuncs.com" },
5759
{ "cn-hangzhou-internal-test-2", "r-kvstore.aliyuncs.com" },
5860
{ "cn-hangzhou-test-306", "r-kvstore.aliyuncs.com" },
61+
{ "cn-huhehaote-nebula-1", "r-kvstore.aliyuncs.com" },
5962
{ "cn-shanghai-et2-b01", "r-kvstore.aliyuncs.com" },
6063
{ "cn-hangzhou-finance", "r-kvstore.aliyuncs.com" },
6164
{ "ap-southeast-1", "r-kvstore.aliyuncs.com" },

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/AllocateInstancePublicConnectionRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public AllocateInstancePublicConnectionRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateAccountRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateAccountRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateBackupRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateBackupRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateCacheAnalysisTaskRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateCacheAnalysisTaskRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateDedicatedInstanceRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateDedicatedInstanceRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateDedicatedUserClusterRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateDedicatedUserClusterRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateInstanceRequest.cs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateInstanceRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;
@@ -83,6 +84,8 @@ public CreateInstanceRequest()
8384

8485
private string instanceType;
8586

87+
private string dedicatedHostGroupId;
88+
8689
private string restoreTime;
8790

8891
private string resourceOwnerAccount;
@@ -385,6 +388,19 @@ public string InstanceType
385388
}
386389
}
387390

391+
public string DedicatedHostGroupId
392+
{
393+
get
394+
{
395+
return dedicatedHostGroupId;
396+
}
397+
set
398+
{
399+
dedicatedHostGroupId = value;
400+
DictionaryUtil.Add(QueryParameters, "DedicatedHostGroupId", value);
401+
}
402+
}
403+
388404
public string RestoreTime
389405
{
390406
get

aliyun-net-sdk-r-kvstore/R_kvstore/Model/V20150101/CreateUserClusterHostRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public CreateUserClusterHostRequest()
3636
{
3737
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
3838
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
39-
}
39+
}
40+
Method = MethodType.POST;
4041
}
4142

4243
private long? resourceOwnerId;

0 commit comments

Comments
 (0)