alibabacloud-r-kvstore20150101 2.25.5__tar.gz → 3.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/ChangeLog.md +10 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/PKG-INFO +1 -1
- alibabacloud_r-kvstore20150101-3.0.0/alibabacloud_r_kvstore20150101/__init__.py +1 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101/client.py +54 -40
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101/models.py +1258 -210
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101.egg-info/PKG-INFO +1 -1
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/setup.py +1 -1
- alibabacloud_r-kvstore20150101-2.25.5/alibabacloud_r_kvstore20150101/__init__.py +0 -1
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/LICENSE +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/MANIFEST.in +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/README-CN.md +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/README.md +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101.egg-info/SOURCES.txt +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101.egg-info/dependency_links.txt +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101.egg-info/requires.txt +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/alibabacloud_r_kvstore20150101.egg-info/top_level.txt +0 -0
- {alibabacloud_r-kvstore20150101-2.25.5 → alibabacloud_r-kvstore20150101-3.0.0}/setup.cfg +0 -0
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2024-02-28 Version: 2.25.6
|
|
2
|
+
- Update API DescribeClusterBackupList: update param ClusterBackupId.
|
|
3
|
+
- Update API DescribePrice: update response param.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
2024-01-30 Version: 2.25.5
|
|
7
|
+
- Update API ModifyBackupPolicyadd BackupRetentionPeriod param.
|
|
8
|
+
- Update API RenewInstanceadd AutoRenew param.
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
2024-01-29 Version: 2.25.4
|
|
2
12
|
- Update API CreateTairInstanceadd SlaveReadOnlyCount param.
|
|
3
13
|
- Update API DescribeBackupsupdate response param.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.0.0'
|
|
@@ -1278,8 +1278,7 @@ class Client(OpenApiClient):
|
|
|
1278
1278
|
"""
|
|
1279
1279
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1280
1280
|
You can call this operation to create an ApsaraDB for Redis instance or a classic Tair DRAM-based instance. To create a cloud-native Tair instance, call the [CreateTairInstance](~~208271~~) operation.
|
|
1281
|
-
|
|
1282
|
-
**Description** For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1281
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1283
1282
|
|
|
1284
1283
|
@param request: CreateInstanceRequest
|
|
1285
1284
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1402,8 +1401,7 @@ class Client(OpenApiClient):
|
|
|
1402
1401
|
"""
|
|
1403
1402
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1404
1403
|
You can call this operation to create an ApsaraDB for Redis instance or a classic Tair DRAM-based instance. To create a cloud-native Tair instance, call the [CreateTairInstance](~~208271~~) operation.
|
|
1405
|
-
|
|
1406
|
-
**Description** For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1404
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1407
1405
|
|
|
1408
1406
|
@param request: CreateInstanceRequest
|
|
1409
1407
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1525,8 +1523,7 @@ class Client(OpenApiClient):
|
|
|
1525
1523
|
"""
|
|
1526
1524
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1527
1525
|
You can call this operation to create an ApsaraDB for Redis instance or a classic Tair DRAM-based instance. To create a cloud-native Tair instance, call the [CreateTairInstance](~~208271~~) operation.
|
|
1528
|
-
|
|
1529
|
-
**Description** For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1526
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1530
1527
|
|
|
1531
1528
|
@param request: CreateInstanceRequest
|
|
1532
1529
|
@return: CreateInstanceResponse
|
|
@@ -1541,8 +1538,7 @@ class Client(OpenApiClient):
|
|
|
1541
1538
|
"""
|
|
1542
1539
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1543
1540
|
You can call this operation to create an ApsaraDB for Redis instance or a classic Tair DRAM-based instance. To create a cloud-native Tair instance, call the [CreateTairInstance](~~208271~~) operation.
|
|
1544
|
-
|
|
1545
|
-
**Description** For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1541
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see [Step 1: Create an ApsaraDB for Redis instance](~~26351~~).
|
|
1546
1542
|
|
|
1547
1543
|
@param request: CreateInstanceRequest
|
|
1548
1544
|
@return: CreateInstanceResponse
|
|
@@ -1557,8 +1553,8 @@ class Client(OpenApiClient):
|
|
|
1557
1553
|
) -> r_kvstore_20150101_models.CreateInstancesResponse:
|
|
1558
1554
|
"""
|
|
1559
1555
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1560
|
-
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see
|
|
1561
|
-
|
|
1556
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see Step 1: Create an ApsaraDB for Redis instance.[](~~26351~~)
|
|
1557
|
+
This operation can only be used to create ApsaraDB for Redis Community Edition instances and ApsaraDB for Redis Enhanced Edition (Tair) DRAM-based classic instances.
|
|
1562
1558
|
|
|
1563
1559
|
@param request: CreateInstancesRequest
|
|
1564
1560
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1620,8 +1616,8 @@ class Client(OpenApiClient):
|
|
|
1620
1616
|
) -> r_kvstore_20150101_models.CreateInstancesResponse:
|
|
1621
1617
|
"""
|
|
1622
1618
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1623
|
-
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see
|
|
1624
|
-
|
|
1619
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see Step 1: Create an ApsaraDB for Redis instance.[](~~26351~~)
|
|
1620
|
+
This operation can only be used to create ApsaraDB for Redis Community Edition instances and ApsaraDB for Redis Enhanced Edition (Tair) DRAM-based classic instances.
|
|
1625
1621
|
|
|
1626
1622
|
@param request: CreateInstancesRequest
|
|
1627
1623
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -1682,8 +1678,8 @@ class Client(OpenApiClient):
|
|
|
1682
1678
|
) -> r_kvstore_20150101_models.CreateInstancesResponse:
|
|
1683
1679
|
"""
|
|
1684
1680
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1685
|
-
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see
|
|
1686
|
-
|
|
1681
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see Step 1: Create an ApsaraDB for Redis instance.[](~~26351~~)
|
|
1682
|
+
This operation can only be used to create ApsaraDB for Redis Community Edition instances and ApsaraDB for Redis Enhanced Edition (Tair) DRAM-based classic instances.
|
|
1687
1683
|
|
|
1688
1684
|
@param request: CreateInstancesRequest
|
|
1689
1685
|
@return: CreateInstancesResponse
|
|
@@ -1697,8 +1693,8 @@ class Client(OpenApiClient):
|
|
|
1697
1693
|
) -> r_kvstore_20150101_models.CreateInstancesResponse:
|
|
1698
1694
|
"""
|
|
1699
1695
|
Before you call this operation, make sure that you understand the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1700
|
-
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see
|
|
1701
|
-
|
|
1696
|
+
> For more information about how to create an instance that meets your requirements in the ApsaraDB for Redis console, see Step 1: Create an ApsaraDB for Redis instance.[](~~26351~~)
|
|
1697
|
+
This operation can only be used to create ApsaraDB for Redis Community Edition instances and ApsaraDB for Redis Enhanced Edition (Tair) DRAM-based classic instances.
|
|
1702
1698
|
|
|
1703
1699
|
@param request: CreateInstancesRequest
|
|
1704
1700
|
@return: CreateInstancesResponse
|
|
@@ -1714,7 +1710,6 @@ class Client(OpenApiClient):
|
|
|
1714
1710
|
"""
|
|
1715
1711
|
For information about instance selection, see [Select an ApsaraDB for Redis instance](~~223808~~).
|
|
1716
1712
|
Before you call this operation, make sure that you are familiar with the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1717
|
-
>
|
|
1718
1713
|
* For information about how to create a Tair instance in the Tair console, see [Create a Tair instance](~~443863~~).
|
|
1719
1714
|
* If you want to create other types of instances, such as Community Edition instances or [Tair DRAM-based](~~126164~~) instances, you can call the [CreateInstance](~~60873~~) operation.
|
|
1720
1715
|
|
|
@@ -1833,7 +1828,6 @@ class Client(OpenApiClient):
|
|
|
1833
1828
|
"""
|
|
1834
1829
|
For information about instance selection, see [Select an ApsaraDB for Redis instance](~~223808~~).
|
|
1835
1830
|
Before you call this operation, make sure that you are familiar with the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1836
|
-
>
|
|
1837
1831
|
* For information about how to create a Tair instance in the Tair console, see [Create a Tair instance](~~443863~~).
|
|
1838
1832
|
* If you want to create other types of instances, such as Community Edition instances or [Tair DRAM-based](~~126164~~) instances, you can call the [CreateInstance](~~60873~~) operation.
|
|
1839
1833
|
|
|
@@ -1951,7 +1945,6 @@ class Client(OpenApiClient):
|
|
|
1951
1945
|
"""
|
|
1952
1946
|
For information about instance selection, see [Select an ApsaraDB for Redis instance](~~223808~~).
|
|
1953
1947
|
Before you call this operation, make sure that you are familiar with the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1954
|
-
>
|
|
1955
1948
|
* For information about how to create a Tair instance in the Tair console, see [Create a Tair instance](~~443863~~).
|
|
1956
1949
|
* If you want to create other types of instances, such as Community Edition instances or [Tair DRAM-based](~~126164~~) instances, you can call the [CreateInstance](~~60873~~) operation.
|
|
1957
1950
|
|
|
@@ -1968,7 +1961,6 @@ class Client(OpenApiClient):
|
|
|
1968
1961
|
"""
|
|
1969
1962
|
For information about instance selection, see [Select an ApsaraDB for Redis instance](~~223808~~).
|
|
1970
1963
|
Before you call this operation, make sure that you are familiar with the billing methods and [pricing](~~54532~~) of ApsaraDB for Redis.
|
|
1971
|
-
>
|
|
1972
1964
|
* For information about how to create a Tair instance in the Tair console, see [Create a Tair instance](~~443863~~).
|
|
1973
1965
|
* If you want to create other types of instances, such as Community Edition instances or [Tair DRAM-based](~~126164~~) instances, you can call the [CreateInstance](~~60873~~) operation.
|
|
1974
1966
|
|
|
@@ -2632,9 +2624,7 @@ class Client(OpenApiClient):
|
|
|
2632
2624
|
runtime: util_models.RuntimeOptions,
|
|
2633
2625
|
) -> r_kvstore_20150101_models.DescribeActiveOperationTaskResponse:
|
|
2634
2626
|
"""
|
|
2635
|
-
|
|
2636
|
-
* **0**: returns the current task. This is the default value.
|
|
2637
|
-
* **1**: returns the historical tasks.
|
|
2627
|
+
After you have called this API operation and queried the information about a specific O&M task, you can also call the [ModifyActiveOperationTask](~~ModifyActiveOperationTask~~) operation to modify the scheduled switchover time of the O&M task.
|
|
2638
2628
|
|
|
2639
2629
|
@param request: DescribeActiveOperationTaskRequest
|
|
2640
2630
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2687,9 +2677,7 @@ class Client(OpenApiClient):
|
|
|
2687
2677
|
runtime: util_models.RuntimeOptions,
|
|
2688
2678
|
) -> r_kvstore_20150101_models.DescribeActiveOperationTaskResponse:
|
|
2689
2679
|
"""
|
|
2690
|
-
|
|
2691
|
-
* **0**: returns the current task. This is the default value.
|
|
2692
|
-
* **1**: returns the historical tasks.
|
|
2680
|
+
After you have called this API operation and queried the information about a specific O&M task, you can also call the [ModifyActiveOperationTask](~~ModifyActiveOperationTask~~) operation to modify the scheduled switchover time of the O&M task.
|
|
2693
2681
|
|
|
2694
2682
|
@param request: DescribeActiveOperationTaskRequest
|
|
2695
2683
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -2741,9 +2729,7 @@ class Client(OpenApiClient):
|
|
|
2741
2729
|
request: r_kvstore_20150101_models.DescribeActiveOperationTaskRequest,
|
|
2742
2730
|
) -> r_kvstore_20150101_models.DescribeActiveOperationTaskResponse:
|
|
2743
2731
|
"""
|
|
2744
|
-
|
|
2745
|
-
* **0**: returns the current task. This is the default value.
|
|
2746
|
-
* **1**: returns the historical tasks.
|
|
2732
|
+
After you have called this API operation and queried the information about a specific O&M task, you can also call the [ModifyActiveOperationTask](~~ModifyActiveOperationTask~~) operation to modify the scheduled switchover time of the O&M task.
|
|
2747
2733
|
|
|
2748
2734
|
@param request: DescribeActiveOperationTaskRequest
|
|
2749
2735
|
@return: DescribeActiveOperationTaskResponse
|
|
@@ -2756,9 +2742,7 @@ class Client(OpenApiClient):
|
|
|
2756
2742
|
request: r_kvstore_20150101_models.DescribeActiveOperationTaskRequest,
|
|
2757
2743
|
) -> r_kvstore_20150101_models.DescribeActiveOperationTaskResponse:
|
|
2758
2744
|
"""
|
|
2759
|
-
|
|
2760
|
-
* **0**: returns the current task. This is the default value.
|
|
2761
|
-
* **1**: returns the historical tasks.
|
|
2745
|
+
After you have called this API operation and queried the information about a specific O&M task, you can also call the [ModifyActiveOperationTask](~~ModifyActiveOperationTask~~) operation to modify the scheduled switchover time of the O&M task.
|
|
2762
2746
|
|
|
2763
2747
|
@param request: DescribeActiveOperationTaskRequest
|
|
2764
2748
|
@return: DescribeActiveOperationTaskResponse
|
|
@@ -4083,6 +4067,13 @@ class Client(OpenApiClient):
|
|
|
4083
4067
|
request: r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoRequest,
|
|
4084
4068
|
runtime: util_models.RuntimeOptions,
|
|
4085
4069
|
) -> r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoResponse:
|
|
4070
|
+
"""
|
|
4071
|
+
> Only instances that use cloud disks support this operation.
|
|
4072
|
+
|
|
4073
|
+
@param request: DescribeDBNodeDirectVipInfoRequest
|
|
4074
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
4075
|
+
@return: DescribeDBNodeDirectVipInfoResponse
|
|
4076
|
+
"""
|
|
4086
4077
|
UtilClient.validate_model(request)
|
|
4087
4078
|
query = {}
|
|
4088
4079
|
if not UtilClient.is_unset(request.instance_id):
|
|
@@ -4119,6 +4110,13 @@ class Client(OpenApiClient):
|
|
|
4119
4110
|
request: r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoRequest,
|
|
4120
4111
|
runtime: util_models.RuntimeOptions,
|
|
4121
4112
|
) -> r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoResponse:
|
|
4113
|
+
"""
|
|
4114
|
+
> Only instances that use cloud disks support this operation.
|
|
4115
|
+
|
|
4116
|
+
@param request: DescribeDBNodeDirectVipInfoRequest
|
|
4117
|
+
@param runtime: runtime options for this request RuntimeOptions
|
|
4118
|
+
@return: DescribeDBNodeDirectVipInfoResponse
|
|
4119
|
+
"""
|
|
4122
4120
|
UtilClient.validate_model(request)
|
|
4123
4121
|
query = {}
|
|
4124
4122
|
if not UtilClient.is_unset(request.instance_id):
|
|
@@ -4154,6 +4152,12 @@ class Client(OpenApiClient):
|
|
|
4154
4152
|
self,
|
|
4155
4153
|
request: r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoRequest,
|
|
4156
4154
|
) -> r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoResponse:
|
|
4155
|
+
"""
|
|
4156
|
+
> Only instances that use cloud disks support this operation.
|
|
4157
|
+
|
|
4158
|
+
@param request: DescribeDBNodeDirectVipInfoRequest
|
|
4159
|
+
@return: DescribeDBNodeDirectVipInfoResponse
|
|
4160
|
+
"""
|
|
4157
4161
|
runtime = util_models.RuntimeOptions()
|
|
4158
4162
|
return self.describe_dbnode_direct_vip_info_with_options(request, runtime)
|
|
4159
4163
|
|
|
@@ -4161,6 +4165,12 @@ class Client(OpenApiClient):
|
|
|
4161
4165
|
self,
|
|
4162
4166
|
request: r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoRequest,
|
|
4163
4167
|
) -> r_kvstore_20150101_models.DescribeDBNodeDirectVipInfoResponse:
|
|
4168
|
+
"""
|
|
4169
|
+
> Only instances that use cloud disks support this operation.
|
|
4170
|
+
|
|
4171
|
+
@param request: DescribeDBNodeDirectVipInfoRequest
|
|
4172
|
+
@return: DescribeDBNodeDirectVipInfoResponse
|
|
4173
|
+
"""
|
|
4164
4174
|
runtime = util_models.RuntimeOptions()
|
|
4165
4175
|
return await self.describe_dbnode_direct_vip_info_with_options_async(request, runtime)
|
|
4166
4176
|
|
|
@@ -6588,7 +6598,7 @@ class Client(OpenApiClient):
|
|
|
6588
6598
|
runtime: util_models.RuntimeOptions,
|
|
6589
6599
|
) -> r_kvstore_20150101_models.DescribeParameterTemplatesResponse:
|
|
6590
6600
|
"""
|
|
6591
|
-
|
|
6601
|
+
After you call this operation to query the parameters and default values of an instance, you can call the [ModifyInstanceConfig](~~61113~~) operation to reconfigure the parameters of the instance.
|
|
6592
6602
|
|
|
6593
6603
|
@param request: DescribeParameterTemplatesRequest
|
|
6594
6604
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -6641,7 +6651,7 @@ class Client(OpenApiClient):
|
|
|
6641
6651
|
runtime: util_models.RuntimeOptions,
|
|
6642
6652
|
) -> r_kvstore_20150101_models.DescribeParameterTemplatesResponse:
|
|
6643
6653
|
"""
|
|
6644
|
-
|
|
6654
|
+
After you call this operation to query the parameters and default values of an instance, you can call the [ModifyInstanceConfig](~~61113~~) operation to reconfigure the parameters of the instance.
|
|
6645
6655
|
|
|
6646
6656
|
@param request: DescribeParameterTemplatesRequest
|
|
6647
6657
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -6693,7 +6703,7 @@ class Client(OpenApiClient):
|
|
|
6693
6703
|
request: r_kvstore_20150101_models.DescribeParameterTemplatesRequest,
|
|
6694
6704
|
) -> r_kvstore_20150101_models.DescribeParameterTemplatesResponse:
|
|
6695
6705
|
"""
|
|
6696
|
-
|
|
6706
|
+
After you call this operation to query the parameters and default values of an instance, you can call the [ModifyInstanceConfig](~~61113~~) operation to reconfigure the parameters of the instance.
|
|
6697
6707
|
|
|
6698
6708
|
@param request: DescribeParameterTemplatesRequest
|
|
6699
6709
|
@return: DescribeParameterTemplatesResponse
|
|
@@ -6706,7 +6716,7 @@ class Client(OpenApiClient):
|
|
|
6706
6716
|
request: r_kvstore_20150101_models.DescribeParameterTemplatesRequest,
|
|
6707
6717
|
) -> r_kvstore_20150101_models.DescribeParameterTemplatesResponse:
|
|
6708
6718
|
"""
|
|
6709
|
-
|
|
6719
|
+
After you call this operation to query the parameters and default values of an instance, you can call the [ModifyInstanceConfig](~~61113~~) operation to reconfigure the parameters of the instance.
|
|
6710
6720
|
|
|
6711
6721
|
@param request: DescribeParameterTemplatesRequest
|
|
6712
6722
|
@return: DescribeParameterTemplatesResponse
|
|
@@ -8542,7 +8552,7 @@ class Client(OpenApiClient):
|
|
|
8542
8552
|
runtime: util_models.RuntimeOptions,
|
|
8543
8553
|
) -> r_kvstore_20150101_models.InitializeKvstorePermissionResponse:
|
|
8544
8554
|
"""
|
|
8545
|
-
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis]
|
|
8555
|
+
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis](~~184337~~).
|
|
8546
8556
|
|
|
8547
8557
|
@param request: InitializeKvstorePermissionRequest
|
|
8548
8558
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8587,7 +8597,7 @@ class Client(OpenApiClient):
|
|
|
8587
8597
|
runtime: util_models.RuntimeOptions,
|
|
8588
8598
|
) -> r_kvstore_20150101_models.InitializeKvstorePermissionResponse:
|
|
8589
8599
|
"""
|
|
8590
|
-
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis]
|
|
8600
|
+
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis](~~184337~~).
|
|
8591
8601
|
|
|
8592
8602
|
@param request: InitializeKvstorePermissionRequest
|
|
8593
8603
|
@param runtime: runtime options for this request RuntimeOptions
|
|
@@ -8631,7 +8641,7 @@ class Client(OpenApiClient):
|
|
|
8631
8641
|
request: r_kvstore_20150101_models.InitializeKvstorePermissionRequest,
|
|
8632
8642
|
) -> r_kvstore_20150101_models.InitializeKvstorePermissionResponse:
|
|
8633
8643
|
"""
|
|
8634
|
-
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis]
|
|
8644
|
+
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis](~~184337~~).
|
|
8635
8645
|
|
|
8636
8646
|
@param request: InitializeKvstorePermissionRequest
|
|
8637
8647
|
@return: InitializeKvstorePermissionResponse
|
|
@@ -8644,7 +8654,7 @@ class Client(OpenApiClient):
|
|
|
8644
8654
|
request: r_kvstore_20150101_models.InitializeKvstorePermissionRequest,
|
|
8645
8655
|
) -> r_kvstore_20150101_models.InitializeKvstorePermissionResponse:
|
|
8646
8656
|
"""
|
|
8647
|
-
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis]
|
|
8657
|
+
The log management feature of ApsaraDB for Redis requires the resources of [Log Service](~~48869~~). To use the log management feature of ApsaraDB for Redis, you can call this operation to associate the RAM role named AliyunServiceRoleForKvstore with the ApsaraDB for Redis instance. For more information, see [Associated RAM roles of ApsaraDB for Redis](~~184337~~).
|
|
8648
8658
|
|
|
8649
8659
|
@param request: InitializeKvstorePermissionRequest
|
|
8650
8660
|
@return: InitializeKvstorePermissionResponse
|
|
@@ -11158,6 +11168,8 @@ class Client(OpenApiClient):
|
|
|
11158
11168
|
query['InstanceId'] = request.instance_id
|
|
11159
11169
|
if not UtilClient.is_unset(request.major_version):
|
|
11160
11170
|
query['MajorVersion'] = request.major_version
|
|
11171
|
+
if not UtilClient.is_unset(request.node_type):
|
|
11172
|
+
query['NodeType'] = request.node_type
|
|
11161
11173
|
if not UtilClient.is_unset(request.order_type):
|
|
11162
11174
|
query['OrderType'] = request.order_type
|
|
11163
11175
|
if not UtilClient.is_unset(request.owner_account):
|
|
@@ -11233,6 +11245,8 @@ class Client(OpenApiClient):
|
|
|
11233
11245
|
query['InstanceId'] = request.instance_id
|
|
11234
11246
|
if not UtilClient.is_unset(request.major_version):
|
|
11235
11247
|
query['MajorVersion'] = request.major_version
|
|
11248
|
+
if not UtilClient.is_unset(request.node_type):
|
|
11249
|
+
query['NodeType'] = request.node_type
|
|
11236
11250
|
if not UtilClient.is_unset(request.order_type):
|
|
11237
11251
|
query['OrderType'] = request.order_type
|
|
11238
11252
|
if not UtilClient.is_unset(request.owner_account):
|