huaweicloudsdkdns 3.1.145__py2.py3-none-any.whl → 3.1.147__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- huaweicloudsdkdns/v2/__init__.py +82 -1
- huaweicloudsdkdns/v2/dns_async_client.py +2933 -1055
- huaweicloudsdkdns/v2/dns_client.py +2933 -1055
- huaweicloudsdkdns/v2/model/__init__.py +82 -1
- huaweicloudsdkdns/v2/model/alias_target.py +3 -3
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/associate_or_disassociate_router_with_rule_request_body.py +110 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/associate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/associate_router_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py +3 -3
- huaweicloudsdkdns/v2/model/batch_create_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_request_body.py +115 -0
- huaweicloudsdkdns/v2/model/batch_delete_ptr_records_response.py +85 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_set_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +6 -6
- huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set.py +9 -9
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +12 -12
- huaweicloudsdkdns/v2/model/create_endpoint_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_endpoint_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_line_groups_resp.py +3 -3
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +9 -9
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/create_ptr_req.py +12 -12
- huaweicloudsdkdns/v2/model/create_ptr_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_ptr_request_body.py +255 -0
- huaweicloudsdkdns/v2/model/create_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/create_public_zone_req.py +15 -15
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py +6 -6
- huaweicloudsdkdns/v2/model/create_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_batch_lines_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +12 -12
- huaweicloudsdkdns/v2/model/create_record_set_with_line_response.py +27 -27
- huaweicloudsdkdns/v2/model/create_resolver_rule_request.py +111 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_request_body.py +198 -0
- huaweicloudsdkdns/v2/model/create_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/create_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/delete_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/delete_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_ptr_response.py +85 -0
- huaweicloudsdkdns/v2/model/delete_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/delete_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/delete_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/delete_record_sets_request.py +6 -6
- huaweicloudsdkdns/v2/model/delete_record_sets_response.py +27 -27
- huaweicloudsdkdns/v2/model/delete_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/delete_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/delete_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/disable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/disable_dnssec_config_response.py +116 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_request.py +142 -0
- huaweicloudsdkdns/v2/model/disassociate_endpoint_ipaddress_response.py +112 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_request.py +139 -0
- huaweicloudsdkdns/v2/model/disassociate_resolver_rule_router_response.py +174 -0
- huaweicloudsdkdns/v2/model/disassociate_router_request.py +3 -3
- huaweicloudsdkdns/v2/model/enable_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/enable_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/endpoint_resp.py +347 -0
- huaweicloudsdkdns/v2/model/floating_ips_ptr.py +339 -0
- huaweicloudsdkdns/v2/model/ip_info.py +115 -0
- huaweicloudsdkdns/v2/model/ip_value.py +115 -0
- huaweicloudsdkdns/v2/model/ipaddress_info.py +143 -0
- huaweicloudsdkdns/v2/model/ipaddresses.py +110 -0
- huaweicloudsdkdns/v2/model/ipaddresses_data.py +289 -0
- huaweicloudsdkdns/v2/model/line.py +6 -6
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py +114 -0
- huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py +116 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +173 -0
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_endpoints_request.py +230 -0
- huaweicloudsdkdns/v2/model/list_endpoints_response.py +141 -0
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +15 -15
- huaweicloudsdkdns/v2/model/list_private_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +12 -12
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptrs_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_ptrs_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +172 -0
- huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py +166 -0
- huaweicloudsdkdns/v2/model/list_public_zones_request.py +18 -18
- huaweicloudsdkdns/v2/model/list_public_zones_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets.py +27 -27
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +24 -24
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +27 -27
- huaweicloudsdkdns/v2/model/list_record_sets_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +33 -33
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py +27 -27
- huaweicloudsdkdns/v2/model/list_resolver_rule_param.py +376 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +289 -0
- huaweicloudsdkdns/v2/model/list_resolver_rules_response.py +191 -0
- huaweicloudsdkdns/v2/model/match.py +3 -3
- huaweicloudsdkdns/v2/model/page_info.py +173 -0
- huaweicloudsdkdns/v2/model/private_zone_resp.py +42 -42
- huaweicloudsdkdns/v2/model/public_ip_req.py +144 -0
- huaweicloudsdkdns/v2/model/public_ip_res.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_lines.py +173 -0
- huaweicloudsdkdns/v2/model/public_zone_resp.py +39 -39
- huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py +57 -28
- huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py +27 -27
- huaweicloudsdkdns/v2/model/recordset_data.py +27 -27
- huaweicloudsdkdns/v2/model/resolver_rule_param.py +347 -0
- huaweicloudsdkdns/v2/model/restore_ptr_req.py +3 -3
- huaweicloudsdkdns/v2/model/router_for_rule.py +114 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request.py +139 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/set_private_zone_proxy_pattern_response.py +85 -0
- huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +3 -3
- huaweicloudsdkdns/v2/model/set_record_sets_status_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_dnssec_config_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_dnssec_config_response.py +464 -0
- huaweicloudsdkdns/v2/model/show_endpoint_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_line_group_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_response.py +42 -42
- huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +12 -12
- huaweicloudsdkdns/v2/model/show_ptr_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +45 -45
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py +27 -27
- huaweicloudsdkdns/v2/model/show_resolver_rule_request.py +114 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_resp_param.py +405 -0
- huaweicloudsdkdns/v2/model/show_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/show_resource_tag_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_custom_line_response.py +6 -6
- huaweicloudsdkdns/v2/model/update_endpoint_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_endpoint_request_body.py +114 -0
- huaweicloudsdkdns/v2/model/update_endpoint_response.py +112 -0
- huaweicloudsdkdns/v2/model/update_line_groups_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_line_groups_response.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +39 -39
- huaweicloudsdkdns/v2/model/update_private_zone_status_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_private_zone_status_response.py +518 -0
- huaweicloudsdkdns/v2/model/update_ptr_record_response.py +12 -12
- huaweicloudsdkdns/v2/model/update_ptr_req.py +9 -9
- huaweicloudsdkdns/v2/model/update_ptr_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_ptr_request_body.py +172 -0
- huaweicloudsdkdns/v2/model/update_ptr_response.py +311 -0
- huaweicloudsdkdns/v2/model/update_public_zone_info.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +36 -36
- huaweicloudsdkdns/v2/model/update_public_zone_status_request.py +7 -7
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +36 -36
- huaweicloudsdkdns/v2/model/update_record_set_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_record_set_request.py +6 -6
- huaweicloudsdkdns/v2/model/update_record_set_response.py +27 -27
- huaweicloudsdkdns/v2/model/update_record_sets_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_record_sets_request.py +6 -6
- huaweicloudsdkdns/v2/model/update_record_sets_response.py +27 -27
- huaweicloudsdkdns/v2/model/update_resolver_rule_request.py +139 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_request_body.py +144 -0
- huaweicloudsdkdns/v2/model/update_resolver_rule_response.py +112 -0
- huaweicloudsdkdns/v2/model/{update_public_zone_status_request_body.py → update_zone_status_request_body.py} +10 -10
- huaweicloudsdkdns/v2/model/vpcs_data.py +173 -0
- huaweicloudsdkdns/v2/model/zone_data.py +52 -52
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/METADATA +2 -2
- huaweicloudsdkdns-3.1.147.dist-info/RECORD +273 -0
- huaweicloudsdkdns-3.1.145.dist-info/RECORD +0 -192
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.147.dist-info}/top_level.txt +0 -0
@@ -65,15 +65,15 @@ class QueryRecordSetWithLineResp:
|
|
65
65
|
|
66
66
|
The model defined in huaweicloud sdk
|
67
67
|
|
68
|
-
:param id:
|
68
|
+
:param id: 记录集的ID。
|
69
69
|
:type id: str
|
70
|
-
:param name:
|
70
|
+
:param name: 记录集的名称。
|
71
71
|
:type name: str
|
72
|
-
:param description:
|
72
|
+
:param description: 记录集的描述信息。
|
73
73
|
:type description: str
|
74
|
-
:param zone_id:
|
74
|
+
:param zone_id: 托管该记录的域名ID。
|
75
75
|
:type zone_id: str
|
76
|
-
:param zone_name:
|
76
|
+
:param zone_name: 托管该记录的域名。
|
77
77
|
:type zone_name: str
|
78
78
|
:param type: 记录类型。
|
79
79
|
:type type: str
|
@@ -81,15 +81,15 @@ class QueryRecordSetWithLineResp:
|
|
81
81
|
:type ttl: int
|
82
82
|
:param records: 域名解析后的值。
|
83
83
|
:type records: list[str]
|
84
|
-
:param created_at: 创建时间。
|
84
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
85
85
|
:type created_at: str
|
86
|
-
:param updated_at: 更新时间。
|
86
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
87
87
|
:type updated_at: str
|
88
88
|
:param status: 资源状态。
|
89
89
|
:type status: str
|
90
|
-
:param default:
|
90
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
91
91
|
:type default: bool
|
92
|
-
:param project_id:
|
92
|
+
:param project_id: 该记录集所属的项目ID。
|
93
93
|
:type project_id: str
|
94
94
|
:param links:
|
95
95
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -171,7 +171,7 @@ class QueryRecordSetWithLineResp:
|
|
171
171
|
def id(self):
|
172
172
|
r"""Gets the id of this QueryRecordSetWithLineResp.
|
173
173
|
|
174
|
-
|
174
|
+
记录集的ID。
|
175
175
|
|
176
176
|
:return: The id of this QueryRecordSetWithLineResp.
|
177
177
|
:rtype: str
|
@@ -182,7 +182,7 @@ class QueryRecordSetWithLineResp:
|
|
182
182
|
def id(self, id):
|
183
183
|
r"""Sets the id of this QueryRecordSetWithLineResp.
|
184
184
|
|
185
|
-
|
185
|
+
记录集的ID。
|
186
186
|
|
187
187
|
:param id: The id of this QueryRecordSetWithLineResp.
|
188
188
|
:type id: str
|
@@ -193,7 +193,7 @@ class QueryRecordSetWithLineResp:
|
|
193
193
|
def name(self):
|
194
194
|
r"""Gets the name of this QueryRecordSetWithLineResp.
|
195
195
|
|
196
|
-
|
196
|
+
记录集的名称。
|
197
197
|
|
198
198
|
:return: The name of this QueryRecordSetWithLineResp.
|
199
199
|
:rtype: str
|
@@ -204,7 +204,7 @@ class QueryRecordSetWithLineResp:
|
|
204
204
|
def name(self, name):
|
205
205
|
r"""Sets the name of this QueryRecordSetWithLineResp.
|
206
206
|
|
207
|
-
|
207
|
+
记录集的名称。
|
208
208
|
|
209
209
|
:param name: The name of this QueryRecordSetWithLineResp.
|
210
210
|
:type name: str
|
@@ -215,7 +215,7 @@ class QueryRecordSetWithLineResp:
|
|
215
215
|
def description(self):
|
216
216
|
r"""Gets the description of this QueryRecordSetWithLineResp.
|
217
217
|
|
218
|
-
|
218
|
+
记录集的描述信息。
|
219
219
|
|
220
220
|
:return: The description of this QueryRecordSetWithLineResp.
|
221
221
|
:rtype: str
|
@@ -226,7 +226,7 @@ class QueryRecordSetWithLineResp:
|
|
226
226
|
def description(self, description):
|
227
227
|
r"""Sets the description of this QueryRecordSetWithLineResp.
|
228
228
|
|
229
|
-
|
229
|
+
记录集的描述信息。
|
230
230
|
|
231
231
|
:param description: The description of this QueryRecordSetWithLineResp.
|
232
232
|
:type description: str
|
@@ -237,7 +237,7 @@ class QueryRecordSetWithLineResp:
|
|
237
237
|
def zone_id(self):
|
238
238
|
r"""Gets the zone_id of this QueryRecordSetWithLineResp.
|
239
239
|
|
240
|
-
|
240
|
+
托管该记录的域名ID。
|
241
241
|
|
242
242
|
:return: The zone_id of this QueryRecordSetWithLineResp.
|
243
243
|
:rtype: str
|
@@ -248,7 +248,7 @@ class QueryRecordSetWithLineResp:
|
|
248
248
|
def zone_id(self, zone_id):
|
249
249
|
r"""Sets the zone_id of this QueryRecordSetWithLineResp.
|
250
250
|
|
251
|
-
|
251
|
+
托管该记录的域名ID。
|
252
252
|
|
253
253
|
:param zone_id: The zone_id of this QueryRecordSetWithLineResp.
|
254
254
|
:type zone_id: str
|
@@ -259,7 +259,7 @@ class QueryRecordSetWithLineResp:
|
|
259
259
|
def zone_name(self):
|
260
260
|
r"""Gets the zone_name of this QueryRecordSetWithLineResp.
|
261
261
|
|
262
|
-
|
262
|
+
托管该记录的域名。
|
263
263
|
|
264
264
|
:return: The zone_name of this QueryRecordSetWithLineResp.
|
265
265
|
:rtype: str
|
@@ -270,7 +270,7 @@ class QueryRecordSetWithLineResp:
|
|
270
270
|
def zone_name(self, zone_name):
|
271
271
|
r"""Sets the zone_name of this QueryRecordSetWithLineResp.
|
272
272
|
|
273
|
-
|
273
|
+
托管该记录的域名。
|
274
274
|
|
275
275
|
:param zone_name: The zone_name of this QueryRecordSetWithLineResp.
|
276
276
|
:type zone_name: str
|
@@ -347,7 +347,7 @@ class QueryRecordSetWithLineResp:
|
|
347
347
|
def created_at(self):
|
348
348
|
r"""Gets the created_at of this QueryRecordSetWithLineResp.
|
349
349
|
|
350
|
-
创建时间。
|
350
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
351
351
|
|
352
352
|
:return: The created_at of this QueryRecordSetWithLineResp.
|
353
353
|
:rtype: str
|
@@ -358,7 +358,7 @@ class QueryRecordSetWithLineResp:
|
|
358
358
|
def created_at(self, created_at):
|
359
359
|
r"""Sets the created_at of this QueryRecordSetWithLineResp.
|
360
360
|
|
361
|
-
创建时间。
|
361
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
362
362
|
|
363
363
|
:param created_at: The created_at of this QueryRecordSetWithLineResp.
|
364
364
|
:type created_at: str
|
@@ -369,7 +369,7 @@ class QueryRecordSetWithLineResp:
|
|
369
369
|
def updated_at(self):
|
370
370
|
r"""Gets the updated_at of this QueryRecordSetWithLineResp.
|
371
371
|
|
372
|
-
更新时间。
|
372
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
373
373
|
|
374
374
|
:return: The updated_at of this QueryRecordSetWithLineResp.
|
375
375
|
:rtype: str
|
@@ -380,7 +380,7 @@ class QueryRecordSetWithLineResp:
|
|
380
380
|
def updated_at(self, updated_at):
|
381
381
|
r"""Sets the updated_at of this QueryRecordSetWithLineResp.
|
382
382
|
|
383
|
-
更新时间。
|
383
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
384
384
|
|
385
385
|
:param updated_at: The updated_at of this QueryRecordSetWithLineResp.
|
386
386
|
:type updated_at: str
|
@@ -413,7 +413,7 @@ class QueryRecordSetWithLineResp:
|
|
413
413
|
def default(self):
|
414
414
|
r"""Gets the default of this QueryRecordSetWithLineResp.
|
415
415
|
|
416
|
-
|
416
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
417
417
|
|
418
418
|
:return: The default of this QueryRecordSetWithLineResp.
|
419
419
|
:rtype: bool
|
@@ -424,7 +424,7 @@ class QueryRecordSetWithLineResp:
|
|
424
424
|
def default(self, default):
|
425
425
|
r"""Sets the default of this QueryRecordSetWithLineResp.
|
426
426
|
|
427
|
-
|
427
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
428
428
|
|
429
429
|
:param default: The default of this QueryRecordSetWithLineResp.
|
430
430
|
:type default: bool
|
@@ -435,7 +435,7 @@ class QueryRecordSetWithLineResp:
|
|
435
435
|
def project_id(self):
|
436
436
|
r"""Gets the project_id of this QueryRecordSetWithLineResp.
|
437
437
|
|
438
|
-
|
438
|
+
该记录集所属的项目ID。
|
439
439
|
|
440
440
|
:return: The project_id of this QueryRecordSetWithLineResp.
|
441
441
|
:rtype: str
|
@@ -446,7 +446,7 @@ class QueryRecordSetWithLineResp:
|
|
446
446
|
def project_id(self, project_id):
|
447
447
|
r"""Sets the project_id of this QueryRecordSetWithLineResp.
|
448
448
|
|
449
|
-
|
449
|
+
该记录集所属的项目ID。
|
450
450
|
|
451
451
|
:param project_id: The project_id of this QueryRecordSetWithLineResp.
|
452
452
|
:type project_id: str
|
@@ -63,11 +63,11 @@ class RecordsetData:
|
|
63
63
|
|
64
64
|
The model defined in huaweicloud sdk
|
65
65
|
|
66
|
-
:param id:
|
66
|
+
:param id: 记录集的ID。
|
67
67
|
:type id: str
|
68
|
-
:param name:
|
68
|
+
:param name: 记录集的名称。
|
69
69
|
:type name: str
|
70
|
-
:param description:
|
70
|
+
:param description: 记录集的描述信息。
|
71
71
|
:type description: str
|
72
72
|
:param type: 记录类型。
|
73
73
|
:type type: str
|
@@ -77,23 +77,23 @@ class RecordsetData:
|
|
77
77
|
:type records: list[str]
|
78
78
|
:param status: 资源状态。
|
79
79
|
:type status: str
|
80
|
-
:param zone_id:
|
80
|
+
:param zone_id: 托管该记录的域名ID。
|
81
81
|
:type zone_id: str
|
82
|
-
:param zone_name:
|
82
|
+
:param zone_name: 托管该记录的域名。
|
83
83
|
:type zone_name: str
|
84
84
|
:param line: 解析线路ID。
|
85
85
|
:type line: str
|
86
86
|
:param alias_target:
|
87
87
|
:type alias_target: :class:`huaweicloudsdkdns.v2.AliasTarget`
|
88
|
-
:param created_at: 创建时间。
|
88
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
89
89
|
:type created_at: str
|
90
|
-
:param updated_at: 更新时间。
|
90
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
91
91
|
:type updated_at: str
|
92
92
|
:param health_check_id: 健康检查ID。
|
93
93
|
:type health_check_id: str
|
94
|
-
:param default:
|
94
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
95
95
|
:type default: bool
|
96
|
-
:param project_id:
|
96
|
+
:param project_id: 该记录集所属的项目ID。
|
97
97
|
:type project_id: str
|
98
98
|
:param links:
|
99
99
|
:type links: :class:`huaweicloudsdkdns.v2.Link`
|
@@ -164,7 +164,7 @@ class RecordsetData:
|
|
164
164
|
def id(self):
|
165
165
|
r"""Gets the id of this RecordsetData.
|
166
166
|
|
167
|
-
|
167
|
+
记录集的ID。
|
168
168
|
|
169
169
|
:return: The id of this RecordsetData.
|
170
170
|
:rtype: str
|
@@ -175,7 +175,7 @@ class RecordsetData:
|
|
175
175
|
def id(self, id):
|
176
176
|
r"""Sets the id of this RecordsetData.
|
177
177
|
|
178
|
-
|
178
|
+
记录集的ID。
|
179
179
|
|
180
180
|
:param id: The id of this RecordsetData.
|
181
181
|
:type id: str
|
@@ -186,7 +186,7 @@ class RecordsetData:
|
|
186
186
|
def name(self):
|
187
187
|
r"""Gets the name of this RecordsetData.
|
188
188
|
|
189
|
-
|
189
|
+
记录集的名称。
|
190
190
|
|
191
191
|
:return: The name of this RecordsetData.
|
192
192
|
:rtype: str
|
@@ -197,7 +197,7 @@ class RecordsetData:
|
|
197
197
|
def name(self, name):
|
198
198
|
r"""Sets the name of this RecordsetData.
|
199
199
|
|
200
|
-
|
200
|
+
记录集的名称。
|
201
201
|
|
202
202
|
:param name: The name of this RecordsetData.
|
203
203
|
:type name: str
|
@@ -208,7 +208,7 @@ class RecordsetData:
|
|
208
208
|
def description(self):
|
209
209
|
r"""Gets the description of this RecordsetData.
|
210
210
|
|
211
|
-
|
211
|
+
记录集的描述信息。
|
212
212
|
|
213
213
|
:return: The description of this RecordsetData.
|
214
214
|
:rtype: str
|
@@ -219,7 +219,7 @@ class RecordsetData:
|
|
219
219
|
def description(self, description):
|
220
220
|
r"""Sets the description of this RecordsetData.
|
221
221
|
|
222
|
-
|
222
|
+
记录集的描述信息。
|
223
223
|
|
224
224
|
:param description: The description of this RecordsetData.
|
225
225
|
:type description: str
|
@@ -318,7 +318,7 @@ class RecordsetData:
|
|
318
318
|
def zone_id(self):
|
319
319
|
r"""Gets the zone_id of this RecordsetData.
|
320
320
|
|
321
|
-
|
321
|
+
托管该记录的域名ID。
|
322
322
|
|
323
323
|
:return: The zone_id of this RecordsetData.
|
324
324
|
:rtype: str
|
@@ -329,7 +329,7 @@ class RecordsetData:
|
|
329
329
|
def zone_id(self, zone_id):
|
330
330
|
r"""Sets the zone_id of this RecordsetData.
|
331
331
|
|
332
|
-
|
332
|
+
托管该记录的域名ID。
|
333
333
|
|
334
334
|
:param zone_id: The zone_id of this RecordsetData.
|
335
335
|
:type zone_id: str
|
@@ -340,7 +340,7 @@ class RecordsetData:
|
|
340
340
|
def zone_name(self):
|
341
341
|
r"""Gets the zone_name of this RecordsetData.
|
342
342
|
|
343
|
-
|
343
|
+
托管该记录的域名。
|
344
344
|
|
345
345
|
:return: The zone_name of this RecordsetData.
|
346
346
|
:rtype: str
|
@@ -351,7 +351,7 @@ class RecordsetData:
|
|
351
351
|
def zone_name(self, zone_name):
|
352
352
|
r"""Sets the zone_name of this RecordsetData.
|
353
353
|
|
354
|
-
|
354
|
+
托管该记录的域名。
|
355
355
|
|
356
356
|
:param zone_name: The zone_name of this RecordsetData.
|
357
357
|
:type zone_name: str
|
@@ -402,7 +402,7 @@ class RecordsetData:
|
|
402
402
|
def created_at(self):
|
403
403
|
r"""Gets the created_at of this RecordsetData.
|
404
404
|
|
405
|
-
创建时间。
|
405
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
406
406
|
|
407
407
|
:return: The created_at of this RecordsetData.
|
408
408
|
:rtype: str
|
@@ -413,7 +413,7 @@ class RecordsetData:
|
|
413
413
|
def created_at(self, created_at):
|
414
414
|
r"""Sets the created_at of this RecordsetData.
|
415
415
|
|
416
|
-
创建时间。
|
416
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
417
417
|
|
418
418
|
:param created_at: The created_at of this RecordsetData.
|
419
419
|
:type created_at: str
|
@@ -424,7 +424,7 @@ class RecordsetData:
|
|
424
424
|
def updated_at(self):
|
425
425
|
r"""Gets the updated_at of this RecordsetData.
|
426
426
|
|
427
|
-
更新时间。
|
427
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
428
428
|
|
429
429
|
:return: The updated_at of this RecordsetData.
|
430
430
|
:rtype: str
|
@@ -435,7 +435,7 @@ class RecordsetData:
|
|
435
435
|
def updated_at(self, updated_at):
|
436
436
|
r"""Sets the updated_at of this RecordsetData.
|
437
437
|
|
438
|
-
更新时间。
|
438
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
439
439
|
|
440
440
|
:param updated_at: The updated_at of this RecordsetData.
|
441
441
|
:type updated_at: str
|
@@ -468,7 +468,7 @@ class RecordsetData:
|
|
468
468
|
def default(self):
|
469
469
|
r"""Gets the default of this RecordsetData.
|
470
470
|
|
471
|
-
|
471
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
472
472
|
|
473
473
|
:return: The default of this RecordsetData.
|
474
474
|
:rtype: bool
|
@@ -479,7 +479,7 @@ class RecordsetData:
|
|
479
479
|
def default(self, default):
|
480
480
|
r"""Sets the default of this RecordsetData.
|
481
481
|
|
482
|
-
|
482
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
483
483
|
|
484
484
|
:param default: The default of this RecordsetData.
|
485
485
|
:type default: bool
|
@@ -490,7 +490,7 @@ class RecordsetData:
|
|
490
490
|
def project_id(self):
|
491
491
|
r"""Gets the project_id of this RecordsetData.
|
492
492
|
|
493
|
-
|
493
|
+
该记录集所属的项目ID。
|
494
494
|
|
495
495
|
:return: The project_id of this RecordsetData.
|
496
496
|
:rtype: str
|
@@ -501,7 +501,7 @@ class RecordsetData:
|
|
501
501
|
def project_id(self, project_id):
|
502
502
|
r"""Sets the project_id of this RecordsetData.
|
503
503
|
|
504
|
-
|
504
|
+
该记录集所属的项目ID。
|
505
505
|
|
506
506
|
:param project_id: The project_id of this RecordsetData.
|
507
507
|
:type project_id: str
|