huaweicloudsdkdns 3.1.144__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.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/METADATA +2 -2
- huaweicloudsdkdns-3.1.146.dist-info/RECORD +273 -0
- huaweicloudsdkdns-3.1.144.dist-info/RECORD +0 -192
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.144.dist-info → huaweicloudsdkdns-3.1.146.dist-info}/top_level.txt +0 -0
@@ -61,31 +61,31 @@ class PublicZoneResp:
|
|
61
61
|
|
62
62
|
The model defined in huaweicloud sdk
|
63
63
|
|
64
|
-
:param id:
|
64
|
+
:param id: 域名的ID,UUID形式的一个资源标识。
|
65
65
|
:type id: str
|
66
|
-
:param name:
|
66
|
+
:param name: 域名。
|
67
67
|
:type name: str
|
68
|
-
:param description:
|
68
|
+
:param description: 对域名的描述信息。
|
69
69
|
:type description: str
|
70
|
-
:param email:
|
70
|
+
:param email: 管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
71
71
|
:type email: str
|
72
|
-
:param zone_type:
|
72
|
+
:param zone_type: 域名类型。 取值范围: public:公网域名。
|
73
73
|
:type zone_type: str
|
74
|
-
:param ttl:
|
74
|
+
:param ttl: 该域名下SOA记录中的ttl值。
|
75
75
|
:type ttl: int
|
76
|
-
:param serial:
|
76
|
+
:param serial: 该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
77
77
|
:type serial: int
|
78
|
-
:param status: 资源状态。
|
78
|
+
:param status: 资源状态。 取值范围: ACTIVE:正常 PENDING_CREATE:创建中 PENDING_DELETE:删除中 PENDING_UPDATE:更新中 FREEZE:冻结 PENDING_DISABLE:暂停中 DISABLE:暂停 ERROR:失败
|
79
79
|
:type status: str
|
80
|
-
:param record_num:
|
80
|
+
:param record_num: 该域名下的记录集个数。
|
81
81
|
:type record_num: int
|
82
|
-
:param pool_id:
|
82
|
+
:param pool_id: 托管该域名的pool,由系统分配。
|
83
83
|
:type pool_id: str
|
84
|
-
:param project_id:
|
84
|
+
:param project_id: 域名所属的项目ID。
|
85
85
|
:type project_id: str
|
86
|
-
:param created_at: 创建时间。
|
86
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
87
87
|
:type created_at: str
|
88
|
-
:param updated_at: 更新时间。
|
88
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
89
89
|
:type updated_at: str
|
90
90
|
:param links:
|
91
91
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -157,7 +157,7 @@ class PublicZoneResp:
|
|
157
157
|
def id(self):
|
158
158
|
r"""Gets the id of this PublicZoneResp.
|
159
159
|
|
160
|
-
|
160
|
+
域名的ID,UUID形式的一个资源标识。
|
161
161
|
|
162
162
|
:return: The id of this PublicZoneResp.
|
163
163
|
:rtype: str
|
@@ -168,7 +168,7 @@ class PublicZoneResp:
|
|
168
168
|
def id(self, id):
|
169
169
|
r"""Sets the id of this PublicZoneResp.
|
170
170
|
|
171
|
-
|
171
|
+
域名的ID,UUID形式的一个资源标识。
|
172
172
|
|
173
173
|
:param id: The id of this PublicZoneResp.
|
174
174
|
:type id: str
|
@@ -179,7 +179,7 @@ class PublicZoneResp:
|
|
179
179
|
def name(self):
|
180
180
|
r"""Gets the name of this PublicZoneResp.
|
181
181
|
|
182
|
-
|
182
|
+
域名。
|
183
183
|
|
184
184
|
:return: The name of this PublicZoneResp.
|
185
185
|
:rtype: str
|
@@ -190,7 +190,7 @@ class PublicZoneResp:
|
|
190
190
|
def name(self, name):
|
191
191
|
r"""Sets the name of this PublicZoneResp.
|
192
192
|
|
193
|
-
|
193
|
+
域名。
|
194
194
|
|
195
195
|
:param name: The name of this PublicZoneResp.
|
196
196
|
:type name: str
|
@@ -201,7 +201,7 @@ class PublicZoneResp:
|
|
201
201
|
def description(self):
|
202
202
|
r"""Gets the description of this PublicZoneResp.
|
203
203
|
|
204
|
-
|
204
|
+
对域名的描述信息。
|
205
205
|
|
206
206
|
:return: The description of this PublicZoneResp.
|
207
207
|
:rtype: str
|
@@ -212,7 +212,7 @@ class PublicZoneResp:
|
|
212
212
|
def description(self, description):
|
213
213
|
r"""Sets the description of this PublicZoneResp.
|
214
214
|
|
215
|
-
|
215
|
+
对域名的描述信息。
|
216
216
|
|
217
217
|
:param description: The description of this PublicZoneResp.
|
218
218
|
:type description: str
|
@@ -223,7 +223,7 @@ class PublicZoneResp:
|
|
223
223
|
def email(self):
|
224
224
|
r"""Gets the email of this PublicZoneResp.
|
225
225
|
|
226
|
-
|
226
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
227
227
|
|
228
228
|
:return: The email of this PublicZoneResp.
|
229
229
|
:rtype: str
|
@@ -234,7 +234,7 @@ class PublicZoneResp:
|
|
234
234
|
def email(self, email):
|
235
235
|
r"""Sets the email of this PublicZoneResp.
|
236
236
|
|
237
|
-
|
237
|
+
管理该域名的管理员邮箱,用于生成该域名的SOA记录。
|
238
238
|
|
239
239
|
:param email: The email of this PublicZoneResp.
|
240
240
|
:type email: str
|
@@ -245,7 +245,7 @@ class PublicZoneResp:
|
|
245
245
|
def zone_type(self):
|
246
246
|
r"""Gets the zone_type of this PublicZoneResp.
|
247
247
|
|
248
|
-
|
248
|
+
域名类型。 取值范围: public:公网域名。
|
249
249
|
|
250
250
|
:return: The zone_type of this PublicZoneResp.
|
251
251
|
:rtype: str
|
@@ -256,7 +256,7 @@ class PublicZoneResp:
|
|
256
256
|
def zone_type(self, zone_type):
|
257
257
|
r"""Sets the zone_type of this PublicZoneResp.
|
258
258
|
|
259
|
-
|
259
|
+
域名类型。 取值范围: public:公网域名。
|
260
260
|
|
261
261
|
:param zone_type: The zone_type of this PublicZoneResp.
|
262
262
|
:type zone_type: str
|
@@ -267,7 +267,7 @@ class PublicZoneResp:
|
|
267
267
|
def ttl(self):
|
268
268
|
r"""Gets the ttl of this PublicZoneResp.
|
269
269
|
|
270
|
-
|
270
|
+
该域名下SOA记录中的ttl值。
|
271
271
|
|
272
272
|
:return: The ttl of this PublicZoneResp.
|
273
273
|
:rtype: int
|
@@ -278,7 +278,7 @@ class PublicZoneResp:
|
|
278
278
|
def ttl(self, ttl):
|
279
279
|
r"""Sets the ttl of this PublicZoneResp.
|
280
280
|
|
281
|
-
|
281
|
+
该域名下SOA记录中的ttl值。
|
282
282
|
|
283
283
|
:param ttl: The ttl of this PublicZoneResp.
|
284
284
|
:type ttl: int
|
@@ -289,7 +289,7 @@ class PublicZoneResp:
|
|
289
289
|
def serial(self):
|
290
290
|
r"""Gets the serial of this PublicZoneResp.
|
291
291
|
|
292
|
-
|
292
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
293
293
|
|
294
294
|
:return: The serial of this PublicZoneResp.
|
295
295
|
:rtype: int
|
@@ -300,7 +300,7 @@ class PublicZoneResp:
|
|
300
300
|
def serial(self, serial):
|
301
301
|
r"""Sets the serial of this PublicZoneResp.
|
302
302
|
|
303
|
-
|
303
|
+
该域名下SOA记录中用于标识域名文件变更的序列值,用于主从节点同步。
|
304
304
|
|
305
305
|
:param serial: The serial of this PublicZoneResp.
|
306
306
|
:type serial: int
|
@@ -311,7 +311,7 @@ class PublicZoneResp:
|
|
311
311
|
def status(self):
|
312
312
|
r"""Gets the status of this PublicZoneResp.
|
313
313
|
|
314
|
-
资源状态。
|
314
|
+
资源状态。 取值范围: ACTIVE:正常 PENDING_CREATE:创建中 PENDING_DELETE:删除中 PENDING_UPDATE:更新中 FREEZE:冻结 PENDING_DISABLE:暂停中 DISABLE:暂停 ERROR:失败
|
315
315
|
|
316
316
|
:return: The status of this PublicZoneResp.
|
317
317
|
:rtype: str
|
@@ -322,7 +322,7 @@ class PublicZoneResp:
|
|
322
322
|
def status(self, status):
|
323
323
|
r"""Sets the status of this PublicZoneResp.
|
324
324
|
|
325
|
-
资源状态。
|
325
|
+
资源状态。 取值范围: ACTIVE:正常 PENDING_CREATE:创建中 PENDING_DELETE:删除中 PENDING_UPDATE:更新中 FREEZE:冻结 PENDING_DISABLE:暂停中 DISABLE:暂停 ERROR:失败
|
326
326
|
|
327
327
|
:param status: The status of this PublicZoneResp.
|
328
328
|
:type status: str
|
@@ -333,7 +333,7 @@ class PublicZoneResp:
|
|
333
333
|
def record_num(self):
|
334
334
|
r"""Gets the record_num of this PublicZoneResp.
|
335
335
|
|
336
|
-
|
336
|
+
该域名下的记录集个数。
|
337
337
|
|
338
338
|
:return: The record_num of this PublicZoneResp.
|
339
339
|
:rtype: int
|
@@ -344,7 +344,7 @@ class PublicZoneResp:
|
|
344
344
|
def record_num(self, record_num):
|
345
345
|
r"""Sets the record_num of this PublicZoneResp.
|
346
346
|
|
347
|
-
|
347
|
+
该域名下的记录集个数。
|
348
348
|
|
349
349
|
:param record_num: The record_num of this PublicZoneResp.
|
350
350
|
:type record_num: int
|
@@ -355,7 +355,7 @@ class PublicZoneResp:
|
|
355
355
|
def pool_id(self):
|
356
356
|
r"""Gets the pool_id of this PublicZoneResp.
|
357
357
|
|
358
|
-
|
358
|
+
托管该域名的pool,由系统分配。
|
359
359
|
|
360
360
|
:return: The pool_id of this PublicZoneResp.
|
361
361
|
:rtype: str
|
@@ -366,7 +366,7 @@ class PublicZoneResp:
|
|
366
366
|
def pool_id(self, pool_id):
|
367
367
|
r"""Sets the pool_id of this PublicZoneResp.
|
368
368
|
|
369
|
-
|
369
|
+
托管该域名的pool,由系统分配。
|
370
370
|
|
371
371
|
:param pool_id: The pool_id of this PublicZoneResp.
|
372
372
|
:type pool_id: str
|
@@ -377,7 +377,7 @@ class PublicZoneResp:
|
|
377
377
|
def project_id(self):
|
378
378
|
r"""Gets the project_id of this PublicZoneResp.
|
379
379
|
|
380
|
-
|
380
|
+
域名所属的项目ID。
|
381
381
|
|
382
382
|
:return: The project_id of this PublicZoneResp.
|
383
383
|
:rtype: str
|
@@ -388,7 +388,7 @@ class PublicZoneResp:
|
|
388
388
|
def project_id(self, project_id):
|
389
389
|
r"""Sets the project_id of this PublicZoneResp.
|
390
390
|
|
391
|
-
|
391
|
+
域名所属的项目ID。
|
392
392
|
|
393
393
|
:param project_id: The project_id of this PublicZoneResp.
|
394
394
|
:type project_id: str
|
@@ -399,7 +399,7 @@ class PublicZoneResp:
|
|
399
399
|
def created_at(self):
|
400
400
|
r"""Gets the created_at of this PublicZoneResp.
|
401
401
|
|
402
|
-
创建时间。
|
402
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
403
403
|
|
404
404
|
:return: The created_at of this PublicZoneResp.
|
405
405
|
:rtype: str
|
@@ -410,7 +410,7 @@ class PublicZoneResp:
|
|
410
410
|
def created_at(self, created_at):
|
411
411
|
r"""Sets the created_at of this PublicZoneResp.
|
412
412
|
|
413
|
-
创建时间。
|
413
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
414
414
|
|
415
415
|
:param created_at: The created_at of this PublicZoneResp.
|
416
416
|
:type created_at: str
|
@@ -421,7 +421,7 @@ class PublicZoneResp:
|
|
421
421
|
def updated_at(self):
|
422
422
|
r"""Gets the updated_at of this PublicZoneResp.
|
423
423
|
|
424
|
-
更新时间。
|
424
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
425
425
|
|
426
426
|
:return: The updated_at of this PublicZoneResp.
|
427
427
|
:rtype: str
|
@@ -432,7 +432,7 @@ class PublicZoneResp:
|
|
432
432
|
def updated_at(self, updated_at):
|
433
433
|
r"""Sets the updated_at of this PublicZoneResp.
|
434
434
|
|
435
|
-
更新时间。
|
435
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
436
436
|
|
437
437
|
:param updated_at: The updated_at of this PublicZoneResp.
|
438
438
|
:type updated_at: str
|
@@ -33,6 +33,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
33
33
|
'links': 'PageLink',
|
34
34
|
'tags': 'list[Tag]',
|
35
35
|
'line': 'str',
|
36
|
+
'line_name': 'str',
|
36
37
|
'weight': 'int',
|
37
38
|
'health_check_id': 'str',
|
38
39
|
'alias_target': 'AliasTarget'
|
@@ -55,25 +56,26 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
55
56
|
'links': 'links',
|
56
57
|
'tags': 'tags',
|
57
58
|
'line': 'line',
|
59
|
+
'line_name': 'line_name',
|
58
60
|
'weight': 'weight',
|
59
61
|
'health_check_id': 'health_check_id',
|
60
62
|
'alias_target': 'alias_target'
|
61
63
|
}
|
62
64
|
|
63
|
-
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, tags=None, line=None, weight=None, health_check_id=None, alias_target=None):
|
65
|
+
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None, created_at=None, updated_at=None, status=None, default=None, project_id=None, links=None, tags=None, line=None, line_name=None, weight=None, health_check_id=None, alias_target=None):
|
64
66
|
r"""QueryRecordSetWithLineAndTagsResp
|
65
67
|
|
66
68
|
The model defined in huaweicloud sdk
|
67
69
|
|
68
|
-
:param id:
|
70
|
+
:param id: 记录集的ID。
|
69
71
|
:type id: str
|
70
|
-
:param name:
|
72
|
+
:param name: 记录集的名称。
|
71
73
|
:type name: str
|
72
|
-
:param description:
|
74
|
+
:param description: 记录集的描述信息。
|
73
75
|
:type description: str
|
74
|
-
:param zone_id:
|
76
|
+
:param zone_id: 托管该记录的域名ID。
|
75
77
|
:type zone_id: str
|
76
|
-
:param zone_name:
|
78
|
+
:param zone_name: 托管该记录的域名。
|
77
79
|
:type zone_name: str
|
78
80
|
:param type: 记录类型。
|
79
81
|
:type type: str
|
@@ -81,15 +83,15 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
81
83
|
:type ttl: int
|
82
84
|
:param records: 域名解析后的值。
|
83
85
|
:type records: list[str]
|
84
|
-
:param created_at: 创建时间。
|
86
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
85
87
|
:type created_at: str
|
86
|
-
:param updated_at: 更新时间。
|
88
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
87
89
|
:type updated_at: str
|
88
90
|
:param status: 资源状态。
|
89
91
|
:type status: str
|
90
|
-
:param default:
|
92
|
+
:param default: 标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
91
93
|
:type default: bool
|
92
|
-
:param project_id:
|
94
|
+
:param project_id: 该记录集所属的项目ID。
|
93
95
|
:type project_id: str
|
94
96
|
:param links:
|
95
97
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -97,6 +99,8 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
97
99
|
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
98
100
|
:param line: 解析线路ID。
|
99
101
|
:type line: str
|
102
|
+
:param line_name: 解析线路名称。
|
103
|
+
:type line_name: str
|
100
104
|
:param weight: 解析记录的权重。
|
101
105
|
:type weight: int
|
102
106
|
:param health_check_id: 健康检查ID。
|
@@ -123,6 +127,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
123
127
|
self._links = None
|
124
128
|
self._tags = None
|
125
129
|
self._line = None
|
130
|
+
self._line_name = None
|
126
131
|
self._weight = None
|
127
132
|
self._health_check_id = None
|
128
133
|
self._alias_target = None
|
@@ -160,6 +165,8 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
160
165
|
self.tags = tags
|
161
166
|
if line is not None:
|
162
167
|
self.line = line
|
168
|
+
if line_name is not None:
|
169
|
+
self.line_name = line_name
|
163
170
|
if weight is not None:
|
164
171
|
self.weight = weight
|
165
172
|
if health_check_id is not None:
|
@@ -171,7 +178,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
171
178
|
def id(self):
|
172
179
|
r"""Gets the id of this QueryRecordSetWithLineAndTagsResp.
|
173
180
|
|
174
|
-
|
181
|
+
记录集的ID。
|
175
182
|
|
176
183
|
:return: The id of this QueryRecordSetWithLineAndTagsResp.
|
177
184
|
:rtype: str
|
@@ -182,7 +189,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
182
189
|
def id(self, id):
|
183
190
|
r"""Sets the id of this QueryRecordSetWithLineAndTagsResp.
|
184
191
|
|
185
|
-
|
192
|
+
记录集的ID。
|
186
193
|
|
187
194
|
:param id: The id of this QueryRecordSetWithLineAndTagsResp.
|
188
195
|
:type id: str
|
@@ -193,7 +200,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
193
200
|
def name(self):
|
194
201
|
r"""Gets the name of this QueryRecordSetWithLineAndTagsResp.
|
195
202
|
|
196
|
-
|
203
|
+
记录集的名称。
|
197
204
|
|
198
205
|
:return: The name of this QueryRecordSetWithLineAndTagsResp.
|
199
206
|
:rtype: str
|
@@ -204,7 +211,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
204
211
|
def name(self, name):
|
205
212
|
r"""Sets the name of this QueryRecordSetWithLineAndTagsResp.
|
206
213
|
|
207
|
-
|
214
|
+
记录集的名称。
|
208
215
|
|
209
216
|
:param name: The name of this QueryRecordSetWithLineAndTagsResp.
|
210
217
|
:type name: str
|
@@ -215,7 +222,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
215
222
|
def description(self):
|
216
223
|
r"""Gets the description of this QueryRecordSetWithLineAndTagsResp.
|
217
224
|
|
218
|
-
|
225
|
+
记录集的描述信息。
|
219
226
|
|
220
227
|
:return: The description of this QueryRecordSetWithLineAndTagsResp.
|
221
228
|
:rtype: str
|
@@ -226,7 +233,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
226
233
|
def description(self, description):
|
227
234
|
r"""Sets the description of this QueryRecordSetWithLineAndTagsResp.
|
228
235
|
|
229
|
-
|
236
|
+
记录集的描述信息。
|
230
237
|
|
231
238
|
:param description: The description of this QueryRecordSetWithLineAndTagsResp.
|
232
239
|
:type description: str
|
@@ -237,7 +244,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
237
244
|
def zone_id(self):
|
238
245
|
r"""Gets the zone_id of this QueryRecordSetWithLineAndTagsResp.
|
239
246
|
|
240
|
-
|
247
|
+
托管该记录的域名ID。
|
241
248
|
|
242
249
|
:return: The zone_id of this QueryRecordSetWithLineAndTagsResp.
|
243
250
|
:rtype: str
|
@@ -248,7 +255,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
248
255
|
def zone_id(self, zone_id):
|
249
256
|
r"""Sets the zone_id of this QueryRecordSetWithLineAndTagsResp.
|
250
257
|
|
251
|
-
|
258
|
+
托管该记录的域名ID。
|
252
259
|
|
253
260
|
:param zone_id: The zone_id of this QueryRecordSetWithLineAndTagsResp.
|
254
261
|
:type zone_id: str
|
@@ -259,7 +266,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
259
266
|
def zone_name(self):
|
260
267
|
r"""Gets the zone_name of this QueryRecordSetWithLineAndTagsResp.
|
261
268
|
|
262
|
-
|
269
|
+
托管该记录的域名。
|
263
270
|
|
264
271
|
:return: The zone_name of this QueryRecordSetWithLineAndTagsResp.
|
265
272
|
:rtype: str
|
@@ -270,7 +277,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
270
277
|
def zone_name(self, zone_name):
|
271
278
|
r"""Sets the zone_name of this QueryRecordSetWithLineAndTagsResp.
|
272
279
|
|
273
|
-
|
280
|
+
托管该记录的域名。
|
274
281
|
|
275
282
|
:param zone_name: The zone_name of this QueryRecordSetWithLineAndTagsResp.
|
276
283
|
:type zone_name: str
|
@@ -347,7 +354,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
347
354
|
def created_at(self):
|
348
355
|
r"""Gets the created_at of this QueryRecordSetWithLineAndTagsResp.
|
349
356
|
|
350
|
-
创建时间。
|
357
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
351
358
|
|
352
359
|
:return: The created_at of this QueryRecordSetWithLineAndTagsResp.
|
353
360
|
:rtype: str
|
@@ -358,7 +365,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
358
365
|
def created_at(self, created_at):
|
359
366
|
r"""Sets the created_at of this QueryRecordSetWithLineAndTagsResp.
|
360
367
|
|
361
|
-
创建时间。
|
368
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
362
369
|
|
363
370
|
:param created_at: The created_at of this QueryRecordSetWithLineAndTagsResp.
|
364
371
|
:type created_at: str
|
@@ -369,7 +376,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
369
376
|
def updated_at(self):
|
370
377
|
r"""Gets the updated_at of this QueryRecordSetWithLineAndTagsResp.
|
371
378
|
|
372
|
-
更新时间。
|
379
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
373
380
|
|
374
381
|
:return: The updated_at of this QueryRecordSetWithLineAndTagsResp.
|
375
382
|
:rtype: str
|
@@ -380,7 +387,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
380
387
|
def updated_at(self, updated_at):
|
381
388
|
r"""Sets the updated_at of this QueryRecordSetWithLineAndTagsResp.
|
382
389
|
|
383
|
-
更新时间。
|
390
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
384
391
|
|
385
392
|
:param updated_at: The updated_at of this QueryRecordSetWithLineAndTagsResp.
|
386
393
|
:type updated_at: str
|
@@ -413,7 +420,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
413
420
|
def default(self):
|
414
421
|
r"""Gets the default of this QueryRecordSetWithLineAndTagsResp.
|
415
422
|
|
416
|
-
|
423
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
417
424
|
|
418
425
|
:return: The default of this QueryRecordSetWithLineAndTagsResp.
|
419
426
|
:rtype: bool
|
@@ -424,7 +431,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
424
431
|
def default(self, default):
|
425
432
|
r"""Sets the default of this QueryRecordSetWithLineAndTagsResp.
|
426
433
|
|
427
|
-
|
434
|
+
标识是否由系统默认生成,系统默认生成的记录集不能删除。
|
428
435
|
|
429
436
|
:param default: The default of this QueryRecordSetWithLineAndTagsResp.
|
430
437
|
:type default: bool
|
@@ -435,7 +442,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
435
442
|
def project_id(self):
|
436
443
|
r"""Gets the project_id of this QueryRecordSetWithLineAndTagsResp.
|
437
444
|
|
438
|
-
|
445
|
+
该记录集所属的项目ID。
|
439
446
|
|
440
447
|
:return: The project_id of this QueryRecordSetWithLineAndTagsResp.
|
441
448
|
:rtype: str
|
@@ -446,7 +453,7 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
446
453
|
def project_id(self, project_id):
|
447
454
|
r"""Sets the project_id of this QueryRecordSetWithLineAndTagsResp.
|
448
455
|
|
449
|
-
|
456
|
+
该记录集所属的项目ID。
|
450
457
|
|
451
458
|
:param project_id: The project_id of this QueryRecordSetWithLineAndTagsResp.
|
452
459
|
:type project_id: str
|
@@ -515,6 +522,28 @@ class QueryRecordSetWithLineAndTagsResp:
|
|
515
522
|
"""
|
516
523
|
self._line = line
|
517
524
|
|
525
|
+
@property
|
526
|
+
def line_name(self):
|
527
|
+
r"""Gets the line_name of this QueryRecordSetWithLineAndTagsResp.
|
528
|
+
|
529
|
+
解析线路名称。
|
530
|
+
|
531
|
+
:return: The line_name of this QueryRecordSetWithLineAndTagsResp.
|
532
|
+
:rtype: str
|
533
|
+
"""
|
534
|
+
return self._line_name
|
535
|
+
|
536
|
+
@line_name.setter
|
537
|
+
def line_name(self, line_name):
|
538
|
+
r"""Sets the line_name of this QueryRecordSetWithLineAndTagsResp.
|
539
|
+
|
540
|
+
解析线路名称。
|
541
|
+
|
542
|
+
:param line_name: The line_name of this QueryRecordSetWithLineAndTagsResp.
|
543
|
+
:type line_name: str
|
544
|
+
"""
|
545
|
+
self._line_name = line_name
|
546
|
+
|
518
547
|
@property
|
519
548
|
def weight(self):
|
520
549
|
r"""Gets the weight of this QueryRecordSetWithLineAndTagsResp.
|