huaweicloudsdkgaussdb 3.1.132__py2.py3-none-any.whl → 3.1.134__py2.py3-none-any.whl
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.
- huaweicloudsdkgaussdb/v3/gaussdb_async_client.py +14 -14
- huaweicloudsdkgaussdb/v3/gaussdb_client.py +14 -14
- huaweicloudsdkgaussdb/v3/model/check_ch_database_config_request_body.py +3 -3
- huaweicloudsdkgaussdb/v3/model/check_ch_database_table_config_request_body.py +3 -3
- huaweicloudsdkgaussdb/v3/model/check_data_base_config_response.py +6 -6
- huaweicloudsdkgaussdb/v3/model/check_table_config_response.py +3 -3
- huaweicloudsdkgaussdb/v3/model/copy_configurations_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/copy_instance_configurations_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/create_ch_database_replication_request_body.py +3 -3
- huaweicloudsdkgaussdb/v3/model/create_ch_instance_request_body.py +3 -3
- huaweicloudsdkgaussdb/v3/model/create_click_house_instance_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/create_database_user_list.py +3 -3
- huaweicloudsdkgaussdb/v3/model/create_star_rocks_data_replication.py +6 -6
- huaweicloudsdkgaussdb/v3/model/create_starrocks_instance_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/db_config_check_request_v3.py +9 -9
- huaweicloudsdkgaussdb/v3/model/delete_click_house_instance_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/delete_gauss_my_sql_backup_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/delete_starrocks_instance_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/list_click_house_instance_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/list_configurations_instances_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/list_htap_instance_info_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/list_modify_history_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_by_data_base_response.py +6 -6
- huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_response.py +6 -6
- huaweicloudsdkgaussdb/v3/model/list_starrocks_instance_info_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/modify_port_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/mysql_create_readonly_node_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_backup.py +3 -3
- huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_req.py +6 -6
- huaweicloudsdkgaussdb/v3/model/mysql_datastore_in_res.py +6 -6
- huaweicloudsdkgaussdb/v3/model/mysql_instance_list_info.py +3 -3
- huaweicloudsdkgaussdb/v3/model/mysql_instance_list_info_unify_status.py +3 -3
- huaweicloudsdkgaussdb/v3/model/resize_star_rocks_flavor_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/resource_check_resource.py +3 -3
- huaweicloudsdkgaussdb/v3/model/show_restore_tables_request.py +3 -3
- huaweicloudsdkgaussdb/v3/model/star_rocks_replication_info.py +3 -3
- huaweicloudsdkgaussdb/v3/model/table_config_check_request_v3.py +9 -9
- huaweicloudsdkgaussdb/v3/model/update_backup_offsite_policy_info.py +3 -3
- huaweicloudsdkgaussdb/v3/model/update_proxy_port_request_body.py +3 -3
- {huaweicloudsdkgaussdb-3.1.132.dist-info → huaweicloudsdkgaussdb-3.1.134.dist-info}/METADATA +2 -2
- {huaweicloudsdkgaussdb-3.1.132.dist-info → huaweicloudsdkgaussdb-3.1.134.dist-info}/RECORD +44 -44
- {huaweicloudsdkgaussdb-3.1.132.dist-info → huaweicloudsdkgaussdb-3.1.134.dist-info}/LICENSE +0 -0
- {huaweicloudsdkgaussdb-3.1.132.dist-info → huaweicloudsdkgaussdb-3.1.134.dist-info}/WHEEL +0 -0
- {huaweicloudsdkgaussdb-3.1.132.dist-info → huaweicloudsdkgaussdb-3.1.134.dist-info}/top_level.txt +0 -0
@@ -41,11 +41,11 @@ class DbConfigCheckRequestV3:
|
|
41
41
|
|
42
42
|
The model defined in huaweicloud sdk
|
43
43
|
|
44
|
-
:param source_instance_id:
|
44
|
+
:param source_instance_id: TaurusDB实例ID。
|
45
45
|
:type source_instance_id: str
|
46
|
-
:param source_node_id:
|
46
|
+
:param source_node_id: TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID
|
47
47
|
:type source_node_id: str
|
48
|
-
:param source_database_name:
|
48
|
+
:param source_database_name: TaurusDB数据库名。
|
49
49
|
:type source_database_name: str
|
50
50
|
:param target_database_name: 目标数据库名。字符长度限制3~128位,仅支持英文大小写字母、数字以及下划线_。
|
51
51
|
:type target_database_name: str
|
@@ -87,7 +87,7 @@ class DbConfigCheckRequestV3:
|
|
87
87
|
def source_instance_id(self):
|
88
88
|
"""Gets the source_instance_id of this DbConfigCheckRequestV3.
|
89
89
|
|
90
|
-
|
90
|
+
TaurusDB实例ID。
|
91
91
|
|
92
92
|
:return: The source_instance_id of this DbConfigCheckRequestV3.
|
93
93
|
:rtype: str
|
@@ -98,7 +98,7 @@ class DbConfigCheckRequestV3:
|
|
98
98
|
def source_instance_id(self, source_instance_id):
|
99
99
|
"""Sets the source_instance_id of this DbConfigCheckRequestV3.
|
100
100
|
|
101
|
-
|
101
|
+
TaurusDB实例ID。
|
102
102
|
|
103
103
|
:param source_instance_id: The source_instance_id of this DbConfigCheckRequestV3.
|
104
104
|
:type source_instance_id: str
|
@@ -109,7 +109,7 @@ class DbConfigCheckRequestV3:
|
|
109
109
|
def source_node_id(self):
|
110
110
|
"""Gets the source_node_id of this DbConfigCheckRequestV3.
|
111
111
|
|
112
|
-
|
112
|
+
TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID
|
113
113
|
|
114
114
|
:return: The source_node_id of this DbConfigCheckRequestV3.
|
115
115
|
:rtype: str
|
@@ -120,7 +120,7 @@ class DbConfigCheckRequestV3:
|
|
120
120
|
def source_node_id(self, source_node_id):
|
121
121
|
"""Sets the source_node_id of this DbConfigCheckRequestV3.
|
122
122
|
|
123
|
-
|
123
|
+
TaurusDB只读节点ID。如为空,则取TaurusDB主节点ID
|
124
124
|
|
125
125
|
:param source_node_id: The source_node_id of this DbConfigCheckRequestV3.
|
126
126
|
:type source_node_id: str
|
@@ -131,7 +131,7 @@ class DbConfigCheckRequestV3:
|
|
131
131
|
def source_database_name(self):
|
132
132
|
"""Gets the source_database_name of this DbConfigCheckRequestV3.
|
133
133
|
|
134
|
-
|
134
|
+
TaurusDB数据库名。
|
135
135
|
|
136
136
|
:return: The source_database_name of this DbConfigCheckRequestV3.
|
137
137
|
:rtype: str
|
@@ -142,7 +142,7 @@ class DbConfigCheckRequestV3:
|
|
142
142
|
def source_database_name(self, source_database_name):
|
143
143
|
"""Sets the source_database_name of this DbConfigCheckRequestV3.
|
144
144
|
|
145
|
-
|
145
|
+
TaurusDB数据库名。
|
146
146
|
|
147
147
|
:param source_database_name: The source_database_name of this DbConfigCheckRequestV3.
|
148
148
|
:type source_database_name: str
|
@@ -33,7 +33,7 @@ class DeleteClickHouseInstanceRequest:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param instance_id:
|
36
|
+
:param instance_id: TaurusDB实例ID,严格匹配UUID规则。
|
37
37
|
:type instance_id: str
|
38
38
|
:param clickhouse_instance_id: ClickHouse实例ID,严格匹配UUID规则。
|
39
39
|
:type clickhouse_instance_id: str
|
@@ -57,7 +57,7 @@ class DeleteClickHouseInstanceRequest:
|
|
57
57
|
def instance_id(self):
|
58
58
|
"""Gets the instance_id of this DeleteClickHouseInstanceRequest.
|
59
59
|
|
60
|
-
|
60
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
61
61
|
|
62
62
|
:return: The instance_id of this DeleteClickHouseInstanceRequest.
|
63
63
|
:rtype: str
|
@@ -68,7 +68,7 @@ class DeleteClickHouseInstanceRequest:
|
|
68
68
|
def instance_id(self, instance_id):
|
69
69
|
"""Sets the instance_id of this DeleteClickHouseInstanceRequest.
|
70
70
|
|
71
|
-
|
71
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
72
72
|
|
73
73
|
:param instance_id: The instance_id of this DeleteClickHouseInstanceRequest.
|
74
74
|
:type instance_id: str
|
@@ -33,7 +33,7 @@ class DeleteGaussMySqlBackupRequest:
|
|
33
33
|
|
34
34
|
:param x_language: 语言。
|
35
35
|
:type x_language: str
|
36
|
-
:param backup_id: 备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-
|
36
|
+
:param backup_id: 备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlBackupList.html)。
|
37
37
|
:type backup_id: str
|
38
38
|
"""
|
39
39
|
|
@@ -73,7 +73,7 @@ class DeleteGaussMySqlBackupRequest:
|
|
73
73
|
def backup_id(self):
|
74
74
|
"""Gets the backup_id of this DeleteGaussMySqlBackupRequest.
|
75
75
|
|
76
|
-
备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-
|
76
|
+
备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlBackupList.html)。
|
77
77
|
|
78
78
|
:return: The backup_id of this DeleteGaussMySqlBackupRequest.
|
79
79
|
:rtype: str
|
@@ -84,7 +84,7 @@ class DeleteGaussMySqlBackupRequest:
|
|
84
84
|
def backup_id(self, backup_id):
|
85
85
|
"""Sets the backup_id of this DeleteGaussMySqlBackupRequest.
|
86
86
|
|
87
|
-
备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-
|
87
|
+
备份文件ID。 获取方法参见[查询备份列表](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlBackupList.html)。
|
88
88
|
|
89
89
|
:param backup_id: The backup_id of this DeleteGaussMySqlBackupRequest.
|
90
90
|
:type backup_id: str
|
@@ -33,7 +33,7 @@ class DeleteStarrocksInstanceRequest:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param instance_id:
|
36
|
+
:param instance_id: TaurusDB实例ID,严格匹配UUID规则。
|
37
37
|
:type instance_id: str
|
38
38
|
:param starrocks_instance_id: StarRocks实例ID,严格匹配UUID规则。
|
39
39
|
:type starrocks_instance_id: str
|
@@ -57,7 +57,7 @@ class DeleteStarrocksInstanceRequest:
|
|
57
57
|
def instance_id(self):
|
58
58
|
"""Gets the instance_id of this DeleteStarrocksInstanceRequest.
|
59
59
|
|
60
|
-
|
60
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
61
61
|
|
62
62
|
:return: The instance_id of this DeleteStarrocksInstanceRequest.
|
63
63
|
:rtype: str
|
@@ -68,7 +68,7 @@ class DeleteStarrocksInstanceRequest:
|
|
68
68
|
def instance_id(self, instance_id):
|
69
69
|
"""Sets the instance_id of this DeleteStarrocksInstanceRequest.
|
70
70
|
|
71
|
-
|
71
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
72
72
|
|
73
73
|
:param instance_id: The instance_id of this DeleteStarrocksInstanceRequest.
|
74
74
|
:type instance_id: str
|
@@ -33,7 +33,7 @@ class ListClickHouseInstanceRequest:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param instance_id:
|
36
|
+
:param instance_id: TaurusDB实例ID,严格匹配UUID规则。
|
37
37
|
:type instance_id: str
|
38
38
|
:param clickhouse_instance_id: ClickHouse实例ID,严格匹配UUID规则。
|
39
39
|
:type clickhouse_instance_id: str
|
@@ -57,7 +57,7 @@ class ListClickHouseInstanceRequest:
|
|
57
57
|
def instance_id(self):
|
58
58
|
"""Gets the instance_id of this ListClickHouseInstanceRequest.
|
59
59
|
|
60
|
-
|
60
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
61
61
|
|
62
62
|
:return: The instance_id of this ListClickHouseInstanceRequest.
|
63
63
|
:rtype: str
|
@@ -68,7 +68,7 @@ class ListClickHouseInstanceRequest:
|
|
68
68
|
def instance_id(self, instance_id):
|
69
69
|
"""Sets the instance_id of this ListClickHouseInstanceRequest.
|
70
70
|
|
71
|
-
|
71
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
72
72
|
|
73
73
|
:param instance_id: The instance_id of this ListClickHouseInstanceRequest.
|
74
74
|
:type instance_id: str
|
@@ -37,7 +37,7 @@ class ListConfigurationsInstancesRequest:
|
|
37
37
|
|
38
38
|
:param x_language: 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn
|
39
39
|
:type x_language: str
|
40
|
-
:param configuration_id: 参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-
|
40
|
+
:param configuration_id: 参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
|
41
41
|
:type configuration_id: str
|
42
42
|
:param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
43
43
|
:type offset: int
|
@@ -87,7 +87,7 @@ class ListConfigurationsInstancesRequest:
|
|
87
87
|
def configuration_id(self):
|
88
88
|
"""Gets the configuration_id of this ListConfigurationsInstancesRequest.
|
89
89
|
|
90
|
-
参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-
|
90
|
+
参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
|
91
91
|
|
92
92
|
:return: The configuration_id of this ListConfigurationsInstancesRequest.
|
93
93
|
:rtype: str
|
@@ -98,7 +98,7 @@ class ListConfigurationsInstancesRequest:
|
|
98
98
|
def configuration_id(self, configuration_id):
|
99
99
|
"""Sets the configuration_id of this ListConfigurationsInstancesRequest.
|
100
100
|
|
101
|
-
参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-
|
101
|
+
参数模板ID。 通过调用[查询参数模板](https://support.huaweicloud.com/api-taurusdb/ListGaussMySqlConfigurations.html)接口获取。 请求响应成功后在响应消息体中包含的“id”的值即为configuration_id值。
|
102
102
|
|
103
103
|
:param configuration_id: The configuration_id of this ListConfigurationsInstancesRequest.
|
104
104
|
:type configuration_id: str
|
@@ -31,7 +31,7 @@ class ListHtapInstanceInfoRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param instance_id:
|
34
|
+
:param instance_id: TaurusDB实例ID,严格匹配UUID规则。
|
35
35
|
:type instance_id: str
|
36
36
|
:param x_language: 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn
|
37
37
|
:type x_language: str
|
@@ -51,7 +51,7 @@ class ListHtapInstanceInfoRequest:
|
|
51
51
|
def instance_id(self):
|
52
52
|
"""Gets the instance_id of this ListHtapInstanceInfoRequest.
|
53
53
|
|
54
|
-
|
54
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
55
55
|
|
56
56
|
:return: The instance_id of this ListHtapInstanceInfoRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class ListHtapInstanceInfoRequest:
|
|
62
62
|
def instance_id(self, instance_id):
|
63
63
|
"""Sets the instance_id of this ListHtapInstanceInfoRequest.
|
64
64
|
|
65
|
-
|
65
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
66
66
|
|
67
67
|
:param instance_id: The instance_id of this ListHtapInstanceInfoRequest.
|
68
68
|
:type instance_id: str
|
@@ -37,7 +37,7 @@ class ListModifyHistoryRequest:
|
|
37
37
|
|
38
38
|
:param x_language: 请求语言类型。默认en-us。 取值范围: - en-us - zh-cn
|
39
39
|
:type x_language: str
|
40
|
-
:param configuration_id: 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-
|
40
|
+
:param configuration_id: 参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
|
41
41
|
:type configuration_id: str
|
42
42
|
:param offset: 索引位置,偏移量。从第一条数据偏移offset条数据后开始查询,默认为0(偏移0条数据,表示从第一条数据开始查询),必须为数字,不能为负数。
|
43
43
|
:type offset: int
|
@@ -87,7 +87,7 @@ class ListModifyHistoryRequest:
|
|
87
87
|
def configuration_id(self):
|
88
88
|
"""Gets the configuration_id of this ListModifyHistoryRequest.
|
89
89
|
|
90
|
-
参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-
|
90
|
+
参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
|
91
91
|
|
92
92
|
:return: The configuration_id of this ListModifyHistoryRequest.
|
93
93
|
:rtype: str
|
@@ -98,7 +98,7 @@ class ListModifyHistoryRequest:
|
|
98
98
|
def configuration_id(self, configuration_id):
|
99
99
|
"""Sets the configuration_id of this ListModifyHistoryRequest.
|
100
100
|
|
101
|
-
参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-
|
101
|
+
参数组ID。 通过调用[查询实例详情信息](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlInstanceInfo.html)接口获取。 请求响应成功后在响应消息体中包含的“configuration_id”的值即为configuration_id值。
|
102
102
|
|
103
103
|
:param configuration_id: The configuration_id of this ListModifyHistoryRequest.
|
104
104
|
:type configuration_id: str
|
huaweicloudsdkgaussdb/v3/model/list_star_rocks_data_replication_config_by_data_base_response.py
CHANGED
@@ -46,9 +46,9 @@ class ListStarRocksDataReplicationConfigByDataBaseResponse(SdkResponse):
|
|
46
46
|
|
47
47
|
The model defined in huaweicloud sdk
|
48
48
|
|
49
|
-
:param source_instance_id:
|
49
|
+
:param source_instance_id: TaurusDB实例ID。
|
50
50
|
:type source_instance_id: str
|
51
|
-
:param source_node_id:
|
51
|
+
:param source_node_id: TaurusDB节点ID。
|
52
52
|
:type source_node_id: str
|
53
53
|
:param database_info:
|
54
54
|
:type database_info: :class:`huaweicloudsdkgaussdb.v3.DataBaseInfo`
|
@@ -102,7 +102,7 @@ class ListStarRocksDataReplicationConfigByDataBaseResponse(SdkResponse):
|
|
102
102
|
def source_instance_id(self):
|
103
103
|
"""Gets the source_instance_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
104
104
|
|
105
|
-
|
105
|
+
TaurusDB实例ID。
|
106
106
|
|
107
107
|
:return: The source_instance_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
108
108
|
:rtype: str
|
@@ -113,7 +113,7 @@ class ListStarRocksDataReplicationConfigByDataBaseResponse(SdkResponse):
|
|
113
113
|
def source_instance_id(self, source_instance_id):
|
114
114
|
"""Sets the source_instance_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
115
115
|
|
116
|
-
|
116
|
+
TaurusDB实例ID。
|
117
117
|
|
118
118
|
:param source_instance_id: The source_instance_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
119
119
|
:type source_instance_id: str
|
@@ -124,7 +124,7 @@ class ListStarRocksDataReplicationConfigByDataBaseResponse(SdkResponse):
|
|
124
124
|
def source_node_id(self):
|
125
125
|
"""Gets the source_node_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
126
126
|
|
127
|
-
|
127
|
+
TaurusDB节点ID。
|
128
128
|
|
129
129
|
:return: The source_node_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
130
130
|
:rtype: str
|
@@ -135,7 +135,7 @@ class ListStarRocksDataReplicationConfigByDataBaseResponse(SdkResponse):
|
|
135
135
|
def source_node_id(self, source_node_id):
|
136
136
|
"""Sets the source_node_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
137
137
|
|
138
|
-
|
138
|
+
TaurusDB节点ID。
|
139
139
|
|
140
140
|
:param source_node_id: The source_node_id of this ListStarRocksDataReplicationConfigByDataBaseResponse.
|
141
141
|
:type source_node_id: str
|
@@ -46,9 +46,9 @@ class ListStarRocksDataReplicationConfigResponse(SdkResponse):
|
|
46
46
|
|
47
47
|
The model defined in huaweicloud sdk
|
48
48
|
|
49
|
-
:param source_instance_id:
|
49
|
+
:param source_instance_id: TaurusDB实例ID。
|
50
50
|
:type source_instance_id: str
|
51
|
-
:param source_node_id:
|
51
|
+
:param source_node_id: TaurusDB节点ID。
|
52
52
|
:type source_node_id: str
|
53
53
|
:param database_info:
|
54
54
|
:type database_info: :class:`huaweicloudsdkgaussdb.v3.DataBaseInfo`
|
@@ -102,7 +102,7 @@ class ListStarRocksDataReplicationConfigResponse(SdkResponse):
|
|
102
102
|
def source_instance_id(self):
|
103
103
|
"""Gets the source_instance_id of this ListStarRocksDataReplicationConfigResponse.
|
104
104
|
|
105
|
-
|
105
|
+
TaurusDB实例ID。
|
106
106
|
|
107
107
|
:return: The source_instance_id of this ListStarRocksDataReplicationConfigResponse.
|
108
108
|
:rtype: str
|
@@ -113,7 +113,7 @@ class ListStarRocksDataReplicationConfigResponse(SdkResponse):
|
|
113
113
|
def source_instance_id(self, source_instance_id):
|
114
114
|
"""Sets the source_instance_id of this ListStarRocksDataReplicationConfigResponse.
|
115
115
|
|
116
|
-
|
116
|
+
TaurusDB实例ID。
|
117
117
|
|
118
118
|
:param source_instance_id: The source_instance_id of this ListStarRocksDataReplicationConfigResponse.
|
119
119
|
:type source_instance_id: str
|
@@ -124,7 +124,7 @@ class ListStarRocksDataReplicationConfigResponse(SdkResponse):
|
|
124
124
|
def source_node_id(self):
|
125
125
|
"""Gets the source_node_id of this ListStarRocksDataReplicationConfigResponse.
|
126
126
|
|
127
|
-
|
127
|
+
TaurusDB节点ID。
|
128
128
|
|
129
129
|
:return: The source_node_id of this ListStarRocksDataReplicationConfigResponse.
|
130
130
|
:rtype: str
|
@@ -135,7 +135,7 @@ class ListStarRocksDataReplicationConfigResponse(SdkResponse):
|
|
135
135
|
def source_node_id(self, source_node_id):
|
136
136
|
"""Sets the source_node_id of this ListStarRocksDataReplicationConfigResponse.
|
137
137
|
|
138
|
-
|
138
|
+
TaurusDB节点ID。
|
139
139
|
|
140
140
|
:param source_node_id: The source_node_id of this ListStarRocksDataReplicationConfigResponse.
|
141
141
|
:type source_node_id: str
|
@@ -33,7 +33,7 @@ class ListStarrocksInstanceInfoRequest:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param instance_id:
|
36
|
+
:param instance_id: TaurusDB实例ID,严格匹配UUID规则。
|
37
37
|
:type instance_id: str
|
38
38
|
:param starrocks_instance_id: StarRocks实例ID,严格匹配UUID规则。
|
39
39
|
:type starrocks_instance_id: str
|
@@ -57,7 +57,7 @@ class ListStarrocksInstanceInfoRequest:
|
|
57
57
|
def instance_id(self):
|
58
58
|
"""Gets the instance_id of this ListStarrocksInstanceInfoRequest.
|
59
59
|
|
60
|
-
|
60
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
61
61
|
|
62
62
|
:return: The instance_id of this ListStarrocksInstanceInfoRequest.
|
63
63
|
:rtype: str
|
@@ -68,7 +68,7 @@ class ListStarrocksInstanceInfoRequest:
|
|
68
68
|
def instance_id(self, instance_id):
|
69
69
|
"""Sets the instance_id of this ListStarrocksInstanceInfoRequest.
|
70
70
|
|
71
|
-
|
71
|
+
TaurusDB实例ID,严格匹配UUID规则。
|
72
72
|
|
73
73
|
:param instance_id: The instance_id of this ListStarrocksInstanceInfoRequest.
|
74
74
|
:type instance_id: str
|
@@ -29,7 +29,7 @@ class ModifyPortRequest:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param port: 端口号。
|
32
|
+
:param port: 端口号。 TaurusDB端口号范围:大于等于1024,小于等于65535,不包含端口5342-5345、12017、20000、20201、20202、33062。
|
33
33
|
:type port: int
|
34
34
|
"""
|
35
35
|
|
@@ -44,7 +44,7 @@ class ModifyPortRequest:
|
|
44
44
|
def port(self):
|
45
45
|
"""Gets the port of this ModifyPortRequest.
|
46
46
|
|
47
|
-
端口号。
|
47
|
+
端口号。 TaurusDB端口号范围:大于等于1024,小于等于65535,不包含端口5342-5345、12017、20000、20201、20202、33062。
|
48
48
|
|
49
49
|
:return: The port of this ModifyPortRequest.
|
50
50
|
:rtype: int
|
@@ -55,7 +55,7 @@ class ModifyPortRequest:
|
|
55
55
|
def port(self, port):
|
56
56
|
"""Sets the port of this ModifyPortRequest.
|
57
57
|
|
58
|
-
端口号。
|
58
|
+
端口号。 TaurusDB端口号范围:大于等于1024,小于等于65535,不包含端口5342-5345、12017、20000、20201、20202、33062。
|
59
59
|
|
60
60
|
:param port: The port of this ModifyPortRequest.
|
61
61
|
:type port: int
|
@@ -37,7 +37,7 @@ class MysqlCreateReadonlyNodeRequest:
|
|
37
37
|
:type priorities: list[int]
|
38
38
|
:param is_auto_pay: 创建包周期时可指定,表示是否自动从客户的账户中支付,此字段不影响自动续订的支付方式。 - true,为自动支付,默认该方式。 - false,为手动支付。
|
39
39
|
:type is_auto_pay: str
|
40
|
-
:param availability_zones: 可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-
|
40
|
+
:param availability_zones: 可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlFlavors.html)获取,其中az_status中的key为availability_zone。 注:指定可用区创建只读节点,可能由于资源不足创建失败。
|
41
41
|
:type availability_zones: list[str]
|
42
42
|
"""
|
43
43
|
|
@@ -102,7 +102,7 @@ class MysqlCreateReadonlyNodeRequest:
|
|
102
102
|
def availability_zones(self):
|
103
103
|
"""Gets the availability_zones of this MysqlCreateReadonlyNodeRequest.
|
104
104
|
|
105
|
-
可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-
|
105
|
+
可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlFlavors.html)获取,其中az_status中的key为availability_zone。 注:指定可用区创建只读节点,可能由于资源不足创建失败。
|
106
106
|
|
107
107
|
:return: The availability_zones of this MysqlCreateReadonlyNodeRequest.
|
108
108
|
:rtype: list[str]
|
@@ -113,7 +113,7 @@ class MysqlCreateReadonlyNodeRequest:
|
|
113
113
|
def availability_zones(self, availability_zones):
|
114
114
|
"""Sets the availability_zones of this MysqlCreateReadonlyNodeRequest.
|
115
115
|
|
116
|
-
可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-
|
116
|
+
可用区。可指定可用区创建只读节点,不传该参数时默认为自动选择可用区。 调用[查询数据库规格](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlFlavors.html)获取,其中az_status中的key为availability_zone。 注:指定可用区创建只读节点,可能由于资源不足创建失败。
|
117
117
|
|
118
118
|
:param availability_zones: The availability_zones of this MysqlCreateReadonlyNodeRequest.
|
119
119
|
:type availability_zones: list[str]
|
@@ -33,7 +33,7 @@ class MysqlDatastoreInBackup:
|
|
33
33
|
|
34
34
|
:param type: 数据库引擎,现在只支持gaussdb-mysql。
|
35
35
|
:type type: str
|
36
|
-
:param version: 数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
36
|
+
:param version: 数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的name字段。
|
37
37
|
:type version: str
|
38
38
|
"""
|
39
39
|
|
@@ -72,7 +72,7 @@ class MysqlDatastoreInBackup:
|
|
72
72
|
def version(self):
|
73
73
|
"""Gets the version of this MysqlDatastoreInBackup.
|
74
74
|
|
75
|
-
数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
75
|
+
数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的name字段。
|
76
76
|
|
77
77
|
:return: The version of this MysqlDatastoreInBackup.
|
78
78
|
:rtype: str
|
@@ -83,7 +83,7 @@ class MysqlDatastoreInBackup:
|
|
83
83
|
def version(self, version):
|
84
84
|
"""Sets the version of this MysqlDatastoreInBackup.
|
85
85
|
|
86
|
-
数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
86
|
+
数据库版本。 数据库支持的版本信息,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的name字段。
|
87
87
|
|
88
88
|
:param version: The version of this MysqlDatastoreInBackup.
|
89
89
|
:type version: str
|
@@ -35,9 +35,9 @@ class MysqlDatastoreInReq:
|
|
35
35
|
|
36
36
|
:param type: 数据库引擎,现在只支持gaussdb-mysql。
|
37
37
|
:type type: str
|
38
|
-
:param version: 兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
38
|
+
:param version: 兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
39
39
|
:type version: str
|
40
|
-
:param kernel_version: 内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
40
|
+
:param kernel_version: 内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
41
41
|
:type kernel_version: str
|
42
42
|
"""
|
43
43
|
|
@@ -79,7 +79,7 @@ class MysqlDatastoreInReq:
|
|
79
79
|
def version(self):
|
80
80
|
"""Gets the version of this MysqlDatastoreInReq.
|
81
81
|
|
82
|
-
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
82
|
+
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
83
83
|
|
84
84
|
:return: The version of this MysqlDatastoreInReq.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class MysqlDatastoreInReq:
|
|
90
90
|
def version(self, version):
|
91
91
|
"""Sets the version of this MysqlDatastoreInReq.
|
92
92
|
|
93
|
-
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
93
|
+
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
94
94
|
|
95
95
|
:param version: The version of this MysqlDatastoreInReq.
|
96
96
|
:type version: str
|
@@ -101,7 +101,7 @@ class MysqlDatastoreInReq:
|
|
101
101
|
def kernel_version(self):
|
102
102
|
"""Gets the kernel_version of this MysqlDatastoreInReq.
|
103
103
|
|
104
|
-
内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
104
|
+
内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
105
105
|
|
106
106
|
:return: The kernel_version of this MysqlDatastoreInReq.
|
107
107
|
:rtype: str
|
@@ -112,7 +112,7 @@ class MysqlDatastoreInReq:
|
|
112
112
|
def kernel_version(self, kernel_version):
|
113
113
|
"""Sets the kernel_version of this MysqlDatastoreInReq.
|
114
114
|
|
115
|
-
内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
115
|
+
内核数据库版本。如果需要指定具体的内核版本,请联系客服人员添加白名单。 完整的四位内核数据库版本,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
116
116
|
|
117
117
|
:param kernel_version: The kernel_version of this MysqlDatastoreInReq.
|
118
118
|
:type kernel_version: str
|
@@ -35,9 +35,9 @@ class MysqlDatastoreInRes:
|
|
35
35
|
|
36
36
|
:param type: 数据库引擎,现在只支持gaussdb-mysql。
|
37
37
|
:type type: str
|
38
|
-
:param version: 兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
38
|
+
:param version: 兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
39
39
|
:type version: str
|
40
|
-
:param kernel_version: 内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
40
|
+
:param kernel_version: 内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
41
41
|
:type kernel_version: str
|
42
42
|
"""
|
43
43
|
|
@@ -79,7 +79,7 @@ class MysqlDatastoreInRes:
|
|
79
79
|
def version(self):
|
80
80
|
"""Gets the version of this MysqlDatastoreInRes.
|
81
81
|
|
82
|
-
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
82
|
+
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
83
83
|
|
84
84
|
:return: The version of this MysqlDatastoreInRes.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class MysqlDatastoreInRes:
|
|
90
90
|
def version(self, version):
|
91
91
|
"""Sets the version of this MysqlDatastoreInRes.
|
92
92
|
|
93
|
-
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
93
|
+
兼容的三位开源数据库版本号。 获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的version字段。
|
94
94
|
|
95
95
|
:param version: The version of this MysqlDatastoreInRes.
|
96
96
|
:type version: str
|
@@ -101,7 +101,7 @@ class MysqlDatastoreInRes:
|
|
101
101
|
def kernel_version(self):
|
102
102
|
"""Gets the kernel_version of this MysqlDatastoreInRes.
|
103
103
|
|
104
|
-
内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
104
|
+
内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
105
105
|
|
106
106
|
:return: The kernel_version of this MysqlDatastoreInRes.
|
107
107
|
:rtype: str
|
@@ -112,7 +112,7 @@ class MysqlDatastoreInRes:
|
|
112
112
|
def kernel_version(self, kernel_version):
|
113
113
|
"""Sets the kernel_version of this MysqlDatastoreInRes.
|
114
114
|
|
115
|
-
内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-
|
115
|
+
内核数据库版本。 完整的四位内核数据库版本号,获取方法请参见[查询数据库引擎的版本](https://support.huaweicloud.com/api-taurusdb/ShowGaussMySqlEngineVersion.html)返回的kernel_version字段。
|
116
116
|
|
117
117
|
:param kernel_version: The kernel_version of this MysqlDatastoreInRes.
|
118
118
|
:type kernel_version: str
|
@@ -87,7 +87,7 @@ class MysqlInstanceListInfo:
|
|
87
87
|
:type status: str
|
88
88
|
:param private_ips: 实例写内网IP地址列表。弹性云服务器创建成功后该值存在,其他情况下为空字列表。
|
89
89
|
:type private_ips: list[str]
|
90
|
-
:param proxy_ips: 实例读写分离IP地址列表。
|
90
|
+
:param proxy_ips: 实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
91
91
|
:type proxy_ips: list[str]
|
92
92
|
:param readonly_private_ips: 实例读内网IP地址列表。弹性云服务器创建成功后该值存在,其他情况下为空列表。
|
93
93
|
:type readonly_private_ips: list[str]
|
@@ -306,7 +306,7 @@ class MysqlInstanceListInfo:
|
|
306
306
|
def proxy_ips(self):
|
307
307
|
"""Gets the proxy_ips of this MysqlInstanceListInfo.
|
308
308
|
|
309
|
-
实例读写分离IP地址列表。
|
309
|
+
实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
310
310
|
|
311
311
|
:return: The proxy_ips of this MysqlInstanceListInfo.
|
312
312
|
:rtype: list[str]
|
@@ -317,7 +317,7 @@ class MysqlInstanceListInfo:
|
|
317
317
|
def proxy_ips(self, proxy_ips):
|
318
318
|
"""Sets the proxy_ips of this MysqlInstanceListInfo.
|
319
319
|
|
320
|
-
实例读写分离IP地址列表。
|
320
|
+
实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
321
321
|
|
322
322
|
:param proxy_ips: The proxy_ips of this MysqlInstanceListInfo.
|
323
323
|
:type proxy_ips: list[str]
|
@@ -87,7 +87,7 @@ class MysqlInstanceListInfoUnifyStatus:
|
|
87
87
|
:type status: str
|
88
88
|
:param private_ips: 实例写内网IP地址列表。弹性云服务器创建成功后该值存在,其他情况下为空字列表。
|
89
89
|
:type private_ips: list[str]
|
90
|
-
:param proxy_ips: 实例读写分离IP地址列表。
|
90
|
+
:param proxy_ips: 实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
91
91
|
:type proxy_ips: list[str]
|
92
92
|
:param readonly_private_ips: 实例读内网IP地址列表。弹性云服务器创建成功后该值存在,其他情况下为空列表。
|
93
93
|
:type readonly_private_ips: list[str]
|
@@ -306,7 +306,7 @@ class MysqlInstanceListInfoUnifyStatus:
|
|
306
306
|
def proxy_ips(self):
|
307
307
|
"""Gets the proxy_ips of this MysqlInstanceListInfoUnifyStatus.
|
308
308
|
|
309
|
-
实例读写分离IP地址列表。
|
309
|
+
实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
310
310
|
|
311
311
|
:return: The proxy_ips of this MysqlInstanceListInfoUnifyStatus.
|
312
312
|
:rtype: list[str]
|
@@ -317,7 +317,7 @@ class MysqlInstanceListInfoUnifyStatus:
|
|
317
317
|
def proxy_ips(self, proxy_ips):
|
318
318
|
"""Sets the proxy_ips of this MysqlInstanceListInfoUnifyStatus.
|
319
319
|
|
320
|
-
实例读写分离IP地址列表。
|
320
|
+
实例读写分离IP地址列表。TaurusDB实例开启代理成功后该值存在,其他情况下为空列表。
|
321
321
|
|
322
322
|
:param proxy_ips: The proxy_ips of this MysqlInstanceListInfoUnifyStatus.
|
323
323
|
:type proxy_ips: list[str]
|