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
@@ -60,37 +60,37 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
60
60
|
|
61
61
|
The model defined in huaweicloud sdk
|
62
62
|
|
63
|
-
:param id:
|
63
|
+
:param id: 域名的ID,UUID形式的一个资源标识。
|
64
64
|
:type id: str
|
65
|
-
:param name:
|
65
|
+
:param name: 域名。
|
66
66
|
:type name: str
|
67
|
-
:param description:
|
67
|
+
:param description: 对域名的描述信息。
|
68
68
|
:type description: str
|
69
|
-
:param email:
|
69
|
+
:param email: 管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
70
70
|
:type email: str
|
71
|
-
:param zone_type:
|
71
|
+
:param zone_type: 域名类型,公网(public)。
|
72
72
|
:type zone_type: str
|
73
|
-
:param ttl:
|
73
|
+
:param ttl: 该域名下SOA记录中的ttl值。
|
74
74
|
:type ttl: int
|
75
|
-
:param serial:
|
75
|
+
:param serial: 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
76
76
|
:type serial: int
|
77
77
|
:param status: 资源状态。
|
78
78
|
:type status: str
|
79
|
-
:param record_num:
|
79
|
+
:param record_num: 该域名下的记录集个数。
|
80
80
|
:type record_num: int
|
81
|
-
:param pool_id:
|
81
|
+
:param pool_id: 托管该域名的pool,由系统分配。
|
82
82
|
:type pool_id: str
|
83
|
-
:param project_id:
|
83
|
+
:param project_id: 域名所属的项目ID。
|
84
84
|
:type project_id: str
|
85
|
-
:param created_at: 创建时间。
|
85
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
86
86
|
:type created_at: str
|
87
|
-
:param updated_at: 更新时间。
|
87
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
88
88
|
:type updated_at: str
|
89
89
|
:param links:
|
90
90
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
91
91
|
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符。
|
92
92
|
:type enterprise_project_id: str
|
93
|
-
:param masters: 主从模式中,从DNS服务器获取DNS
|
93
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
94
94
|
:type masters: list[str]
|
95
95
|
"""
|
96
96
|
|
@@ -151,7 +151,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
151
151
|
def id(self):
|
152
152
|
r"""Gets the id of this CreatePublicZoneResponse.
|
153
153
|
|
154
|
-
|
154
|
+
域名的ID,UUID形式的一个资源标识。
|
155
155
|
|
156
156
|
:return: The id of this CreatePublicZoneResponse.
|
157
157
|
:rtype: str
|
@@ -162,7 +162,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
162
162
|
def id(self, id):
|
163
163
|
r"""Sets the id of this CreatePublicZoneResponse.
|
164
164
|
|
165
|
-
|
165
|
+
域名的ID,UUID形式的一个资源标识。
|
166
166
|
|
167
167
|
:param id: The id of this CreatePublicZoneResponse.
|
168
168
|
:type id: str
|
@@ -173,7 +173,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
173
173
|
def name(self):
|
174
174
|
r"""Gets the name of this CreatePublicZoneResponse.
|
175
175
|
|
176
|
-
|
176
|
+
域名。
|
177
177
|
|
178
178
|
:return: The name of this CreatePublicZoneResponse.
|
179
179
|
:rtype: str
|
@@ -184,7 +184,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
184
184
|
def name(self, name):
|
185
185
|
r"""Sets the name of this CreatePublicZoneResponse.
|
186
186
|
|
187
|
-
|
187
|
+
域名。
|
188
188
|
|
189
189
|
:param name: The name of this CreatePublicZoneResponse.
|
190
190
|
:type name: str
|
@@ -195,7 +195,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
195
195
|
def description(self):
|
196
196
|
r"""Gets the description of this CreatePublicZoneResponse.
|
197
197
|
|
198
|
-
|
198
|
+
对域名的描述信息。
|
199
199
|
|
200
200
|
:return: The description of this CreatePublicZoneResponse.
|
201
201
|
:rtype: str
|
@@ -206,7 +206,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
206
206
|
def description(self, description):
|
207
207
|
r"""Sets the description of this CreatePublicZoneResponse.
|
208
208
|
|
209
|
-
|
209
|
+
对域名的描述信息。
|
210
210
|
|
211
211
|
:param description: The description of this CreatePublicZoneResponse.
|
212
212
|
:type description: str
|
@@ -217,7 +217,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
217
217
|
def email(self):
|
218
218
|
r"""Gets the email of this CreatePublicZoneResponse.
|
219
219
|
|
220
|
-
|
220
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
221
221
|
|
222
222
|
:return: The email of this CreatePublicZoneResponse.
|
223
223
|
:rtype: str
|
@@ -228,7 +228,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
228
228
|
def email(self, email):
|
229
229
|
r"""Sets the email of this CreatePublicZoneResponse.
|
230
230
|
|
231
|
-
|
231
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
232
232
|
|
233
233
|
:param email: The email of this CreatePublicZoneResponse.
|
234
234
|
:type email: str
|
@@ -239,7 +239,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
239
239
|
def zone_type(self):
|
240
240
|
r"""Gets the zone_type of this CreatePublicZoneResponse.
|
241
241
|
|
242
|
-
|
242
|
+
域名类型,公网(public)。
|
243
243
|
|
244
244
|
:return: The zone_type of this CreatePublicZoneResponse.
|
245
245
|
:rtype: str
|
@@ -250,7 +250,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
250
250
|
def zone_type(self, zone_type):
|
251
251
|
r"""Sets the zone_type of this CreatePublicZoneResponse.
|
252
252
|
|
253
|
-
|
253
|
+
域名类型,公网(public)。
|
254
254
|
|
255
255
|
:param zone_type: The zone_type of this CreatePublicZoneResponse.
|
256
256
|
:type zone_type: str
|
@@ -261,7 +261,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
261
261
|
def ttl(self):
|
262
262
|
r"""Gets the ttl of this CreatePublicZoneResponse.
|
263
263
|
|
264
|
-
|
264
|
+
该域名下SOA记录中的ttl值。
|
265
265
|
|
266
266
|
:return: The ttl of this CreatePublicZoneResponse.
|
267
267
|
:rtype: int
|
@@ -272,7 +272,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
272
272
|
def ttl(self, ttl):
|
273
273
|
r"""Sets the ttl of this CreatePublicZoneResponse.
|
274
274
|
|
275
|
-
|
275
|
+
该域名下SOA记录中的ttl值。
|
276
276
|
|
277
277
|
:param ttl: The ttl of this CreatePublicZoneResponse.
|
278
278
|
:type ttl: int
|
@@ -283,7 +283,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
283
283
|
def serial(self):
|
284
284
|
r"""Gets the serial of this CreatePublicZoneResponse.
|
285
285
|
|
286
|
-
|
286
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
287
287
|
|
288
288
|
:return: The serial of this CreatePublicZoneResponse.
|
289
289
|
:rtype: int
|
@@ -294,7 +294,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
294
294
|
def serial(self, serial):
|
295
295
|
r"""Sets the serial of this CreatePublicZoneResponse.
|
296
296
|
|
297
|
-
|
297
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
298
298
|
|
299
299
|
:param serial: The serial of this CreatePublicZoneResponse.
|
300
300
|
:type serial: int
|
@@ -327,7 +327,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
327
327
|
def record_num(self):
|
328
328
|
r"""Gets the record_num of this CreatePublicZoneResponse.
|
329
329
|
|
330
|
-
|
330
|
+
该域名下的记录集个数。
|
331
331
|
|
332
332
|
:return: The record_num of this CreatePublicZoneResponse.
|
333
333
|
:rtype: int
|
@@ -338,7 +338,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
338
338
|
def record_num(self, record_num):
|
339
339
|
r"""Sets the record_num of this CreatePublicZoneResponse.
|
340
340
|
|
341
|
-
|
341
|
+
该域名下的记录集个数。
|
342
342
|
|
343
343
|
:param record_num: The record_num of this CreatePublicZoneResponse.
|
344
344
|
:type record_num: int
|
@@ -349,7 +349,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
349
349
|
def pool_id(self):
|
350
350
|
r"""Gets the pool_id of this CreatePublicZoneResponse.
|
351
351
|
|
352
|
-
|
352
|
+
托管该域名的pool,由系统分配。
|
353
353
|
|
354
354
|
:return: The pool_id of this CreatePublicZoneResponse.
|
355
355
|
:rtype: str
|
@@ -360,7 +360,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
360
360
|
def pool_id(self, pool_id):
|
361
361
|
r"""Sets the pool_id of this CreatePublicZoneResponse.
|
362
362
|
|
363
|
-
|
363
|
+
托管该域名的pool,由系统分配。
|
364
364
|
|
365
365
|
:param pool_id: The pool_id of this CreatePublicZoneResponse.
|
366
366
|
:type pool_id: str
|
@@ -371,7 +371,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
371
371
|
def project_id(self):
|
372
372
|
r"""Gets the project_id of this CreatePublicZoneResponse.
|
373
373
|
|
374
|
-
|
374
|
+
域名所属的项目ID。
|
375
375
|
|
376
376
|
:return: The project_id of this CreatePublicZoneResponse.
|
377
377
|
:rtype: str
|
@@ -382,7 +382,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
382
382
|
def project_id(self, project_id):
|
383
383
|
r"""Sets the project_id of this CreatePublicZoneResponse.
|
384
384
|
|
385
|
-
|
385
|
+
域名所属的项目ID。
|
386
386
|
|
387
387
|
:param project_id: The project_id of this CreatePublicZoneResponse.
|
388
388
|
:type project_id: str
|
@@ -393,7 +393,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
393
393
|
def created_at(self):
|
394
394
|
r"""Gets the created_at of this CreatePublicZoneResponse.
|
395
395
|
|
396
|
-
创建时间。
|
396
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
397
397
|
|
398
398
|
:return: The created_at of this CreatePublicZoneResponse.
|
399
399
|
:rtype: str
|
@@ -404,7 +404,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
404
404
|
def created_at(self, created_at):
|
405
405
|
r"""Sets the created_at of this CreatePublicZoneResponse.
|
406
406
|
|
407
|
-
创建时间。
|
407
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
408
408
|
|
409
409
|
:param created_at: The created_at of this CreatePublicZoneResponse.
|
410
410
|
:type created_at: str
|
@@ -415,7 +415,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
415
415
|
def updated_at(self):
|
416
416
|
r"""Gets the updated_at of this CreatePublicZoneResponse.
|
417
417
|
|
418
|
-
更新时间。
|
418
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
419
419
|
|
420
420
|
:return: The updated_at of this CreatePublicZoneResponse.
|
421
421
|
:rtype: str
|
@@ -426,7 +426,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
426
426
|
def updated_at(self, updated_at):
|
427
427
|
r"""Sets the updated_at of this CreatePublicZoneResponse.
|
428
428
|
|
429
|
-
更新时间。
|
429
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
430
430
|
|
431
431
|
:param updated_at: The updated_at of this CreatePublicZoneResponse.
|
432
432
|
:type updated_at: str
|
@@ -477,7 +477,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
477
477
|
def masters(self):
|
478
478
|
r"""Gets the masters of this CreatePublicZoneResponse.
|
479
479
|
|
480
|
-
主从模式中,从DNS服务器获取DNS
|
480
|
+
主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
481
481
|
|
482
482
|
:return: The masters of this CreatePublicZoneResponse.
|
483
483
|
:rtype: list[str]
|
@@ -488,7 +488,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
488
488
|
def masters(self, masters):
|
489
489
|
r"""Sets the masters of this CreatePublicZoneResponse.
|
490
490
|
|
491
|
-
主从模式中,从DNS服务器获取DNS
|
491
|
+
主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
492
492
|
|
493
493
|
:param masters: The masters of this CreatePublicZoneResponse.
|
494
494
|
:type masters: list[str]
|
@@ -35,11 +35,11 @@ class CreateRSetBatchLinesReq:
|
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
38
|
-
:param name:
|
38
|
+
:param name: 域名,后缀需以zone name结束且为FQDN(即以“.”号结束的完整主机名)。
|
39
39
|
:type name: str
|
40
40
|
:param description: 可选配置,对域名的描述。 长度不超过255个字符。
|
41
41
|
:type description: str
|
42
|
-
:param type:
|
42
|
+
:param type: 记录集的类型。 取值范围:A,AAAA,MX,CNAME,TXT,NS,SRV,CAA。
|
43
43
|
:type type: str
|
44
44
|
:param lines: 解析线路域名参数。最多支持50个。
|
45
45
|
:type lines: list[:class:`huaweicloudsdkdns.v2.BatchCreateRecordSetWithLine`]
|
@@ -63,7 +63,7 @@ class CreateRSetBatchLinesReq:
|
|
63
63
|
def name(self):
|
64
64
|
r"""Gets the name of this CreateRSetBatchLinesReq.
|
65
65
|
|
66
|
-
|
66
|
+
域名,后缀需以zone name结束且为FQDN(即以“.”号结束的完整主机名)。
|
67
67
|
|
68
68
|
:return: The name of this CreateRSetBatchLinesReq.
|
69
69
|
:rtype: str
|
@@ -74,7 +74,7 @@ class CreateRSetBatchLinesReq:
|
|
74
74
|
def name(self, name):
|
75
75
|
r"""Sets the name of this CreateRSetBatchLinesReq.
|
76
76
|
|
77
|
-
|
77
|
+
域名,后缀需以zone name结束且为FQDN(即以“.”号结束的完整主机名)。
|
78
78
|
|
79
79
|
:param name: The name of this CreateRSetBatchLinesReq.
|
80
80
|
:type name: str
|
@@ -107,7 +107,7 @@ class CreateRSetBatchLinesReq:
|
|
107
107
|
def type(self):
|
108
108
|
r"""Gets the type of this CreateRSetBatchLinesReq.
|
109
109
|
|
110
|
-
|
110
|
+
记录集的类型。 取值范围:A,AAAA,MX,CNAME,TXT,NS,SRV,CAA。
|
111
111
|
|
112
112
|
:return: The type of this CreateRSetBatchLinesReq.
|
113
113
|
:rtype: str
|
@@ -118,7 +118,7 @@ class CreateRSetBatchLinesReq:
|
|
118
118
|
def type(self, type):
|
119
119
|
r"""Sets the type of this CreateRSetBatchLinesReq.
|
120
120
|
|
121
|
-
|
121
|
+
记录集的类型。 取值范围:A,AAAA,MX,CNAME,TXT,NS,SRV,CAA。
|
122
122
|
|
123
123
|
:param type: The type of this CreateRSetBatchLinesReq.
|
124
124
|
:type type: str
|
@@ -31,7 +31,7 @@ class CreateRecordSetRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_id:
|
34
|
+
:param zone_id: 域名ID。
|
35
35
|
:type zone_id: str
|
36
36
|
:param body: Body of the CreateRecordSetRequest
|
37
37
|
:type body: :class:`huaweicloudsdkdns.v2.CreateRecordSetRequestBody`
|
@@ -51,7 +51,7 @@ class CreateRecordSetRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this CreateRecordSetRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this CreateRecordSetRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class CreateRecordSetRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this CreateRecordSetRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this CreateRecordSetRequest.
|
68
68
|
:type zone_id: str
|
@@ -45,7 +45,7 @@ class CreateRecordSetRequestBody:
|
|
45
45
|
:type name: str
|
46
46
|
:param description: 可选配置,对域名的描述。 长度不超过255个字符。 默认值为空。
|
47
47
|
:type description: str
|
48
|
-
:param type:
|
48
|
+
:param type: 记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
49
49
|
:type type: str
|
50
50
|
:param status: 解析记录的状态。 取值范围: ENABLE:启用 DISABLE:暂停 默认值为ENABLE。
|
51
51
|
:type status: str
|
@@ -128,7 +128,7 @@ class CreateRecordSetRequestBody:
|
|
128
128
|
def type(self):
|
129
129
|
r"""Gets the type of this CreateRecordSetRequestBody.
|
130
130
|
|
131
|
-
|
131
|
+
记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
132
132
|
|
133
133
|
:return: The type of this CreateRecordSetRequestBody.
|
134
134
|
:rtype: str
|
@@ -139,7 +139,7 @@ class CreateRecordSetRequestBody:
|
|
139
139
|
def type(self, type):
|
140
140
|
r"""Sets the type of this CreateRecordSetRequestBody.
|
141
141
|
|
142
|
-
|
142
|
+
记录集的类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
143
143
|
|
144
144
|
:param type: The type of this CreateRecordSetRequestBody.
|
145
145
|
:type type: str
|
@@ -56,15 +56,15 @@ class CreateRecordSetResponse(SdkResponse):
|
|
56
56
|
|
57
57
|
The model defined in huaweicloud sdk
|
58
58
|
|
59
|
-
:param id:
|
59
|
+
:param id: 记录集的ID。
|
60
60
|
:type id: str
|
61
|
-
:param name:
|
61
|
+
:param name: 记录集的名称。
|
62
62
|
:type name: str
|
63
|
-
:param description:
|
63
|
+
:param description: 记录集的描述信息。
|
64
64
|
:type description: str
|
65
|
-
:param zone_id:
|
65
|
+
:param zone_id: 托管该记录的域名ID。
|
66
66
|
:type zone_id: str
|
67
|
-
:param zone_name:
|
67
|
+
:param zone_name: 托管该记录的域名。
|
68
68
|
:type zone_name: str
|
69
69
|
:param type: 记录类型。 公网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、NS、SRV、CAA。 内网域名场景的记录类型: A、AAAA、MX、CNAME、TXT、SRV。
|
70
70
|
:type type: str
|
@@ -72,15 +72,15 @@ class CreateRecordSetResponse(SdkResponse):
|
|
72
72
|
:type ttl: int
|
73
73
|
:param records: 域名解析后的值。
|
74
74
|
:type records: list[str]
|
75
|
-
:param create_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
75
|
+
:param create_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
76
76
|
:type create_at: str
|
77
|
-
:param update_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
77
|
+
:param update_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
78
78
|
:type update_at: str
|
79
79
|
:param status: 资源状态。
|
80
80
|
:type status: str
|
81
|
-
:param default:
|
81
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
82
82
|
:type default: bool
|
83
|
-
:param project_id:
|
83
|
+
:param project_id: 该记录集所属的项目ID。
|
84
84
|
:type project_id: str
|
85
85
|
:param links:
|
86
86
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -137,7 +137,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
137
137
|
def id(self):
|
138
138
|
r"""Gets the id of this CreateRecordSetResponse.
|
139
139
|
|
140
|
-
|
140
|
+
记录集的ID。
|
141
141
|
|
142
142
|
:return: The id of this CreateRecordSetResponse.
|
143
143
|
:rtype: str
|
@@ -148,7 +148,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
148
148
|
def id(self, id):
|
149
149
|
r"""Sets the id of this CreateRecordSetResponse.
|
150
150
|
|
151
|
-
|
151
|
+
记录集的ID。
|
152
152
|
|
153
153
|
:param id: The id of this CreateRecordSetResponse.
|
154
154
|
:type id: str
|
@@ -159,7 +159,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
159
159
|
def name(self):
|
160
160
|
r"""Gets the name of this CreateRecordSetResponse.
|
161
161
|
|
162
|
-
|
162
|
+
记录集的名称。
|
163
163
|
|
164
164
|
:return: The name of this CreateRecordSetResponse.
|
165
165
|
:rtype: str
|
@@ -170,7 +170,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
170
170
|
def name(self, name):
|
171
171
|
r"""Sets the name of this CreateRecordSetResponse.
|
172
172
|
|
173
|
-
|
173
|
+
记录集的名称。
|
174
174
|
|
175
175
|
:param name: The name of this CreateRecordSetResponse.
|
176
176
|
:type name: str
|
@@ -181,7 +181,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
181
181
|
def description(self):
|
182
182
|
r"""Gets the description of this CreateRecordSetResponse.
|
183
183
|
|
184
|
-
|
184
|
+
记录集的描述信息。
|
185
185
|
|
186
186
|
:return: The description of this CreateRecordSetResponse.
|
187
187
|
:rtype: str
|
@@ -192,7 +192,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
192
192
|
def description(self, description):
|
193
193
|
r"""Sets the description of this CreateRecordSetResponse.
|
194
194
|
|
195
|
-
|
195
|
+
记录集的描述信息。
|
196
196
|
|
197
197
|
:param description: The description of this CreateRecordSetResponse.
|
198
198
|
:type description: str
|
@@ -203,7 +203,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
203
203
|
def zone_id(self):
|
204
204
|
r"""Gets the zone_id of this CreateRecordSetResponse.
|
205
205
|
|
206
|
-
|
206
|
+
托管该记录的域名ID。
|
207
207
|
|
208
208
|
:return: The zone_id of this CreateRecordSetResponse.
|
209
209
|
:rtype: str
|
@@ -214,7 +214,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
214
214
|
def zone_id(self, zone_id):
|
215
215
|
r"""Sets the zone_id of this CreateRecordSetResponse.
|
216
216
|
|
217
|
-
|
217
|
+
托管该记录的域名ID。
|
218
218
|
|
219
219
|
:param zone_id: The zone_id of this CreateRecordSetResponse.
|
220
220
|
:type zone_id: str
|
@@ -225,7 +225,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
225
225
|
def zone_name(self):
|
226
226
|
r"""Gets the zone_name of this CreateRecordSetResponse.
|
227
227
|
|
228
|
-
|
228
|
+
托管该记录的域名。
|
229
229
|
|
230
230
|
:return: The zone_name of this CreateRecordSetResponse.
|
231
231
|
:rtype: str
|
@@ -236,7 +236,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
236
236
|
def zone_name(self, zone_name):
|
237
237
|
r"""Sets the zone_name of this CreateRecordSetResponse.
|
238
238
|
|
239
|
-
|
239
|
+
托管该记录的域名。
|
240
240
|
|
241
241
|
:param zone_name: The zone_name of this CreateRecordSetResponse.
|
242
242
|
:type zone_name: str
|
@@ -313,7 +313,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
313
313
|
def create_at(self):
|
314
314
|
r"""Gets the create_at of this CreateRecordSetResponse.
|
315
315
|
|
316
|
-
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
316
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
317
317
|
|
318
318
|
:return: The create_at of this CreateRecordSetResponse.
|
319
319
|
:rtype: str
|
@@ -324,7 +324,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
324
324
|
def create_at(self, create_at):
|
325
325
|
r"""Sets the create_at of this CreateRecordSetResponse.
|
326
326
|
|
327
|
-
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
327
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
328
328
|
|
329
329
|
:param create_at: The create_at of this CreateRecordSetResponse.
|
330
330
|
:type create_at: str
|
@@ -335,7 +335,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
335
335
|
def update_at(self):
|
336
336
|
r"""Gets the update_at of this CreateRecordSetResponse.
|
337
337
|
|
338
|
-
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
338
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
339
339
|
|
340
340
|
:return: The update_at of this CreateRecordSetResponse.
|
341
341
|
:rtype: str
|
@@ -346,7 +346,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
346
346
|
def update_at(self, update_at):
|
347
347
|
r"""Sets the update_at of this CreateRecordSetResponse.
|
348
348
|
|
349
|
-
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS
|
349
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
350
350
|
|
351
351
|
:param update_at: The update_at of this CreateRecordSetResponse.
|
352
352
|
:type update_at: str
|
@@ -379,7 +379,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
379
379
|
def default(self):
|
380
380
|
r"""Gets the default of this CreateRecordSetResponse.
|
381
381
|
|
382
|
-
|
382
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
383
383
|
|
384
384
|
:return: The default of this CreateRecordSetResponse.
|
385
385
|
:rtype: bool
|
@@ -390,7 +390,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
390
390
|
def default(self, default):
|
391
391
|
r"""Sets the default of this CreateRecordSetResponse.
|
392
392
|
|
393
|
-
|
393
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
394
394
|
|
395
395
|
:param default: The default of this CreateRecordSetResponse.
|
396
396
|
:type default: bool
|
@@ -401,7 +401,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
401
401
|
def project_id(self):
|
402
402
|
r"""Gets the project_id of this CreateRecordSetResponse.
|
403
403
|
|
404
|
-
|
404
|
+
该记录集所属的项目ID。
|
405
405
|
|
406
406
|
:return: The project_id of this CreateRecordSetResponse.
|
407
407
|
:rtype: str
|
@@ -412,7 +412,7 @@ class CreateRecordSetResponse(SdkResponse):
|
|
412
412
|
def project_id(self, project_id):
|
413
413
|
r"""Sets the project_id of this CreateRecordSetResponse.
|
414
414
|
|
415
|
-
|
415
|
+
该记录集所属的项目ID。
|
416
416
|
|
417
417
|
:param project_id: The project_id of this CreateRecordSetResponse.
|
418
418
|
:type project_id: str
|
@@ -31,7 +31,7 @@ class CreateRecordSetWithBatchLinesRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_id:
|
34
|
+
:param zone_id: 域名ID。
|
35
35
|
:type zone_id: str
|
36
36
|
:param body: Body of the CreateRecordSetWithBatchLinesRequest
|
37
37
|
:type body: :class:`huaweicloudsdkdns.v2.CreateRSetBatchLinesReq`
|
@@ -51,7 +51,7 @@ class CreateRecordSetWithBatchLinesRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this CreateRecordSetWithBatchLinesRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this CreateRecordSetWithBatchLinesRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class CreateRecordSetWithBatchLinesRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this CreateRecordSetWithBatchLinesRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this CreateRecordSetWithBatchLinesRequest.
|
68
68
|
:type zone_id: str
|
@@ -36,7 +36,7 @@ class CreateRecordSetWithBatchLinesResponse(SdkResponse):
|
|
36
36
|
|
37
37
|
:param links:
|
38
38
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
39
|
-
:param recordsets:
|
39
|
+
:param recordsets: 记录集的列表信息。
|
40
40
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
41
41
|
:param metadata:
|
42
42
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -78,7 +78,7 @@ class CreateRecordSetWithBatchLinesResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this CreateRecordSetWithBatchLinesResponse.
|
80
80
|
|
81
|
-
|
81
|
+
记录集的列表信息。
|
82
82
|
|
83
83
|
:return: The recordsets of this CreateRecordSetWithBatchLinesResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -89,7 +89,7 @@ class CreateRecordSetWithBatchLinesResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this CreateRecordSetWithBatchLinesResponse.
|
91
91
|
|
92
|
-
|
92
|
+
记录集的列表信息。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this CreateRecordSetWithBatchLinesResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -31,7 +31,7 @@ class CreateRecordSetWithLineRequest:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_id:
|
34
|
+
:param zone_id: 域名ID。
|
35
35
|
:type zone_id: str
|
36
36
|
:param body: Body of the CreateRecordSetWithLineRequest
|
37
37
|
:type body: :class:`huaweicloudsdkdns.v2.CreateRecordSetWithLineRequestBody`
|
@@ -51,7 +51,7 @@ class CreateRecordSetWithLineRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this CreateRecordSetWithLineRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this CreateRecordSetWithLineRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class CreateRecordSetWithLineRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this CreateRecordSetWithLineRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this CreateRecordSetWithLineRequest.
|
68
68
|
:type zone_id: str
|