huaweicloudsdkgaussdbforopengauss 3.1.145__py2.py3-none-any.whl → 3.1.147__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.
@@ -21,8 +21,7 @@ class ConstructReq:
21
21
  'dr_ip': 'str',
22
22
  'dr_user_name': 'str',
23
23
  'dr_user_password': 'str',
24
- 'dr_task_name': 'str',
25
- 'lite_dr_mode': 'str'
24
+ 'dr_task_name': 'str'
26
25
  }
27
26
 
28
27
  attribute_map = {
@@ -30,11 +29,10 @@ class ConstructReq:
30
29
  'dr_ip': 'dr_ip',
31
30
  'dr_user_name': 'dr_user_name',
32
31
  'dr_user_password': 'dr_user_password',
33
- 'dr_task_name': 'dr_task_name',
34
- 'lite_dr_mode': 'lite_dr_mode'
32
+ 'dr_task_name': 'dr_task_name'
35
33
  }
36
34
 
37
- def __init__(self, disaster_type=None, dr_ip=None, dr_user_name=None, dr_user_password=None, dr_task_name=None, lite_dr_mode=None):
35
+ def __init__(self, disaster_type=None, dr_ip=None, dr_user_name=None, dr_user_password=None, dr_task_name=None):
38
36
  r"""ConstructReq
39
37
 
40
38
  The model defined in huaweicloud sdk
@@ -49,8 +47,6 @@ class ConstructReq:
49
47
  :type dr_user_password: str
50
48
  :param dr_task_name: 容灾任务名称
51
49
  :type dr_task_name: str
52
- :param lite_dr_mode: 灾备实例为轻量化部署.
53
- :type lite_dr_mode: str
54
50
  """
55
51
 
56
52
 
@@ -60,7 +56,6 @@ class ConstructReq:
60
56
  self._dr_user_name = None
61
57
  self._dr_user_password = None
62
58
  self._dr_task_name = None
63
- self._lite_dr_mode = None
64
59
  self.discriminator = None
65
60
 
66
61
  self.disaster_type = disaster_type
@@ -69,8 +64,6 @@ class ConstructReq:
69
64
  self.dr_user_password = dr_user_password
70
65
  if dr_task_name is not None:
71
66
  self.dr_task_name = dr_task_name
72
- if lite_dr_mode is not None:
73
- self.lite_dr_mode = lite_dr_mode
74
67
 
75
68
  @property
76
69
  def disaster_type(self):
@@ -182,28 +175,6 @@ class ConstructReq:
182
175
  """
183
176
  self._dr_task_name = dr_task_name
184
177
 
185
- @property
186
- def lite_dr_mode(self):
187
- r"""Gets the lite_dr_mode of this ConstructReq.
188
-
189
- 灾备实例为轻量化部署.
190
-
191
- :return: The lite_dr_mode of this ConstructReq.
192
- :rtype: str
193
- """
194
- return self._lite_dr_mode
195
-
196
- @lite_dr_mode.setter
197
- def lite_dr_mode(self, lite_dr_mode):
198
- r"""Sets the lite_dr_mode of this ConstructReq.
199
-
200
- 灾备实例为轻量化部署.
201
-
202
- :param lite_dr_mode: The lite_dr_mode of this ConstructReq.
203
- :type lite_dr_mode: str
204
- """
205
- self._lite_dr_mode = lite_dr_mode
206
-
207
178
  def to_dict(self):
208
179
  """Returns the model properties as a dict"""
209
180
  result = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkgaussdbforopengauss
3
- Version: 3.1.145
3
+ Version: 3.1.147
4
4
  Summary: GaussDBforopenGauss
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.145
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.147
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -38,7 +38,7 @@ huaweicloudsdkgaussdbforopengauss/v3/model/configuration_summary.py,sha256=sQqTt
38
38
  huaweicloudsdkgaussdbforopengauss/v3/model/configurations_result.py,sha256=-OrUEp9OXu9-eS1mTj_Dmq24cDjQ_PL50vJ4XqkD0Ng,9802
39
39
  huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_request.py,sha256=Xr7-qgU_5RZuRmC24DLvyKl54_Mi-YTGn1z8GEvosw8,3969
40
40
  huaweicloudsdkgaussdbforopengauss/v3/model/confirm_restored_data_response.py,sha256=tfKOyN0EwYSFDMrOnL29WTkw7LpfesrFwVRqnCu0sDU,3306
41
- huaweicloudsdkgaussdbforopengauss/v3/model/construct_req.py,sha256=JqFdsQjd3KQvKT4mbzlBwOapOH0BV_4g8cLbRKDagm0,7262
41
+ huaweicloudsdkgaussdbforopengauss/v3/model/construct_req.py,sha256=5BFQXySDM8geXZMKGazWDh6NpG7y3mUsXRMnNd6HzTY,6380
42
42
  huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_request.py,sha256=4QR5OsLs7l_rPMhYxjvGhMjKyoVEnfz-1hw75QayijY,4861
43
43
  huaweicloudsdkgaussdbforopengauss/v3/model/copy_configuration_response.py,sha256=TZ38jc4vI1DiBfKx38X6Ve4AIBInV93r0R_ks6jAD4M,3311
44
44
  huaweicloudsdkgaussdbforopengauss/v3/model/create_configuration_template_request.py,sha256=0AcoyyfQ_AXqarl1Vl4nQZdiSwZP_N0cUIwR0IW4l6Q,4276
@@ -487,8 +487,8 @@ huaweicloudsdkgaussdbforopengauss/v3/model/validate_weak_password_response.py,sh
487
487
  huaweicloudsdkgaussdbforopengauss/v3/model/weak_password_request_body.py,sha256=e1GM4_Yu3gkAen5sI6UnUu2Ut04lyMHS8Wg2pwdrjKg,3104
488
488
  huaweicloudsdkgaussdbforopengauss/v3/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
489
489
  huaweicloudsdkgaussdbforopengauss/v3/region/gaussdbforopengauss_region.py,sha256=kjNxya2QAw33C5zMJES9Yj1z83HF7ezACprg_DPDYzg,4456
490
- huaweicloudsdkgaussdbforopengauss-3.1.145.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
491
- huaweicloudsdkgaussdbforopengauss-3.1.145.dist-info/METADATA,sha256=etzqIUgKNaN38TCLy49i2U-LaUp-CfITih-Y4GtUme8,1183
492
- huaweicloudsdkgaussdbforopengauss-3.1.145.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
493
- huaweicloudsdkgaussdbforopengauss-3.1.145.dist-info/top_level.txt,sha256=Eu0Q0tFHFbnL_PjFOY4Uagc9Xd6tEIZWVieOKIvJ5-A,34
494
- huaweicloudsdkgaussdbforopengauss-3.1.145.dist-info/RECORD,,
490
+ huaweicloudsdkgaussdbforopengauss-3.1.147.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
491
+ huaweicloudsdkgaussdbforopengauss-3.1.147.dist-info/METADATA,sha256=3iX6G-btA-72pxr-0QsYKFn7jn4IOkmfiN00vdZIZkU,1183
492
+ huaweicloudsdkgaussdbforopengauss-3.1.147.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
493
+ huaweicloudsdkgaussdbforopengauss-3.1.147.dist-info/top_level.txt,sha256=Eu0Q0tFHFbnL_PjFOY4Uagc9Xd6tEIZWVieOKIvJ5-A,34
494
+ huaweicloudsdkgaussdbforopengauss-3.1.147.dist-info/RECORD,,