huaweicloudsdksdrs 3.1.160__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.
Files changed (177) hide show
  1. huaweicloudsdksdrs/__init__.py +0 -0
  2. huaweicloudsdksdrs/v1/__init__.py +173 -0
  3. huaweicloudsdksdrs/v1/model/__init__.py +170 -0
  4. huaweicloudsdksdrs/v1/model/add_protected_instance_nic_request.py +139 -0
  5. huaweicloudsdksdrs/v1/model/add_protected_instance_nic_response.py +116 -0
  6. huaweicloudsdksdrs/v1/model/add_protected_instance_tags_request.py +139 -0
  7. huaweicloudsdksdrs/v1/model/add_protected_instance_tags_response.py +85 -0
  8. huaweicloudsdksdrs/v1/model/attach_protected_instance_replication_request.py +139 -0
  9. huaweicloudsdksdrs/v1/model/attach_protected_instance_replication_response.py +116 -0
  10. huaweicloudsdksdrs/v1/model/batch_add_tags_request.py +139 -0
  11. huaweicloudsdksdrs/v1/model/batch_add_tags_request_body.py +142 -0
  12. huaweicloudsdksdrs/v1/model/batch_add_tags_response.py +85 -0
  13. huaweicloudsdksdrs/v1/model/batch_create_protected_instances_request.py +111 -0
  14. huaweicloudsdksdrs/v1/model/batch_create_protected_instances_request_body.py +110 -0
  15. huaweicloudsdksdrs/v1/model/batch_create_protected_instances_request_params.py +344 -0
  16. huaweicloudsdksdrs/v1/model/batch_create_protected_instances_response.py +116 -0
  17. huaweicloudsdksdrs/v1/model/batch_delete_protected_instances_request.py +111 -0
  18. huaweicloudsdksdrs/v1/model/batch_delete_protected_instances_request_body.py +172 -0
  19. huaweicloudsdksdrs/v1/model/batch_delete_protected_instances_response.py +116 -0
  20. huaweicloudsdksdrs/v1/model/batch_delete_tags_request.py +139 -0
  21. huaweicloudsdksdrs/v1/model/batch_delete_tags_request_body.py +142 -0
  22. huaweicloudsdksdrs/v1/model/batch_delete_tags_response.py +85 -0
  23. huaweicloudsdksdrs/v1/model/create_disaster_recovery_drill_request.py +111 -0
  24. huaweicloudsdksdrs/v1/model/create_disaster_recovery_drill_request_body.py +110 -0
  25. huaweicloudsdksdrs/v1/model/create_disaster_recovery_drill_request_params.py +171 -0
  26. huaweicloudsdksdrs/v1/model/create_disaster_recovery_drill_response.py +116 -0
  27. huaweicloudsdksdrs/v1/model/create_protected_instance_request.py +111 -0
  28. huaweicloudsdksdrs/v1/model/create_protected_instance_request_body.py +110 -0
  29. huaweicloudsdksdrs/v1/model/create_protected_instance_request_params.py +402 -0
  30. huaweicloudsdksdrs/v1/model/create_protected_instance_response.py +116 -0
  31. huaweicloudsdksdrs/v1/model/create_protection_group_request.py +111 -0
  32. huaweicloudsdksdrs/v1/model/create_protection_group_request_body.py +110 -0
  33. huaweicloudsdksdrs/v1/model/create_protection_group_request_params.py +284 -0
  34. huaweicloudsdksdrs/v1/model/create_protection_group_response.py +116 -0
  35. huaweicloudsdksdrs/v1/model/create_replication_request.py +111 -0
  36. huaweicloudsdksdrs/v1/model/create_replication_request_body.py +110 -0
  37. huaweicloudsdksdrs/v1/model/create_replication_request_params.py +228 -0
  38. huaweicloudsdksdrs/v1/model/create_replication_response.py +116 -0
  39. huaweicloudsdksdrs/v1/model/delete_all_server_group_failure_jobs_request.py +84 -0
  40. huaweicloudsdksdrs/v1/model/delete_all_server_group_failure_jobs_response.py +85 -0
  41. huaweicloudsdksdrs/v1/model/delete_disaster_recovery_drill_request.py +114 -0
  42. huaweicloudsdksdrs/v1/model/delete_disaster_recovery_drill_response.py +116 -0
  43. huaweicloudsdksdrs/v1/model/delete_failure_job_request.py +114 -0
  44. huaweicloudsdksdrs/v1/model/delete_failure_job_response.py +85 -0
  45. huaweicloudsdksdrs/v1/model/delete_protected_instance_nic_request.py +139 -0
  46. huaweicloudsdksdrs/v1/model/delete_protected_instance_nic_response.py +116 -0
  47. huaweicloudsdksdrs/v1/model/delete_protected_instance_request.py +139 -0
  48. huaweicloudsdksdrs/v1/model/delete_protected_instance_request_body.py +144 -0
  49. huaweicloudsdksdrs/v1/model/delete_protected_instance_response.py +116 -0
  50. huaweicloudsdksdrs/v1/model/delete_protected_instance_tag_request.py +142 -0
  51. huaweicloudsdksdrs/v1/model/delete_protected_instance_tag_response.py +85 -0
  52. huaweicloudsdksdrs/v1/model/delete_protection_group_request.py +114 -0
  53. huaweicloudsdksdrs/v1/model/delete_protection_group_response.py +116 -0
  54. huaweicloudsdksdrs/v1/model/delete_replication_request.py +139 -0
  55. huaweicloudsdksdrs/v1/model/delete_replication_request_body.py +110 -0
  56. huaweicloudsdksdrs/v1/model/delete_replication_request_params.py +144 -0
  57. huaweicloudsdksdrs/v1/model/delete_replication_response.py +116 -0
  58. huaweicloudsdksdrs/v1/model/delete_resource_tag.py +143 -0
  59. huaweicloudsdksdrs/v1/model/delete_server_group_failure_jobs_request.py +114 -0
  60. huaweicloudsdksdrs/v1/model/delete_server_group_failure_jobs_response.py +85 -0
  61. huaweicloudsdksdrs/v1/model/detach_protected_instance_replication_request.py +142 -0
  62. huaweicloudsdksdrs/v1/model/detach_protected_instance_replication_response.py +116 -0
  63. huaweicloudsdksdrs/v1/model/drill_server_params.py +142 -0
  64. huaweicloudsdksdrs/v1/model/expand_replication_request.py +139 -0
  65. huaweicloudsdksdrs/v1/model/expand_replication_response.py +116 -0
  66. huaweicloudsdksdrs/v1/model/extend_replication_request_body.py +110 -0
  67. huaweicloudsdksdrs/v1/model/extend_replication_request_params.py +114 -0
  68. huaweicloudsdksdrs/v1/model/failover_protection_group_request_body.py +114 -0
  69. huaweicloudsdksdrs/v1/model/failure_job_params.py +366 -0
  70. huaweicloudsdksdrs/v1/model/job_entities.py +289 -0
  71. huaweicloudsdksdrs/v1/model/list_active_active_domains_request.py +84 -0
  72. huaweicloudsdksdrs/v1/model/list_active_active_domains_response.py +116 -0
  73. huaweicloudsdksdrs/v1/model/list_api_versions_request.py +84 -0
  74. huaweicloudsdksdrs/v1/model/list_api_versions_response.py +116 -0
  75. huaweicloudsdksdrs/v1/model/list_disaster_recovery_drills_request.py +260 -0
  76. huaweicloudsdksdrs/v1/model/list_disaster_recovery_drills_response.py +145 -0
  77. huaweicloudsdksdrs/v1/model/list_failure_jobs_request.py +260 -0
  78. huaweicloudsdksdrs/v1/model/list_failure_jobs_response.py +145 -0
  79. huaweicloudsdksdrs/v1/model/list_protected_instance_tags_request.py +114 -0
  80. huaweicloudsdksdrs/v1/model/list_protected_instance_tags_response.py +116 -0
  81. huaweicloudsdksdrs/v1/model/list_protected_instances_by_tags_request.py +111 -0
  82. huaweicloudsdksdrs/v1/model/list_protected_instances_by_tags_request_body.py +317 -0
  83. huaweicloudsdksdrs/v1/model/list_protected_instances_by_tags_response.py +145 -0
  84. huaweicloudsdksdrs/v1/model/list_protected_instances_project_tags_request.py +84 -0
  85. huaweicloudsdksdrs/v1/model/list_protected_instances_project_tags_response.py +116 -0
  86. huaweicloudsdksdrs/v1/model/list_protected_instances_request.py +347 -0
  87. huaweicloudsdksdrs/v1/model/list_protected_instances_response.py +145 -0
  88. huaweicloudsdksdrs/v1/model/list_protection_groups_request.py +260 -0
  89. huaweicloudsdksdrs/v1/model/list_protection_groups_response.py +145 -0
  90. huaweicloudsdksdrs/v1/model/list_replications_request.py +376 -0
  91. huaweicloudsdksdrs/v1/model/list_replications_response.py +145 -0
  92. huaweicloudsdksdrs/v1/model/list_rpo_statistics_request.py +231 -0
  93. huaweicloudsdksdrs/v1/model/list_rpo_statistics_response.py +145 -0
  94. huaweicloudsdksdrs/v1/model/match_params.py +142 -0
  95. huaweicloudsdksdrs/v1/model/metadata_params.py +114 -0
  96. huaweicloudsdksdrs/v1/model/protected_instance_add_nic_request_body.py +172 -0
  97. huaweicloudsdksdrs/v1/model/protected_instance_add_tags_request_body.py +110 -0
  98. huaweicloudsdksdrs/v1/model/protected_instance_attach_replication_request_body.py +110 -0
  99. huaweicloudsdksdrs/v1/model/protected_instance_attach_replication_request_params.py +142 -0
  100. huaweicloudsdksdrs/v1/model/protected_instance_attachment.py +142 -0
  101. huaweicloudsdksdrs/v1/model/protected_instance_delete_nic_request_body.py +114 -0
  102. huaweicloudsdksdrs/v1/model/quota_params.py +114 -0
  103. huaweicloudsdksdrs/v1/model/quota_resource_params.py +226 -0
  104. huaweicloudsdksdrs/v1/model/replication_attachment.py +142 -0
  105. huaweicloudsdksdrs/v1/model/replication_cluster_params.py +114 -0
  106. huaweicloudsdksdrs/v1/model/replication_record_metadata.py +198 -0
  107. huaweicloudsdksdrs/v1/model/resize_protected_instance_request.py +139 -0
  108. huaweicloudsdksdrs/v1/model/resize_protected_instance_request_body.py +110 -0
  109. huaweicloudsdksdrs/v1/model/resize_protected_instance_request_params.py +231 -0
  110. huaweicloudsdksdrs/v1/model/resize_protected_instance_response.py +116 -0
  111. huaweicloudsdksdrs/v1/model/resource_id.py +114 -0
  112. huaweicloudsdksdrs/v1/model/resource_params.py +195 -0
  113. huaweicloudsdksdrs/v1/model/resource_tag.py +142 -0
  114. huaweicloudsdksdrs/v1/model/reverse_protection_group_request_body.py +110 -0
  115. huaweicloudsdksdrs/v1/model/reverse_protection_group_request_params.py +114 -0
  116. huaweicloudsdksdrs/v1/model/rpo_stattistics_params.py +254 -0
  117. huaweicloudsdksdrs/v1/model/security_groups_params.py +114 -0
  118. huaweicloudsdksdrs/v1/model/server_info.py +143 -0
  119. huaweicloudsdksdrs/v1/model/show_active_active_domain_params.py +246 -0
  120. huaweicloudsdksdrs/v1/model/show_api_version_links_params.py +142 -0
  121. huaweicloudsdksdrs/v1/model/show_api_version_params.py +254 -0
  122. huaweicloudsdksdrs/v1/model/show_disaster_recovery_drill_params.py +310 -0
  123. huaweicloudsdksdrs/v1/model/show_disaster_recovery_drill_request.py +114 -0
  124. huaweicloudsdksdrs/v1/model/show_disaster_recovery_drill_response.py +112 -0
  125. huaweicloudsdksdrs/v1/model/show_job_status_request.py +114 -0
  126. huaweicloudsdksdrs/v1/model/show_job_status_response.py +315 -0
  127. huaweicloudsdksdrs/v1/model/show_protected_instance_params.py +475 -0
  128. huaweicloudsdksdrs/v1/model/show_protected_instance_request.py +114 -0
  129. huaweicloudsdksdrs/v1/model/show_protected_instance_response.py +112 -0
  130. huaweicloudsdksdrs/v1/model/show_protection_group_params.py +786 -0
  131. huaweicloudsdksdrs/v1/model/show_protection_group_request.py +114 -0
  132. huaweicloudsdksdrs/v1/model/show_protection_group_response.py +112 -0
  133. huaweicloudsdksdrs/v1/model/show_quota_request.py +84 -0
  134. huaweicloudsdksdrs/v1/model/show_quota_response.py +112 -0
  135. huaweicloudsdksdrs/v1/model/show_replication_params.py +530 -0
  136. huaweicloudsdksdrs/v1/model/show_replication_request.py +114 -0
  137. huaweicloudsdksdrs/v1/model/show_replication_response.py +112 -0
  138. huaweicloudsdksdrs/v1/model/show_specified_api_version_request.py +114 -0
  139. huaweicloudsdksdrs/v1/model/show_specified_api_version_response.py +112 -0
  140. huaweicloudsdksdrs/v1/model/start_failover_protection_group_request.py +139 -0
  141. huaweicloudsdksdrs/v1/model/start_failover_protection_group_response.py +116 -0
  142. huaweicloudsdksdrs/v1/model/start_protection_group_request.py +139 -0
  143. huaweicloudsdksdrs/v1/model/start_protection_group_request_body.py +114 -0
  144. huaweicloudsdksdrs/v1/model/start_protection_group_response.py +116 -0
  145. huaweicloudsdksdrs/v1/model/start_reverse_protection_group_request.py +139 -0
  146. huaweicloudsdksdrs/v1/model/start_reverse_protection_group_response.py +116 -0
  147. huaweicloudsdksdrs/v1/model/stop_protection_group_request.py +139 -0
  148. huaweicloudsdksdrs/v1/model/stop_protection_group_request_body.py +114 -0
  149. huaweicloudsdksdrs/v1/model/stop_protection_group_response.py +116 -0
  150. huaweicloudsdksdrs/v1/model/sub_job_entities.py +260 -0
  151. huaweicloudsdksdrs/v1/model/sub_job_params.py +306 -0
  152. huaweicloudsdksdrs/v1/model/tag_params.py +142 -0
  153. huaweicloudsdksdrs/v1/model/update_disaster_recovery_drill_name_request.py +139 -0
  154. huaweicloudsdksdrs/v1/model/update_disaster_recovery_drill_name_request_body.py +110 -0
  155. huaweicloudsdksdrs/v1/model/update_disaster_recovery_drill_name_request_params.py +114 -0
  156. huaweicloudsdksdrs/v1/model/update_disaster_recovery_drill_name_response.py +112 -0
  157. huaweicloudsdksdrs/v1/model/update_protected_instance_name_request.py +139 -0
  158. huaweicloudsdksdrs/v1/model/update_protected_instance_name_request_body.py +110 -0
  159. huaweicloudsdksdrs/v1/model/update_protected_instance_name_request_params.py +114 -0
  160. huaweicloudsdksdrs/v1/model/update_protected_instance_name_response.py +112 -0
  161. huaweicloudsdksdrs/v1/model/update_protection_group_name_request.py +139 -0
  162. huaweicloudsdksdrs/v1/model/update_protection_group_name_request_body.py +110 -0
  163. huaweicloudsdksdrs/v1/model/update_protection_group_name_request_params.py +114 -0
  164. huaweicloudsdksdrs/v1/model/update_protection_group_name_response.py +112 -0
  165. huaweicloudsdksdrs/v1/model/update_replication_name_request.py +139 -0
  166. huaweicloudsdksdrs/v1/model/update_replication_name_request_body.py +110 -0
  167. huaweicloudsdksdrs/v1/model/update_replication_name_request_params.py +114 -0
  168. huaweicloudsdksdrs/v1/model/update_replication_name_response.py +112 -0
  169. huaweicloudsdksdrs/v1/region/__init__.py +0 -0
  170. huaweicloudsdksdrs/v1/region/sdrs_region.py +49 -0
  171. huaweicloudsdksdrs/v1/sdrs_async_client.py +3390 -0
  172. huaweicloudsdksdrs/v1/sdrs_client.py +3387 -0
  173. huaweicloudsdksdrs-3.1.160.dist-info/LICENSE +13 -0
  174. huaweicloudsdksdrs-3.1.160.dist-info/METADATA +26 -0
  175. huaweicloudsdksdrs-3.1.160.dist-info/RECORD +177 -0
  176. huaweicloudsdksdrs-3.1.160.dist-info/WHEEL +5 -0
  177. huaweicloudsdksdrs-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,85 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class DeleteProtectedInstanceTagResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ }
22
+
23
+ attribute_map = {
24
+ }
25
+
26
+ def __init__(self):
27
+ r"""DeleteProtectedInstanceTagResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ """
32
+
33
+ super(DeleteProtectedInstanceTagResponse, self).__init__()
34
+ self.discriminator = None
35
+
36
+ def to_dict(self):
37
+ """Returns the model properties as a dict"""
38
+ result = {}
39
+
40
+ for attr, _ in six.iteritems(self.openapi_types):
41
+ value = getattr(self, attr)
42
+ if isinstance(value, list):
43
+ result[attr] = list(map(
44
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
45
+ value
46
+ ))
47
+ elif hasattr(value, "to_dict"):
48
+ result[attr] = value.to_dict()
49
+ elif isinstance(value, dict):
50
+ result[attr] = dict(map(
51
+ lambda item: (item[0], item[1].to_dict())
52
+ if hasattr(item[1], "to_dict") else item,
53
+ value.items()
54
+ ))
55
+ else:
56
+ if attr in self.sensitive_list:
57
+ result[attr] = "****"
58
+ else:
59
+ result[attr] = value
60
+
61
+ return result
62
+
63
+ def to_str(self):
64
+ """Returns the string representation of the model"""
65
+ import simplejson as json
66
+ if six.PY2:
67
+ import sys
68
+ reload(sys)
69
+ sys.setdefaultencoding("utf-8")
70
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
71
+
72
+ def __repr__(self):
73
+ """For `print`"""
74
+ return self.to_str()
75
+
76
+ def __eq__(self, other):
77
+ """Returns true if both objects are equal"""
78
+ if not isinstance(other, DeleteProtectedInstanceTagResponse):
79
+ return False
80
+
81
+ return self.__dict__ == other.__dict__
82
+
83
+ def __ne__(self, other):
84
+ """Returns true if both objects are not equal"""
85
+ return not self == other
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteProtectionGroupRequest:
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
+ 'server_group_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'server_group_id': 'server_group_id'
25
+ }
26
+
27
+ def __init__(self, server_group_id=None):
28
+ r"""DeleteProtectionGroupRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param server_group_id: 保护组ID。
33
+ :type server_group_id: str
34
+ """
35
+
36
+
37
+
38
+ self._server_group_id = None
39
+ self.discriminator = None
40
+
41
+ self.server_group_id = server_group_id
42
+
43
+ @property
44
+ def server_group_id(self):
45
+ r"""Gets the server_group_id of this DeleteProtectionGroupRequest.
46
+
47
+ 保护组ID。
48
+
49
+ :return: The server_group_id of this DeleteProtectionGroupRequest.
50
+ :rtype: str
51
+ """
52
+ return self._server_group_id
53
+
54
+ @server_group_id.setter
55
+ def server_group_id(self, server_group_id):
56
+ r"""Sets the server_group_id of this DeleteProtectionGroupRequest.
57
+
58
+ 保护组ID。
59
+
60
+ :param server_group_id: The server_group_id of this DeleteProtectionGroupRequest.
61
+ :type server_group_id: str
62
+ """
63
+ self._server_group_id = server_group_id
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, DeleteProtectionGroupRequest):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other
@@ -0,0 +1,116 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class DeleteProtectionGroupResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'job_id': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'job_id': 'job_id'
26
+ }
27
+
28
+ def __init__(self, job_id=None):
29
+ r"""DeleteProtectionGroupResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param job_id: 成功返回jobId信息
34
+ :type job_id: str
35
+ """
36
+
37
+ super(DeleteProtectionGroupResponse, self).__init__()
38
+
39
+ self._job_id = None
40
+ self.discriminator = None
41
+
42
+ if job_id is not None:
43
+ self.job_id = job_id
44
+
45
+ @property
46
+ def job_id(self):
47
+ r"""Gets the job_id of this DeleteProtectionGroupResponse.
48
+
49
+ 成功返回jobId信息
50
+
51
+ :return: The job_id of this DeleteProtectionGroupResponse.
52
+ :rtype: str
53
+ """
54
+ return self._job_id
55
+
56
+ @job_id.setter
57
+ def job_id(self, job_id):
58
+ r"""Sets the job_id of this DeleteProtectionGroupResponse.
59
+
60
+ 成功返回jobId信息
61
+
62
+ :param job_id: The job_id of this DeleteProtectionGroupResponse.
63
+ :type job_id: str
64
+ """
65
+ self._job_id = job_id
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
72
+ value = getattr(self, attr)
73
+ if isinstance(value, list):
74
+ result[attr] = list(map(
75
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
76
+ value
77
+ ))
78
+ elif hasattr(value, "to_dict"):
79
+ result[attr] = value.to_dict()
80
+ elif isinstance(value, dict):
81
+ result[attr] = dict(map(
82
+ lambda item: (item[0], item[1].to_dict())
83
+ if hasattr(item[1], "to_dict") else item,
84
+ value.items()
85
+ ))
86
+ else:
87
+ if attr in self.sensitive_list:
88
+ result[attr] = "****"
89
+ else:
90
+ result[attr] = value
91
+
92
+ return result
93
+
94
+ def to_str(self):
95
+ """Returns the string representation of the model"""
96
+ import simplejson as json
97
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, DeleteProtectionGroupResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ return not self == other
@@ -0,0 +1,139 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteReplicationRequest:
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
+ 'replication_id': 'str',
21
+ 'body': 'DeleteReplicationRequestBody'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'replication_id': 'replication_id',
26
+ 'body': 'body'
27
+ }
28
+
29
+ def __init__(self, replication_id=None, body=None):
30
+ r"""DeleteReplicationRequest
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param replication_id: 复制对的ID。
35
+ :type replication_id: str
36
+ :param body: Body of the DeleteReplicationRequest
37
+ :type body: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestBody`
38
+ """
39
+
40
+
41
+
42
+ self._replication_id = None
43
+ self._body = None
44
+ self.discriminator = None
45
+
46
+ self.replication_id = replication_id
47
+ if body is not None:
48
+ self.body = body
49
+
50
+ @property
51
+ def replication_id(self):
52
+ r"""Gets the replication_id of this DeleteReplicationRequest.
53
+
54
+ 复制对的ID。
55
+
56
+ :return: The replication_id of this DeleteReplicationRequest.
57
+ :rtype: str
58
+ """
59
+ return self._replication_id
60
+
61
+ @replication_id.setter
62
+ def replication_id(self, replication_id):
63
+ r"""Sets the replication_id of this DeleteReplicationRequest.
64
+
65
+ 复制对的ID。
66
+
67
+ :param replication_id: The replication_id of this DeleteReplicationRequest.
68
+ :type replication_id: str
69
+ """
70
+ self._replication_id = replication_id
71
+
72
+ @property
73
+ def body(self):
74
+ r"""Gets the body of this DeleteReplicationRequest.
75
+
76
+ :return: The body of this DeleteReplicationRequest.
77
+ :rtype: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestBody`
78
+ """
79
+ return self._body
80
+
81
+ @body.setter
82
+ def body(self, body):
83
+ r"""Sets the body of this DeleteReplicationRequest.
84
+
85
+ :param body: The body of this DeleteReplicationRequest.
86
+ :type body: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestBody`
87
+ """
88
+ self._body = body
89
+
90
+ def to_dict(self):
91
+ """Returns the model properties as a dict"""
92
+ result = {}
93
+
94
+ for attr, _ in six.iteritems(self.openapi_types):
95
+ value = getattr(self, attr)
96
+ if isinstance(value, list):
97
+ result[attr] = list(map(
98
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
99
+ value
100
+ ))
101
+ elif hasattr(value, "to_dict"):
102
+ result[attr] = value.to_dict()
103
+ elif isinstance(value, dict):
104
+ result[attr] = dict(map(
105
+ lambda item: (item[0], item[1].to_dict())
106
+ if hasattr(item[1], "to_dict") else item,
107
+ value.items()
108
+ ))
109
+ else:
110
+ if attr in self.sensitive_list:
111
+ result[attr] = "****"
112
+ else:
113
+ result[attr] = value
114
+
115
+ return result
116
+
117
+ def to_str(self):
118
+ """Returns the string representation of the model"""
119
+ import simplejson as json
120
+ if six.PY2:
121
+ import sys
122
+ reload(sys)
123
+ sys.setdefaultencoding("utf-8")
124
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
125
+
126
+ def __repr__(self):
127
+ """For `print`"""
128
+ return self.to_str()
129
+
130
+ def __eq__(self, other):
131
+ """Returns true if both objects are equal"""
132
+ if not isinstance(other, DeleteReplicationRequest):
133
+ return False
134
+
135
+ return self.__dict__ == other.__dict__
136
+
137
+ def __ne__(self, other):
138
+ """Returns true if both objects are not equal"""
139
+ return not self == other
@@ -0,0 +1,110 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteReplicationRequestBody:
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
+ 'replication': 'DeleteReplicationRequestParams'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'replication': 'replication'
25
+ }
26
+
27
+ def __init__(self, replication=None):
28
+ r"""DeleteReplicationRequestBody
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param replication:
33
+ :type replication: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestParams`
34
+ """
35
+
36
+
37
+
38
+ self._replication = None
39
+ self.discriminator = None
40
+
41
+ self.replication = replication
42
+
43
+ @property
44
+ def replication(self):
45
+ r"""Gets the replication of this DeleteReplicationRequestBody.
46
+
47
+ :return: The replication of this DeleteReplicationRequestBody.
48
+ :rtype: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestParams`
49
+ """
50
+ return self._replication
51
+
52
+ @replication.setter
53
+ def replication(self, replication):
54
+ r"""Sets the replication of this DeleteReplicationRequestBody.
55
+
56
+ :param replication: The replication of this DeleteReplicationRequestBody.
57
+ :type replication: :class:`huaweicloudsdksdrs.v1.DeleteReplicationRequestParams`
58
+ """
59
+ self._replication = replication
60
+
61
+ def to_dict(self):
62
+ """Returns the model properties as a dict"""
63
+ result = {}
64
+
65
+ for attr, _ in six.iteritems(self.openapi_types):
66
+ value = getattr(self, attr)
67
+ if isinstance(value, list):
68
+ result[attr] = list(map(
69
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
70
+ value
71
+ ))
72
+ elif hasattr(value, "to_dict"):
73
+ result[attr] = value.to_dict()
74
+ elif isinstance(value, dict):
75
+ result[attr] = dict(map(
76
+ lambda item: (item[0], item[1].to_dict())
77
+ if hasattr(item[1], "to_dict") else item,
78
+ value.items()
79
+ ))
80
+ else:
81
+ if attr in self.sensitive_list:
82
+ result[attr] = "****"
83
+ else:
84
+ result[attr] = value
85
+
86
+ return result
87
+
88
+ def to_str(self):
89
+ """Returns the string representation of the model"""
90
+ import simplejson as json
91
+ if six.PY2:
92
+ import sys
93
+ reload(sys)
94
+ sys.setdefaultencoding("utf-8")
95
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
96
+
97
+ def __repr__(self):
98
+ """For `print`"""
99
+ return self.to_str()
100
+
101
+ def __eq__(self, other):
102
+ """Returns true if both objects are equal"""
103
+ if not isinstance(other, DeleteReplicationRequestBody):
104
+ return False
105
+
106
+ return self.__dict__ == other.__dict__
107
+
108
+ def __ne__(self, other):
109
+ """Returns true if both objects are not equal"""
110
+ return not self == other
@@ -0,0 +1,144 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteReplicationRequestParams:
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
+ 'server_group_id': 'str',
21
+ 'delete_target_volume': 'bool'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'server_group_id': 'server_group_id',
26
+ 'delete_target_volume': 'delete_target_volume'
27
+ }
28
+
29
+ def __init__(self, server_group_id=None, delete_target_volume=None):
30
+ r"""DeleteReplicationRequestParams
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param server_group_id: 保护组的ID。
35
+ :type server_group_id: str
36
+ :param delete_target_volume: 是否删除容灾站点磁盘,默认值为false。
37
+ :type delete_target_volume: bool
38
+ """
39
+
40
+
41
+
42
+ self._server_group_id = None
43
+ self._delete_target_volume = None
44
+ self.discriminator = None
45
+
46
+ if server_group_id is not None:
47
+ self.server_group_id = server_group_id
48
+ if delete_target_volume is not None:
49
+ self.delete_target_volume = delete_target_volume
50
+
51
+ @property
52
+ def server_group_id(self):
53
+ r"""Gets the server_group_id of this DeleteReplicationRequestParams.
54
+
55
+ 保护组的ID。
56
+
57
+ :return: The server_group_id of this DeleteReplicationRequestParams.
58
+ :rtype: str
59
+ """
60
+ return self._server_group_id
61
+
62
+ @server_group_id.setter
63
+ def server_group_id(self, server_group_id):
64
+ r"""Sets the server_group_id of this DeleteReplicationRequestParams.
65
+
66
+ 保护组的ID。
67
+
68
+ :param server_group_id: The server_group_id of this DeleteReplicationRequestParams.
69
+ :type server_group_id: str
70
+ """
71
+ self._server_group_id = server_group_id
72
+
73
+ @property
74
+ def delete_target_volume(self):
75
+ r"""Gets the delete_target_volume of this DeleteReplicationRequestParams.
76
+
77
+ 是否删除容灾站点磁盘,默认值为false。
78
+
79
+ :return: The delete_target_volume of this DeleteReplicationRequestParams.
80
+ :rtype: bool
81
+ """
82
+ return self._delete_target_volume
83
+
84
+ @delete_target_volume.setter
85
+ def delete_target_volume(self, delete_target_volume):
86
+ r"""Sets the delete_target_volume of this DeleteReplicationRequestParams.
87
+
88
+ 是否删除容灾站点磁盘,默认值为false。
89
+
90
+ :param delete_target_volume: The delete_target_volume of this DeleteReplicationRequestParams.
91
+ :type delete_target_volume: bool
92
+ """
93
+ self._delete_target_volume = delete_target_volume
94
+
95
+ def to_dict(self):
96
+ """Returns the model properties as a dict"""
97
+ result = {}
98
+
99
+ for attr, _ in six.iteritems(self.openapi_types):
100
+ value = getattr(self, attr)
101
+ if isinstance(value, list):
102
+ result[attr] = list(map(
103
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
104
+ value
105
+ ))
106
+ elif hasattr(value, "to_dict"):
107
+ result[attr] = value.to_dict()
108
+ elif isinstance(value, dict):
109
+ result[attr] = dict(map(
110
+ lambda item: (item[0], item[1].to_dict())
111
+ if hasattr(item[1], "to_dict") else item,
112
+ value.items()
113
+ ))
114
+ else:
115
+ if attr in self.sensitive_list:
116
+ result[attr] = "****"
117
+ else:
118
+ result[attr] = value
119
+
120
+ return result
121
+
122
+ def to_str(self):
123
+ """Returns the string representation of the model"""
124
+ import simplejson as json
125
+ if six.PY2:
126
+ import sys
127
+ reload(sys)
128
+ sys.setdefaultencoding("utf-8")
129
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
130
+
131
+ def __repr__(self):
132
+ """For `print`"""
133
+ return self.to_str()
134
+
135
+ def __eq__(self, other):
136
+ """Returns true if both objects are equal"""
137
+ if not isinstance(other, DeleteReplicationRequestParams):
138
+ return False
139
+
140
+ return self.__dict__ == other.__dict__
141
+
142
+ def __ne__(self, other):
143
+ """Returns true if both objects are not equal"""
144
+ return not self == other