huaweicloudsdkgaussdb 3.1.126__py2.py3-none-any.whl → 3.1.128__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/__init__.py +1 -0
- huaweicloudsdkgaussdb/v3/model/__init__.py +1 -0
- huaweicloudsdkgaussdb/v3/model/star_rocks_create_request.py +57 -3
- huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_pay_info.py +202 -0
- {huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/METADATA +2 -2
- {huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/RECORD +9 -8
- {huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/LICENSE +0 -0
- {huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/WHEEL +0 -0
- {huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/top_level.txt +0 -0
@@ -581,6 +581,7 @@ from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_be_volume import S
|
|
581
581
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_engine import StarRocksCreateRequestEngine
|
582
582
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_fe_volume import StarRocksCreateRequestFeVolume
|
583
583
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_ha import StarRocksCreateRequestHa
|
584
|
+
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_pay_info import StarRocksCreateRequestPayInfo
|
584
585
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_tags_info import StarRocksCreateRequestTagsInfo
|
585
586
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_tags_info_sys_tags import StarRocksCreateRequestTagsInfoSysTags
|
586
587
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_database_user_info import StarRocksDatabaseUserInfo
|
@@ -579,6 +579,7 @@ from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_be_volume import S
|
|
579
579
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_engine import StarRocksCreateRequestEngine
|
580
580
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_fe_volume import StarRocksCreateRequestFeVolume
|
581
581
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_ha import StarRocksCreateRequestHa
|
582
|
+
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_pay_info import StarRocksCreateRequestPayInfo
|
582
583
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_tags_info import StarRocksCreateRequestTagsInfo
|
583
584
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_create_request_tags_info_sys_tags import StarRocksCreateRequestTagsInfoSysTags
|
584
585
|
from huaweicloudsdkgaussdb.v3.model.star_rocks_database_user_info import StarRocksDatabaseUserInfo
|
@@ -31,7 +31,9 @@ class StarRocksCreateRequest:
|
|
31
31
|
'az_code': 'str',
|
32
32
|
'time_zone': 'str',
|
33
33
|
'tags_info': 'StarRocksCreateRequestTagsInfo',
|
34
|
-
'security_group_id': 'str'
|
34
|
+
'security_group_id': 'str',
|
35
|
+
'pay_info': 'StarRocksCreateRequestPayInfo',
|
36
|
+
'region_code': 'str'
|
35
37
|
}
|
36
38
|
|
37
39
|
attribute_map = {
|
@@ -49,10 +51,12 @@ class StarRocksCreateRequest:
|
|
49
51
|
'az_code': 'az_code',
|
50
52
|
'time_zone': 'time_zone',
|
51
53
|
'tags_info': 'tags_info',
|
52
|
-
'security_group_id': 'security_group_id'
|
54
|
+
'security_group_id': 'security_group_id',
|
55
|
+
'pay_info': 'pay_info',
|
56
|
+
'region_code': 'region_code'
|
53
57
|
}
|
54
58
|
|
55
|
-
def __init__(self, name=None, engine=None, ha=None, fe_flavor_id=None, be_flavor_id=None, db_root_pwd=None, fe_count=None, be_count=None, az_mode=None, fe_volume=None, be_volume=None, az_code=None, time_zone=None, tags_info=None, security_group_id=None):
|
59
|
+
def __init__(self, name=None, engine=None, ha=None, fe_flavor_id=None, be_flavor_id=None, db_root_pwd=None, fe_count=None, be_count=None, az_mode=None, fe_volume=None, be_volume=None, az_code=None, time_zone=None, tags_info=None, security_group_id=None, pay_info=None, region_code=None):
|
56
60
|
"""StarRocksCreateRequest
|
57
61
|
|
58
62
|
The model defined in huaweicloud sdk
|
@@ -87,6 +91,10 @@ class StarRocksCreateRequest:
|
|
87
91
|
:type tags_info: :class:`huaweicloudsdkgaussdb.v3.StarRocksCreateRequestTagsInfo`
|
88
92
|
:param security_group_id: 实例安全组ID。默认与Taurus安全组ID一致。
|
89
93
|
:type security_group_id: str
|
94
|
+
:param pay_info:
|
95
|
+
:type pay_info: :class:`huaweicloudsdkgaussdb.v3.StarRocksCreateRequestPayInfo`
|
96
|
+
:param region_code: 可用区。包周期场景必填。
|
97
|
+
:type region_code: str
|
90
98
|
"""
|
91
99
|
|
92
100
|
|
@@ -106,6 +114,8 @@ class StarRocksCreateRequest:
|
|
106
114
|
self._time_zone = None
|
107
115
|
self._tags_info = None
|
108
116
|
self._security_group_id = None
|
117
|
+
self._pay_info = None
|
118
|
+
self._region_code = None
|
109
119
|
self.discriminator = None
|
110
120
|
|
111
121
|
self.name = name
|
@@ -125,6 +135,10 @@ class StarRocksCreateRequest:
|
|
125
135
|
self.tags_info = tags_info
|
126
136
|
if security_group_id is not None:
|
127
137
|
self.security_group_id = security_group_id
|
138
|
+
if pay_info is not None:
|
139
|
+
self.pay_info = pay_info
|
140
|
+
if region_code is not None:
|
141
|
+
self.region_code = region_code
|
128
142
|
|
129
143
|
@property
|
130
144
|
def name(self):
|
@@ -436,6 +450,46 @@ class StarRocksCreateRequest:
|
|
436
450
|
"""
|
437
451
|
self._security_group_id = security_group_id
|
438
452
|
|
453
|
+
@property
|
454
|
+
def pay_info(self):
|
455
|
+
"""Gets the pay_info of this StarRocksCreateRequest.
|
456
|
+
|
457
|
+
:return: The pay_info of this StarRocksCreateRequest.
|
458
|
+
:rtype: :class:`huaweicloudsdkgaussdb.v3.StarRocksCreateRequestPayInfo`
|
459
|
+
"""
|
460
|
+
return self._pay_info
|
461
|
+
|
462
|
+
@pay_info.setter
|
463
|
+
def pay_info(self, pay_info):
|
464
|
+
"""Sets the pay_info of this StarRocksCreateRequest.
|
465
|
+
|
466
|
+
:param pay_info: The pay_info of this StarRocksCreateRequest.
|
467
|
+
:type pay_info: :class:`huaweicloudsdkgaussdb.v3.StarRocksCreateRequestPayInfo`
|
468
|
+
"""
|
469
|
+
self._pay_info = pay_info
|
470
|
+
|
471
|
+
@property
|
472
|
+
def region_code(self):
|
473
|
+
"""Gets the region_code of this StarRocksCreateRequest.
|
474
|
+
|
475
|
+
可用区。包周期场景必填。
|
476
|
+
|
477
|
+
:return: The region_code of this StarRocksCreateRequest.
|
478
|
+
:rtype: str
|
479
|
+
"""
|
480
|
+
return self._region_code
|
481
|
+
|
482
|
+
@region_code.setter
|
483
|
+
def region_code(self, region_code):
|
484
|
+
"""Sets the region_code of this StarRocksCreateRequest.
|
485
|
+
|
486
|
+
可用区。包周期场景必填。
|
487
|
+
|
488
|
+
:param region_code: The region_code of this StarRocksCreateRequest.
|
489
|
+
:type region_code: str
|
490
|
+
"""
|
491
|
+
self._region_code = region_code
|
492
|
+
|
439
493
|
def to_dict(self):
|
440
494
|
"""Returns the model properties as a dict"""
|
441
495
|
result = {}
|
@@ -0,0 +1,202 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class StarRocksCreateRequestPayInfo:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'pay_model': 'str',
|
21
|
+
'period': 'str',
|
22
|
+
'period_type': 'str',
|
23
|
+
'is_auto_renew': 'str'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'pay_model': 'pay_model',
|
28
|
+
'period': 'period',
|
29
|
+
'period_type': 'period_type',
|
30
|
+
'is_auto_renew': 'is_auto_renew'
|
31
|
+
}
|
32
|
+
|
33
|
+
def __init__(self, pay_model=None, period=None, period_type=None, is_auto_renew=None):
|
34
|
+
"""StarRocksCreateRequestPayInfo
|
35
|
+
|
36
|
+
The model defined in huaweicloud sdk
|
37
|
+
|
38
|
+
:param pay_model: 计费模式,默认0。包周期场景必填。 取值范围: - 0:按需计费 - 1:包周期
|
39
|
+
:type pay_model: str
|
40
|
+
:param period: 包周期周期。包周期场景必填。
|
41
|
+
:type period: str
|
42
|
+
:param period_type: 包周期周期类型。包周期场景必填。 取值范围: - 2:包月 - 3:包年
|
43
|
+
:type period_type: str
|
44
|
+
:param is_auto_renew: 包周期是否自动续费。包周期场景必填。 取值范围: - 1:自动续费 - 0:不自动续费
|
45
|
+
:type is_auto_renew: str
|
46
|
+
"""
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
self._pay_model = None
|
51
|
+
self._period = None
|
52
|
+
self._period_type = None
|
53
|
+
self._is_auto_renew = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
if pay_model is not None:
|
57
|
+
self.pay_model = pay_model
|
58
|
+
if period is not None:
|
59
|
+
self.period = period
|
60
|
+
if period_type is not None:
|
61
|
+
self.period_type = period_type
|
62
|
+
if is_auto_renew is not None:
|
63
|
+
self.is_auto_renew = is_auto_renew
|
64
|
+
|
65
|
+
@property
|
66
|
+
def pay_model(self):
|
67
|
+
"""Gets the pay_model of this StarRocksCreateRequestPayInfo.
|
68
|
+
|
69
|
+
计费模式,默认0。包周期场景必填。 取值范围: - 0:按需计费 - 1:包周期
|
70
|
+
|
71
|
+
:return: The pay_model of this StarRocksCreateRequestPayInfo.
|
72
|
+
:rtype: str
|
73
|
+
"""
|
74
|
+
return self._pay_model
|
75
|
+
|
76
|
+
@pay_model.setter
|
77
|
+
def pay_model(self, pay_model):
|
78
|
+
"""Sets the pay_model of this StarRocksCreateRequestPayInfo.
|
79
|
+
|
80
|
+
计费模式,默认0。包周期场景必填。 取值范围: - 0:按需计费 - 1:包周期
|
81
|
+
|
82
|
+
:param pay_model: The pay_model of this StarRocksCreateRequestPayInfo.
|
83
|
+
:type pay_model: str
|
84
|
+
"""
|
85
|
+
self._pay_model = pay_model
|
86
|
+
|
87
|
+
@property
|
88
|
+
def period(self):
|
89
|
+
"""Gets the period of this StarRocksCreateRequestPayInfo.
|
90
|
+
|
91
|
+
包周期周期。包周期场景必填。
|
92
|
+
|
93
|
+
:return: The period of this StarRocksCreateRequestPayInfo.
|
94
|
+
:rtype: str
|
95
|
+
"""
|
96
|
+
return self._period
|
97
|
+
|
98
|
+
@period.setter
|
99
|
+
def period(self, period):
|
100
|
+
"""Sets the period of this StarRocksCreateRequestPayInfo.
|
101
|
+
|
102
|
+
包周期周期。包周期场景必填。
|
103
|
+
|
104
|
+
:param period: The period of this StarRocksCreateRequestPayInfo.
|
105
|
+
:type period: str
|
106
|
+
"""
|
107
|
+
self._period = period
|
108
|
+
|
109
|
+
@property
|
110
|
+
def period_type(self):
|
111
|
+
"""Gets the period_type of this StarRocksCreateRequestPayInfo.
|
112
|
+
|
113
|
+
包周期周期类型。包周期场景必填。 取值范围: - 2:包月 - 3:包年
|
114
|
+
|
115
|
+
:return: The period_type of this StarRocksCreateRequestPayInfo.
|
116
|
+
:rtype: str
|
117
|
+
"""
|
118
|
+
return self._period_type
|
119
|
+
|
120
|
+
@period_type.setter
|
121
|
+
def period_type(self, period_type):
|
122
|
+
"""Sets the period_type of this StarRocksCreateRequestPayInfo.
|
123
|
+
|
124
|
+
包周期周期类型。包周期场景必填。 取值范围: - 2:包月 - 3:包年
|
125
|
+
|
126
|
+
:param period_type: The period_type of this StarRocksCreateRequestPayInfo.
|
127
|
+
:type period_type: str
|
128
|
+
"""
|
129
|
+
self._period_type = period_type
|
130
|
+
|
131
|
+
@property
|
132
|
+
def is_auto_renew(self):
|
133
|
+
"""Gets the is_auto_renew of this StarRocksCreateRequestPayInfo.
|
134
|
+
|
135
|
+
包周期是否自动续费。包周期场景必填。 取值范围: - 1:自动续费 - 0:不自动续费
|
136
|
+
|
137
|
+
:return: The is_auto_renew of this StarRocksCreateRequestPayInfo.
|
138
|
+
:rtype: str
|
139
|
+
"""
|
140
|
+
return self._is_auto_renew
|
141
|
+
|
142
|
+
@is_auto_renew.setter
|
143
|
+
def is_auto_renew(self, is_auto_renew):
|
144
|
+
"""Sets the is_auto_renew of this StarRocksCreateRequestPayInfo.
|
145
|
+
|
146
|
+
包周期是否自动续费。包周期场景必填。 取值范围: - 1:自动续费 - 0:不自动续费
|
147
|
+
|
148
|
+
:param is_auto_renew: The is_auto_renew of this StarRocksCreateRequestPayInfo.
|
149
|
+
:type is_auto_renew: str
|
150
|
+
"""
|
151
|
+
self._is_auto_renew = is_auto_renew
|
152
|
+
|
153
|
+
def to_dict(self):
|
154
|
+
"""Returns the model properties as a dict"""
|
155
|
+
result = {}
|
156
|
+
|
157
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
158
|
+
value = getattr(self, attr)
|
159
|
+
if isinstance(value, list):
|
160
|
+
result[attr] = list(map(
|
161
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
162
|
+
value
|
163
|
+
))
|
164
|
+
elif hasattr(value, "to_dict"):
|
165
|
+
result[attr] = value.to_dict()
|
166
|
+
elif isinstance(value, dict):
|
167
|
+
result[attr] = dict(map(
|
168
|
+
lambda item: (item[0], item[1].to_dict())
|
169
|
+
if hasattr(item[1], "to_dict") else item,
|
170
|
+
value.items()
|
171
|
+
))
|
172
|
+
else:
|
173
|
+
if attr in self.sensitive_list:
|
174
|
+
result[attr] = "****"
|
175
|
+
else:
|
176
|
+
result[attr] = value
|
177
|
+
|
178
|
+
return result
|
179
|
+
|
180
|
+
def to_str(self):
|
181
|
+
"""Returns the string representation of the model"""
|
182
|
+
import simplejson as json
|
183
|
+
if six.PY2:
|
184
|
+
import sys
|
185
|
+
reload(sys)
|
186
|
+
sys.setdefaultencoding("utf-8")
|
187
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
188
|
+
|
189
|
+
def __repr__(self):
|
190
|
+
"""For `print`"""
|
191
|
+
return self.to_str()
|
192
|
+
|
193
|
+
def __eq__(self, other):
|
194
|
+
"""Returns true if both objects are equal"""
|
195
|
+
if not isinstance(other, StarRocksCreateRequestPayInfo):
|
196
|
+
return False
|
197
|
+
|
198
|
+
return self.__dict__ == other.__dict__
|
199
|
+
|
200
|
+
def __ne__(self, other):
|
201
|
+
"""Returns true if both objects are not equal"""
|
202
|
+
return not self == other
|
{huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkgaussdb
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.128
|
4
4
|
Summary: GaussDB
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore>=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.128
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -1,8 +1,8 @@
|
|
1
1
|
huaweicloudsdkgaussdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
huaweicloudsdkgaussdb/v3/__init__.py,sha256=
|
2
|
+
huaweicloudsdkgaussdb/v3/__init__.py,sha256=xSE_5_K6lp8-lmOvXX7CD4BuktBK1F_12gFOC4PzeIc,76068
|
3
3
|
huaweicloudsdkgaussdb/v3/gaussdb_async_client.py,sha256=Cf0APJXVb0qYr4pOsBMxjuMAx1j8VBEU1lV_JTHh3QY,501907
|
4
4
|
huaweicloudsdkgaussdb/v3/gaussdb_client.py,sha256=98cS1ZyRUjUWfu8szt--c63JejZYrf7lCruZk5G-6N4,502206
|
5
|
-
huaweicloudsdkgaussdb/v3/model/__init__.py,sha256=
|
5
|
+
huaweicloudsdkgaussdb/v3/model/__init__.py,sha256=vXMcrJ3V4BWwjc3AoUozgDtMQXT7htbngafCzHeVbA0,75958
|
6
6
|
huaweicloudsdkgaussdb/v3/model/access_control_rule.py,sha256=_hNgePJ5yjgiFJfw2hRCvIyyEYvaY8KZp0ESAA0O6WY,3900
|
7
7
|
huaweicloudsdkgaussdb/v3/model/add_database_permission_request.py,sha256=m011GCLKS0xNt-1WbYaBZZoSSEBfxXADeCw4HL-3fhs,4908
|
8
8
|
huaweicloudsdkgaussdb/v3/model/add_database_permission_response.py,sha256=FyiFrYFcWD0uMzPwyg-nB8mnk20HzgjTaal4kGyMmIc,3280
|
@@ -574,11 +574,12 @@ huaweicloudsdkgaussdb/v3/model/sr_create_instance_rsp_instance_tags_info.py,sha2
|
|
574
574
|
huaweicloudsdkgaussdb/v3/model/sr_create_instance_rsp_instance_tags_info_sys_tags.py,sha256=X5MeDHTN-RlJXm92_mDpcg_sH5sY18zFmc5w1tvhV38,3902
|
575
575
|
huaweicloudsdkgaussdb/v3/model/sr_data_stores_datastores.py,sha256=YDM5G9wXI_-DSeC1EM3hIWXbmlWOTSu81TxjcRMsjVQ,4929
|
576
576
|
huaweicloudsdkgaussdb/v3/model/sr_flavor_resize_req.py,sha256=5FzO_-eVUs8CsgjzqxZf_YNRMOaDquKm1E1Em7RnPjI,4475
|
577
|
-
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request.py,sha256=
|
577
|
+
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request.py,sha256=uOAA04uoQ21csTkUJmjjRxj3q1A087Gs2TtQXJbgohc,19026
|
578
578
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_be_volume.py,sha256=1_azjJdx9vX1Oau99yDEhXoULUzuwkPirz0qy9PzvFk,4257
|
579
579
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_engine.py,sha256=NHEI_mI2wS6_-lBidfeR_NU7b0pvhOY7KG7oTxVLOYQ,3850
|
580
580
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_fe_volume.py,sha256=N2LC6Otxi4s0rZlBI25GfIqViFDTNkMOd-XT8s0nzd4,4257
|
581
581
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_ha.py,sha256=YjeHACrsv_BVabhvEbk6RPpF3gr92YO7B5WL-VFioRk,2993
|
582
|
+
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_pay_info.py,sha256=2RObift8voHdF2Q_LvXjFEOB2Oo_dnjpRHm3YbHo50Y,6587
|
582
583
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_tags_info.py,sha256=YpVBrbaylsHE0UKePGZWQ3bjlOaNkF_pCkce7B_XfeU,3385
|
583
584
|
huaweicloudsdkgaussdb/v3/model/star_rocks_create_request_tags_info_sys_tags.py,sha256=0ChJEnHqTAEwS9rjvkWc0SxISqAPAiEK586J_bCEVpc,3781
|
584
585
|
huaweicloudsdkgaussdb/v3/model/star_rocks_database_user_info.py,sha256=_RGRsKIOvpGfleFS3C1TAddmu6oUrSW-sjV9S1Ifb4E,7612
|
@@ -717,8 +718,8 @@ huaweicloudsdkgaussdb/v3/model/upgrade_proxy_version_response.py,sha256=j-sLDpdK
|
|
717
718
|
huaweicloudsdkgaussdb/v3/model/user_sync_req.py,sha256=_jObFGs0zxCcpg4K4j2Yh6Vwx1cBu4lt5Lwr650ryVw,2991
|
718
719
|
huaweicloudsdkgaussdb/v3/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
719
720
|
huaweicloudsdkgaussdb/v3/region/gaussdb_region.py,sha256=0vAaSAswkafpnej5GNqX7rGHtq2vGs6HsrIxoE3qWlw,3442
|
720
|
-
huaweicloudsdkgaussdb-3.1.
|
721
|
-
huaweicloudsdkgaussdb-3.1.
|
722
|
-
huaweicloudsdkgaussdb-3.1.
|
723
|
-
huaweicloudsdkgaussdb-3.1.
|
724
|
-
huaweicloudsdkgaussdb-3.1.
|
721
|
+
huaweicloudsdkgaussdb-3.1.128.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
722
|
+
huaweicloudsdkgaussdb-3.1.128.dist-info/METADATA,sha256=gh1f2JwzVTzd82NWC6w6IPx-Zz2XKFljQnsvbYeIvO0,1147
|
723
|
+
huaweicloudsdkgaussdb-3.1.128.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
724
|
+
huaweicloudsdkgaussdb-3.1.128.dist-info/top_level.txt,sha256=_exDbngu-ivLzntD1UgfR3aRI7WoXQUaayhgYshbpyA,22
|
725
|
+
huaweicloudsdkgaussdb-3.1.128.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{huaweicloudsdkgaussdb-3.1.126.dist-info → huaweicloudsdkgaussdb-3.1.128.dist-info}/top_level.txt
RENAMED
File without changes
|