huaweicloudsdkmas 3.1.142__py2.py3-none-any.whl → 3.1.143__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.
- huaweicloudsdkmas/v1/mas_async_client.py +1 -1
- huaweicloudsdkmas/v1/mas_client.py +1 -1
- huaweicloudsdkmas/v1/model/base_multi_active_zone_spec.py +1 -1
- huaweicloudsdkmas/v1/model/data_sync_statistics.py +9 -9
- huaweicloudsdkmas/v1/model/datasource_statistics.py +5 -5
- huaweicloudsdkmas/v1/model/multi_active_zone_vo.py +25 -25
- huaweicloudsdkmas/v1/model/namespace_vo.py +29 -29
- huaweicloudsdkmas/v1/model/show_name_space_list_request.py +13 -13
- huaweicloudsdkmas/v1/model/show_name_space_list_response.py +3 -3
- {huaweicloudsdkmas-3.1.142.dist-info → huaweicloudsdkmas-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkmas-3.1.143.dist-info/RECORD +19 -0
- huaweicloudsdkmas-3.1.142.dist-info/RECORD +0 -19
- {huaweicloudsdkmas-3.1.142.dist-info → huaweicloudsdkmas-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkmas-3.1.142.dist-info → huaweicloudsdkmas-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkmas-3.1.142.dist-info → huaweicloudsdkmas-3.1.143.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class DataSyncStatistics:
|
|
31
31
|
}
|
32
32
|
|
33
33
|
def __init__(self, abnormal_count=None, running_count=None, type_two_way_count=None, type_unidirectional_count=None):
|
34
|
-
"""DataSyncStatistics
|
34
|
+
r"""DataSyncStatistics
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
@@ -64,7 +64,7 @@ class DataSyncStatistics:
|
|
64
64
|
|
65
65
|
@property
|
66
66
|
def abnormal_count(self):
|
67
|
-
"""Gets the abnormal_count of this DataSyncStatistics.
|
67
|
+
r"""Gets the abnormal_count of this DataSyncStatistics.
|
68
68
|
|
69
69
|
:return: The abnormal_count of this DataSyncStatistics.
|
70
70
|
:rtype: int
|
@@ -73,7 +73,7 @@ class DataSyncStatistics:
|
|
73
73
|
|
74
74
|
@abnormal_count.setter
|
75
75
|
def abnormal_count(self, abnormal_count):
|
76
|
-
"""Sets the abnormal_count of this DataSyncStatistics.
|
76
|
+
r"""Sets the abnormal_count of this DataSyncStatistics.
|
77
77
|
|
78
78
|
:param abnormal_count: The abnormal_count of this DataSyncStatistics.
|
79
79
|
:type abnormal_count: int
|
@@ -82,7 +82,7 @@ class DataSyncStatistics:
|
|
82
82
|
|
83
83
|
@property
|
84
84
|
def running_count(self):
|
85
|
-
"""Gets the running_count of this DataSyncStatistics.
|
85
|
+
r"""Gets the running_count of this DataSyncStatistics.
|
86
86
|
|
87
87
|
:return: The running_count of this DataSyncStatistics.
|
88
88
|
:rtype: int
|
@@ -91,7 +91,7 @@ class DataSyncStatistics:
|
|
91
91
|
|
92
92
|
@running_count.setter
|
93
93
|
def running_count(self, running_count):
|
94
|
-
"""Sets the running_count of this DataSyncStatistics.
|
94
|
+
r"""Sets the running_count of this DataSyncStatistics.
|
95
95
|
|
96
96
|
:param running_count: The running_count of this DataSyncStatistics.
|
97
97
|
:type running_count: int
|
@@ -100,7 +100,7 @@ class DataSyncStatistics:
|
|
100
100
|
|
101
101
|
@property
|
102
102
|
def type_two_way_count(self):
|
103
|
-
"""Gets the type_two_way_count of this DataSyncStatistics.
|
103
|
+
r"""Gets the type_two_way_count of this DataSyncStatistics.
|
104
104
|
|
105
105
|
:return: The type_two_way_count of this DataSyncStatistics.
|
106
106
|
:rtype: int
|
@@ -109,7 +109,7 @@ class DataSyncStatistics:
|
|
109
109
|
|
110
110
|
@type_two_way_count.setter
|
111
111
|
def type_two_way_count(self, type_two_way_count):
|
112
|
-
"""Sets the type_two_way_count of this DataSyncStatistics.
|
112
|
+
r"""Sets the type_two_way_count of this DataSyncStatistics.
|
113
113
|
|
114
114
|
:param type_two_way_count: The type_two_way_count of this DataSyncStatistics.
|
115
115
|
:type type_two_way_count: int
|
@@ -118,7 +118,7 @@ class DataSyncStatistics:
|
|
118
118
|
|
119
119
|
@property
|
120
120
|
def type_unidirectional_count(self):
|
121
|
-
"""Gets the type_unidirectional_count of this DataSyncStatistics.
|
121
|
+
r"""Gets the type_unidirectional_count of this DataSyncStatistics.
|
122
122
|
|
123
123
|
:return: The type_unidirectional_count of this DataSyncStatistics.
|
124
124
|
:rtype: int
|
@@ -127,7 +127,7 @@ class DataSyncStatistics:
|
|
127
127
|
|
128
128
|
@type_unidirectional_count.setter
|
129
129
|
def type_unidirectional_count(self, type_unidirectional_count):
|
130
|
-
"""Sets the type_unidirectional_count of this DataSyncStatistics.
|
130
|
+
r"""Sets the type_unidirectional_count of this DataSyncStatistics.
|
131
131
|
|
132
132
|
:param type_unidirectional_count: The type_unidirectional_count of this DataSyncStatistics.
|
133
133
|
:type type_unidirectional_count: int
|
@@ -27,7 +27,7 @@ class DatasourceStatistics:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, count=None, mysql_count=None):
|
30
|
-
"""DatasourceStatistics
|
30
|
+
r"""DatasourceStatistics
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class DatasourceStatistics:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def count(self):
|
53
|
-
"""Gets the count of this DatasourceStatistics.
|
53
|
+
r"""Gets the count of this DatasourceStatistics.
|
54
54
|
|
55
55
|
:return: The count of this DatasourceStatistics.
|
56
56
|
:rtype: int
|
@@ -59,7 +59,7 @@ class DatasourceStatistics:
|
|
59
59
|
|
60
60
|
@count.setter
|
61
61
|
def count(self, count):
|
62
|
-
"""Sets the count of this DatasourceStatistics.
|
62
|
+
r"""Sets the count of this DatasourceStatistics.
|
63
63
|
|
64
64
|
:param count: The count of this DatasourceStatistics.
|
65
65
|
:type count: int
|
@@ -68,7 +68,7 @@ class DatasourceStatistics:
|
|
68
68
|
|
69
69
|
@property
|
70
70
|
def mysql_count(self):
|
71
|
-
"""Gets the mysql_count of this DatasourceStatistics.
|
71
|
+
r"""Gets the mysql_count of this DatasourceStatistics.
|
72
72
|
|
73
73
|
:return: The mysql_count of this DatasourceStatistics.
|
74
74
|
:rtype: int
|
@@ -77,7 +77,7 @@ class DatasourceStatistics:
|
|
77
77
|
|
78
78
|
@mysql_count.setter
|
79
79
|
def mysql_count(self, mysql_count):
|
80
|
-
"""Sets the mysql_count of this DatasourceStatistics.
|
80
|
+
r"""Sets the mysql_count of this DatasourceStatistics.
|
81
81
|
|
82
82
|
:param mysql_count: The mysql_count of this DatasourceStatistics.
|
83
83
|
:type mysql_count: int
|
@@ -47,7 +47,7 @@ class MultiActiveZoneVo:
|
|
47
47
|
}
|
48
48
|
|
49
49
|
def __init__(self, available_zone=None, created_date=None, description=None, id=None, is_master=None, name=None, namespace_id=None, region=None, region_name=None, spec=None, type=None, updated_date=None):
|
50
|
-
"""MultiActiveZoneVo
|
50
|
+
r"""MultiActiveZoneVo
|
51
51
|
|
52
52
|
The model defined in huaweicloud sdk
|
53
53
|
|
@@ -120,7 +120,7 @@ class MultiActiveZoneVo:
|
|
120
120
|
|
121
121
|
@property
|
122
122
|
def available_zone(self):
|
123
|
-
"""Gets the available_zone of this MultiActiveZoneVo.
|
123
|
+
r"""Gets the available_zone of this MultiActiveZoneVo.
|
124
124
|
|
125
125
|
:return: The available_zone of this MultiActiveZoneVo.
|
126
126
|
:rtype: list[str]
|
@@ -129,7 +129,7 @@ class MultiActiveZoneVo:
|
|
129
129
|
|
130
130
|
@available_zone.setter
|
131
131
|
def available_zone(self, available_zone):
|
132
|
-
"""Sets the available_zone of this MultiActiveZoneVo.
|
132
|
+
r"""Sets the available_zone of this MultiActiveZoneVo.
|
133
133
|
|
134
134
|
:param available_zone: The available_zone of this MultiActiveZoneVo.
|
135
135
|
:type available_zone: list[str]
|
@@ -138,7 +138,7 @@ class MultiActiveZoneVo:
|
|
138
138
|
|
139
139
|
@property
|
140
140
|
def created_date(self):
|
141
|
-
"""Gets the created_date of this MultiActiveZoneVo.
|
141
|
+
r"""Gets the created_date of this MultiActiveZoneVo.
|
142
142
|
|
143
143
|
:return: The created_date of this MultiActiveZoneVo.
|
144
144
|
:rtype: datetime
|
@@ -147,7 +147,7 @@ class MultiActiveZoneVo:
|
|
147
147
|
|
148
148
|
@created_date.setter
|
149
149
|
def created_date(self, created_date):
|
150
|
-
"""Sets the created_date of this MultiActiveZoneVo.
|
150
|
+
r"""Sets the created_date of this MultiActiveZoneVo.
|
151
151
|
|
152
152
|
:param created_date: The created_date of this MultiActiveZoneVo.
|
153
153
|
:type created_date: datetime
|
@@ -156,7 +156,7 @@ class MultiActiveZoneVo:
|
|
156
156
|
|
157
157
|
@property
|
158
158
|
def description(self):
|
159
|
-
"""Gets the description of this MultiActiveZoneVo.
|
159
|
+
r"""Gets the description of this MultiActiveZoneVo.
|
160
160
|
|
161
161
|
:return: The description of this MultiActiveZoneVo.
|
162
162
|
:rtype: str
|
@@ -165,7 +165,7 @@ class MultiActiveZoneVo:
|
|
165
165
|
|
166
166
|
@description.setter
|
167
167
|
def description(self, description):
|
168
|
-
"""Sets the description of this MultiActiveZoneVo.
|
168
|
+
r"""Sets the description of this MultiActiveZoneVo.
|
169
169
|
|
170
170
|
:param description: The description of this MultiActiveZoneVo.
|
171
171
|
:type description: str
|
@@ -174,7 +174,7 @@ class MultiActiveZoneVo:
|
|
174
174
|
|
175
175
|
@property
|
176
176
|
def id(self):
|
177
|
-
"""Gets the id of this MultiActiveZoneVo.
|
177
|
+
r"""Gets the id of this MultiActiveZoneVo.
|
178
178
|
|
179
179
|
:return: The id of this MultiActiveZoneVo.
|
180
180
|
:rtype: str
|
@@ -183,7 +183,7 @@ class MultiActiveZoneVo:
|
|
183
183
|
|
184
184
|
@id.setter
|
185
185
|
def id(self, id):
|
186
|
-
"""Sets the id of this MultiActiveZoneVo.
|
186
|
+
r"""Sets the id of this MultiActiveZoneVo.
|
187
187
|
|
188
188
|
:param id: The id of this MultiActiveZoneVo.
|
189
189
|
:type id: str
|
@@ -192,7 +192,7 @@ class MultiActiveZoneVo:
|
|
192
192
|
|
193
193
|
@property
|
194
194
|
def is_master(self):
|
195
|
-
"""Gets the is_master of this MultiActiveZoneVo.
|
195
|
+
r"""Gets the is_master of this MultiActiveZoneVo.
|
196
196
|
|
197
197
|
:return: The is_master of this MultiActiveZoneVo.
|
198
198
|
:rtype: bool
|
@@ -201,7 +201,7 @@ class MultiActiveZoneVo:
|
|
201
201
|
|
202
202
|
@is_master.setter
|
203
203
|
def is_master(self, is_master):
|
204
|
-
"""Sets the is_master of this MultiActiveZoneVo.
|
204
|
+
r"""Sets the is_master of this MultiActiveZoneVo.
|
205
205
|
|
206
206
|
:param is_master: The is_master of this MultiActiveZoneVo.
|
207
207
|
:type is_master: bool
|
@@ -210,7 +210,7 @@ class MultiActiveZoneVo:
|
|
210
210
|
|
211
211
|
@property
|
212
212
|
def name(self):
|
213
|
-
"""Gets the name of this MultiActiveZoneVo.
|
213
|
+
r"""Gets the name of this MultiActiveZoneVo.
|
214
214
|
|
215
215
|
:return: The name of this MultiActiveZoneVo.
|
216
216
|
:rtype: str
|
@@ -219,7 +219,7 @@ class MultiActiveZoneVo:
|
|
219
219
|
|
220
220
|
@name.setter
|
221
221
|
def name(self, name):
|
222
|
-
"""Sets the name of this MultiActiveZoneVo.
|
222
|
+
r"""Sets the name of this MultiActiveZoneVo.
|
223
223
|
|
224
224
|
:param name: The name of this MultiActiveZoneVo.
|
225
225
|
:type name: str
|
@@ -228,7 +228,7 @@ class MultiActiveZoneVo:
|
|
228
228
|
|
229
229
|
@property
|
230
230
|
def namespace_id(self):
|
231
|
-
"""Gets the namespace_id of this MultiActiveZoneVo.
|
231
|
+
r"""Gets the namespace_id of this MultiActiveZoneVo.
|
232
232
|
|
233
233
|
:return: The namespace_id of this MultiActiveZoneVo.
|
234
234
|
:rtype: str
|
@@ -237,7 +237,7 @@ class MultiActiveZoneVo:
|
|
237
237
|
|
238
238
|
@namespace_id.setter
|
239
239
|
def namespace_id(self, namespace_id):
|
240
|
-
"""Sets the namespace_id of this MultiActiveZoneVo.
|
240
|
+
r"""Sets the namespace_id of this MultiActiveZoneVo.
|
241
241
|
|
242
242
|
:param namespace_id: The namespace_id of this MultiActiveZoneVo.
|
243
243
|
:type namespace_id: str
|
@@ -246,7 +246,7 @@ class MultiActiveZoneVo:
|
|
246
246
|
|
247
247
|
@property
|
248
248
|
def region(self):
|
249
|
-
"""Gets the region of this MultiActiveZoneVo.
|
249
|
+
r"""Gets the region of this MultiActiveZoneVo.
|
250
250
|
|
251
251
|
:return: The region of this MultiActiveZoneVo.
|
252
252
|
:rtype: str
|
@@ -255,7 +255,7 @@ class MultiActiveZoneVo:
|
|
255
255
|
|
256
256
|
@region.setter
|
257
257
|
def region(self, region):
|
258
|
-
"""Sets the region of this MultiActiveZoneVo.
|
258
|
+
r"""Sets the region of this MultiActiveZoneVo.
|
259
259
|
|
260
260
|
:param region: The region of this MultiActiveZoneVo.
|
261
261
|
:type region: str
|
@@ -264,7 +264,7 @@ class MultiActiveZoneVo:
|
|
264
264
|
|
265
265
|
@property
|
266
266
|
def region_name(self):
|
267
|
-
"""Gets the region_name of this MultiActiveZoneVo.
|
267
|
+
r"""Gets the region_name of this MultiActiveZoneVo.
|
268
268
|
|
269
269
|
:return: The region_name of this MultiActiveZoneVo.
|
270
270
|
:rtype: str
|
@@ -273,7 +273,7 @@ class MultiActiveZoneVo:
|
|
273
273
|
|
274
274
|
@region_name.setter
|
275
275
|
def region_name(self, region_name):
|
276
|
-
"""Sets the region_name of this MultiActiveZoneVo.
|
276
|
+
r"""Sets the region_name of this MultiActiveZoneVo.
|
277
277
|
|
278
278
|
:param region_name: The region_name of this MultiActiveZoneVo.
|
279
279
|
:type region_name: str
|
@@ -282,7 +282,7 @@ class MultiActiveZoneVo:
|
|
282
282
|
|
283
283
|
@property
|
284
284
|
def spec(self):
|
285
|
-
"""Gets the spec of this MultiActiveZoneVo.
|
285
|
+
r"""Gets the spec of this MultiActiveZoneVo.
|
286
286
|
|
287
287
|
:return: The spec of this MultiActiveZoneVo.
|
288
288
|
:rtype: :class:`huaweicloudsdkmas.v1.BaseMultiActiveZoneSpec`
|
@@ -291,7 +291,7 @@ class MultiActiveZoneVo:
|
|
291
291
|
|
292
292
|
@spec.setter
|
293
293
|
def spec(self, spec):
|
294
|
-
"""Sets the spec of this MultiActiveZoneVo.
|
294
|
+
r"""Sets the spec of this MultiActiveZoneVo.
|
295
295
|
|
296
296
|
:param spec: The spec of this MultiActiveZoneVo.
|
297
297
|
:type spec: :class:`huaweicloudsdkmas.v1.BaseMultiActiveZoneSpec`
|
@@ -300,7 +300,7 @@ class MultiActiveZoneVo:
|
|
300
300
|
|
301
301
|
@property
|
302
302
|
def type(self):
|
303
|
-
"""Gets the type of this MultiActiveZoneVo.
|
303
|
+
r"""Gets the type of this MultiActiveZoneVo.
|
304
304
|
|
305
305
|
:return: The type of this MultiActiveZoneVo.
|
306
306
|
:rtype: int
|
@@ -309,7 +309,7 @@ class MultiActiveZoneVo:
|
|
309
309
|
|
310
310
|
@type.setter
|
311
311
|
def type(self, type):
|
312
|
-
"""Sets the type of this MultiActiveZoneVo.
|
312
|
+
r"""Sets the type of this MultiActiveZoneVo.
|
313
313
|
|
314
314
|
:param type: The type of this MultiActiveZoneVo.
|
315
315
|
:type type: int
|
@@ -318,7 +318,7 @@ class MultiActiveZoneVo:
|
|
318
318
|
|
319
319
|
@property
|
320
320
|
def updated_date(self):
|
321
|
-
"""Gets the updated_date of this MultiActiveZoneVo.
|
321
|
+
r"""Gets the updated_date of this MultiActiveZoneVo.
|
322
322
|
|
323
323
|
:return: The updated_date of this MultiActiveZoneVo.
|
324
324
|
:rtype: datetime
|
@@ -327,7 +327,7 @@ class MultiActiveZoneVo:
|
|
327
327
|
|
328
328
|
@updated_date.setter
|
329
329
|
def updated_date(self, updated_date):
|
330
|
-
"""Sets the updated_date of this MultiActiveZoneVo.
|
330
|
+
r"""Sets the updated_date of this MultiActiveZoneVo.
|
331
331
|
|
332
332
|
:param updated_date: The updated_date of this MultiActiveZoneVo.
|
333
333
|
:type updated_date: datetime
|
@@ -51,7 +51,7 @@ class NamespaceVo:
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, created_date=None, data_sync_statistics=None, datasource_statistics=None, description=None, enterprise_project_id=None, id=None, is_used=None, multi_active_zone=None, name=None, project_id=None, tenant_id=None, type=None, updated_date=None, user_id=None):
|
54
|
-
"""NamespaceVo
|
54
|
+
r"""NamespaceVo
|
55
55
|
|
56
56
|
The model defined in huaweicloud sdk
|
57
57
|
|
@@ -134,7 +134,7 @@ class NamespaceVo:
|
|
134
134
|
|
135
135
|
@property
|
136
136
|
def created_date(self):
|
137
|
-
"""Gets the created_date of this NamespaceVo.
|
137
|
+
r"""Gets the created_date of this NamespaceVo.
|
138
138
|
|
139
139
|
:return: The created_date of this NamespaceVo.
|
140
140
|
:rtype: datetime
|
@@ -143,7 +143,7 @@ class NamespaceVo:
|
|
143
143
|
|
144
144
|
@created_date.setter
|
145
145
|
def created_date(self, created_date):
|
146
|
-
"""Sets the created_date of this NamespaceVo.
|
146
|
+
r"""Sets the created_date of this NamespaceVo.
|
147
147
|
|
148
148
|
:param created_date: The created_date of this NamespaceVo.
|
149
149
|
:type created_date: datetime
|
@@ -152,7 +152,7 @@ class NamespaceVo:
|
|
152
152
|
|
153
153
|
@property
|
154
154
|
def data_sync_statistics(self):
|
155
|
-
"""Gets the data_sync_statistics of this NamespaceVo.
|
155
|
+
r"""Gets the data_sync_statistics of this NamespaceVo.
|
156
156
|
|
157
157
|
:return: The data_sync_statistics of this NamespaceVo.
|
158
158
|
:rtype: :class:`huaweicloudsdkmas.v1.DataSyncStatistics`
|
@@ -161,7 +161,7 @@ class NamespaceVo:
|
|
161
161
|
|
162
162
|
@data_sync_statistics.setter
|
163
163
|
def data_sync_statistics(self, data_sync_statistics):
|
164
|
-
"""Sets the data_sync_statistics of this NamespaceVo.
|
164
|
+
r"""Sets the data_sync_statistics of this NamespaceVo.
|
165
165
|
|
166
166
|
:param data_sync_statistics: The data_sync_statistics of this NamespaceVo.
|
167
167
|
:type data_sync_statistics: :class:`huaweicloudsdkmas.v1.DataSyncStatistics`
|
@@ -170,7 +170,7 @@ class NamespaceVo:
|
|
170
170
|
|
171
171
|
@property
|
172
172
|
def datasource_statistics(self):
|
173
|
-
"""Gets the datasource_statistics of this NamespaceVo.
|
173
|
+
r"""Gets the datasource_statistics of this NamespaceVo.
|
174
174
|
|
175
175
|
:return: The datasource_statistics of this NamespaceVo.
|
176
176
|
:rtype: :class:`huaweicloudsdkmas.v1.DatasourceStatistics`
|
@@ -179,7 +179,7 @@ class NamespaceVo:
|
|
179
179
|
|
180
180
|
@datasource_statistics.setter
|
181
181
|
def datasource_statistics(self, datasource_statistics):
|
182
|
-
"""Sets the datasource_statistics of this NamespaceVo.
|
182
|
+
r"""Sets the datasource_statistics of this NamespaceVo.
|
183
183
|
|
184
184
|
:param datasource_statistics: The datasource_statistics of this NamespaceVo.
|
185
185
|
:type datasource_statistics: :class:`huaweicloudsdkmas.v1.DatasourceStatistics`
|
@@ -188,7 +188,7 @@ class NamespaceVo:
|
|
188
188
|
|
189
189
|
@property
|
190
190
|
def description(self):
|
191
|
-
"""Gets the description of this NamespaceVo.
|
191
|
+
r"""Gets the description of this NamespaceVo.
|
192
192
|
|
193
193
|
:return: The description of this NamespaceVo.
|
194
194
|
:rtype: str
|
@@ -197,7 +197,7 @@ class NamespaceVo:
|
|
197
197
|
|
198
198
|
@description.setter
|
199
199
|
def description(self, description):
|
200
|
-
"""Sets the description of this NamespaceVo.
|
200
|
+
r"""Sets the description of this NamespaceVo.
|
201
201
|
|
202
202
|
:param description: The description of this NamespaceVo.
|
203
203
|
:type description: str
|
@@ -206,7 +206,7 @@ class NamespaceVo:
|
|
206
206
|
|
207
207
|
@property
|
208
208
|
def enterprise_project_id(self):
|
209
|
-
"""Gets the enterprise_project_id of this NamespaceVo.
|
209
|
+
r"""Gets the enterprise_project_id of this NamespaceVo.
|
210
210
|
|
211
211
|
:return: The enterprise_project_id of this NamespaceVo.
|
212
212
|
:rtype: str
|
@@ -215,7 +215,7 @@ class NamespaceVo:
|
|
215
215
|
|
216
216
|
@enterprise_project_id.setter
|
217
217
|
def enterprise_project_id(self, enterprise_project_id):
|
218
|
-
"""Sets the enterprise_project_id of this NamespaceVo.
|
218
|
+
r"""Sets the enterprise_project_id of this NamespaceVo.
|
219
219
|
|
220
220
|
:param enterprise_project_id: The enterprise_project_id of this NamespaceVo.
|
221
221
|
:type enterprise_project_id: str
|
@@ -224,7 +224,7 @@ class NamespaceVo:
|
|
224
224
|
|
225
225
|
@property
|
226
226
|
def id(self):
|
227
|
-
"""Gets the id of this NamespaceVo.
|
227
|
+
r"""Gets the id of this NamespaceVo.
|
228
228
|
|
229
229
|
:return: The id of this NamespaceVo.
|
230
230
|
:rtype: str
|
@@ -233,7 +233,7 @@ class NamespaceVo:
|
|
233
233
|
|
234
234
|
@id.setter
|
235
235
|
def id(self, id):
|
236
|
-
"""Sets the id of this NamespaceVo.
|
236
|
+
r"""Sets the id of this NamespaceVo.
|
237
237
|
|
238
238
|
:param id: The id of this NamespaceVo.
|
239
239
|
:type id: str
|
@@ -242,7 +242,7 @@ class NamespaceVo:
|
|
242
242
|
|
243
243
|
@property
|
244
244
|
def is_used(self):
|
245
|
-
"""Gets the is_used of this NamespaceVo.
|
245
|
+
r"""Gets the is_used of this NamespaceVo.
|
246
246
|
|
247
247
|
:return: The is_used of this NamespaceVo.
|
248
248
|
:rtype: bool
|
@@ -251,7 +251,7 @@ class NamespaceVo:
|
|
251
251
|
|
252
252
|
@is_used.setter
|
253
253
|
def is_used(self, is_used):
|
254
|
-
"""Sets the is_used of this NamespaceVo.
|
254
|
+
r"""Sets the is_used of this NamespaceVo.
|
255
255
|
|
256
256
|
:param is_used: The is_used of this NamespaceVo.
|
257
257
|
:type is_used: bool
|
@@ -260,7 +260,7 @@ class NamespaceVo:
|
|
260
260
|
|
261
261
|
@property
|
262
262
|
def multi_active_zone(self):
|
263
|
-
"""Gets the multi_active_zone of this NamespaceVo.
|
263
|
+
r"""Gets the multi_active_zone of this NamespaceVo.
|
264
264
|
|
265
265
|
:return: The multi_active_zone of this NamespaceVo.
|
266
266
|
:rtype: list[:class:`huaweicloudsdkmas.v1.MultiActiveZoneVo`]
|
@@ -269,7 +269,7 @@ class NamespaceVo:
|
|
269
269
|
|
270
270
|
@multi_active_zone.setter
|
271
271
|
def multi_active_zone(self, multi_active_zone):
|
272
|
-
"""Sets the multi_active_zone of this NamespaceVo.
|
272
|
+
r"""Sets the multi_active_zone of this NamespaceVo.
|
273
273
|
|
274
274
|
:param multi_active_zone: The multi_active_zone of this NamespaceVo.
|
275
275
|
:type multi_active_zone: list[:class:`huaweicloudsdkmas.v1.MultiActiveZoneVo`]
|
@@ -278,7 +278,7 @@ class NamespaceVo:
|
|
278
278
|
|
279
279
|
@property
|
280
280
|
def name(self):
|
281
|
-
"""Gets the name of this NamespaceVo.
|
281
|
+
r"""Gets the name of this NamespaceVo.
|
282
282
|
|
283
283
|
:return: The name of this NamespaceVo.
|
284
284
|
:rtype: str
|
@@ -287,7 +287,7 @@ class NamespaceVo:
|
|
287
287
|
|
288
288
|
@name.setter
|
289
289
|
def name(self, name):
|
290
|
-
"""Sets the name of this NamespaceVo.
|
290
|
+
r"""Sets the name of this NamespaceVo.
|
291
291
|
|
292
292
|
:param name: The name of this NamespaceVo.
|
293
293
|
:type name: str
|
@@ -296,7 +296,7 @@ class NamespaceVo:
|
|
296
296
|
|
297
297
|
@property
|
298
298
|
def project_id(self):
|
299
|
-
"""Gets the project_id of this NamespaceVo.
|
299
|
+
r"""Gets the project_id of this NamespaceVo.
|
300
300
|
|
301
301
|
:return: The project_id of this NamespaceVo.
|
302
302
|
:rtype: str
|
@@ -305,7 +305,7 @@ class NamespaceVo:
|
|
305
305
|
|
306
306
|
@project_id.setter
|
307
307
|
def project_id(self, project_id):
|
308
|
-
"""Sets the project_id of this NamespaceVo.
|
308
|
+
r"""Sets the project_id of this NamespaceVo.
|
309
309
|
|
310
310
|
:param project_id: The project_id of this NamespaceVo.
|
311
311
|
:type project_id: str
|
@@ -314,7 +314,7 @@ class NamespaceVo:
|
|
314
314
|
|
315
315
|
@property
|
316
316
|
def tenant_id(self):
|
317
|
-
"""Gets the tenant_id of this NamespaceVo.
|
317
|
+
r"""Gets the tenant_id of this NamespaceVo.
|
318
318
|
|
319
319
|
:return: The tenant_id of this NamespaceVo.
|
320
320
|
:rtype: str
|
@@ -323,7 +323,7 @@ class NamespaceVo:
|
|
323
323
|
|
324
324
|
@tenant_id.setter
|
325
325
|
def tenant_id(self, tenant_id):
|
326
|
-
"""Sets the tenant_id of this NamespaceVo.
|
326
|
+
r"""Sets the tenant_id of this NamespaceVo.
|
327
327
|
|
328
328
|
:param tenant_id: The tenant_id of this NamespaceVo.
|
329
329
|
:type tenant_id: str
|
@@ -332,7 +332,7 @@ class NamespaceVo:
|
|
332
332
|
|
333
333
|
@property
|
334
334
|
def type(self):
|
335
|
-
"""Gets the type of this NamespaceVo.
|
335
|
+
r"""Gets the type of this NamespaceVo.
|
336
336
|
|
337
337
|
:return: The type of this NamespaceVo.
|
338
338
|
:rtype: int
|
@@ -341,7 +341,7 @@ class NamespaceVo:
|
|
341
341
|
|
342
342
|
@type.setter
|
343
343
|
def type(self, type):
|
344
|
-
"""Sets the type of this NamespaceVo.
|
344
|
+
r"""Sets the type of this NamespaceVo.
|
345
345
|
|
346
346
|
:param type: The type of this NamespaceVo.
|
347
347
|
:type type: int
|
@@ -350,7 +350,7 @@ class NamespaceVo:
|
|
350
350
|
|
351
351
|
@property
|
352
352
|
def updated_date(self):
|
353
|
-
"""Gets the updated_date of this NamespaceVo.
|
353
|
+
r"""Gets the updated_date of this NamespaceVo.
|
354
354
|
|
355
355
|
:return: The updated_date of this NamespaceVo.
|
356
356
|
:rtype: datetime
|
@@ -359,7 +359,7 @@ class NamespaceVo:
|
|
359
359
|
|
360
360
|
@updated_date.setter
|
361
361
|
def updated_date(self, updated_date):
|
362
|
-
"""Sets the updated_date of this NamespaceVo.
|
362
|
+
r"""Sets the updated_date of this NamespaceVo.
|
363
363
|
|
364
364
|
:param updated_date: The updated_date of this NamespaceVo.
|
365
365
|
:type updated_date: datetime
|
@@ -368,7 +368,7 @@ class NamespaceVo:
|
|
368
368
|
|
369
369
|
@property
|
370
370
|
def user_id(self):
|
371
|
-
"""Gets the user_id of this NamespaceVo.
|
371
|
+
r"""Gets the user_id of this NamespaceVo.
|
372
372
|
|
373
373
|
:return: The user_id of this NamespaceVo.
|
374
374
|
:rtype: str
|
@@ -377,7 +377,7 @@ class NamespaceVo:
|
|
377
377
|
|
378
378
|
@user_id.setter
|
379
379
|
def user_id(self, user_id):
|
380
|
-
"""Sets the user_id of this NamespaceVo.
|
380
|
+
r"""Sets the user_id of this NamespaceVo.
|
381
381
|
|
382
382
|
:param user_id: The user_id of this NamespaceVo.
|
383
383
|
:type user_id: str
|
@@ -35,7 +35,7 @@ class ShowNameSpaceListRequest:
|
|
35
35
|
}
|
36
36
|
|
37
37
|
def __init__(self, offset=None, limit=None, name=None, type=None, is_used=None, enterprise_project_id=None):
|
38
|
-
"""ShowNameSpaceListRequest
|
38
|
+
r"""ShowNameSpaceListRequest
|
39
39
|
|
40
40
|
The model defined in huaweicloud sdk
|
41
41
|
|
@@ -78,7 +78,7 @@ class ShowNameSpaceListRequest:
|
|
78
78
|
|
79
79
|
@property
|
80
80
|
def offset(self):
|
81
|
-
"""Gets the offset of this ShowNameSpaceListRequest.
|
81
|
+
r"""Gets the offset of this ShowNameSpaceListRequest.
|
82
82
|
|
83
83
|
偏移量
|
84
84
|
|
@@ -89,7 +89,7 @@ class ShowNameSpaceListRequest:
|
|
89
89
|
|
90
90
|
@offset.setter
|
91
91
|
def offset(self, offset):
|
92
|
-
"""Sets the offset of this ShowNameSpaceListRequest.
|
92
|
+
r"""Sets the offset of this ShowNameSpaceListRequest.
|
93
93
|
|
94
94
|
偏移量
|
95
95
|
|
@@ -100,7 +100,7 @@ class ShowNameSpaceListRequest:
|
|
100
100
|
|
101
101
|
@property
|
102
102
|
def limit(self):
|
103
|
-
"""Gets the limit of this ShowNameSpaceListRequest.
|
103
|
+
r"""Gets the limit of this ShowNameSpaceListRequest.
|
104
104
|
|
105
105
|
每页显示的条目数量
|
106
106
|
|
@@ -111,7 +111,7 @@ class ShowNameSpaceListRequest:
|
|
111
111
|
|
112
112
|
@limit.setter
|
113
113
|
def limit(self, limit):
|
114
|
-
"""Sets the limit of this ShowNameSpaceListRequest.
|
114
|
+
r"""Sets the limit of this ShowNameSpaceListRequest.
|
115
115
|
|
116
116
|
每页显示的条目数量
|
117
117
|
|
@@ -122,7 +122,7 @@ class ShowNameSpaceListRequest:
|
|
122
122
|
|
123
123
|
@property
|
124
124
|
def name(self):
|
125
|
-
"""Gets the name of this ShowNameSpaceListRequest.
|
125
|
+
r"""Gets the name of this ShowNameSpaceListRequest.
|
126
126
|
|
127
127
|
命名空间名称
|
128
128
|
|
@@ -133,7 +133,7 @@ class ShowNameSpaceListRequest:
|
|
133
133
|
|
134
134
|
@name.setter
|
135
135
|
def name(self, name):
|
136
|
-
"""Sets the name of this ShowNameSpaceListRequest.
|
136
|
+
r"""Sets the name of this ShowNameSpaceListRequest.
|
137
137
|
|
138
138
|
命名空间名称
|
139
139
|
|
@@ -144,7 +144,7 @@ class ShowNameSpaceListRequest:
|
|
144
144
|
|
145
145
|
@property
|
146
146
|
def type(self):
|
147
|
-
"""Gets the type of this ShowNameSpaceListRequest.
|
147
|
+
r"""Gets the type of this ShowNameSpaceListRequest.
|
148
148
|
|
149
149
|
多活类型,1:同城多活,2:异地多活
|
150
150
|
|
@@ -155,7 +155,7 @@ class ShowNameSpaceListRequest:
|
|
155
155
|
|
156
156
|
@type.setter
|
157
157
|
def type(self, type):
|
158
|
-
"""Sets the type of this ShowNameSpaceListRequest.
|
158
|
+
r"""Sets the type of this ShowNameSpaceListRequest.
|
159
159
|
|
160
160
|
多活类型,1:同城多活,2:异地多活
|
161
161
|
|
@@ -166,7 +166,7 @@ class ShowNameSpaceListRequest:
|
|
166
166
|
|
167
167
|
@property
|
168
168
|
def is_used(self):
|
169
|
-
"""Gets the is_used of this ShowNameSpaceListRequest.
|
169
|
+
r"""Gets the is_used of this ShowNameSpaceListRequest.
|
170
170
|
|
171
171
|
是否已被使用 true :是 false :否
|
172
172
|
|
@@ -177,7 +177,7 @@ class ShowNameSpaceListRequest:
|
|
177
177
|
|
178
178
|
@is_used.setter
|
179
179
|
def is_used(self, is_used):
|
180
|
-
"""Sets the is_used of this ShowNameSpaceListRequest.
|
180
|
+
r"""Sets the is_used of this ShowNameSpaceListRequest.
|
181
181
|
|
182
182
|
是否已被使用 true :是 false :否
|
183
183
|
|
@@ -188,7 +188,7 @@ class ShowNameSpaceListRequest:
|
|
188
188
|
|
189
189
|
@property
|
190
190
|
def enterprise_project_id(self):
|
191
|
-
"""Gets the enterprise_project_id of this ShowNameSpaceListRequest.
|
191
|
+
r"""Gets the enterprise_project_id of this ShowNameSpaceListRequest.
|
192
192
|
|
193
193
|
企业项目ID
|
194
194
|
|
@@ -199,7 +199,7 @@ class ShowNameSpaceListRequest:
|
|
199
199
|
|
200
200
|
@enterprise_project_id.setter
|
201
201
|
def enterprise_project_id(self, enterprise_project_id):
|
202
|
-
"""Sets the enterprise_project_id of this ShowNameSpaceListRequest.
|
202
|
+
r"""Sets the enterprise_project_id of this ShowNameSpaceListRequest.
|
203
203
|
|
204
204
|
企业项目ID
|
205
205
|
|
@@ -26,7 +26,7 @@ class ShowNameSpaceListResponse(SdkResponse):
|
|
26
26
|
}
|
27
27
|
|
28
28
|
def __init__(self, body=None):
|
29
|
-
"""ShowNameSpaceListResponse
|
29
|
+
r"""ShowNameSpaceListResponse
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
@@ -44,7 +44,7 @@ class ShowNameSpaceListResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
@property
|
46
46
|
def body(self):
|
47
|
-
"""Gets the body of this ShowNameSpaceListResponse.
|
47
|
+
r"""Gets the body of this ShowNameSpaceListResponse.
|
48
48
|
|
49
49
|
:return: The body of this ShowNameSpaceListResponse.
|
50
50
|
:rtype: list[:class:`huaweicloudsdkmas.v1.NamespaceVo`]
|
@@ -53,7 +53,7 @@ class ShowNameSpaceListResponse(SdkResponse):
|
|
53
53
|
|
54
54
|
@body.setter
|
55
55
|
def body(self, body):
|
56
|
-
"""Sets the body of this ShowNameSpaceListResponse.
|
56
|
+
r"""Sets the body of this ShowNameSpaceListResponse.
|
57
57
|
|
58
58
|
:param body: The body of this ShowNameSpaceListResponse.
|
59
59
|
:type body: list[:class:`huaweicloudsdkmas.v1.NamespaceVo`]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkmas
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.143
|
4
4
|
Summary: MAS
|
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.143
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -0,0 +1,19 @@
|
|
1
|
+
huaweicloudsdkmas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
huaweicloudsdkmas/v1/__init__.py,sha256=A3qTlsCImgVgArbC_QHYR5hLGIwvbW8fUnylMHq7Kqg,760
|
3
|
+
huaweicloudsdkmas/v1/mas_async_client.py,sha256=y4OhjWUaXwA-l2MnMucXZmRQISasrHVByaqujHMc88M,5946
|
4
|
+
huaweicloudsdkmas/v1/mas_client.py,sha256=I4CBjCjnIVJP9y4yDx0rNRjMk7UV5VMqmjPXLaL8Mqo,5843
|
5
|
+
huaweicloudsdkmas/v1/model/__init__.py,sha256=9ddyzsSiP1alaBX19ecF8QLBaScGSvseWjy0BzyjKe4,674
|
6
|
+
huaweicloudsdkmas/v1/model/base_multi_active_zone_spec.py,sha256=vqrp4MaEndPFpo7ZICXfRqm1713MX-2zghVdZtHe-xU,2328
|
7
|
+
huaweicloudsdkmas/v1/model/data_sync_statistics.py,sha256=-LOSTrTayG7jc-xx3_PhPwnLrvepkl75q6bctWv1_VY,5991
|
8
|
+
huaweicloudsdkmas/v1/model/datasource_statistics.py,sha256=PcB6mA6jAWXo009t86JafgV4LeHrK7djSRczITINxjs,3737
|
9
|
+
huaweicloudsdkmas/v1/model/multi_active_zone_vo.py,sha256=mK3sWFIRyY9x-k2OCWqbijlfSeP5zW8K079ngi9COEU,11027
|
10
|
+
huaweicloudsdkmas/v1/model/namespace_vo.py,sha256=hN7r2jSws92a59HZqXRzc_mPS40J9Tgx3ExfOaglAu4,13271
|
11
|
+
huaweicloudsdkmas/v1/model/show_name_space_list_request.py,sha256=HA63kVd8zZDbAavpmxaQ6-c9owWJjXmtQkNLm7GOVpQ,7279
|
12
|
+
huaweicloudsdkmas/v1/model/show_name_space_list_response.py,sha256=iJMN85vx-_syicGKIy1pWbSgk-bYVlfJyAugDRNe0DI,3235
|
13
|
+
huaweicloudsdkmas/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
+
huaweicloudsdkmas/v1/region/mas_region.py,sha256=dlP-gh-8S1M558cCNHRXhKczCwBFJayHmKMq7KIRffY,2856
|
15
|
+
huaweicloudsdkmas-3.1.143.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
16
|
+
huaweicloudsdkmas-3.1.143.dist-info/METADATA,sha256=bg-prqAeNYlxlrUW-BRuQ3Gla-WODu9TSlR7SVHiF4Y,1135
|
17
|
+
huaweicloudsdkmas-3.1.143.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
18
|
+
huaweicloudsdkmas-3.1.143.dist-info/top_level.txt,sha256=0BvGi5paLWlsiPWIcuD_qwunpeziF7ZiAywZRDFaTiY,18
|
19
|
+
huaweicloudsdkmas-3.1.143.dist-info/RECORD,,
|
@@ -1,19 +0,0 @@
|
|
1
|
-
huaweicloudsdkmas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
huaweicloudsdkmas/v1/__init__.py,sha256=A3qTlsCImgVgArbC_QHYR5hLGIwvbW8fUnylMHq7Kqg,760
|
3
|
-
huaweicloudsdkmas/v1/mas_async_client.py,sha256=5LT7FskEapMJCP-zOTxjgNmjgc4QhXm1MrG5S-l3glI,5945
|
4
|
-
huaweicloudsdkmas/v1/mas_client.py,sha256=p0lg2ADH7coFvhdMAjHu7GJqBbI_Ho23fcaSo_HopuA,5842
|
5
|
-
huaweicloudsdkmas/v1/model/__init__.py,sha256=9ddyzsSiP1alaBX19ecF8QLBaScGSvseWjy0BzyjKe4,674
|
6
|
-
huaweicloudsdkmas/v1/model/base_multi_active_zone_spec.py,sha256=P4jGjcEzGWP084_8hPjGc4CyuAPQ-8K5ogZFZJgL1iI,2327
|
7
|
-
huaweicloudsdkmas/v1/model/data_sync_statistics.py,sha256=704MCOp5I-0-aieZnbBfMY5W3LRWOA88rqqa4uSzcRk,5982
|
8
|
-
huaweicloudsdkmas/v1/model/datasource_statistics.py,sha256=5e-gnJcVDwTjMhlGg8rJWD_uad0pL-Q1svTX7STYlkg,3732
|
9
|
-
huaweicloudsdkmas/v1/model/multi_active_zone_vo.py,sha256=8hX2KXSCaqSlEVH83DInz0KXbtL8Bfu2vu91dShT3s4,11002
|
10
|
-
huaweicloudsdkmas/v1/model/namespace_vo.py,sha256=WVXGz07ncFESRM5BR5YDFNZnaxzZxoEKULy_esIbxvE,13242
|
11
|
-
huaweicloudsdkmas/v1/model/show_name_space_list_request.py,sha256=eKXYP10DxIPmSotc0XVF3NrsGjGA0OWyRbeLkmRxGP0,7266
|
12
|
-
huaweicloudsdkmas/v1/model/show_name_space_list_response.py,sha256=P_UwNKq9W8N7bHAfaLeDJcnOY_qiN3IG9ZAkd4vqrdk,3232
|
13
|
-
huaweicloudsdkmas/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
-
huaweicloudsdkmas/v1/region/mas_region.py,sha256=dlP-gh-8S1M558cCNHRXhKczCwBFJayHmKMq7KIRffY,2856
|
15
|
-
huaweicloudsdkmas-3.1.142.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
16
|
-
huaweicloudsdkmas-3.1.142.dist-info/METADATA,sha256=UldXYEvWgze4B62sf_PzFErAyg-uBv5gFavBNvXqI5Y,1135
|
17
|
-
huaweicloudsdkmas-3.1.142.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
18
|
-
huaweicloudsdkmas-3.1.142.dist-info/top_level.txt,sha256=0BvGi5paLWlsiPWIcuD_qwunpeziF7ZiAywZRDFaTiY,18
|
19
|
-
huaweicloudsdkmas-3.1.142.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|