huaweicloudsdkdns 3.1.141__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.
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.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/METADATA +2 -2
  184. huaweicloudsdkdns-3.1.143.dist-info/RECORD +192 -0
  185. huaweicloudsdkdns-3.1.141.dist-info/RECORD +0 -192
  186. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/LICENSE +0 -0
  187. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/WHEEL +0 -0
  188. {huaweicloudsdkdns-3.1.141.dist-info → huaweicloudsdkdns-3.1.143.dist-info}/top_level.txt +0 -0
@@ -31,7 +31,7 @@ class BatchCreateRecordSetWithLine:
31
31
  }
32
32
 
33
33
  def __init__(self, line=None, ttl=None, weight=None, records=None):
34
- """BatchCreateRecordSetWithLine
34
+ r"""BatchCreateRecordSetWithLine
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -62,7 +62,7 @@ class BatchCreateRecordSetWithLine:
62
62
 
63
63
  @property
64
64
  def line(self):
65
- """Gets the line of this BatchCreateRecordSetWithLine.
65
+ r"""Gets the line of this BatchCreateRecordSetWithLine.
66
66
 
67
67
  解析线路ID。
68
68
 
@@ -73,7 +73,7 @@ class BatchCreateRecordSetWithLine:
73
73
 
74
74
  @line.setter
75
75
  def line(self, line):
76
- """Sets the line of this BatchCreateRecordSetWithLine.
76
+ r"""Sets the line of this BatchCreateRecordSetWithLine.
77
77
 
78
78
  解析线路ID。
79
79
 
@@ -84,7 +84,7 @@ class BatchCreateRecordSetWithLine:
84
84
 
85
85
  @property
86
86
  def ttl(self):
87
- """Gets the ttl of this BatchCreateRecordSetWithLine.
87
+ r"""Gets the ttl of this BatchCreateRecordSetWithLine.
88
88
 
89
89
  Record Set的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
90
90
 
@@ -95,7 +95,7 @@ class BatchCreateRecordSetWithLine:
95
95
 
96
96
  @ttl.setter
97
97
  def ttl(self, ttl):
98
- """Sets the ttl of this BatchCreateRecordSetWithLine.
98
+ r"""Sets the ttl of this BatchCreateRecordSetWithLine.
99
99
 
100
100
  Record Set的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
101
101
 
@@ -106,7 +106,7 @@ class BatchCreateRecordSetWithLine:
106
106
 
107
107
  @property
108
108
  def weight(self):
109
- """Gets the weight of this BatchCreateRecordSetWithLine.
109
+ r"""Gets the weight of this BatchCreateRecordSetWithLine.
110
110
 
111
111
  解析记录的权重,默认为1。 当weight=null时,表示该解析记录不设置权重。 当weight=0,表示备用域名解析记录。 当weight>0,表示主用域名解析记录。 取值范围:0~100 在相同域名、类型、线路下的解析记录,规则如下: 全部设置权重,或全部不设置权重。 当不设置权重时,只能创建一个解析记录。 当设置权重时,最多能创建20个解析记录。
112
112
 
@@ -117,7 +117,7 @@ class BatchCreateRecordSetWithLine:
117
117
 
118
118
  @weight.setter
119
119
  def weight(self, weight):
120
- """Sets the weight of this BatchCreateRecordSetWithLine.
120
+ r"""Sets the weight of this BatchCreateRecordSetWithLine.
121
121
 
122
122
  解析记录的权重,默认为1。 当weight=null时,表示该解析记录不设置权重。 当weight=0,表示备用域名解析记录。 当weight>0,表示主用域名解析记录。 取值范围:0~100 在相同域名、类型、线路下的解析记录,规则如下: 全部设置权重,或全部不设置权重。 当不设置权重时,只能创建一个解析记录。 当设置权重时,最多能创建20个解析记录。
123
123
 
@@ -128,7 +128,7 @@ class BatchCreateRecordSetWithLine:
128
128
 
129
129
  @property
130
130
  def records(self):
131
- """Gets the records of this BatchCreateRecordSetWithLine.
131
+ r"""Gets the records of this BatchCreateRecordSetWithLine.
132
132
 
133
133
  解析记录的值。不同类型解析记录对应的值的规则不同。
134
134
 
@@ -139,7 +139,7 @@ class BatchCreateRecordSetWithLine:
139
139
 
140
140
  @records.setter
141
141
  def records(self, records):
142
- """Sets the records of this BatchCreateRecordSetWithLine.
142
+ r"""Sets the records of this BatchCreateRecordSetWithLine.
143
143
 
144
144
  解析记录的值。不同类型解析记录对应的值的规则不同。
145
145
 
@@ -29,7 +29,7 @@ class BatchCreateTagRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, resource_type=None, resource_id=None, body=None):
32
- """BatchCreateTagRequest
32
+ r"""BatchCreateTagRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -55,7 +55,7 @@ class BatchCreateTagRequest:
55
55
 
56
56
  @property
57
57
  def resource_type(self):
58
- """Gets the resource_type of this BatchCreateTagRequest.
58
+ r"""Gets the resource_type of this BatchCreateTagRequest.
59
59
 
60
60
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
61
61
 
@@ -66,7 +66,7 @@ class BatchCreateTagRequest:
66
66
 
67
67
  @resource_type.setter
68
68
  def resource_type(self, resource_type):
69
- """Sets the resource_type of this BatchCreateTagRequest.
69
+ r"""Sets the resource_type of this BatchCreateTagRequest.
70
70
 
71
71
  资源的类型:DNS-public_zone,DNS-private_zone,DNS-public_recordset,DNS-private_recordset,DNS-ptr_record。
72
72
 
@@ -77,7 +77,7 @@ class BatchCreateTagRequest:
77
77
 
78
78
  @property
79
79
  def resource_id(self):
80
- """Gets the resource_id of this BatchCreateTagRequest.
80
+ r"""Gets the resource_id of this BatchCreateTagRequest.
81
81
 
82
82
  资源id。
83
83
 
@@ -88,7 +88,7 @@ class BatchCreateTagRequest:
88
88
 
89
89
  @resource_id.setter
90
90
  def resource_id(self, resource_id):
91
- """Sets the resource_id of this BatchCreateTagRequest.
91
+ r"""Sets the resource_id of this BatchCreateTagRequest.
92
92
 
93
93
  资源id。
94
94
 
@@ -99,7 +99,7 @@ class BatchCreateTagRequest:
99
99
 
100
100
  @property
101
101
  def body(self):
102
- """Gets the body of this BatchCreateTagRequest.
102
+ r"""Gets the body of this BatchCreateTagRequest.
103
103
 
104
104
  :return: The body of this BatchCreateTagRequest.
105
105
  :rtype: :class:`huaweicloudsdkdns.v2.BatchHandTags`
@@ -108,7 +108,7 @@ class BatchCreateTagRequest:
108
108
 
109
109
  @body.setter
110
110
  def body(self, body):
111
- """Sets the body of this BatchCreateTagRequest.
111
+ r"""Sets the body of this BatchCreateTagRequest.
112
112
 
113
113
  :param body: The body of this BatchCreateTagRequest.
114
114
  :type body: :class:`huaweicloudsdkdns.v2.BatchHandTags`
@@ -24,7 +24,7 @@ class BatchCreateTagResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """BatchCreateTagResponse
27
+ r"""BatchCreateTagResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -27,7 +27,7 @@ class BatchDeleteRecordSetWithLineRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_id=None, body=None):
30
- """BatchDeleteRecordSetWithLineRequest
30
+ r"""BatchDeleteRecordSetWithLineRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class BatchDeleteRecordSetWithLineRequest:
49
49
 
50
50
  @property
51
51
  def zone_id(self):
52
- """Gets the zone_id of this BatchDeleteRecordSetWithLineRequest.
52
+ r"""Gets the zone_id of this BatchDeleteRecordSetWithLineRequest.
53
53
 
54
54
  所属zone的ID。
55
55
 
@@ -60,7 +60,7 @@ class BatchDeleteRecordSetWithLineRequest:
60
60
 
61
61
  @zone_id.setter
62
62
  def zone_id(self, zone_id):
63
- """Sets the zone_id of this BatchDeleteRecordSetWithLineRequest.
63
+ r"""Sets the zone_id of this BatchDeleteRecordSetWithLineRequest.
64
64
 
65
65
  所属zone的ID。
66
66
 
@@ -71,7 +71,7 @@ class BatchDeleteRecordSetWithLineRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this BatchDeleteRecordSetWithLineRequest.
74
+ r"""Gets the body of this BatchDeleteRecordSetWithLineRequest.
75
75
 
76
76
  :return: The body of this BatchDeleteRecordSetWithLineRequest.
77
77
  :rtype: :class:`huaweicloudsdkdns.v2.BatchDeleteRecordSetWithLineRequestBody`
@@ -80,7 +80,7 @@ class BatchDeleteRecordSetWithLineRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this BatchDeleteRecordSetWithLineRequest.
83
+ r"""Sets the body of this BatchDeleteRecordSetWithLineRequest.
84
84
 
85
85
  :param body: The body of this BatchDeleteRecordSetWithLineRequest.
86
86
  :type body: :class:`huaweicloudsdkdns.v2.BatchDeleteRecordSetWithLineRequestBody`
@@ -25,7 +25,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
25
25
  }
26
26
 
27
27
  def __init__(self, recordset_ids=None):
28
- """BatchDeleteRecordSetWithLineRequestBody
28
+ r"""BatchDeleteRecordSetWithLineRequestBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
42
42
 
43
43
  @property
44
44
  def recordset_ids(self):
45
- """Gets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
45
+ r"""Gets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
46
46
 
47
47
  Record Set ID列表。最多支持100个。
48
48
 
@@ -53,7 +53,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
53
53
 
54
54
  @recordset_ids.setter
55
55
  def recordset_ids(self, recordset_ids):
56
- """Sets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
56
+ r"""Sets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
57
57
 
58
58
  Record Set ID列表。最多支持100个。
59
59
 
@@ -30,7 +30,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, links=None, recordsets=None, metadata=None):
33
- """BatchDeleteRecordSetWithLineResponse
33
+ r"""BatchDeleteRecordSetWithLineResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def links(self):
61
- """Gets the links of this BatchDeleteRecordSetWithLineResponse.
61
+ r"""Gets the links of this BatchDeleteRecordSetWithLineResponse.
62
62
 
63
63
  :return: The links of this BatchDeleteRecordSetWithLineResponse.
64
64
  :rtype: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -67,7 +67,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
67
67
 
68
68
  @links.setter
69
69
  def links(self, links):
70
- """Sets the links of this BatchDeleteRecordSetWithLineResponse.
70
+ r"""Sets the links of this BatchDeleteRecordSetWithLineResponse.
71
71
 
72
72
  :param links: The links of this BatchDeleteRecordSetWithLineResponse.
73
73
  :type links: :class:`huaweicloudsdkdns.v2.PageLink`
@@ -76,7 +76,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def recordsets(self):
79
- """Gets the recordsets of this BatchDeleteRecordSetWithLineResponse.
79
+ r"""Gets the recordsets of this BatchDeleteRecordSetWithLineResponse.
80
80
 
81
81
  recordset的列表信息。
82
82
 
@@ -87,7 +87,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
87
87
 
88
88
  @recordsets.setter
89
89
  def recordsets(self, recordsets):
90
- """Sets the recordsets of this BatchDeleteRecordSetWithLineResponse.
90
+ r"""Sets the recordsets of this BatchDeleteRecordSetWithLineResponse.
91
91
 
92
92
  recordset的列表信息。
93
93
 
@@ -98,7 +98,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def metadata(self):
101
- """Gets the metadata of this BatchDeleteRecordSetWithLineResponse.
101
+ r"""Gets the metadata of this BatchDeleteRecordSetWithLineResponse.
102
102
 
103
103
  :return: The metadata of this BatchDeleteRecordSetWithLineResponse.
104
104
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -107,7 +107,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
107
107
 
108
108
  @metadata.setter
109
109
  def metadata(self, metadata):
110
- """Sets the metadata of this BatchDeleteRecordSetWithLineResponse.
110
+ r"""Sets the metadata of this BatchDeleteRecordSetWithLineResponse.
111
111
 
112
112
  :param metadata: The metadata of this BatchDeleteRecordSetWithLineResponse.
113
113
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -25,7 +25,7 @@ class BatchDeleteRecordSetsRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """BatchDeleteRecordSetsRequest
28
+ r"""BatchDeleteRecordSetsRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class BatchDeleteRecordSetsRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this BatchDeleteRecordSetsRequest.
46
+ r"""Gets the body of this BatchDeleteRecordSetsRequest.
47
47
 
48
48
  :return: The body of this BatchDeleteRecordSetsRequest.
49
49
  :rtype: :class:`huaweicloudsdkdns.v2.BatchDeleteRecordSetsRequestBody`
@@ -52,7 +52,7 @@ class BatchDeleteRecordSetsRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this BatchDeleteRecordSetsRequest.
55
+ r"""Sets the body of this BatchDeleteRecordSetsRequest.
56
56
 
57
57
  :param body: The body of this BatchDeleteRecordSetsRequest.
58
58
  :type body: :class:`huaweicloudsdkdns.v2.BatchDeleteRecordSetsRequestBody`
@@ -27,7 +27,7 @@ class BatchDeleteRecordSetsRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_type=None, recordset_ids=None):
30
- """BatchDeleteRecordSetsRequestBody
30
+ r"""BatchDeleteRecordSetsRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchDeleteRecordSetsRequestBody:
48
48
 
49
49
  @property
50
50
  def zone_type(self):
51
- """Gets the zone_type of this BatchDeleteRecordSetsRequestBody.
51
+ r"""Gets the zone_type of this BatchDeleteRecordSetsRequestBody.
52
52
 
53
53
  Zone的类型,取值为public或private。
54
54
 
@@ -59,7 +59,7 @@ class BatchDeleteRecordSetsRequestBody:
59
59
 
60
60
  @zone_type.setter
61
61
  def zone_type(self, zone_type):
62
- """Sets the zone_type of this BatchDeleteRecordSetsRequestBody.
62
+ r"""Sets the zone_type of this BatchDeleteRecordSetsRequestBody.
63
63
 
64
64
  Zone的类型,取值为public或private。
65
65
 
@@ -70,7 +70,7 @@ class BatchDeleteRecordSetsRequestBody:
70
70
 
71
71
  @property
72
72
  def recordset_ids(self):
73
- """Gets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
73
+ r"""Gets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
74
74
 
75
75
  待删除的Record Set ID列表。 最多支持100个。
76
76
 
@@ -81,7 +81,7 @@ class BatchDeleteRecordSetsRequestBody:
81
81
 
82
82
  @recordset_ids.setter
83
83
  def recordset_ids(self, recordset_ids):
84
- """Sets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
84
+ r"""Sets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
85
85
 
86
86
  待删除的Record Set ID列表。 最多支持100个。
87
87
 
@@ -28,7 +28,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, recordsets=None, metadata=None):
31
- """BatchDeleteRecordSetsResponse
31
+ r"""BatchDeleteRecordSetsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def recordsets(self):
54
- """Gets the recordsets of this BatchDeleteRecordSetsResponse.
54
+ r"""Gets the recordsets of this BatchDeleteRecordSetsResponse.
55
55
 
56
56
  删除record set的列表响应。
57
57
 
@@ -62,7 +62,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
62
62
 
63
63
  @recordsets.setter
64
64
  def recordsets(self, recordsets):
65
- """Sets the recordsets of this BatchDeleteRecordSetsResponse.
65
+ r"""Sets the recordsets of this BatchDeleteRecordSetsResponse.
66
66
 
67
67
  删除record set的列表响应。
68
68
 
@@ -73,7 +73,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def metadata(self):
76
- """Gets the metadata of this BatchDeleteRecordSetsResponse.
76
+ r"""Gets the metadata of this BatchDeleteRecordSetsResponse.
77
77
 
78
78
  :return: The metadata of this BatchDeleteRecordSetsResponse.
79
79
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -82,7 +82,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
82
82
 
83
83
  @metadata.setter
84
84
  def metadata(self, metadata):
85
- """Sets the metadata of this BatchDeleteRecordSetsResponse.
85
+ r"""Sets the metadata of this BatchDeleteRecordSetsResponse.
86
86
 
87
87
  :param metadata: The metadata of this BatchDeleteRecordSetsResponse.
88
88
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -25,7 +25,7 @@ class BatchDeleteZonesRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """BatchDeleteZonesRequest
28
+ r"""BatchDeleteZonesRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class BatchDeleteZonesRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this BatchDeleteZonesRequest.
46
+ r"""Gets the body of this BatchDeleteZonesRequest.
47
47
 
48
48
  :return: The body of this BatchDeleteZonesRequest.
49
49
  :rtype: :class:`huaweicloudsdkdns.v2.BatchDeleteZonesRequestBody`
@@ -52,7 +52,7 @@ class BatchDeleteZonesRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this BatchDeleteZonesRequest.
55
+ r"""Sets the body of this BatchDeleteZonesRequest.
56
56
 
57
57
  :param body: The body of this BatchDeleteZonesRequest.
58
58
  :type body: :class:`huaweicloudsdkdns.v2.BatchDeleteZonesRequestBody`
@@ -27,7 +27,7 @@ class BatchDeleteZonesRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, zone_type=None, zone_ids=None):
30
- """BatchDeleteZonesRequestBody
30
+ r"""BatchDeleteZonesRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchDeleteZonesRequestBody:
48
48
 
49
49
  @property
50
50
  def zone_type(self):
51
- """Gets the zone_type of this BatchDeleteZonesRequestBody.
51
+ r"""Gets the zone_type of this BatchDeleteZonesRequestBody.
52
52
 
53
53
  待删除zone类型,当前仅支持 public 或 private。
54
54
 
@@ -59,7 +59,7 @@ class BatchDeleteZonesRequestBody:
59
59
 
60
60
  @zone_type.setter
61
61
  def zone_type(self, zone_type):
62
- """Sets the zone_type of this BatchDeleteZonesRequestBody.
62
+ r"""Sets the zone_type of this BatchDeleteZonesRequestBody.
63
63
 
64
64
  待删除zone类型,当前仅支持 public 或 private。
65
65
 
@@ -70,7 +70,7 @@ class BatchDeleteZonesRequestBody:
70
70
 
71
71
  @property
72
72
  def zone_ids(self):
73
- """Gets the zone_ids of this BatchDeleteZonesRequestBody.
73
+ r"""Gets the zone_ids of this BatchDeleteZonesRequestBody.
74
74
 
75
75
  待删除Zone ID列表。 最多支持50个。
76
76
 
@@ -81,7 +81,7 @@ class BatchDeleteZonesRequestBody:
81
81
 
82
82
  @zone_ids.setter
83
83
  def zone_ids(self, zone_ids):
84
- """Sets the zone_ids of this BatchDeleteZonesRequestBody.
84
+ r"""Sets the zone_ids of this BatchDeleteZonesRequestBody.
85
85
 
86
86
  待删除Zone ID列表。 最多支持50个。
87
87
 
@@ -28,7 +28,7 @@ class BatchDeleteZonesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, zones=None, metadata=None):
31
- """BatchDeleteZonesResponse
31
+ r"""BatchDeleteZonesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class BatchDeleteZonesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def zones(self):
54
- """Gets the zones of this BatchDeleteZonesResponse.
54
+ r"""Gets the zones of this BatchDeleteZonesResponse.
55
55
 
56
56
  删除zone的列表响应。
57
57
 
@@ -62,7 +62,7 @@ class BatchDeleteZonesResponse(SdkResponse):
62
62
 
63
63
  @zones.setter
64
64
  def zones(self, zones):
65
- """Sets the zones of this BatchDeleteZonesResponse.
65
+ r"""Sets the zones of this BatchDeleteZonesResponse.
66
66
 
67
67
  删除zone的列表响应。
68
68
 
@@ -73,7 +73,7 @@ class BatchDeleteZonesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def metadata(self):
76
- """Gets the metadata of this BatchDeleteZonesResponse.
76
+ r"""Gets the metadata of this BatchDeleteZonesResponse.
77
77
 
78
78
  :return: The metadata of this BatchDeleteZonesResponse.
79
79
  :rtype: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -82,7 +82,7 @@ class BatchDeleteZonesResponse(SdkResponse):
82
82
 
83
83
  @metadata.setter
84
84
  def metadata(self, metadata):
85
- """Sets the metadata of this BatchDeleteZonesResponse.
85
+ r"""Sets the metadata of this BatchDeleteZonesResponse.
86
86
 
87
87
  :param metadata: The metadata of this BatchDeleteZonesResponse.
88
88
  :type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
@@ -27,7 +27,7 @@ class BatchHandTags:
27
27
  }
28
28
 
29
29
  def __init__(self, tags=None, action=None):
30
- """BatchHandTags
30
+ r"""BatchHandTags
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchHandTags:
48
48
 
49
49
  @property
50
50
  def tags(self):
51
- """Gets the tags of this BatchHandTags.
51
+ r"""Gets the tags of this BatchHandTags.
52
52
 
53
53
  标签列表。删除时tags结构体不能缺失。
54
54
 
@@ -59,7 +59,7 @@ class BatchHandTags:
59
59
 
60
60
  @tags.setter
61
61
  def tags(self, tags):
62
- """Sets the tags of this BatchHandTags.
62
+ r"""Sets the tags of this BatchHandTags.
63
63
 
64
64
  标签列表。删除时tags结构体不能缺失。
65
65
 
@@ -70,7 +70,7 @@ class BatchHandTags:
70
70
 
71
71
  @property
72
72
  def action(self):
73
- """Gets the action of this BatchHandTags.
73
+ r"""Gets the action of this BatchHandTags.
74
74
 
75
75
  操作标识(区分大小写):create(创建)、delete(删除)。
76
76
 
@@ -81,7 +81,7 @@ class BatchHandTags:
81
81
 
82
82
  @action.setter
83
83
  def action(self, action):
84
- """Sets the action of this BatchHandTags.
84
+ r"""Sets the action of this BatchHandTags.
85
85
 
86
86
  操作标识(区分大小写):create(创建)、delete(删除)。
87
87
 
@@ -25,7 +25,7 @@ class BatchSetRecordSetsStatusRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, body=None):
28
- """BatchSetRecordSetsStatusRequest
28
+ r"""BatchSetRecordSetsStatusRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -43,7 +43,7 @@ class BatchSetRecordSetsStatusRequest:
43
43
 
44
44
  @property
45
45
  def body(self):
46
- """Gets the body of this BatchSetRecordSetsStatusRequest.
46
+ r"""Gets the body of this BatchSetRecordSetsStatusRequest.
47
47
 
48
48
  :return: The body of this BatchSetRecordSetsStatusRequest.
49
49
  :rtype: :class:`huaweicloudsdkdns.v2.BatchSetRecordSetsStatusRequestBody`
@@ -52,7 +52,7 @@ class BatchSetRecordSetsStatusRequest:
52
52
 
53
53
  @body.setter
54
54
  def body(self, body):
55
- """Sets the body of this BatchSetRecordSetsStatusRequest.
55
+ r"""Sets the body of this BatchSetRecordSetsStatusRequest.
56
56
 
57
57
  :param body: The body of this BatchSetRecordSetsStatusRequest.
58
58
  :type body: :class:`huaweicloudsdkdns.v2.BatchSetRecordSetsStatusRequestBody`
@@ -27,7 +27,7 @@ class BatchSetRecordSetsStatusRequestBody:
27
27
  }
28
28
 
29
29
  def __init__(self, status=None, recordset_ids=None):
30
- """BatchSetRecordSetsStatusRequestBody
30
+ r"""BatchSetRecordSetsStatusRequestBody
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class BatchSetRecordSetsStatusRequestBody:
48
48
 
49
49
  @property
50
50
  def status(self):
51
- """Gets the status of this BatchSetRecordSetsStatusRequestBody.
51
+ r"""Gets the status of this BatchSetRecordSetsStatusRequestBody.
52
52
 
53
53
  待设置Record Set状态,当前仅支持DISABLE或ENABLE。
54
54
 
@@ -59,7 +59,7 @@ class BatchSetRecordSetsStatusRequestBody:
59
59
 
60
60
  @status.setter
61
61
  def status(self, status):
62
- """Sets the status of this BatchSetRecordSetsStatusRequestBody.
62
+ r"""Sets the status of this BatchSetRecordSetsStatusRequestBody.
63
63
 
64
64
  待设置Record Set状态,当前仅支持DISABLE或ENABLE。
65
65
 
@@ -70,7 +70,7 @@ class BatchSetRecordSetsStatusRequestBody:
70
70
 
71
71
  @property
72
72
  def recordset_ids(self):
73
- """Gets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
73
+ r"""Gets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
74
74
 
75
75
  待设置Record Set ID列表。 最多支持50个。
76
76
 
@@ -81,7 +81,7 @@ class BatchSetRecordSetsStatusRequestBody:
81
81
 
82
82
  @recordset_ids.setter
83
83
  def recordset_ids(self, recordset_ids):
84
- """Sets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
84
+ r"""Sets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
85
85
 
86
86
  待设置Record Set ID列表。 最多支持50个。
87
87