huaweicloudsdkdns 3.1.145__py2.py3-none-any.whl → 3.1.146__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.146.dist-info}/METADATA +2 -2
- huaweicloudsdkdns-3.1.146.dist-info/RECORD +273 -0
- huaweicloudsdkdns-3.1.145.dist-info/RECORD +0 -192
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.145.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/top_level.txt +0 -0
@@ -58,31 +58,31 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
The model defined in huaweicloud sdk
|
60
60
|
|
61
|
-
:param id:
|
61
|
+
:param id: 域名的ID,UUID形式的一个资源标识。
|
62
62
|
:type id: str
|
63
|
-
:param name:
|
63
|
+
:param name: 域名。
|
64
64
|
:type name: str
|
65
|
-
:param description:
|
65
|
+
:param description: 对域名的描述信息。
|
66
66
|
:type description: str
|
67
|
-
:param email:
|
67
|
+
:param email: 管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
68
68
|
:type email: str
|
69
|
-
:param zone_type:
|
69
|
+
:param zone_type: 域名类型,公网(public)。
|
70
70
|
:type zone_type: str
|
71
|
-
:param ttl:
|
71
|
+
:param ttl: 该域名下SOA记录中的ttl值。
|
72
72
|
:type ttl: int
|
73
|
-
:param serial:
|
73
|
+
:param serial: 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 该参数暂未使用。
|
74
74
|
:type serial: int
|
75
75
|
:param status: 资源状态。
|
76
76
|
:type status: str
|
77
|
-
:param record_num:
|
77
|
+
:param record_num: 该域名下的记录集个数。
|
78
78
|
:type record_num: int
|
79
|
-
:param pool_id:
|
79
|
+
:param pool_id: 托管该域名的pool,由系统分配。
|
80
80
|
:type pool_id: str
|
81
|
-
:param project_id:
|
81
|
+
:param project_id: 域名所属的项目ID。
|
82
82
|
:type project_id: str
|
83
|
-
:param created_at: 创建时间。
|
83
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
84
84
|
:type created_at: str
|
85
|
-
:param updated_at: 更新时间。
|
85
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
86
86
|
:type updated_at: str
|
87
87
|
:param links:
|
88
88
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -144,7 +144,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
144
144
|
def id(self):
|
145
145
|
r"""Gets the id of this UpdatePublicZoneResponse.
|
146
146
|
|
147
|
-
|
147
|
+
域名的ID,UUID形式的一个资源标识。
|
148
148
|
|
149
149
|
:return: The id of this UpdatePublicZoneResponse.
|
150
150
|
:rtype: str
|
@@ -155,7 +155,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
155
155
|
def id(self, id):
|
156
156
|
r"""Sets the id of this UpdatePublicZoneResponse.
|
157
157
|
|
158
|
-
|
158
|
+
域名的ID,UUID形式的一个资源标识。
|
159
159
|
|
160
160
|
:param id: The id of this UpdatePublicZoneResponse.
|
161
161
|
:type id: str
|
@@ -166,7 +166,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
166
166
|
def name(self):
|
167
167
|
r"""Gets the name of this UpdatePublicZoneResponse.
|
168
168
|
|
169
|
-
|
169
|
+
域名。
|
170
170
|
|
171
171
|
:return: The name of this UpdatePublicZoneResponse.
|
172
172
|
:rtype: str
|
@@ -177,7 +177,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
177
177
|
def name(self, name):
|
178
178
|
r"""Sets the name of this UpdatePublicZoneResponse.
|
179
179
|
|
180
|
-
|
180
|
+
域名。
|
181
181
|
|
182
182
|
:param name: The name of this UpdatePublicZoneResponse.
|
183
183
|
:type name: str
|
@@ -188,7 +188,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
188
188
|
def description(self):
|
189
189
|
r"""Gets the description of this UpdatePublicZoneResponse.
|
190
190
|
|
191
|
-
|
191
|
+
对域名的描述信息。
|
192
192
|
|
193
193
|
:return: The description of this UpdatePublicZoneResponse.
|
194
194
|
:rtype: str
|
@@ -199,7 +199,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
199
199
|
def description(self, description):
|
200
200
|
r"""Sets the description of this UpdatePublicZoneResponse.
|
201
201
|
|
202
|
-
|
202
|
+
对域名的描述信息。
|
203
203
|
|
204
204
|
:param description: The description of this UpdatePublicZoneResponse.
|
205
205
|
:type description: str
|
@@ -210,7 +210,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
210
210
|
def email(self):
|
211
211
|
r"""Gets the email of this UpdatePublicZoneResponse.
|
212
212
|
|
213
|
-
|
213
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
214
214
|
|
215
215
|
:return: The email of this UpdatePublicZoneResponse.
|
216
216
|
:rtype: str
|
@@ -221,7 +221,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
221
221
|
def email(self, email):
|
222
222
|
r"""Sets the email of this UpdatePublicZoneResponse.
|
223
223
|
|
224
|
-
|
224
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
225
225
|
|
226
226
|
:param email: The email of this UpdatePublicZoneResponse.
|
227
227
|
:type email: str
|
@@ -232,7 +232,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
232
232
|
def zone_type(self):
|
233
233
|
r"""Gets the zone_type of this UpdatePublicZoneResponse.
|
234
234
|
|
235
|
-
|
235
|
+
域名类型,公网(public)。
|
236
236
|
|
237
237
|
:return: The zone_type of this UpdatePublicZoneResponse.
|
238
238
|
:rtype: str
|
@@ -243,7 +243,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
243
243
|
def zone_type(self, zone_type):
|
244
244
|
r"""Sets the zone_type of this UpdatePublicZoneResponse.
|
245
245
|
|
246
|
-
|
246
|
+
域名类型,公网(public)。
|
247
247
|
|
248
248
|
:param zone_type: The zone_type of this UpdatePublicZoneResponse.
|
249
249
|
:type zone_type: str
|
@@ -254,7 +254,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
254
254
|
def ttl(self):
|
255
255
|
r"""Gets the ttl of this UpdatePublicZoneResponse.
|
256
256
|
|
257
|
-
|
257
|
+
该域名下SOA记录中的ttl值。
|
258
258
|
|
259
259
|
:return: The ttl of this UpdatePublicZoneResponse.
|
260
260
|
:rtype: int
|
@@ -265,7 +265,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
265
265
|
def ttl(self, ttl):
|
266
266
|
r"""Sets the ttl of this UpdatePublicZoneResponse.
|
267
267
|
|
268
|
-
|
268
|
+
该域名下SOA记录中的ttl值。
|
269
269
|
|
270
270
|
:param ttl: The ttl of this UpdatePublicZoneResponse.
|
271
271
|
:type ttl: int
|
@@ -276,7 +276,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
276
276
|
def serial(self):
|
277
277
|
r"""Gets the serial of this UpdatePublicZoneResponse.
|
278
278
|
|
279
|
-
|
279
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 该参数暂未使用。
|
280
280
|
|
281
281
|
:return: The serial of this UpdatePublicZoneResponse.
|
282
282
|
:rtype: int
|
@@ -287,7 +287,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
287
287
|
def serial(self, serial):
|
288
288
|
r"""Sets the serial of this UpdatePublicZoneResponse.
|
289
289
|
|
290
|
-
|
290
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。 该参数暂未使用。
|
291
291
|
|
292
292
|
:param serial: The serial of this UpdatePublicZoneResponse.
|
293
293
|
:type serial: int
|
@@ -320,7 +320,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
320
320
|
def record_num(self):
|
321
321
|
r"""Gets the record_num of this UpdatePublicZoneResponse.
|
322
322
|
|
323
|
-
|
323
|
+
该域名下的记录集个数。
|
324
324
|
|
325
325
|
:return: The record_num of this UpdatePublicZoneResponse.
|
326
326
|
:rtype: int
|
@@ -331,7 +331,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
331
331
|
def record_num(self, record_num):
|
332
332
|
r"""Sets the record_num of this UpdatePublicZoneResponse.
|
333
333
|
|
334
|
-
|
334
|
+
该域名下的记录集个数。
|
335
335
|
|
336
336
|
:param record_num: The record_num of this UpdatePublicZoneResponse.
|
337
337
|
:type record_num: int
|
@@ -342,7 +342,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
342
342
|
def pool_id(self):
|
343
343
|
r"""Gets the pool_id of this UpdatePublicZoneResponse.
|
344
344
|
|
345
|
-
|
345
|
+
托管该域名的pool,由系统分配。
|
346
346
|
|
347
347
|
:return: The pool_id of this UpdatePublicZoneResponse.
|
348
348
|
:rtype: str
|
@@ -353,7 +353,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
353
353
|
def pool_id(self, pool_id):
|
354
354
|
r"""Sets the pool_id of this UpdatePublicZoneResponse.
|
355
355
|
|
356
|
-
|
356
|
+
托管该域名的pool,由系统分配。
|
357
357
|
|
358
358
|
:param pool_id: The pool_id of this UpdatePublicZoneResponse.
|
359
359
|
:type pool_id: str
|
@@ -364,7 +364,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
364
364
|
def project_id(self):
|
365
365
|
r"""Gets the project_id of this UpdatePublicZoneResponse.
|
366
366
|
|
367
|
-
|
367
|
+
域名所属的项目ID。
|
368
368
|
|
369
369
|
:return: The project_id of this UpdatePublicZoneResponse.
|
370
370
|
:rtype: str
|
@@ -375,7 +375,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
375
375
|
def project_id(self, project_id):
|
376
376
|
r"""Sets the project_id of this UpdatePublicZoneResponse.
|
377
377
|
|
378
|
-
|
378
|
+
域名所属的项目ID。
|
379
379
|
|
380
380
|
:param project_id: The project_id of this UpdatePublicZoneResponse.
|
381
381
|
:type project_id: str
|
@@ -386,7 +386,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
386
386
|
def created_at(self):
|
387
387
|
r"""Gets the created_at of this UpdatePublicZoneResponse.
|
388
388
|
|
389
|
-
创建时间。
|
389
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
390
390
|
|
391
391
|
:return: The created_at of this UpdatePublicZoneResponse.
|
392
392
|
:rtype: str
|
@@ -397,7 +397,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
397
397
|
def created_at(self, created_at):
|
398
398
|
r"""Sets the created_at of this UpdatePublicZoneResponse.
|
399
399
|
|
400
|
-
创建时间。
|
400
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
401
401
|
|
402
402
|
:param created_at: The created_at of this UpdatePublicZoneResponse.
|
403
403
|
:type created_at: str
|
@@ -408,7 +408,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
408
408
|
def updated_at(self):
|
409
409
|
r"""Gets the updated_at of this UpdatePublicZoneResponse.
|
410
410
|
|
411
|
-
更新时间。
|
411
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
412
412
|
|
413
413
|
:return: The updated_at of this UpdatePublicZoneResponse.
|
414
414
|
:rtype: str
|
@@ -419,7 +419,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
419
419
|
def updated_at(self, updated_at):
|
420
420
|
r"""Sets the updated_at of this UpdatePublicZoneResponse.
|
421
421
|
|
422
|
-
更新时间。
|
422
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
423
423
|
|
424
424
|
:param updated_at: The updated_at of this UpdatePublicZoneResponse.
|
425
425
|
:type updated_at: str
|
@@ -18,7 +18,7 @@ class UpdatePublicZoneStatusRequest:
|
|
18
18
|
|
19
19
|
openapi_types = {
|
20
20
|
'zone_id': 'str',
|
21
|
-
'body': '
|
21
|
+
'body': 'UpdateZoneStatusRequestBody'
|
22
22
|
}
|
23
23
|
|
24
24
|
attribute_map = {
|
@@ -31,10 +31,10 @@ class UpdatePublicZoneStatusRequest:
|
|
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 UpdatePublicZoneStatusRequest
|
37
|
-
:type body: :class:`huaweicloudsdkdns.v2.
|
37
|
+
:type body: :class:`huaweicloudsdkdns.v2.UpdateZoneStatusRequestBody`
|
38
38
|
"""
|
39
39
|
|
40
40
|
|
@@ -51,7 +51,7 @@ class UpdatePublicZoneStatusRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this UpdatePublicZoneStatusRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this UpdatePublicZoneStatusRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class UpdatePublicZoneStatusRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this UpdatePublicZoneStatusRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this UpdatePublicZoneStatusRequest.
|
68
68
|
:type zone_id: str
|
@@ -74,7 +74,7 @@ class UpdatePublicZoneStatusRequest:
|
|
74
74
|
r"""Gets the body of this UpdatePublicZoneStatusRequest.
|
75
75
|
|
76
76
|
:return: The body of this UpdatePublicZoneStatusRequest.
|
77
|
-
:rtype: :class:`huaweicloudsdkdns.v2.
|
77
|
+
:rtype: :class:`huaweicloudsdkdns.v2.UpdateZoneStatusRequestBody`
|
78
78
|
"""
|
79
79
|
return self._body
|
80
80
|
|
@@ -83,7 +83,7 @@ class UpdatePublicZoneStatusRequest:
|
|
83
83
|
r"""Sets the body of this UpdatePublicZoneStatusRequest.
|
84
84
|
|
85
85
|
:param body: The body of this UpdatePublicZoneStatusRequest.
|
86
|
-
:type body: :class:`huaweicloudsdkdns.v2.
|
86
|
+
:type body: :class:`huaweicloudsdkdns.v2.UpdateZoneStatusRequestBody`
|
87
87
|
"""
|
88
88
|
self._body = body
|
89
89
|
|
@@ -58,31 +58,31 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
The model defined in huaweicloud sdk
|
60
60
|
|
61
|
-
:param id:
|
61
|
+
:param id: 域名的ID,UUID形式的一个资源标识。
|
62
62
|
:type id: str
|
63
|
-
:param name:
|
63
|
+
:param name: 域名。
|
64
64
|
:type name: str
|
65
|
-
:param description:
|
65
|
+
:param description: 对域名的描述信息。
|
66
66
|
:type description: str
|
67
|
-
:param email:
|
67
|
+
:param email: 管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
68
68
|
:type email: str
|
69
|
-
:param zone_type:
|
69
|
+
:param zone_type: 域名类型,公网(public)。
|
70
70
|
:type zone_type: str
|
71
|
-
:param ttl:
|
71
|
+
:param ttl: 该域名下SOA记录中的ttl值。
|
72
72
|
:type ttl: int
|
73
|
-
:param serial:
|
73
|
+
:param serial: 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
74
74
|
:type serial: int
|
75
75
|
:param status: 资源状态。
|
76
76
|
:type status: str
|
77
|
-
:param record_num:
|
77
|
+
:param record_num: 该域名下的记录集个数。
|
78
78
|
:type record_num: int
|
79
|
-
:param pool_id:
|
79
|
+
:param pool_id: 托管该域名的pool,由系统分配。
|
80
80
|
:type pool_id: str
|
81
|
-
:param project_id:
|
81
|
+
:param project_id: 域名所属的项目ID。
|
82
82
|
:type project_id: str
|
83
|
-
:param created_at: 创建时间。
|
83
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
84
84
|
:type created_at: str
|
85
|
-
:param updated_at: 更新时间。
|
85
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
86
86
|
:type updated_at: str
|
87
87
|
:param links:
|
88
88
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -144,7 +144,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
144
144
|
def id(self):
|
145
145
|
r"""Gets the id of this UpdatePublicZoneStatusResponse.
|
146
146
|
|
147
|
-
|
147
|
+
域名的ID,UUID形式的一个资源标识。
|
148
148
|
|
149
149
|
:return: The id of this UpdatePublicZoneStatusResponse.
|
150
150
|
:rtype: str
|
@@ -155,7 +155,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
155
155
|
def id(self, id):
|
156
156
|
r"""Sets the id of this UpdatePublicZoneStatusResponse.
|
157
157
|
|
158
|
-
|
158
|
+
域名的ID,UUID形式的一个资源标识。
|
159
159
|
|
160
160
|
:param id: The id of this UpdatePublicZoneStatusResponse.
|
161
161
|
:type id: str
|
@@ -166,7 +166,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
166
166
|
def name(self):
|
167
167
|
r"""Gets the name of this UpdatePublicZoneStatusResponse.
|
168
168
|
|
169
|
-
|
169
|
+
域名。
|
170
170
|
|
171
171
|
:return: The name of this UpdatePublicZoneStatusResponse.
|
172
172
|
:rtype: str
|
@@ -177,7 +177,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
177
177
|
def name(self, name):
|
178
178
|
r"""Sets the name of this UpdatePublicZoneStatusResponse.
|
179
179
|
|
180
|
-
|
180
|
+
域名。
|
181
181
|
|
182
182
|
:param name: The name of this UpdatePublicZoneStatusResponse.
|
183
183
|
:type name: str
|
@@ -188,7 +188,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
188
188
|
def description(self):
|
189
189
|
r"""Gets the description of this UpdatePublicZoneStatusResponse.
|
190
190
|
|
191
|
-
|
191
|
+
对域名的描述信息。
|
192
192
|
|
193
193
|
:return: The description of this UpdatePublicZoneStatusResponse.
|
194
194
|
:rtype: str
|
@@ -199,7 +199,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
199
199
|
def description(self, description):
|
200
200
|
r"""Sets the description of this UpdatePublicZoneStatusResponse.
|
201
201
|
|
202
|
-
|
202
|
+
对域名的描述信息。
|
203
203
|
|
204
204
|
:param description: The description of this UpdatePublicZoneStatusResponse.
|
205
205
|
:type description: str
|
@@ -210,7 +210,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
210
210
|
def email(self):
|
211
211
|
r"""Gets the email of this UpdatePublicZoneStatusResponse.
|
212
212
|
|
213
|
-
|
213
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
214
214
|
|
215
215
|
:return: The email of this UpdatePublicZoneStatusResponse.
|
216
216
|
:rtype: str
|
@@ -221,7 +221,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
221
221
|
def email(self, email):
|
222
222
|
r"""Sets the email of this UpdatePublicZoneStatusResponse.
|
223
223
|
|
224
|
-
|
224
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
225
225
|
|
226
226
|
:param email: The email of this UpdatePublicZoneStatusResponse.
|
227
227
|
:type email: str
|
@@ -232,7 +232,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
232
232
|
def zone_type(self):
|
233
233
|
r"""Gets the zone_type of this UpdatePublicZoneStatusResponse.
|
234
234
|
|
235
|
-
|
235
|
+
域名类型,公网(public)。
|
236
236
|
|
237
237
|
:return: The zone_type of this UpdatePublicZoneStatusResponse.
|
238
238
|
:rtype: str
|
@@ -243,7 +243,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
243
243
|
def zone_type(self, zone_type):
|
244
244
|
r"""Sets the zone_type of this UpdatePublicZoneStatusResponse.
|
245
245
|
|
246
|
-
|
246
|
+
域名类型,公网(public)。
|
247
247
|
|
248
248
|
:param zone_type: The zone_type of this UpdatePublicZoneStatusResponse.
|
249
249
|
:type zone_type: str
|
@@ -254,7 +254,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
254
254
|
def ttl(self):
|
255
255
|
r"""Gets the ttl of this UpdatePublicZoneStatusResponse.
|
256
256
|
|
257
|
-
|
257
|
+
该域名下SOA记录中的ttl值。
|
258
258
|
|
259
259
|
:return: The ttl of this UpdatePublicZoneStatusResponse.
|
260
260
|
:rtype: int
|
@@ -265,7 +265,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
265
265
|
def ttl(self, ttl):
|
266
266
|
r"""Sets the ttl of this UpdatePublicZoneStatusResponse.
|
267
267
|
|
268
|
-
|
268
|
+
该域名下SOA记录中的ttl值。
|
269
269
|
|
270
270
|
:param ttl: The ttl of this UpdatePublicZoneStatusResponse.
|
271
271
|
:type ttl: int
|
@@ -276,7 +276,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
276
276
|
def serial(self):
|
277
277
|
r"""Gets the serial of this UpdatePublicZoneStatusResponse.
|
278
278
|
|
279
|
-
|
279
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
280
280
|
|
281
281
|
:return: The serial of this UpdatePublicZoneStatusResponse.
|
282
282
|
:rtype: int
|
@@ -287,7 +287,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
287
287
|
def serial(self, serial):
|
288
288
|
r"""Sets the serial of this UpdatePublicZoneStatusResponse.
|
289
289
|
|
290
|
-
|
290
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
291
291
|
|
292
292
|
:param serial: The serial of this UpdatePublicZoneStatusResponse.
|
293
293
|
:type serial: int
|
@@ -320,7 +320,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
320
320
|
def record_num(self):
|
321
321
|
r"""Gets the record_num of this UpdatePublicZoneStatusResponse.
|
322
322
|
|
323
|
-
|
323
|
+
该域名下的记录集个数。
|
324
324
|
|
325
325
|
:return: The record_num of this UpdatePublicZoneStatusResponse.
|
326
326
|
:rtype: int
|
@@ -331,7 +331,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
331
331
|
def record_num(self, record_num):
|
332
332
|
r"""Sets the record_num of this UpdatePublicZoneStatusResponse.
|
333
333
|
|
334
|
-
|
334
|
+
该域名下的记录集个数。
|
335
335
|
|
336
336
|
:param record_num: The record_num of this UpdatePublicZoneStatusResponse.
|
337
337
|
:type record_num: int
|
@@ -342,7 +342,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
342
342
|
def pool_id(self):
|
343
343
|
r"""Gets the pool_id of this UpdatePublicZoneStatusResponse.
|
344
344
|
|
345
|
-
|
345
|
+
托管该域名的pool,由系统分配。
|
346
346
|
|
347
347
|
:return: The pool_id of this UpdatePublicZoneStatusResponse.
|
348
348
|
:rtype: str
|
@@ -353,7 +353,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
353
353
|
def pool_id(self, pool_id):
|
354
354
|
r"""Sets the pool_id of this UpdatePublicZoneStatusResponse.
|
355
355
|
|
356
|
-
|
356
|
+
托管该域名的pool,由系统分配。
|
357
357
|
|
358
358
|
:param pool_id: The pool_id of this UpdatePublicZoneStatusResponse.
|
359
359
|
:type pool_id: str
|
@@ -364,7 +364,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
364
364
|
def project_id(self):
|
365
365
|
r"""Gets the project_id of this UpdatePublicZoneStatusResponse.
|
366
366
|
|
367
|
-
|
367
|
+
域名所属的项目ID。
|
368
368
|
|
369
369
|
:return: The project_id of this UpdatePublicZoneStatusResponse.
|
370
370
|
:rtype: str
|
@@ -375,7 +375,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
375
375
|
def project_id(self, project_id):
|
376
376
|
r"""Sets the project_id of this UpdatePublicZoneStatusResponse.
|
377
377
|
|
378
|
-
|
378
|
+
域名所属的项目ID。
|
379
379
|
|
380
380
|
:param project_id: The project_id of this UpdatePublicZoneStatusResponse.
|
381
381
|
:type project_id: str
|
@@ -386,7 +386,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
386
386
|
def created_at(self):
|
387
387
|
r"""Gets the created_at of this UpdatePublicZoneStatusResponse.
|
388
388
|
|
389
|
-
创建时间。
|
389
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
390
390
|
|
391
391
|
:return: The created_at of this UpdatePublicZoneStatusResponse.
|
392
392
|
:rtype: str
|
@@ -397,7 +397,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
397
397
|
def created_at(self, created_at):
|
398
398
|
r"""Sets the created_at of this UpdatePublicZoneStatusResponse.
|
399
399
|
|
400
|
-
创建时间。
|
400
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
401
401
|
|
402
402
|
:param created_at: The created_at of this UpdatePublicZoneStatusResponse.
|
403
403
|
:type created_at: str
|
@@ -408,7 +408,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
408
408
|
def updated_at(self):
|
409
409
|
r"""Gets the updated_at of this UpdatePublicZoneStatusResponse.
|
410
410
|
|
411
|
-
更新时间。
|
411
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
412
412
|
|
413
413
|
:return: The updated_at of this UpdatePublicZoneStatusResponse.
|
414
414
|
:rtype: str
|
@@ -419,7 +419,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
419
419
|
def updated_at(self, updated_at):
|
420
420
|
r"""Sets the updated_at of this UpdatePublicZoneStatusResponse.
|
421
421
|
|
422
|
-
更新时间。
|
422
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
423
423
|
|
424
424
|
:param updated_at: The updated_at of this UpdatePublicZoneStatusResponse.
|
425
425
|
:type updated_at: str
|
@@ -41,7 +41,7 @@ class UpdateRecordSetReq:
|
|
41
41
|
:type name: str
|
42
42
|
:param description: 可选配置,对域名的描述。
|
43
43
|
:type description: str
|
44
|
-
:param type:
|
44
|
+
:param type: 记录集的类型。
|
45
45
|
:type type: str
|
46
46
|
:param ttl: 解析记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
47
47
|
:type ttl: int
|
@@ -117,7 +117,7 @@ class UpdateRecordSetReq:
|
|
117
117
|
def type(self):
|
118
118
|
r"""Gets the type of this UpdateRecordSetReq.
|
119
119
|
|
120
|
-
|
120
|
+
记录集的类型。
|
121
121
|
|
122
122
|
:return: The type of this UpdateRecordSetReq.
|
123
123
|
:rtype: str
|
@@ -128,7 +128,7 @@ class UpdateRecordSetReq:
|
|
128
128
|
def type(self, type):
|
129
129
|
r"""Sets the type of this UpdateRecordSetReq.
|
130
130
|
|
131
|
-
|
131
|
+
记录集的类型。
|
132
132
|
|
133
133
|
:param type: The type of this UpdateRecordSetReq.
|
134
134
|
:type type: str
|
@@ -33,9 +33,9 @@ class UpdateRecordSetRequest:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param zone_id:
|
36
|
+
:param zone_id: 域名ID。
|
37
37
|
:type zone_id: str
|
38
|
-
:param recordset_id:
|
38
|
+
:param recordset_id: 记录集ID。
|
39
39
|
:type recordset_id: str
|
40
40
|
:param body: Body of the UpdateRecordSetRequest
|
41
41
|
:type body: :class:`huaweicloudsdkdns.v2.UpdateRecordSetReq`
|
@@ -57,7 +57,7 @@ class UpdateRecordSetRequest:
|
|
57
57
|
def zone_id(self):
|
58
58
|
r"""Gets the zone_id of this UpdateRecordSetRequest.
|
59
59
|
|
60
|
-
|
60
|
+
域名ID。
|
61
61
|
|
62
62
|
:return: The zone_id of this UpdateRecordSetRequest.
|
63
63
|
:rtype: str
|
@@ -68,7 +68,7 @@ class UpdateRecordSetRequest:
|
|
68
68
|
def zone_id(self, zone_id):
|
69
69
|
r"""Sets the zone_id of this UpdateRecordSetRequest.
|
70
70
|
|
71
|
-
|
71
|
+
域名ID。
|
72
72
|
|
73
73
|
:param zone_id: The zone_id of this UpdateRecordSetRequest.
|
74
74
|
:type zone_id: str
|
@@ -79,7 +79,7 @@ class UpdateRecordSetRequest:
|
|
79
79
|
def recordset_id(self):
|
80
80
|
r"""Gets the recordset_id of this UpdateRecordSetRequest.
|
81
81
|
|
82
|
-
|
82
|
+
记录集ID。
|
83
83
|
|
84
84
|
:return: The recordset_id of this UpdateRecordSetRequest.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class UpdateRecordSetRequest:
|
|
90
90
|
def recordset_id(self, recordset_id):
|
91
91
|
r"""Sets the recordset_id of this UpdateRecordSetRequest.
|
92
92
|
|
93
|
-
|
93
|
+
记录集ID。
|
94
94
|
|
95
95
|
:param recordset_id: The recordset_id of this UpdateRecordSetRequest.
|
96
96
|
:type recordset_id: str
|