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
@@ -0,0 +1,85 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
7
|
+
|
8
|
+
|
9
|
+
class BatchDeletePtrRecordsResponse(SdkResponse):
|
10
|
+
|
11
|
+
"""
|
12
|
+
Attributes:
|
13
|
+
openapi_types (dict): The key is attribute name
|
14
|
+
and the value is attribute type.
|
15
|
+
attribute_map (dict): The key is attribute name
|
16
|
+
and the value is json key in definition.
|
17
|
+
"""
|
18
|
+
sensitive_list = []
|
19
|
+
|
20
|
+
openapi_types = {
|
21
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
}
|
25
|
+
|
26
|
+
def __init__(self):
|
27
|
+
r"""BatchDeletePtrRecordsResponse
|
28
|
+
|
29
|
+
The model defined in huaweicloud sdk
|
30
|
+
|
31
|
+
"""
|
32
|
+
|
33
|
+
super(BatchDeletePtrRecordsResponse, self).__init__()
|
34
|
+
self.discriminator = None
|
35
|
+
|
36
|
+
def to_dict(self):
|
37
|
+
"""Returns the model properties as a dict"""
|
38
|
+
result = {}
|
39
|
+
|
40
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
41
|
+
value = getattr(self, attr)
|
42
|
+
if isinstance(value, list):
|
43
|
+
result[attr] = list(map(
|
44
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
45
|
+
value
|
46
|
+
))
|
47
|
+
elif hasattr(value, "to_dict"):
|
48
|
+
result[attr] = value.to_dict()
|
49
|
+
elif isinstance(value, dict):
|
50
|
+
result[attr] = dict(map(
|
51
|
+
lambda item: (item[0], item[1].to_dict())
|
52
|
+
if hasattr(item[1], "to_dict") else item,
|
53
|
+
value.items()
|
54
|
+
))
|
55
|
+
else:
|
56
|
+
if attr in self.sensitive_list:
|
57
|
+
result[attr] = "****"
|
58
|
+
else:
|
59
|
+
result[attr] = value
|
60
|
+
|
61
|
+
return result
|
62
|
+
|
63
|
+
def to_str(self):
|
64
|
+
"""Returns the string representation of the model"""
|
65
|
+
import simplejson as json
|
66
|
+
if six.PY2:
|
67
|
+
import sys
|
68
|
+
reload(sys)
|
69
|
+
sys.setdefaultencoding("utf-8")
|
70
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
71
|
+
|
72
|
+
def __repr__(self):
|
73
|
+
"""For `print`"""
|
74
|
+
return self.to_str()
|
75
|
+
|
76
|
+
def __eq__(self, other):
|
77
|
+
"""Returns true if both objects are equal"""
|
78
|
+
if not isinstance(other, BatchDeletePtrRecordsResponse):
|
79
|
+
return False
|
80
|
+
|
81
|
+
return self.__dict__ == other.__dict__
|
82
|
+
|
83
|
+
def __ne__(self, other):
|
84
|
+
"""Returns true if both objects are not equal"""
|
85
|
+
return not self == other
|
@@ -31,7 +31,7 @@ class BatchDeleteRecordSetWithLineRequest:
|
|
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 BatchDeleteRecordSetWithLineRequest
|
37
37
|
:type body: :class:`huaweicloudsdkdns.v2.BatchDeleteRecordSetWithLineRequestBody`
|
@@ -51,7 +51,7 @@ class BatchDeleteRecordSetWithLineRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this BatchDeleteRecordSetWithLineRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this BatchDeleteRecordSetWithLineRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class BatchDeleteRecordSetWithLineRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this BatchDeleteRecordSetWithLineRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this BatchDeleteRecordSetWithLineRequest.
|
68
68
|
:type zone_id: str
|
@@ -29,7 +29,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param recordset_ids:
|
32
|
+
:param recordset_ids: 记录集ID列表。最多支持100个。
|
33
33
|
:type recordset_ids: list[str]
|
34
34
|
"""
|
35
35
|
|
@@ -44,7 +44,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
|
|
44
44
|
def recordset_ids(self):
|
45
45
|
r"""Gets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
|
46
46
|
|
47
|
-
|
47
|
+
记录集ID列表。最多支持100个。
|
48
48
|
|
49
49
|
:return: The recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
|
50
50
|
:rtype: list[str]
|
@@ -55,7 +55,7 @@ class BatchDeleteRecordSetWithLineRequestBody:
|
|
55
55
|
def recordset_ids(self, recordset_ids):
|
56
56
|
r"""Sets the recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
|
57
57
|
|
58
|
-
|
58
|
+
记录集ID列表。最多支持100个。
|
59
59
|
|
60
60
|
:param recordset_ids: The recordset_ids of this BatchDeleteRecordSetWithLineRequestBody.
|
61
61
|
:type recordset_ids: list[str]
|
@@ -36,7 +36,7 @@ class BatchDeleteRecordSetWithLineResponse(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 BatchDeleteRecordSetWithLineResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this BatchDeleteRecordSetWithLineResponse.
|
80
80
|
|
81
|
-
|
81
|
+
记录集的列表信息。
|
82
82
|
|
83
83
|
:return: The recordsets of this BatchDeleteRecordSetWithLineResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -89,7 +89,7 @@ class BatchDeleteRecordSetWithLineResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this BatchDeleteRecordSetWithLineResponse.
|
91
91
|
|
92
|
-
|
92
|
+
记录集的列表信息。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this BatchDeleteRecordSetWithLineResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -31,9 +31,9 @@ class BatchDeleteRecordSetsRequestBody:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_type:
|
34
|
+
:param zone_type: 域名的类型,取值为public或private。
|
35
35
|
:type zone_type: str
|
36
|
-
:param recordset_ids:
|
36
|
+
:param recordset_ids: 待删除的记录集ID列表。 最多支持100个。
|
37
37
|
:type recordset_ids: list[str]
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class BatchDeleteRecordSetsRequestBody:
|
|
50
50
|
def zone_type(self):
|
51
51
|
r"""Gets the zone_type of this BatchDeleteRecordSetsRequestBody.
|
52
52
|
|
53
|
-
|
53
|
+
域名的类型,取值为public或private。
|
54
54
|
|
55
55
|
:return: The zone_type of this BatchDeleteRecordSetsRequestBody.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class BatchDeleteRecordSetsRequestBody:
|
|
61
61
|
def zone_type(self, zone_type):
|
62
62
|
r"""Sets the zone_type of this BatchDeleteRecordSetsRequestBody.
|
63
63
|
|
64
|
-
|
64
|
+
域名的类型,取值为public或private。
|
65
65
|
|
66
66
|
:param zone_type: The zone_type of this BatchDeleteRecordSetsRequestBody.
|
67
67
|
:type zone_type: str
|
@@ -72,7 +72,7 @@ class BatchDeleteRecordSetsRequestBody:
|
|
72
72
|
def recordset_ids(self):
|
73
73
|
r"""Gets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
|
74
74
|
|
75
|
-
|
75
|
+
待删除的记录集ID列表。 最多支持100个。
|
76
76
|
|
77
77
|
:return: The recordset_ids of this BatchDeleteRecordSetsRequestBody.
|
78
78
|
:rtype: list[str]
|
@@ -83,7 +83,7 @@ class BatchDeleteRecordSetsRequestBody:
|
|
83
83
|
def recordset_ids(self, recordset_ids):
|
84
84
|
r"""Sets the recordset_ids of this BatchDeleteRecordSetsRequestBody.
|
85
85
|
|
86
|
-
|
86
|
+
待删除的记录集ID列表。 最多支持100个。
|
87
87
|
|
88
88
|
:param recordset_ids: The recordset_ids of this BatchDeleteRecordSetsRequestBody.
|
89
89
|
:type recordset_ids: list[str]
|
@@ -32,7 +32,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
|
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
35
|
-
:param recordsets:
|
35
|
+
:param recordsets: 删除记录集的列表响应。
|
36
36
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
37
37
|
:param metadata:
|
38
38
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -53,7 +53,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
|
|
53
53
|
def recordsets(self):
|
54
54
|
r"""Gets the recordsets of this BatchDeleteRecordSetsResponse.
|
55
55
|
|
56
|
-
|
56
|
+
删除记录集的列表响应。
|
57
57
|
|
58
58
|
:return: The recordsets of this BatchDeleteRecordSetsResponse.
|
59
59
|
:rtype: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
@@ -64,7 +64,7 @@ class BatchDeleteRecordSetsResponse(SdkResponse):
|
|
64
64
|
def recordsets(self, recordsets):
|
65
65
|
r"""Sets the recordsets of this BatchDeleteRecordSetsResponse.
|
66
66
|
|
67
|
-
|
67
|
+
删除记录集的列表响应。
|
68
68
|
|
69
69
|
:param recordsets: The recordsets of this BatchDeleteRecordSetsResponse.
|
70
70
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
@@ -31,9 +31,9 @@ class BatchDeleteZonesRequestBody:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param zone_type:
|
34
|
+
:param zone_type: 待删除域名类型,支持public或private。
|
35
35
|
:type zone_type: str
|
36
|
-
:param zone_ids:
|
36
|
+
:param zone_ids: 待删除域名ID列表。 最多支持50个。
|
37
37
|
:type zone_ids: list[str]
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class BatchDeleteZonesRequestBody:
|
|
50
50
|
def zone_type(self):
|
51
51
|
r"""Gets the zone_type of this BatchDeleteZonesRequestBody.
|
52
52
|
|
53
|
-
|
53
|
+
待删除域名类型,支持public或private。
|
54
54
|
|
55
55
|
:return: The zone_type of this BatchDeleteZonesRequestBody.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class BatchDeleteZonesRequestBody:
|
|
61
61
|
def zone_type(self, zone_type):
|
62
62
|
r"""Sets the zone_type of this BatchDeleteZonesRequestBody.
|
63
63
|
|
64
|
-
|
64
|
+
待删除域名类型,支持public或private。
|
65
65
|
|
66
66
|
:param zone_type: The zone_type of this BatchDeleteZonesRequestBody.
|
67
67
|
:type zone_type: str
|
@@ -72,7 +72,7 @@ class BatchDeleteZonesRequestBody:
|
|
72
72
|
def zone_ids(self):
|
73
73
|
r"""Gets the zone_ids of this BatchDeleteZonesRequestBody.
|
74
74
|
|
75
|
-
|
75
|
+
待删除域名ID列表。 最多支持50个。
|
76
76
|
|
77
77
|
:return: The zone_ids of this BatchDeleteZonesRequestBody.
|
78
78
|
:rtype: list[str]
|
@@ -83,7 +83,7 @@ class BatchDeleteZonesRequestBody:
|
|
83
83
|
def zone_ids(self, zone_ids):
|
84
84
|
r"""Sets the zone_ids of this BatchDeleteZonesRequestBody.
|
85
85
|
|
86
|
-
|
86
|
+
待删除域名ID列表。 最多支持50个。
|
87
87
|
|
88
88
|
:param zone_ids: The zone_ids of this BatchDeleteZonesRequestBody.
|
89
89
|
:type zone_ids: list[str]
|
@@ -32,7 +32,7 @@ class BatchDeleteZonesResponse(SdkResponse):
|
|
32
32
|
|
33
33
|
The model defined in huaweicloud sdk
|
34
34
|
|
35
|
-
:param zones:
|
35
|
+
:param zones: 删除域名的列表响应。
|
36
36
|
:type zones: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
37
37
|
:param metadata:
|
38
38
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -53,7 +53,7 @@ class BatchDeleteZonesResponse(SdkResponse):
|
|
53
53
|
def zones(self):
|
54
54
|
r"""Gets the zones of this BatchDeleteZonesResponse.
|
55
55
|
|
56
|
-
|
56
|
+
删除域名的列表响应。
|
57
57
|
|
58
58
|
:return: The zones of this BatchDeleteZonesResponse.
|
59
59
|
:rtype: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
@@ -64,7 +64,7 @@ class BatchDeleteZonesResponse(SdkResponse):
|
|
64
64
|
def zones(self, zones):
|
65
65
|
r"""Sets the zones of this BatchDeleteZonesResponse.
|
66
66
|
|
67
|
-
|
67
|
+
删除域名的列表响应。
|
68
68
|
|
69
69
|
:param zones: The zones of this BatchDeleteZonesResponse.
|
70
70
|
:type zones: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
@@ -31,9 +31,9 @@ class BatchSetRecordSetsStatusRequestBody:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param status:
|
34
|
+
:param status: 待设置记录集状态,支持DISABLE或ENABLE。
|
35
35
|
:type status: str
|
36
|
-
:param recordset_ids:
|
36
|
+
:param recordset_ids: 待设置记录集ID列表。 最多支持50个。
|
37
37
|
:type recordset_ids: list[str]
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class BatchSetRecordSetsStatusRequestBody:
|
|
50
50
|
def status(self):
|
51
51
|
r"""Gets the status of this BatchSetRecordSetsStatusRequestBody.
|
52
52
|
|
53
|
-
|
53
|
+
待设置记录集状态,支持DISABLE或ENABLE。
|
54
54
|
|
55
55
|
:return: The status of this BatchSetRecordSetsStatusRequestBody.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class BatchSetRecordSetsStatusRequestBody:
|
|
61
61
|
def status(self, status):
|
62
62
|
r"""Sets the status of this BatchSetRecordSetsStatusRequestBody.
|
63
63
|
|
64
|
-
|
64
|
+
待设置记录集状态,支持DISABLE或ENABLE。
|
65
65
|
|
66
66
|
:param status: The status of this BatchSetRecordSetsStatusRequestBody.
|
67
67
|
:type status: str
|
@@ -72,7 +72,7 @@ class BatchSetRecordSetsStatusRequestBody:
|
|
72
72
|
def recordset_ids(self):
|
73
73
|
r"""Gets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
|
74
74
|
|
75
|
-
|
75
|
+
待设置记录集ID列表。 最多支持50个。
|
76
76
|
|
77
77
|
:return: The recordset_ids of this BatchSetRecordSetsStatusRequestBody.
|
78
78
|
:rtype: list[str]
|
@@ -83,7 +83,7 @@ class BatchSetRecordSetsStatusRequestBody:
|
|
83
83
|
def recordset_ids(self, recordset_ids):
|
84
84
|
r"""Sets the recordset_ids of this BatchSetRecordSetsStatusRequestBody.
|
85
85
|
|
86
|
-
|
86
|
+
待设置记录集ID列表。 最多支持50个。
|
87
87
|
|
88
88
|
:param recordset_ids: The recordset_ids of this BatchSetRecordSetsStatusRequestBody.
|
89
89
|
:type recordset_ids: list[str]
|
@@ -36,7 +36,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
|
|
36
36
|
|
37
37
|
:param links:
|
38
38
|
:type links: :class:`huaweicloudsdkdns.v2.Link`
|
39
|
-
:param recordsets:
|
39
|
+
:param recordsets: 设置记录集的列表响应。
|
40
40
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
41
41
|
:param metadata:
|
42
42
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -78,7 +78,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this BatchSetRecordSetsStatusResponse.
|
80
80
|
|
81
|
-
|
81
|
+
设置记录集的列表响应。
|
82
82
|
|
83
83
|
:return: The recordsets of this BatchSetRecordSetsStatusResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
@@ -89,7 +89,7 @@ class BatchSetRecordSetsStatusResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this BatchSetRecordSetsStatusResponse.
|
91
91
|
|
92
|
-
|
92
|
+
设置记录集的列表响应。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this BatchSetRecordSetsStatusResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.RecordsetData`]
|
@@ -31,9 +31,9 @@ class BatchSetZonesStatusRequestBody:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param status:
|
34
|
+
:param status: 待设置域名状态,支持DISABLE或ENABLE。
|
35
35
|
:type status: str
|
36
|
-
:param zone_ids:
|
36
|
+
:param zone_ids: 待设置域名ID列表。 最多支持50个。
|
37
37
|
:type zone_ids: list[str]
|
38
38
|
"""
|
39
39
|
|
@@ -50,7 +50,7 @@ class BatchSetZonesStatusRequestBody:
|
|
50
50
|
def status(self):
|
51
51
|
r"""Gets the status of this BatchSetZonesStatusRequestBody.
|
52
52
|
|
53
|
-
|
53
|
+
待设置域名状态,支持DISABLE或ENABLE。
|
54
54
|
|
55
55
|
:return: The status of this BatchSetZonesStatusRequestBody.
|
56
56
|
:rtype: str
|
@@ -61,7 +61,7 @@ class BatchSetZonesStatusRequestBody:
|
|
61
61
|
def status(self, status):
|
62
62
|
r"""Sets the status of this BatchSetZonesStatusRequestBody.
|
63
63
|
|
64
|
-
|
64
|
+
待设置域名状态,支持DISABLE或ENABLE。
|
65
65
|
|
66
66
|
:param status: The status of this BatchSetZonesStatusRequestBody.
|
67
67
|
:type status: str
|
@@ -72,7 +72,7 @@ class BatchSetZonesStatusRequestBody:
|
|
72
72
|
def zone_ids(self):
|
73
73
|
r"""Gets the zone_ids of this BatchSetZonesStatusRequestBody.
|
74
74
|
|
75
|
-
|
75
|
+
待设置域名ID列表。 最多支持50个。
|
76
76
|
|
77
77
|
:return: The zone_ids of this BatchSetZonesStatusRequestBody.
|
78
78
|
:rtype: list[str]
|
@@ -83,7 +83,7 @@ class BatchSetZonesStatusRequestBody:
|
|
83
83
|
def zone_ids(self, zone_ids):
|
84
84
|
r"""Sets the zone_ids of this BatchSetZonesStatusRequestBody.
|
85
85
|
|
86
|
-
|
86
|
+
待设置域名ID列表。 最多支持50个。
|
87
87
|
|
88
88
|
:param zone_ids: The zone_ids of this BatchSetZonesStatusRequestBody.
|
89
89
|
:type zone_ids: list[str]
|
@@ -36,7 +36,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
|
|
36
36
|
|
37
37
|
:param links:
|
38
38
|
:type links: :class:`huaweicloudsdkdns.v2.Link`
|
39
|
-
:param zones:
|
39
|
+
:param zones: 设置域名的列表响应。
|
40
40
|
:type zones: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
41
41
|
:param metadata:
|
42
42
|
:type metadata: :class:`huaweicloudsdkdns.v2.Metadata`
|
@@ -78,7 +78,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
|
|
78
78
|
def zones(self):
|
79
79
|
r"""Gets the zones of this BatchSetZonesStatusResponse.
|
80
80
|
|
81
|
-
|
81
|
+
设置域名的列表响应。
|
82
82
|
|
83
83
|
:return: The zones of this BatchSetZonesStatusResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
@@ -89,7 +89,7 @@ class BatchSetZonesStatusResponse(SdkResponse):
|
|
89
89
|
def zones(self, zones):
|
90
90
|
r"""Sets the zones of this BatchSetZonesStatusResponse.
|
91
91
|
|
92
|
-
|
92
|
+
设置域名的列表响应。
|
93
93
|
|
94
94
|
:param zones: The zones of this BatchSetZonesStatusResponse.
|
95
95
|
:type zones: list[:class:`huaweicloudsdkdns.v2.ZoneData`]
|
@@ -37,11 +37,11 @@ class BatchUpdateRecordSet:
|
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
40
|
-
:param id:
|
40
|
+
:param id: 记录集资源ID。
|
41
41
|
:type id: str
|
42
|
-
:param description:
|
42
|
+
:param description: 记录集资源描述。
|
43
43
|
:type description: str
|
44
|
-
:param ttl:
|
44
|
+
:param ttl: 记录集的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
|
45
45
|
:type ttl: int
|
46
46
|
:param weight: 解析记录的权重,默认为null。 当weight=null时,表示该解析记录不设置权重。 当weight=0,表示备用域名解析记录。 当weight>0,表示主用域名解析记录。 取值范围:0~100 在相同域名、类型、线路下的解析记录,规则如下: 全部设置权重,或全部不设置权重。 当不设置权重时,只能创建一个解析记录。 当设置权重时,最多能创建20个解析记录。
|
47
47
|
:type weight: int
|
@@ -71,7 +71,7 @@ class BatchUpdateRecordSet:
|
|
71
71
|
def id(self):
|
72
72
|
r"""Gets the id of this BatchUpdateRecordSet.
|
73
73
|
|
74
|
-
|
74
|
+
记录集资源ID。
|
75
75
|
|
76
76
|
:return: The id of this BatchUpdateRecordSet.
|
77
77
|
:rtype: str
|
@@ -82,7 +82,7 @@ class BatchUpdateRecordSet:
|
|
82
82
|
def id(self, id):
|
83
83
|
r"""Sets the id of this BatchUpdateRecordSet.
|
84
84
|
|
85
|
-
|
85
|
+
记录集资源ID。
|
86
86
|
|
87
87
|
:param id: The id of this BatchUpdateRecordSet.
|
88
88
|
:type id: str
|
@@ -93,7 +93,7 @@ class BatchUpdateRecordSet:
|
|
93
93
|
def description(self):
|
94
94
|
r"""Gets the description of this BatchUpdateRecordSet.
|
95
95
|
|
96
|
-
|
96
|
+
记录集资源描述。
|
97
97
|
|
98
98
|
:return: The description of this BatchUpdateRecordSet.
|
99
99
|
:rtype: str
|
@@ -104,7 +104,7 @@ class BatchUpdateRecordSet:
|
|
104
104
|
def description(self, description):
|
105
105
|
r"""Sets the description of this BatchUpdateRecordSet.
|
106
106
|
|
107
|
-
|
107
|
+
记录集资源描述。
|
108
108
|
|
109
109
|
:param description: The description of this BatchUpdateRecordSet.
|
110
110
|
:type description: str
|
@@ -115,7 +115,7 @@ class BatchUpdateRecordSet:
|
|
115
115
|
def ttl(self):
|
116
116
|
r"""Gets the ttl of this BatchUpdateRecordSet.
|
117
117
|
|
118
|
-
|
118
|
+
记录集的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
|
119
119
|
|
120
120
|
:return: The ttl of this BatchUpdateRecordSet.
|
121
121
|
:rtype: int
|
@@ -126,7 +126,7 @@ class BatchUpdateRecordSet:
|
|
126
126
|
def ttl(self, ttl):
|
127
127
|
r"""Sets the ttl of this BatchUpdateRecordSet.
|
128
128
|
|
129
|
-
|
129
|
+
记录集的有效缓存时间,以秒为单位。 取值范围:300-2147483647。 默认值为300s。
|
130
130
|
|
131
131
|
:param ttl: The ttl of this BatchUpdateRecordSet.
|
132
132
|
:type ttl: int
|
@@ -31,7 +31,7 @@ class BatchUpdateRecordSetWithLineRequest:
|
|
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 BatchUpdateRecordSetWithLineRequest
|
37
37
|
:type body: :class:`huaweicloudsdkdns.v2.BatchUpdateRecordSetWithLineRequestBody`
|
@@ -51,7 +51,7 @@ class BatchUpdateRecordSetWithLineRequest:
|
|
51
51
|
def zone_id(self):
|
52
52
|
r"""Gets the zone_id of this BatchUpdateRecordSetWithLineRequest.
|
53
53
|
|
54
|
-
|
54
|
+
域名ID。
|
55
55
|
|
56
56
|
:return: The zone_id of this BatchUpdateRecordSetWithLineRequest.
|
57
57
|
:rtype: str
|
@@ -62,7 +62,7 @@ class BatchUpdateRecordSetWithLineRequest:
|
|
62
62
|
def zone_id(self, zone_id):
|
63
63
|
r"""Sets the zone_id of this BatchUpdateRecordSetWithLineRequest.
|
64
64
|
|
65
|
-
|
65
|
+
域名ID。
|
66
66
|
|
67
67
|
:param zone_id: The zone_id of this BatchUpdateRecordSetWithLineRequest.
|
68
68
|
:type zone_id: str
|
@@ -29,7 +29,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param recordsets:
|
32
|
+
:param recordsets: 记录集列表。
|
33
33
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.BatchUpdateRecordSet`]
|
34
34
|
"""
|
35
35
|
|
@@ -44,7 +44,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
|
|
44
44
|
def recordsets(self):
|
45
45
|
r"""Gets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
|
46
46
|
|
47
|
-
|
47
|
+
记录集列表。
|
48
48
|
|
49
49
|
:return: The recordsets of this BatchUpdateRecordSetWithLineRequestBody.
|
50
50
|
:rtype: list[:class:`huaweicloudsdkdns.v2.BatchUpdateRecordSet`]
|
@@ -55,7 +55,7 @@ class BatchUpdateRecordSetWithLineRequestBody:
|
|
55
55
|
def recordsets(self, recordsets):
|
56
56
|
r"""Sets the recordsets of this BatchUpdateRecordSetWithLineRequestBody.
|
57
57
|
|
58
|
-
|
58
|
+
记录集列表。
|
59
59
|
|
60
60
|
:param recordsets: The recordsets of this BatchUpdateRecordSetWithLineRequestBody.
|
61
61
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.BatchUpdateRecordSet`]
|
@@ -36,7 +36,7 @@ class BatchUpdateRecordSetWithLineResponse(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 BatchUpdateRecordSetWithLineResponse(SdkResponse):
|
|
78
78
|
def recordsets(self):
|
79
79
|
r"""Gets the recordsets of this BatchUpdateRecordSetWithLineResponse.
|
80
80
|
|
81
|
-
|
81
|
+
记录集的列表信息。
|
82
82
|
|
83
83
|
:return: The recordsets of this BatchUpdateRecordSetWithLineResponse.
|
84
84
|
:rtype: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -89,7 +89,7 @@ class BatchUpdateRecordSetWithLineResponse(SdkResponse):
|
|
89
89
|
def recordsets(self, recordsets):
|
90
90
|
r"""Sets the recordsets of this BatchUpdateRecordSetWithLineResponse.
|
91
91
|
|
92
|
-
|
92
|
+
记录集的列表信息。
|
93
93
|
|
94
94
|
:param recordsets: The recordsets of this BatchUpdateRecordSetWithLineResponse.
|
95
95
|
:type recordsets: list[:class:`huaweicloudsdkdns.v2.QueryRecordSetWithLineResp`]
|
@@ -48,9 +48,9 @@ class CreateCustomLineResponse(SdkResponse):
|
|
48
48
|
:type name: str
|
49
49
|
:param ip_segments: IP地址段。
|
50
50
|
:type ip_segments: list[str]
|
51
|
-
:param created_at: 创建时间。
|
51
|
+
:param created_at: 创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
52
52
|
:type created_at: str
|
53
|
-
:param updated_at: 更新时间。
|
53
|
+
:param updated_at: 更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
54
54
|
:type updated_at: str
|
55
55
|
:param status: 资源状态。
|
56
56
|
:type status: str
|
@@ -154,7 +154,7 @@ class CreateCustomLineResponse(SdkResponse):
|
|
154
154
|
def created_at(self):
|
155
155
|
r"""Gets the created_at of this CreateCustomLineResponse.
|
156
156
|
|
157
|
-
创建时间。
|
157
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
158
158
|
|
159
159
|
:return: The created_at of this CreateCustomLineResponse.
|
160
160
|
:rtype: str
|
@@ -165,7 +165,7 @@ class CreateCustomLineResponse(SdkResponse):
|
|
165
165
|
def created_at(self, created_at):
|
166
166
|
r"""Sets the created_at of this CreateCustomLineResponse.
|
167
167
|
|
168
|
-
创建时间。
|
168
|
+
创建时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
169
169
|
|
170
170
|
:param created_at: The created_at of this CreateCustomLineResponse.
|
171
171
|
:type created_at: str
|
@@ -176,7 +176,7 @@ class CreateCustomLineResponse(SdkResponse):
|
|
176
176
|
def updated_at(self):
|
177
177
|
r"""Gets the updated_at of this CreateCustomLineResponse.
|
178
178
|
|
179
|
-
更新时间。
|
179
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
180
180
|
|
181
181
|
:return: The updated_at of this CreateCustomLineResponse.
|
182
182
|
:rtype: str
|
@@ -187,7 +187,7 @@ class CreateCustomLineResponse(SdkResponse):
|
|
187
187
|
def updated_at(self, updated_at):
|
188
188
|
r"""Sets the updated_at of this CreateCustomLineResponse.
|
189
189
|
|
190
|
-
更新时间。
|
190
|
+
更新时间。 格式:yyyy-MM-dd'T'HH:mm:ss.SSS。
|
191
191
|
|
192
192
|
:param updated_at: The updated_at of this CreateCustomLineResponse.
|
193
193
|
:type updated_at: str
|