huaweicloudsdkdns 3.1.142__py2.py3-none-any.whl → 3.1.144__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.
Files changed (188) hide show
  1. huaweicloudsdkdns/v2/dns_async_client.py +59 -59
  2. huaweicloudsdkdns/v2/dns_client.py +59 -59
  3. huaweicloudsdkdns/v2/model/alias_target.py +5 -5
  4. huaweicloudsdkdns/v2/model/associate_router_request.py +5 -5
  5. huaweicloudsdkdns/v2/model/associate_router_request_body.py +3 -3
  6. huaweicloudsdkdns/v2/model/associate_router_response.py +7 -7
  7. huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +9 -9
  8. huaweicloudsdkdns/v2/model/batch_create_tag_request.py +7 -7
  9. huaweicloudsdkdns/v2/model/batch_create_tag_response.py +1 -1
  10. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +5 -5
  11. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
  12. huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +7 -7
  13. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +3 -3
  14. huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +5 -5
  15. huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +5 -5
  16. huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +3 -3
  17. huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +5 -5
  18. huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +5 -5
  19. huaweicloudsdkdns/v2/model/batch_hand_tags.py +5 -5
  20. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +3 -3
  21. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +5 -5
  22. huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +7 -7
  23. huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +3 -3
  24. huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +5 -5
  25. huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +7 -7
  26. huaweicloudsdkdns/v2/model/batch_update_record_set.py +11 -11
  27. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +5 -5
  28. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
  29. huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +7 -7
  30. huaweicloudsdkdns/v2/model/create_custom_line_request.py +3 -3
  31. huaweicloudsdkdns/v2/model/create_custom_line_request_body.py +7 -7
  32. huaweicloudsdkdns/v2/model/create_custom_line_response.py +15 -15
  33. huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +7 -7
  34. huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +19 -19
  35. huaweicloudsdkdns/v2/model/create_line_group_request.py +3 -3
  36. huaweicloudsdkdns/v2/model/create_line_group_response.py +15 -15
  37. huaweicloudsdkdns/v2/model/create_line_groups_req.py +7 -7
  38. huaweicloudsdkdns/v2/model/create_line_groups_resp.py +15 -15
  39. huaweicloudsdkdns/v2/model/create_private_zone_req.py +19 -19
  40. huaweicloudsdkdns/v2/model/create_private_zone_request.py +3 -3
  41. huaweicloudsdkdns/v2/model/create_private_zone_response.py +35 -35
  42. huaweicloudsdkdns/v2/model/create_ptr_req.py +11 -11
  43. huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
  44. huaweicloudsdkdns/v2/model/create_public_zone_request.py +3 -3
  45. huaweicloudsdkdns/v2/model/create_public_zone_response.py +33 -33
  46. huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +9 -9
  47. huaweicloudsdkdns/v2/model/create_record_set_request.py +5 -5
  48. huaweicloudsdkdns/v2/model/create_record_set_request_body.py +15 -15
  49. huaweicloudsdkdns/v2/model/create_record_set_response.py +29 -29
  50. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +5 -5
  51. huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +7 -7
  52. huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +5 -5
  53. huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +21 -21
  54. huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +37 -37
  55. huaweicloudsdkdns/v2/model/create_tag_req.py +3 -3
  56. huaweicloudsdkdns/v2/model/create_tag_request.py +7 -7
  57. huaweicloudsdkdns/v2/model/create_tag_response.py +1 -1
  58. huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
  59. huaweicloudsdkdns/v2/model/delete_custom_line_response.py +15 -15
  60. huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
  61. huaweicloudsdkdns/v2/model/delete_line_group_response.py +15 -15
  62. huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
  63. huaweicloudsdkdns/v2/model/delete_private_zone_response.py +33 -33
  64. huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
  65. huaweicloudsdkdns/v2/model/delete_public_zone_response.py +31 -31
  66. huaweicloudsdkdns/v2/model/delete_record_set_request.py +5 -5
  67. huaweicloudsdkdns/v2/model/delete_record_set_response.py +29 -29
  68. huaweicloudsdkdns/v2/model/delete_record_sets_request.py +5 -5
  69. huaweicloudsdkdns/v2/model/delete_record_sets_response.py +37 -37
  70. huaweicloudsdkdns/v2/model/delete_tag_request.py +7 -7
  71. huaweicloudsdkdns/v2/model/delete_tag_response.py +1 -1
  72. huaweicloudsdkdns/v2/model/disassociate_router_request.py +5 -5
  73. huaweicloudsdkdns/v2/model/disassociate_router_response.py +7 -7
  74. huaweicloudsdkdns/v2/model/disassociaterouter_request_body.py +3 -3
  75. huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py +9 -9
  76. huaweicloudsdkdns/v2/model/line.py +15 -15
  77. huaweicloudsdkdns/v2/model/link.py +3 -3
  78. huaweicloudsdkdns/v2/model/links_item.py +5 -5
  79. huaweicloudsdkdns/v2/model/list_api_versions_item.py +7 -7
  80. huaweicloudsdkdns/v2/model/list_api_versions_request.py +1 -1
  81. huaweicloudsdkdns/v2/model/list_api_versions_response.py +3 -3
  82. huaweicloudsdkdns/v2/model/list_custom_line_request.py +15 -15
  83. huaweicloudsdkdns/v2/model/list_custom_line_response.py +5 -5
  84. huaweicloudsdkdns/v2/model/list_line_groups_request.py +9 -9
  85. huaweicloudsdkdns/v2/model/list_line_groups_response.py +5 -5
  86. huaweicloudsdkdns/v2/model/list_name_servers_request.py +5 -5
  87. huaweicloudsdkdns/v2/model/list_name_servers_response.py +3 -3
  88. huaweicloudsdkdns/v2/model/list_private_zones_request.py +27 -27
  89. huaweicloudsdkdns/v2/model/list_private_zones_response.py +7 -7
  90. huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +21 -21
  91. huaweicloudsdkdns/v2/model/list_ptr_records_request.py +13 -13
  92. huaweicloudsdkdns/v2/model/list_ptr_records_response.py +7 -7
  93. huaweicloudsdkdns/v2/model/list_public_zones_request.py +25 -25
  94. huaweicloudsdkdns/v2/model/list_public_zones_response.py +7 -7
  95. huaweicloudsdkdns/v2/model/list_record_sets.py +29 -29
  96. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +25 -25
  97. huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +7 -7
  98. huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
  99. huaweicloudsdkdns/v2/model/list_record_sets_response.py +7 -7
  100. huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
  101. huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +7 -7
  102. huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +31 -31
  103. huaweicloudsdkdns/v2/model/list_tag_req.py +17 -17
  104. huaweicloudsdkdns/v2/model/list_tag_request.py +5 -5
  105. huaweicloudsdkdns/v2/model/list_tag_response.py +5 -5
  106. huaweicloudsdkdns/v2/model/list_tags_request.py +3 -3
  107. huaweicloudsdkdns/v2/model/list_tags_response.py +3 -3
  108. huaweicloudsdkdns/v2/model/match.py +5 -5
  109. huaweicloudsdkdns/v2/model/metadata.py +3 -3
  110. huaweicloudsdkdns/v2/model/name_servers_resp.py +7 -7
  111. huaweicloudsdkdns/v2/model/nameserver.py +5 -5
  112. huaweicloudsdkdns/v2/model/ns_records.py +7 -7
  113. huaweicloudsdkdns/v2/model/page_link.py +5 -5
  114. huaweicloudsdkdns/v2/model/private_name_server.py +5 -5
  115. huaweicloudsdkdns/v2/model/private_zone_resp.py +39 -39
  116. huaweicloudsdkdns/v2/model/public_zone_resp.py +35 -35
  117. huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +39 -39
  118. huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +39 -39
  119. huaweicloudsdkdns/v2/model/recordset_data.py +37 -37
  120. huaweicloudsdkdns/v2/model/resource_item.py +9 -9
  121. huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +7 -7
  122. huaweicloudsdkdns/v2/model/restore_ptr_record_response.py +1 -1
  123. huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
  124. huaweicloudsdkdns/v2/model/router.py +7 -7
  125. huaweicloudsdkdns/v2/model/router_with_status.py +7 -7
  126. huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +5 -5
  127. huaweicloudsdkdns/v2/model/set_record_sets_status_request_body.py +3 -3
  128. huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +39 -39
  129. huaweicloudsdkdns/v2/model/show_api_info_request.py +3 -3
  130. huaweicloudsdkdns/v2/model/show_api_info_response.py +3 -3
  131. huaweicloudsdkdns/v2/model/show_domain_quota_request.py +3 -3
  132. huaweicloudsdkdns/v2/model/show_domain_quota_response.py +3 -3
  133. huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
  134. huaweicloudsdkdns/v2/model/show_line_group_response.py +15 -15
  135. huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
  136. huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py +3 -3
  137. huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
  138. huaweicloudsdkdns/v2/model/show_private_zone_response.py +37 -37
  139. huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +5 -5
  140. huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +19 -19
  141. huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
  142. huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
  143. huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
  144. huaweicloudsdkdns/v2/model/show_public_zone_response.py +33 -33
  145. huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
  146. huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +37 -37
  147. huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +7 -7
  148. huaweicloudsdkdns/v2/model/show_record_set_request.py +5 -5
  149. huaweicloudsdkdns/v2/model/show_record_set_response.py +31 -31
  150. huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +5 -5
  151. huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +39 -39
  152. huaweicloudsdkdns/v2/model/show_resource_tag_request.py +5 -5
  153. huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -3
  154. huaweicloudsdkdns/v2/model/tag.py +5 -5
  155. huaweicloudsdkdns/v2/model/tag_values.py +5 -5
  156. huaweicloudsdkdns/v2/model/update_custom_line_request.py +5 -5
  157. huaweicloudsdkdns/v2/model/update_custom_line_request_body.py +7 -7
  158. huaweicloudsdkdns/v2/model/update_custom_line_response.py +15 -15
  159. huaweicloudsdkdns/v2/model/update_line_groups_request.py +5 -5
  160. huaweicloudsdkdns/v2/model/update_line_groups_request_body.py +7 -7
  161. huaweicloudsdkdns/v2/model/update_line_groups_response.py +15 -15
  162. huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +7 -7
  163. huaweicloudsdkdns/v2/model/update_private_zone_request.py +5 -5
  164. huaweicloudsdkdns/v2/model/update_private_zone_response.py +33 -33
  165. huaweicloudsdkdns/v2/model/update_ptr_record_request.py +7 -7
  166. huaweicloudsdkdns/v2/model/update_ptr_record_response.py +17 -17
  167. huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
  168. huaweicloudsdkdns/v2/model/update_public_zone_info.py +7 -7
  169. huaweicloudsdkdns/v2/model/update_public_zone_request.py +5 -5
  170. huaweicloudsdkdns/v2/model/update_public_zone_response.py +31 -31
  171. huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +5 -5
  172. huaweicloudsdkdns/v2/model/update_public_zone_status_request_body.py +3 -3
  173. huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +31 -31
  174. huaweicloudsdkdns/v2/model/update_record_set_req.py +11 -11
  175. huaweicloudsdkdns/v2/model/update_record_set_request.py +7 -7
  176. huaweicloudsdkdns/v2/model/update_record_set_response.py +29 -29
  177. huaweicloudsdkdns/v2/model/update_record_sets_req.py +13 -13
  178. huaweicloudsdkdns/v2/model/update_record_sets_request.py +7 -7
  179. huaweicloudsdkdns/v2/model/update_record_sets_response.py +37 -37
  180. huaweicloudsdkdns/v2/model/values_item.py +3 -3
  181. huaweicloudsdkdns/v2/model/version_item.py +13 -13
  182. huaweicloudsdkdns/v2/model/zone_data.py +31 -31
  183. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.144.dist-info/RECORD +192 -0
  185. huaweicloudsdkdns-3.1.142.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.142.dist-info → huaweicloudsdkdns-3.1.144.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """BatchSetRecordSetsStatusResponse
33
+ r"""BatchSetRecordSetsStatusResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this BatchSetRecordSetsStatusResponse.
61
+ r"""Gets the links of this BatchSetRecordSetsStatusResponse.
62
62
 
63
63
  :return: The links of this BatchSetRecordSetsStatusResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.Link`
@@ -67,7 +67,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this BatchSetRecordSetsStatusResponse.
70
+ r"""Sets the links of this BatchSetRecordSetsStatusResponse.
71
71
 
72
72
  :param links: The links of this BatchSetRecordSetsStatusResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.Link`
@@ -76,7 +76,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this BatchSetRecordSetsStatusResponse.
79
+ r"""Gets the recordsets of this BatchSetRecordSetsStatusResponse.
80
80
 
81
81
  设置record set的列表响应。
82
82
 
@@ -87,7 +87,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this BatchSetRecordSetsStatusResponse.
90
+ r"""Sets the recordsets of this BatchSetRecordSetsStatusResponse.
91
91
 
92
92
  设置record set的列表响应。
93
93
 
@@ -98,7 +98,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this BatchSetRecordSetsStatusResponse.
101
+ r"""Gets the metadata of this BatchSetRecordSetsStatusResponse.
102
102
 
103
103
  :return: The metadata of this BatchSetRecordSetsStatusResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this BatchSetRecordSetsStatusResponse.
110
+ r"""Sets the metadata of this BatchSetRecordSetsStatusResponse.
111
111
 
112
112
  :param metadata: The metadata of this BatchSetRecordSetsStatusResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -25,7 +25,7 @@ class BatchSetZonesStatusRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """BatchSetZonesStatusRequest
28
+ r"""BatchSetZonesStatusRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class BatchSetZonesStatusRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this BatchSetZonesStatusRequest.
46
+ r"""Gets the body of this BatchSetZonesStatusRequest.
47
47
 
48
48
  :return: The body of this BatchSetZonesStatusRequest.
49
49
  :rtype: :class:`huaweicloudsdkdns.v2.BatchSetZonesStatusRequestBody`
@@ -52,7 +52,7 @@ class BatchSetZonesStatusRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this BatchSetZonesStatusRequest.
55
+ r"""Sets the body of this BatchSetZonesStatusRequest.
56
56
 
57
57
  :param body: The body of this BatchSetZonesStatusRequest.
58
58
  :type body: :class:`huaweicloudsdkdns.v2.BatchSetZonesStatusRequestBody`
@@ -27,7 +27,7 @@ class BatchSetZonesStatusRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, status=None, zone_ids=None):
30
- """BatchSetZonesStatusRequestBody
30
+ r"""BatchSetZonesStatusRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchSetZonesStatusRequestBody:
48
48
 
49
49
  @property
50
50
  def status(self):
51
- """Gets the status of this BatchSetZonesStatusRequestBody.
51
+ r"""Gets the status of this BatchSetZonesStatusRequestBody.
52
52
 
53
53
  待设置Zone状态,当前仅支持DISABLE或ENABLE。
54
54
 
@@ -59,7 +59,7 @@ class BatchSetZonesStatusRequestBody:
59
59
 
60
60
  @status.setter
61
61
  def status(self, status):
62
- """Sets the status of this BatchSetZonesStatusRequestBody.
62
+ r"""Sets the status of this BatchSetZonesStatusRequestBody.
63
63
 
64
64
  待设置Zone状态,当前仅支持DISABLE或ENABLE。
65
65
 
@@ -70,7 +70,7 @@ class BatchSetZonesStatusRequestBody:
70
70
 
71
71
  @property
72
72
  def zone_ids(self):
73
- """Gets the zone_ids of this BatchSetZonesStatusRequestBody.
73
+ r"""Gets the zone_ids of this BatchSetZonesStatusRequestBody.
74
74
 
75
75
  待设置Zone ID列表。 最多支持50个。
76
76
 
@@ -81,7 +81,7 @@ class BatchSetZonesStatusRequestBody:
81
81
 
82
82
  @zone_ids.setter
83
83
  def zone_ids(self, zone_ids):
84
- """Sets the zone_ids of this BatchSetZonesStatusRequestBody.
84
+ r"""Sets the zone_ids of this BatchSetZonesStatusRequestBody.
85
85
 
86
86
  待设置Zone ID列表。 最多支持50个。
87
87
 
@@ -30,7 +30,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, zones=None, metadata=None):
33
- """BatchSetZonesStatusResponse
33
+ r"""BatchSetZonesStatusResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this BatchSetZonesStatusResponse.
61
+ r"""Gets the links of this BatchSetZonesStatusResponse.
62
62
 
63
63
  :return: The links of this BatchSetZonesStatusResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.Link`
@@ -67,7 +67,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this BatchSetZonesStatusResponse.
70
+ r"""Sets the links of this BatchSetZonesStatusResponse.
71
71
 
72
72
  :param links: The links of this BatchSetZonesStatusResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.Link`
@@ -76,7 +76,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def zones(self):
79
- """Gets the zones of this BatchSetZonesStatusResponse.
79
+ r"""Gets the zones of this BatchSetZonesStatusResponse.
80
80
 
81
81
  设置zone的列表响应。
82
82
 
@@ -87,7 +87,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
87
87
 
88
88
  @zones.setter
89
89
  def zones(self, zones):
90
- """Sets the zones of this BatchSetZonesStatusResponse.
90
+ r"""Sets the zones of this BatchSetZonesStatusResponse.
91
91
 
92
92
  设置zone的列表响应。
93
93
 
@@ -98,7 +98,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this BatchSetZonesStatusResponse.
101
+ r"""Gets the metadata of this BatchSetZonesStatusResponse.
102
102
 
103
103
  :return: The metadata of this BatchSetZonesStatusResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this BatchSetZonesStatusResponse.
110
+ r"""Sets the metadata of this BatchSetZonesStatusResponse.
111
111
 
112
112
  :param metadata: The metadata of this BatchSetZonesStatusResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -33,7 +33,7 @@ class BatchUpdateRecordSet:
33
33
  }
34
34
 
35
35
  def __init__(self, id=None, description=None, ttl=None, weight=None, records=None):
36
- """BatchUpdateRecordSet
36
+ r"""BatchUpdateRecordSet
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -69,7 +69,7 @@ class BatchUpdateRecordSet:
69
69
 
70
70
  @property
71
71
  def id(self):
72
- """Gets the id of this BatchUpdateRecordSet.
72
+ r"""Gets the id of this BatchUpdateRecordSet.
73
73
 
74
74
  RecordSet资源ID。
75
75
 
@@ -80,7 +80,7 @@ class BatchUpdateRecordSet:
80
80
 
81
81
  @id.setter
82
82
  def id(self, id):
83
- """Sets the id of this BatchUpdateRecordSet.
83
+ r"""Sets the id of this BatchUpdateRecordSet.
84
84
 
85
85
  RecordSet资源ID。
86
86
 
@@ -91,7 +91,7 @@ class BatchUpdateRecordSet:
91
91
 
92
92
  @property
93
93
  def description(self):
94
- """Gets the description of this BatchUpdateRecordSet.
94
+ r"""Gets the description of this BatchUpdateRecordSet.
95
95
 
96
96
  RecordSet资源描述。
97
97
 
@@ -102,7 +102,7 @@ class BatchUpdateRecordSet:
102
102
 
103
103
  @description.setter
104
104
  def description(self, description):
105
- """Sets the description of this BatchUpdateRecordSet.
105
+ r"""Sets the description of this BatchUpdateRecordSet.
106
106
 
107
107
  RecordSet资源描述。
108
108
 
@@ -113,7 +113,7 @@ class BatchUpdateRecordSet:
113
113
 
114
114
  @property
115
115
  def ttl(self):
116
- """Gets the ttl of this BatchUpdateRecordSet.
116
+ r"""Gets the ttl of this BatchUpdateRecordSet.
117
117
 
118
118
  Record Set的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
119
119
 
@@ -124,7 +124,7 @@ class BatchUpdateRecordSet:
124
124
 
125
125
  @ttl.setter
126
126
  def ttl(self, ttl):
127
- """Sets the ttl of this BatchUpdateRecordSet.
127
+ r"""Sets the ttl of this BatchUpdateRecordSet.
128
128
 
129
129
  Record Set的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
130
130
 
@@ -135,7 +135,7 @@ class BatchUpdateRecordSet:
135
135
 
136
136
  @property
137
137
  def weight(self):
138
- """Gets the weight of this BatchUpdateRecordSet.
138
+ r"""Gets the weight of this BatchUpdateRecordSet.
139
139
 
140
140
  解析记录的权重,默认为null。 当weight=null时,表示该解析记录不设置权重。 当weight=0,表示备用域名解析记录。 当weight>0,表示主用域名解析记录。 取值范围:0~100 在相同域名、类型、线路下的解析记录,规则如下: 全部设置权重,或全部不设置权重。 当不设置权重时,只能创建一个解析记录。 当设置权重时,最多能创建20个解析记录。
141
141
 
@@ -146,7 +146,7 @@ class BatchUpdateRecordSet:
146
146
 
147
147
  @weight.setter
148
148
  def weight(self, weight):
149
- """Sets the weight of this BatchUpdateRecordSet.
149
+ r"""Sets the weight of this BatchUpdateRecordSet.
150
150
 
151
151
  解析记录的权重,默认为null。 当weight=null时,表示该解析记录不设置权重。 当weight=0,表示备用域名解析记录。 当weight>0,表示主用域名解析记录。 取值范围:0~100 在相同域名、类型、线路下的解析记录,规则如下: 全部设置权重,或全部不设置权重。 当不设置权重时,只能创建一个解析记录。 当设置权重时,最多能创建20个解析记录。
152
152
 
@@ -157,7 +157,7 @@ class BatchUpdateRecordSet:
157
157
 
158
158
  @property
159
159
  def records(self):
160
- """Gets the records of this BatchUpdateRecordSet.
160
+ r"""Gets the records of this BatchUpdateRecordSet.
161
161
 
162
162
  解析记录的值。不同类型解析记录对应的值的规则不同。
163
163
 
@@ -168,7 +168,7 @@ class BatchUpdateRecordSet:
168
168
 
169
169
  @records.setter
170
170
  def records(self, records):
171
- """Sets the records of this BatchUpdateRecordSet.
171
+ r"""Sets the records of this BatchUpdateRecordSet.
172
172
 
173
173
  解析记录的值。不同类型解析记录对应的值的规则不同。
174
174
 
@@ -27,7 +27,7 @@ class BatchUpdateRecordSetWithLineRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, body=None):
30
- """BatchUpdateRecordSetWithLineRequest
30
+ r"""BatchUpdateRecordSetWithLineRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class BatchUpdateRecordSetWithLineRequest:
49
49
 
50
50
  @property
51
51
  def zone_id(self):
52
- """Gets the zone_id of this BatchUpdateRecordSetWithLineRequest.
52
+ r"""Gets the zone_id of this BatchUpdateRecordSetWithLineRequest.
53
53
 
54
54
  所属zone的ID。
55
55
 
@@ -60,7 +60,7 @@ class BatchUpdateRecordSetWithLineRequest:
60
60
 
61
61
  @zone_id.setter
62
62
  def zone_id(self, zone_id):
63
- """Sets the zone_id of this BatchUpdateRecordSetWithLineRequest.
63
+ r"""Sets the zone_id of this BatchUpdateRecordSetWithLineRequest.
64
64
 
65
65
  所属zone的ID。
66
66
 
@@ -71,7 +71,7 @@ class BatchUpdateRecordSetWithLineRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this BatchUpdateRecordSetWithLineRequest.
74
+ r"""Gets the body of this BatchUpdateRecordSetWithLineRequest.
75
75
 
76
76
  :return: The body of this BatchUpdateRecordSetWithLineRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.BatchUpdateRecordSetWithLineRequestBody`
@@ -80,7 +80,7 @@ class BatchUpdateRecordSetWithLineRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this BatchUpdateRecordSetWithLineRequest.
83
+ r"""Sets the body of this BatchUpdateRecordSetWithLineRequest.
84
84
 
85
85
  :param body: The body of this BatchUpdateRecordSetWithLineRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.BatchUpdateRecordSetWithLineRequestBody`
@@ -25,7 +25,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
25
25
  }
26
26
 
27
27
  def __init__(self, recordsets=None):
28
- """BatchUpdateRecordSetWithLineRequestBody
28
+ r"""BatchUpdateRecordSetWithLineRequestBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
42
42
 
43
43
  @property
44
44
  def recordsets(self):
45
- """Gets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
45
+ r"""Gets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
46
46
 
47
47
  RecordSet 列表。
48
48
 
@@ -53,7 +53,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
53
53
 
54
54
  @recordsets.setter
55
55
  def recordsets(self, recordsets):
56
- """Sets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
56
+ r"""Sets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
57
57
 
58
58
  RecordSet 列表。
59
59
 
@@ -30,7 +30,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """BatchUpdateRecordSetWithLineResponse
33
+ r"""BatchUpdateRecordSetWithLineResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this BatchUpdateRecordSetWithLineResponse.
61
+ r"""Gets the links of this BatchUpdateRecordSetWithLineResponse.
62
62
 
63
63
  :return: The links of this BatchUpdateRecordSetWithLineResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this BatchUpdateRecordSetWithLineResponse.
70
+ r"""Sets the links of this BatchUpdateRecordSetWithLineResponse.
71
71
 
72
72
  :param links: The links of this BatchUpdateRecordSetWithLineResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this BatchUpdateRecordSetWithLineResponse.
79
+ r"""Gets the recordsets of this BatchUpdateRecordSetWithLineResponse.
80
80
 
81
81
  recordset的列表信息。
82
82
 
@@ -87,7 +87,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this BatchUpdateRecordSetWithLineResponse.
90
+ r"""Sets the recordsets of this BatchUpdateRecordSetWithLineResponse.
91
91
 
92
92
  recordset的列表信息。
93
93
 
@@ -98,7 +98,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this BatchUpdateRecordSetWithLineResponse.
101
+ r"""Gets the metadata of this BatchUpdateRecordSetWithLineResponse.
102
102
 
103
103
  :return: The metadata of this BatchUpdateRecordSetWithLineResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this BatchUpdateRecordSetWithLineResponse.
110
+ r"""Sets the metadata of this BatchUpdateRecordSetWithLineResponse.
111
111
 
112
112
  :param metadata: The metadata of this BatchUpdateRecordSetWithLineResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -25,7 +25,7 @@ class CreateCustomLineRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """CreateCustomLineRequest
28
+ r"""CreateCustomLineRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class CreateCustomLineRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this CreateCustomLineRequest.
46
+ r"""Gets the body of this CreateCustomLineRequest.
47
47
 
48
48
  :return: The body of this CreateCustomLineRequest.
49
49
  :rtype: :class:`huaweicloudsdkdns.v2.CreateCustomLineRequestBody`
@@ -52,7 +52,7 @@ class CreateCustomLineRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this CreateCustomLineRequest.
55
+ r"""Sets the body of this CreateCustomLineRequest.
56
56
 
57
57
  :param body: The body of this CreateCustomLineRequest.
58
58
  :type body: :class:`huaweicloudsdkdns.v2.CreateCustomLineRequestBody`
@@ -29,7 +29,7 @@ class CreateCustomLineRequestBody:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, ip_segments=None, description=None):
32
- """CreateCustomLineRequestBody
32
+ r"""CreateCustomLineRequestBody
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class CreateCustomLineRequestBody:
55
55
 
56
56
  @property
57
57
  def name(self):
58
- """Gets the name of this CreateCustomLineRequestBody.
58
+ r"""Gets the name of this CreateCustomLineRequestBody.
59
59
 
60
60
  解析线路名称。 长度限制为1-80个字符,只允许包含中文、字母、数字、'-'、'_'、'.'字符。 租户内,解析线路名称是唯一的。
61
61
 
@@ -66,7 +66,7 @@ class CreateCustomLineRequestBody:
66
66
 
67
67
  @name.setter
68
68
  def name(self, name):
69
- """Sets the name of this CreateCustomLineRequestBody.
69
+ r"""Sets the name of this CreateCustomLineRequestBody.
70
70
 
71
71
  解析线路名称。 长度限制为1-80个字符,只允许包含中文、字母、数字、'-'、'_'、'.'字符。 租户内,解析线路名称是唯一的。
72
72
 
@@ -77,7 +77,7 @@ class CreateCustomLineRequestBody:
77
77
 
78
78
  @property
79
79
  def ip_segments(self):
80
- """Gets the ip_segments of this CreateCustomLineRequestBody.
80
+ r"""Gets the ip_segments of this CreateCustomLineRequestBody.
81
81
 
82
82
  IP地址段。 以“-”分隔,小IP地址在前,大IP地址在后。IP段之间不能有交叉。当只有一个IP时,填写IP1-IP1。 目前只支持IPV4。 最多支持50个。
83
83
 
@@ -88,7 +88,7 @@ class CreateCustomLineRequestBody:
88
88
 
89
89
  @ip_segments.setter
90
90
  def ip_segments(self, ip_segments):
91
- """Sets the ip_segments of this CreateCustomLineRequestBody.
91
+ r"""Sets the ip_segments of this CreateCustomLineRequestBody.
92
92
 
93
93
  IP地址段。 以“-”分隔,小IP地址在前,大IP地址在后。IP段之间不能有交叉。当只有一个IP时,填写IP1-IP1。 目前只支持IPV4。 最多支持50个。
94
94
 
@@ -99,7 +99,7 @@ class CreateCustomLineRequestBody:
99
99
 
100
100
  @property
101
101
  def description(self):
102
- """Gets the description of this CreateCustomLineRequestBody.
102
+ r"""Gets the description of this CreateCustomLineRequestBody.
103
103
 
104
104
  自定义线路的描述信息。长度不超过255个字符。 默认值为空。
105
105
 
@@ -110,7 +110,7 @@ class CreateCustomLineRequestBody:
110
110
 
111
111
  @description.setter
112
112
  def description(self, description):
113
- """Sets the description of this CreateCustomLineRequestBody.
113
+ r"""Sets the description of this CreateCustomLineRequestBody.
114
114
 
115
115
  自定义线路的描述信息。长度不超过255个字符。 默认值为空。
116
116
 
@@ -38,7 +38,7 @@ class CreateCustomLineResponse(SdkResponse):
38
38
  }
39
39
 
40
40
  def __init__(self, line_id=None, name=None, ip_segments=None, created_at=None, updated_at=None, status=None, description=None):
41
- """CreateCustomLineResponse
41
+ r"""CreateCustomLineResponse
42
42
 
43
43
  The model defined in huaweicloud sdk
44
44
 
@@ -86,7 +86,7 @@ class CreateCustomLineResponse(SdkResponse):
86
86
 
87
87
  @property
88
88
  def line_id(self):
89
- """Gets the line_id of this CreateCustomLineResponse.
89
+ r"""Gets the line_id of this CreateCustomLineResponse.
90
90
 
91
91
  解析线路ID。
92
92
 
@@ -97,7 +97,7 @@ class CreateCustomLineResponse(SdkResponse):
97
97
 
98
98
  @line_id.setter
99
99
  def line_id(self, line_id):
100
- """Sets the line_id of this CreateCustomLineResponse.
100
+ r"""Sets the line_id of this CreateCustomLineResponse.
101
101
 
102
102
  解析线路ID。
103
103
 
@@ -108,7 +108,7 @@ class CreateCustomLineResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def name(self):
111
- """Gets the name of this CreateCustomLineResponse.
111
+ r"""Gets the name of this CreateCustomLineResponse.
112
112
 
113
113
  解析线路名称。
114
114
 
@@ -119,7 +119,7 @@ class CreateCustomLineResponse(SdkResponse):
119
119
 
120
120
  @name.setter
121
121
  def name(self, name):
122
- """Sets the name of this CreateCustomLineResponse.
122
+ r"""Sets the name of this CreateCustomLineResponse.
123
123
 
124
124
  解析线路名称。
125
125
 
@@ -130,7 +130,7 @@ class CreateCustomLineResponse(SdkResponse):
130
130
 
131
131
  @property
132
132
  def ip_segments(self):
133
- """Gets the ip_segments of this CreateCustomLineResponse.
133
+ r"""Gets the ip_segments of this CreateCustomLineResponse.
134
134
 
135
135
  IP地址段。
136
136
 
@@ -141,7 +141,7 @@ class CreateCustomLineResponse(SdkResponse):
141
141
 
142
142
  @ip_segments.setter
143
143
  def ip_segments(self, ip_segments):
144
- """Sets the ip_segments of this CreateCustomLineResponse.
144
+ r"""Sets the ip_segments of this CreateCustomLineResponse.
145
145
 
146
146
  IP地址段。
147
147
 
@@ -152,7 +152,7 @@ class CreateCustomLineResponse(SdkResponse):
152
152
 
153
153
  @property
154
154
  def created_at(self):
155
- """Gets the created_at of this CreateCustomLineResponse.
155
+ r"""Gets the created_at of this CreateCustomLineResponse.
156
156
 
157
157
  创建时间。
158
158
 
@@ -163,7 +163,7 @@ class CreateCustomLineResponse(SdkResponse):
163
163
 
164
164
  @created_at.setter
165
165
  def created_at(self, created_at):
166
- """Sets the created_at of this CreateCustomLineResponse.
166
+ r"""Sets the created_at of this CreateCustomLineResponse.
167
167
 
168
168
  创建时间。
169
169
 
@@ -174,7 +174,7 @@ class CreateCustomLineResponse(SdkResponse):
174
174
 
175
175
  @property
176
176
  def updated_at(self):
177
- """Gets the updated_at of this CreateCustomLineResponse.
177
+ r"""Gets the updated_at of this CreateCustomLineResponse.
178
178
 
179
179
  更新时间。
180
180
 
@@ -185,7 +185,7 @@ class CreateCustomLineResponse(SdkResponse):
185
185
 
186
186
  @updated_at.setter
187
187
  def updated_at(self, updated_at):
188
- """Sets the updated_at of this CreateCustomLineResponse.
188
+ r"""Sets the updated_at of this CreateCustomLineResponse.
189
189
 
190
190
  更新时间。
191
191
 
@@ -196,7 +196,7 @@ class CreateCustomLineResponse(SdkResponse):
196
196
 
197
197
  @property
198
198
  def status(self):
199
- """Gets the status of this CreateCustomLineResponse.
199
+ r"""Gets the status of this CreateCustomLineResponse.
200
200
 
201
201
  资源状态。
202
202
 
@@ -207,7 +207,7 @@ class CreateCustomLineResponse(SdkResponse):
207
207
 
208
208
  @status.setter
209
209
  def status(self, status):
210
- """Sets the status of this CreateCustomLineResponse.
210
+ r"""Sets the status of this CreateCustomLineResponse.
211
211
 
212
212
  资源状态。
213
213
 
@@ -218,7 +218,7 @@ class CreateCustomLineResponse(SdkResponse):
218
218
 
219
219
  @property
220
220
  def description(self):
221
- """Gets the description of this CreateCustomLineResponse.
221
+ r"""Gets the description of this CreateCustomLineResponse.
222
222
 
223
223
  自定义线路的描述信息。
224
224
 
@@ -229,7 +229,7 @@ class CreateCustomLineResponse(SdkResponse):
229
229
 
230
230
  @description.setter
231
231
  def description(self, description):
232
- """Sets the description of this CreateCustomLineResponse.
232
+ r"""Sets the description of this CreateCustomLineResponse.
233
233
 
234
234
  自定义线路的描述信息。
235
235