huaweicloudsdkdrs 3.1.86__py2.py3-none-any.whl → 3.1.88__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.
@@ -19,15 +19,17 @@ class ShowPositionResultResponse(SdkResponse):
19
19
 
20
20
  openapi_types = {
21
21
  'job_id': 'str',
22
- 'position': 'str'
22
+ 'position': 'str',
23
+ 'status': 'str'
23
24
  }
24
25
 
25
26
  attribute_map = {
26
27
  'job_id': 'job_id',
27
- 'position': 'position'
28
+ 'position': 'position',
29
+ 'status': 'status'
28
30
  }
29
31
 
30
- def __init__(self, job_id=None, position=None):
32
+ def __init__(self, job_id=None, position=None, status=None):
31
33
  """ShowPositionResultResponse
32
34
 
33
35
  The model defined in huaweicloud sdk
@@ -36,18 +38,23 @@ class ShowPositionResultResponse(SdkResponse):
36
38
  :type job_id: str
37
39
  :param position: 位点信息
38
40
  :type position: str
41
+ :param status: 查询状态。
42
+ :type status: str
39
43
  """
40
44
 
41
45
  super(ShowPositionResultResponse, self).__init__()
42
46
 
43
47
  self._job_id = None
44
48
  self._position = None
49
+ self._status = None
45
50
  self.discriminator = None
46
51
 
47
52
  if job_id is not None:
48
53
  self.job_id = job_id
49
54
  if position is not None:
50
55
  self.position = position
56
+ if status is not None:
57
+ self.status = status
51
58
 
52
59
  @property
53
60
  def job_id(self):
@@ -93,6 +100,28 @@ class ShowPositionResultResponse(SdkResponse):
93
100
  """
94
101
  self._position = position
95
102
 
103
+ @property
104
+ def status(self):
105
+ """Gets the status of this ShowPositionResultResponse.
106
+
107
+ 查询状态。
108
+
109
+ :return: The status of this ShowPositionResultResponse.
110
+ :rtype: str
111
+ """
112
+ return self._status
113
+
114
+ @status.setter
115
+ def status(self, status):
116
+ """Sets the status of this ShowPositionResultResponse.
117
+
118
+ 查询状态。
119
+
120
+ :param status: The status of this ShowPositionResultResponse.
121
+ :type status: str
122
+ """
123
+ self._status = status
124
+
96
125
  def to_dict(self):
97
126
  """Returns the model properties as a dict"""
98
127
  result = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkdrs
3
- Version: 3.1.86
3
+ Version: 3.1.88
4
4
  Summary: DRS
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.86
25
+ Requires-Dist: huaweicloudsdkcore >=3.1.88
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -442,7 +442,7 @@ huaweicloudsdkdrs/v5/model/show_monitor_data_response.py,sha256=GV83gxNYbjG-qI8P
442
442
  huaweicloudsdkdrs/v5/model/show_object_mapping_request.py,sha256=_JdSQva3iIZV-9GqROmFdlrLO5JmcuN1D7vqyMjw5TQ,4742
443
443
  huaweicloudsdkdrs/v5/model/show_object_mapping_response.py,sha256=PZhgjysgsKVUga-nih6ISaNuuR20e72zXF2gflkPR1Y,4387
444
444
  huaweicloudsdkdrs/v5/model/show_position_result_request.py,sha256=5OtIZdtPhnE8PTUT0VydcUMw0gCmqvHFbACNjrJYAv4,4826
445
- huaweicloudsdkdrs/v5/model/show_position_result_response.py,sha256=3CJEfGACYa2yLmXYOzVrPasQPJQRFYNK4xFeE01fcFo,3971
445
+ huaweicloudsdkdrs/v5/model/show_position_result_response.py,sha256=BJ69DSs27p9cArQuJ_hJzU91hjluZhuyFw9rLxKDXCk,4721
446
446
  huaweicloudsdkdrs/v5/model/show_progress_data_request.py,sha256=AxrYR0F0BrSDmy0acqq-YI_0jTWrmGQZb673mcFkPP4,6659
447
447
  huaweicloudsdkdrs/v5/model/show_progress_data_response.py,sha256=aMYRTq1dIKfRHM4Bgx6BVhvNkmxC9gI2C5gJ5sLZw8M,5315
448
448
  huaweicloudsdkdrs/v5/model/show_support_object_type_request.py,sha256=_EdyU_PiG_yO3vFd_E6RX6sjlbI0aHD51ZI8jk4omZ8,3921
@@ -494,8 +494,8 @@ huaweicloudsdkdrs/v5/model/validate_job_name_request.py,sha256=74qQd020c2h8BdFUs
494
494
  huaweicloudsdkdrs/v5/model/validate_job_name_response.py,sha256=Yehy1O1CeximGx5YvOn7luyGGLz__HTT-tWpZTV0BUE,4895
495
495
  huaweicloudsdkdrs/v5/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
496
496
  huaweicloudsdkdrs/v5/region/drs_region.py,sha256=g7MBjLoTroMFLFKzXzh84rdIET7dSConT6CaPUowcNM,3995
497
- huaweicloudsdkdrs-3.1.86.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
498
- huaweicloudsdkdrs-3.1.86.dist-info/METADATA,sha256=UAIJFrT5u0HhPXxLs6hzNF6ewQ2lRIVhdaq6kONbSJQ,1134
499
- huaweicloudsdkdrs-3.1.86.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
500
- huaweicloudsdkdrs-3.1.86.dist-info/top_level.txt,sha256=FJmOnPaGx7WoM_NJdeECns2-V--JJZyO0PVtyQAgpYg,18
501
- huaweicloudsdkdrs-3.1.86.dist-info/RECORD,,
497
+ huaweicloudsdkdrs-3.1.88.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
498
+ huaweicloudsdkdrs-3.1.88.dist-info/METADATA,sha256=44prdp0HBgl_DX3nMfN2tnTx779vS_NM0rr9QN6LBGI,1134
499
+ huaweicloudsdkdrs-3.1.88.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
500
+ huaweicloudsdkdrs-3.1.88.dist-info/top_level.txt,sha256=FJmOnPaGx7WoM_NJdeECns2-V--JJZyO0PVtyQAgpYg,18
501
+ huaweicloudsdkdrs-3.1.88.dist-info/RECORD,,