huaweicloudsdkdns 3.1.86__py2.py3-none-any.whl → 3.1.132__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 +20 -5
- huaweicloudsdkdns/v2/dns_async_client.py +299 -11
- huaweicloudsdkdns/v2/dns_client.py +299 -11
- huaweicloudsdkdns/v2/model/__init__.py +20 -5
- huaweicloudsdkdns/v2/model/associate_router_response.py +6 -6
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_record_sets_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_delete_zones_response.py +141 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_record_sets_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request.py +111 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_request_body.py +142 -0
- huaweicloudsdkdns/v2/model/batch_set_zones_status_response.py +166 -0
- huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_request.py +4 -4
- huaweicloudsdkdns/v2/model/{batch_update_record_set_with_line_req.py → batch_update_record_set_with_line_request_body.py} +7 -7
- huaweicloudsdkdns/v2/model/create_custom_line_request.py +4 -4
- huaweicloudsdkdns/v2/model/{create_custom_lines.py → create_custom_line_request_body.py} +15 -15
- huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_eip_record_set_response.py +3 -3
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +6 -6
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +9 -9
- huaweicloudsdkdns/v2/model/create_public_zone_req.py +6 -6
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/create_record_set_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/create_record_set_with_line_request_body.py +3 -3
- huaweicloudsdkdns/v2/model/delete_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/disassociate_router_response.py +6 -6
- huaweicloudsdkdns/v2/model/link.py +115 -0
- huaweicloudsdkdns/v2/model/list_custom_line_request.py +64 -6
- huaweicloudsdkdns/v2/model/list_line_groups_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +125 -9
- huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_response.py +3 -3
- huaweicloudsdkdns/v2/model/list_public_zones_request.py +100 -13
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +6 -6
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +6 -6
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +36 -7
- huaweicloudsdkdns/v2/model/private_zone_resp.py +9 -9
- huaweicloudsdkdns/v2/model/public_zone_resp.py +6 -6
- huaweicloudsdkdns/v2/model/recordset_data.py +600 -0
- huaweicloudsdkdns/v2/model/restore_ptr_record_request.py +3 -3
- huaweicloudsdkdns/v2/model/router.py +6 -6
- huaweicloudsdkdns/v2/model/router_with_status.py +6 -6
- huaweicloudsdkdns/v2/model/set_record_sets_status_request.py +4 -4
- huaweicloudsdkdns/v2/model/{set_record_sets_status_req.py → set_record_sets_status_request_body.py} +7 -7
- huaweicloudsdkdns/v2/model/show_line_group_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_private_zone_response.py +9 -9
- huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +6 -6
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py +35 -35
- huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -32
- huaweicloudsdkdns/v2/model/tag_values.py +6 -6
- huaweicloudsdkdns/v2/model/update_custom_line_request.py +7 -7
- huaweicloudsdkdns/v2/model/{update_customs_line_req.py → update_custom_line_request_body.py} +15 -15
- huaweicloudsdkdns/v2/model/update_line_groups_request.py +7 -7
- huaweicloudsdkdns/v2/model/{update_line_groups_body.py → update_line_groups_request_body.py} +15 -15
- huaweicloudsdkdns/v2/model/update_private_zone_info_req.py +3 -3
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +9 -9
- huaweicloudsdkdns/v2/model/update_ptr_record_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_ptr_record_response.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_info.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +6 -6
- huaweicloudsdkdns/v2/model/update_record_set_req.py +4 -2
- huaweicloudsdkdns/v2/model/zone_data.py +517 -0
- huaweicloudsdkdns/v2/region/dns_region.py +21 -0
- {huaweicloudsdkdns-3.1.86.dist-info → huaweicloudsdkdns-3.1.132.dist-info}/METADATA +2 -2
- {huaweicloudsdkdns-3.1.86.dist-info → huaweicloudsdkdns-3.1.132.dist-info}/RECORD +81 -66
- {huaweicloudsdkdns-3.1.86.dist-info → huaweicloudsdkdns-3.1.132.dist-info}/WHEEL +1 -1
- {huaweicloudsdkdns-3.1.86.dist-info → huaweicloudsdkdns-3.1.132.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.86.dist-info → huaweicloudsdkdns-3.1.132.dist-info}/top_level.txt +0 -0
@@ -35,9 +35,9 @@ class RouterWithStatus:
|
|
35
35
|
|
36
36
|
:param status: 资源状态。
|
37
37
|
:type status: str
|
38
|
-
:param router_id:
|
38
|
+
:param router_id: 关联VPC的ID。
|
39
39
|
:type router_id: str
|
40
|
-
:param router_region:
|
40
|
+
:param router_region: 关联VPC所在的region。
|
41
41
|
:type router_region: str
|
42
42
|
"""
|
43
43
|
|
@@ -81,7 +81,7 @@ class RouterWithStatus:
|
|
81
81
|
def router_id(self):
|
82
82
|
"""Gets the router_id of this RouterWithStatus.
|
83
83
|
|
84
|
-
|
84
|
+
关联VPC的ID。
|
85
85
|
|
86
86
|
:return: The router_id of this RouterWithStatus.
|
87
87
|
:rtype: str
|
@@ -92,7 +92,7 @@ class RouterWithStatus:
|
|
92
92
|
def router_id(self, router_id):
|
93
93
|
"""Sets the router_id of this RouterWithStatus.
|
94
94
|
|
95
|
-
|
95
|
+
关联VPC的ID。
|
96
96
|
|
97
97
|
:param router_id: The router_id of this RouterWithStatus.
|
98
98
|
:type router_id: str
|
@@ -103,7 +103,7 @@ class RouterWithStatus:
|
|
103
103
|
def router_region(self):
|
104
104
|
"""Gets the router_region of this RouterWithStatus.
|
105
105
|
|
106
|
-
|
106
|
+
关联VPC所在的region。
|
107
107
|
|
108
108
|
:return: The router_region of this RouterWithStatus.
|
109
109
|
:rtype: str
|
@@ -114,7 +114,7 @@ class RouterWithStatus:
|
|
114
114
|
def router_region(self, router_region):
|
115
115
|
"""Sets the router_region of this RouterWithStatus.
|
116
116
|
|
117
|
-
|
117
|
+
关联VPC所在的region。
|
118
118
|
|
119
119
|
:param router_region: The router_region of this RouterWithStatus.
|
120
120
|
:type router_region: str
|
@@ -18,7 +18,7 @@ class SetRecordSetsStatusRequest:
|
|
18
18
|
|
19
19
|
openapi_types = {
|
20
20
|
'recordset_id': 'str',
|
21
|
-
'body': '
|
21
|
+
'body': 'SetRecordSetsStatusRequestBody'
|
22
22
|
}
|
23
23
|
|
24
24
|
attribute_map = {
|
@@ -34,7 +34,7 @@ class SetRecordSetsStatusRequest:
|
|
34
34
|
:param recordset_id: 待设置Record Set的ID信息。
|
35
35
|
:type recordset_id: str
|
36
36
|
:param body: Body of the SetRecordSetsStatusRequest
|
37
|
-
:type body: :class:`huaweicloudsdkdns.v2.
|
37
|
+
:type body: :class:`huaweicloudsdkdns.v2.SetRecordSetsStatusRequestBody`
|
38
38
|
"""
|
39
39
|
|
40
40
|
|
@@ -74,7 +74,7 @@ class SetRecordSetsStatusRequest:
|
|
74
74
|
"""Gets the body of this SetRecordSetsStatusRequest.
|
75
75
|
|
76
76
|
:return: The body of this SetRecordSetsStatusRequest.
|
77
|
-
:rtype: :class:`huaweicloudsdkdns.v2.
|
77
|
+
:rtype: :class:`huaweicloudsdkdns.v2.SetRecordSetsStatusRequestBody`
|
78
78
|
"""
|
79
79
|
return self._body
|
80
80
|
|
@@ -83,7 +83,7 @@ class SetRecordSetsStatusRequest:
|
|
83
83
|
"""Sets the body of this SetRecordSetsStatusRequest.
|
84
84
|
|
85
85
|
:param body: The body of this SetRecordSetsStatusRequest.
|
86
|
-
:type body: :class:`huaweicloudsdkdns.v2.
|
86
|
+
:type body: :class:`huaweicloudsdkdns.v2.SetRecordSetsStatusRequestBody`
|
87
87
|
"""
|
88
88
|
self._body = body
|
89
89
|
|
huaweicloudsdkdns/v2/model/{set_record_sets_status_req.py → set_record_sets_status_request_body.py}
RENAMED
@@ -5,7 +5,7 @@ import six
|
|
5
5
|
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
6
|
|
7
7
|
|
8
|
-
class
|
8
|
+
class SetRecordSetsStatusRequestBody:
|
9
9
|
|
10
10
|
"""
|
11
11
|
Attributes:
|
@@ -25,7 +25,7 @@ class SetRecordSetsStatusReq:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, status=None):
|
28
|
-
"""
|
28
|
+
"""SetRecordSetsStatusRequestBody
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,22 +42,22 @@ class SetRecordSetsStatusReq:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def status(self):
|
45
|
-
"""Gets the status of this
|
45
|
+
"""Gets the status of this SetRecordSetsStatusRequestBody.
|
46
46
|
|
47
47
|
解析记录状态。 取值范围: ENABLE:启用解析 DISABLE:暂停解析。
|
48
48
|
|
49
|
-
:return: The status of this
|
49
|
+
:return: The status of this SetRecordSetsStatusRequestBody.
|
50
50
|
:rtype: str
|
51
51
|
"""
|
52
52
|
return self._status
|
53
53
|
|
54
54
|
@status.setter
|
55
55
|
def status(self, status):
|
56
|
-
"""Sets the status of this
|
56
|
+
"""Sets the status of this SetRecordSetsStatusRequestBody.
|
57
57
|
|
58
58
|
解析记录状态。 取值范围: ENABLE:启用解析 DISABLE:暂停解析。
|
59
59
|
|
60
|
-
:param status: The status of this
|
60
|
+
:param status: The status of this SetRecordSetsStatusRequestBody.
|
61
61
|
:type status: str
|
62
62
|
"""
|
63
63
|
self._status = status
|
@@ -104,7 +104,7 @@ class SetRecordSetsStatusReq:
|
|
104
104
|
|
105
105
|
def __eq__(self, other):
|
106
106
|
"""Returns true if both objects are equal"""
|
107
|
-
if not isinstance(other,
|
107
|
+
if not isinstance(other, SetRecordSetsStatusRequestBody):
|
108
108
|
return False
|
109
109
|
|
110
110
|
return self.__dict__ == other.__dict__
|
@@ -29,7 +29,7 @@ class ShowLineGroupRequest:
|
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
32
|
-
:param linegroup_id:
|
32
|
+
:param linegroup_id: 线路分组ID
|
33
33
|
:type linegroup_id: str
|
34
34
|
"""
|
35
35
|
|
@@ -44,7 +44,7 @@ class ShowLineGroupRequest:
|
|
44
44
|
def linegroup_id(self):
|
45
45
|
"""Gets the linegroup_id of this ShowLineGroupRequest.
|
46
46
|
|
47
|
-
|
47
|
+
线路分组ID
|
48
48
|
|
49
49
|
:return: The linegroup_id of this ShowLineGroupRequest.
|
50
50
|
:rtype: str
|
@@ -55,7 +55,7 @@ class ShowLineGroupRequest:
|
|
55
55
|
def linegroup_id(self, linegroup_id):
|
56
56
|
"""Sets the linegroup_id of this ShowLineGroupRequest.
|
57
57
|
|
58
|
-
|
58
|
+
线路分组ID
|
59
59
|
|
60
60
|
:param linegroup_id: The linegroup_id of this ShowLineGroupRequest.
|
61
61
|
:type linegroup_id: str
|
@@ -70,7 +70,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
70
70
|
:type name: str
|
71
71
|
:param description: 对zone的描述信息。
|
72
72
|
:type description: str
|
73
|
-
:param email: 管理该zone
|
73
|
+
:param email: 管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
74
74
|
:type email: str
|
75
75
|
:param zone_type: zone类型,内网(private)。
|
76
76
|
:type zone_type: str
|
@@ -92,11 +92,11 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
92
92
|
:type updated_at: str
|
93
93
|
:param links:
|
94
94
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
95
|
-
:param masters: 主从模式中,从DNS
|
95
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
96
96
|
:type masters: list[str]
|
97
97
|
:param routers: 与该zone关联的Router(VPC)列表。
|
98
98
|
:type routers: list[:class:`huaweicloudsdkdns.v2.Router`]
|
99
|
-
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
99
|
+
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
100
100
|
:type proxy_pattern: str
|
101
101
|
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符。
|
102
102
|
:type enterprise_project_id: str
|
@@ -231,7 +231,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
231
231
|
def email(self):
|
232
232
|
"""Gets the email of this ShowPrivateZoneResponse.
|
233
233
|
|
234
|
-
管理该zone
|
234
|
+
管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
235
235
|
|
236
236
|
:return: The email of this ShowPrivateZoneResponse.
|
237
237
|
:rtype: str
|
@@ -242,7 +242,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
242
242
|
def email(self, email):
|
243
243
|
"""Sets the email of this ShowPrivateZoneResponse.
|
244
244
|
|
245
|
-
管理该zone
|
245
|
+
管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
246
246
|
|
247
247
|
:param email: The email of this ShowPrivateZoneResponse.
|
248
248
|
:type email: str
|
@@ -469,7 +469,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
469
469
|
def masters(self):
|
470
470
|
"""Gets the masters of this ShowPrivateZoneResponse.
|
471
471
|
|
472
|
-
主从模式中,从DNS
|
472
|
+
主从模式中,从DNS服务器获取DNS信息。
|
473
473
|
|
474
474
|
:return: The masters of this ShowPrivateZoneResponse.
|
475
475
|
:rtype: list[str]
|
@@ -480,7 +480,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
480
480
|
def masters(self, masters):
|
481
481
|
"""Sets the masters of this ShowPrivateZoneResponse.
|
482
482
|
|
483
|
-
主从模式中,从DNS
|
483
|
+
主从模式中,从DNS服务器获取DNS信息。
|
484
484
|
|
485
485
|
:param masters: The masters of this ShowPrivateZoneResponse.
|
486
486
|
:type masters: list[str]
|
@@ -513,7 +513,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
513
513
|
def proxy_pattern(self):
|
514
514
|
"""Gets the proxy_pattern of this ShowPrivateZoneResponse.
|
515
515
|
|
516
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
516
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
517
517
|
|
518
518
|
:return: The proxy_pattern of this ShowPrivateZoneResponse.
|
519
519
|
:rtype: str
|
@@ -524,7 +524,7 @@ class ShowPrivateZoneResponse(SdkResponse):
|
|
524
524
|
def proxy_pattern(self, proxy_pattern):
|
525
525
|
"""Sets the proxy_pattern of this ShowPrivateZoneResponse.
|
526
526
|
|
527
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
527
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
528
528
|
|
529
529
|
:param proxy_pattern: The proxy_pattern of this ShowPrivateZoneResponse.
|
530
530
|
:type proxy_pattern: str
|
@@ -33,7 +33,7 @@ class ShowPtrRecordSetRequest:
|
|
33
33
|
|
34
34
|
:param region: 租户的区域信息。
|
35
35
|
:type region: str
|
36
|
-
:param floatingip_id:
|
36
|
+
:param floatingip_id: 弹性公网IP(EIP)的ID。
|
37
37
|
:type floatingip_id: str
|
38
38
|
"""
|
39
39
|
|
@@ -72,7 +72,7 @@ class ShowPtrRecordSetRequest:
|
|
72
72
|
def floatingip_id(self):
|
73
73
|
"""Gets the floatingip_id of this ShowPtrRecordSetRequest.
|
74
74
|
|
75
|
-
|
75
|
+
弹性公网IP(EIP)的ID。
|
76
76
|
|
77
77
|
:return: The floatingip_id of this ShowPtrRecordSetRequest.
|
78
78
|
:rtype: str
|
@@ -83,7 +83,7 @@ class ShowPtrRecordSetRequest:
|
|
83
83
|
def floatingip_id(self, floatingip_id):
|
84
84
|
"""Sets the floatingip_id of this ShowPtrRecordSetRequest.
|
85
85
|
|
86
|
-
|
86
|
+
弹性公网IP(EIP)的ID。
|
87
87
|
|
88
88
|
:param floatingip_id: The floatingip_id of this ShowPtrRecordSetRequest.
|
89
89
|
:type floatingip_id: str
|
@@ -54,7 +54,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
|
|
54
54
|
:type description: str
|
55
55
|
:param ttl: PTR记录在本地DNS服务器的缓存时间,缓存时间越长更新生效越慢,以秒为单位。
|
56
56
|
:type ttl: int
|
57
|
-
:param address:
|
57
|
+
:param address: 弹性公网IP的IP地址。
|
58
58
|
:type address: str
|
59
59
|
:param status: 资源状态。
|
60
60
|
:type status: str
|
@@ -190,7 +190,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
|
|
190
190
|
def address(self):
|
191
191
|
"""Gets the address of this ShowPtrRecordSetResponse.
|
192
192
|
|
193
|
-
|
193
|
+
弹性公网IP的IP地址。
|
194
194
|
|
195
195
|
:return: The address of this ShowPtrRecordSetResponse.
|
196
196
|
:rtype: str
|
@@ -201,7 +201,7 @@ class ShowPtrRecordSetResponse(SdkResponse):
|
|
201
201
|
def address(self, address):
|
202
202
|
"""Sets the address of this ShowPtrRecordSetResponse.
|
203
203
|
|
204
|
-
|
204
|
+
弹性公网IP的IP地址。
|
205
205
|
|
206
206
|
:param address: The address of this ShowPtrRecordSetResponse.
|
207
207
|
:type address: str
|
@@ -66,7 +66,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
66
66
|
:type name: str
|
67
67
|
:param description: 对zone的描述信息
|
68
68
|
:type description: str
|
69
|
-
:param email: 管理该zone
|
69
|
+
:param email: 管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
70
70
|
:type email: str
|
71
71
|
:param zone_type: zone类型,公网(public)。
|
72
72
|
:type zone_type: str
|
@@ -86,7 +86,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
86
86
|
:type updated_at: str
|
87
87
|
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符
|
88
88
|
:type enterprise_project_id: str
|
89
|
-
:param masters: 主从模式中,从DNS
|
89
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息
|
90
90
|
:type masters: list[str]
|
91
91
|
:param links:
|
92
92
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -217,7 +217,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
217
217
|
def email(self):
|
218
218
|
"""Gets the email of this ShowPublicZoneResponse.
|
219
219
|
|
220
|
-
管理该zone
|
220
|
+
管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
221
221
|
|
222
222
|
:return: The email of this ShowPublicZoneResponse.
|
223
223
|
:rtype: str
|
@@ -228,7 +228,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
228
228
|
def email(self, email):
|
229
229
|
"""Sets the email of this ShowPublicZoneResponse.
|
230
230
|
|
231
|
-
管理该zone
|
231
|
+
管理该zone的管理员邮箱,用于生成该Zone的SOA记录。
|
232
232
|
|
233
233
|
:param email: The email of this ShowPublicZoneResponse.
|
234
234
|
:type email: str
|
@@ -437,7 +437,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
437
437
|
def masters(self):
|
438
438
|
"""Gets the masters of this ShowPublicZoneResponse.
|
439
439
|
|
440
|
-
主从模式中,从DNS
|
440
|
+
主从模式中,从DNS服务器获取DNS信息
|
441
441
|
|
442
442
|
:return: The masters of this ShowPublicZoneResponse.
|
443
443
|
:rtype: list[str]
|
@@ -448,7 +448,7 @@ class ShowPublicZoneResponse(SdkResponse):
|
|
448
448
|
def masters(self, masters):
|
449
449
|
"""Sets the masters of this ShowPublicZoneResponse.
|
450
450
|
|
451
|
-
主从模式中,从DNS
|
451
|
+
主从模式中,从DNS服务器获取DNS信息
|
452
452
|
|
453
453
|
:param masters: The masters of this ShowPublicZoneResponse.
|
454
454
|
:type masters: list[str]
|
@@ -71,9 +71,9 @@ class ShowRecordSetByZoneRequest:
|
|
71
71
|
:type type: str
|
72
72
|
:param name: 待查询的Record Set的域名中包含此name。 搜索模式默认为模糊搜索。 默认值为空。
|
73
73
|
:type name: str
|
74
|
-
:param id: 待查询的Record Set的id包含此id。
|
74
|
+
:param id: 待查询的Record Set的id包含此id。
|
75
75
|
:type id: str
|
76
|
-
:param sort_key: 查询结果中Record Set列表的排序字段。 取值范围: name
|
76
|
+
:param sort_key: 查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
77
77
|
:type sort_key: str
|
78
78
|
:param sort_dir: 查询结果中Record Set列表的排序方式。 取值范围: desc:降序排序 asc:升序排序 默认值为空,表示不排序。
|
79
79
|
:type sort_dir: str
|
@@ -326,7 +326,7 @@ class ShowRecordSetByZoneRequest:
|
|
326
326
|
def id(self):
|
327
327
|
"""Gets the id of this ShowRecordSetByZoneRequest.
|
328
328
|
|
329
|
-
待查询的Record Set的id包含此id。
|
329
|
+
待查询的Record Set的id包含此id。
|
330
330
|
|
331
331
|
:return: The id of this ShowRecordSetByZoneRequest.
|
332
332
|
:rtype: str
|
@@ -337,7 +337,7 @@ class ShowRecordSetByZoneRequest:
|
|
337
337
|
def id(self, id):
|
338
338
|
"""Sets the id of this ShowRecordSetByZoneRequest.
|
339
339
|
|
340
|
-
待查询的Record Set的id包含此id。
|
340
|
+
待查询的Record Set的id包含此id。
|
341
341
|
|
342
342
|
:param id: The id of this ShowRecordSetByZoneRequest.
|
343
343
|
:type id: str
|
@@ -348,7 +348,7 @@ class ShowRecordSetByZoneRequest:
|
|
348
348
|
def sort_key(self):
|
349
349
|
"""Gets the sort_key of this ShowRecordSetByZoneRequest.
|
350
350
|
|
351
|
-
查询结果中Record Set列表的排序字段。 取值范围: name
|
351
|
+
查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
352
352
|
|
353
353
|
:return: The sort_key of this ShowRecordSetByZoneRequest.
|
354
354
|
:rtype: str
|
@@ -359,7 +359,7 @@ class ShowRecordSetByZoneRequest:
|
|
359
359
|
def sort_key(self, sort_key):
|
360
360
|
"""Sets the sort_key of this ShowRecordSetByZoneRequest.
|
361
361
|
|
362
|
-
查询结果中Record Set列表的排序字段。 取值范围: name
|
362
|
+
查询结果中Record Set列表的排序字段。 取值范围: name:记录集名称 type:记录集类型 默认值为空,表示不排序。
|
363
363
|
|
364
364
|
:param sort_key: The sort_key of this ShowRecordSetByZoneRequest.
|
365
365
|
:type sort_key: str
|
@@ -25,8 +25,8 @@ class ShowRecordSetByZoneResp:
|
|
25
25
|
'type': 'str',
|
26
26
|
'ttl': 'int',
|
27
27
|
'records': 'list[str]',
|
28
|
-
'
|
29
|
-
'
|
28
|
+
'created_at': 'str',
|
29
|
+
'updated_at': 'str',
|
30
30
|
'status': 'str',
|
31
31
|
'default': 'bool',
|
32
32
|
'project_id': 'str',
|
@@ -46,8 +46,8 @@ class ShowRecordSetByZoneResp:
|
|
46
46
|
'type': 'type',
|
47
47
|
'ttl': 'ttl',
|
48
48
|
'records': 'records',
|
49
|
-
'
|
50
|
-
'
|
49
|
+
'created_at': 'created_at',
|
50
|
+
'updated_at': 'updated_at',
|
51
51
|
'status': 'status',
|
52
52
|
'default': 'default',
|
53
53
|
'project_id': 'project_id',
|
@@ -58,7 +58,7 @@ class ShowRecordSetByZoneResp:
|
|
58
58
|
'alias_target': 'alias_target'
|
59
59
|
}
|
60
60
|
|
61
|
-
def __init__(self, id=None, name=None, description=None, zone_id=None, zone_name=None, type=None, ttl=None, records=None,
|
61
|
+
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, line=None, weight=None, health_check_id=None, alias_target=None):
|
62
62
|
"""ShowRecordSetByZoneResp
|
63
63
|
|
64
64
|
The model defined in huaweicloud sdk
|
@@ -79,10 +79,10 @@ class ShowRecordSetByZoneResp:
|
|
79
79
|
:type ttl: int
|
80
80
|
:param records: 域名解析后的值。
|
81
81
|
:type records: list[str]
|
82
|
-
:param
|
83
|
-
:type
|
84
|
-
:param
|
85
|
-
:type
|
82
|
+
:param created_at: 创建时间。
|
83
|
+
:type created_at: str
|
84
|
+
:param updated_at: 更新时间。
|
85
|
+
:type updated_at: str
|
86
86
|
:param status: 资源状态。
|
87
87
|
:type status: str
|
88
88
|
:param default: 标识是否由系统默认生成,系统默认生成的Record Set不能删除。
|
@@ -111,8 +111,8 @@ class ShowRecordSetByZoneResp:
|
|
111
111
|
self._type = None
|
112
112
|
self._ttl = None
|
113
113
|
self._records = None
|
114
|
-
self.
|
115
|
-
self.
|
114
|
+
self._created_at = None
|
115
|
+
self._updated_at = None
|
116
116
|
self._status = None
|
117
117
|
self._default = None
|
118
118
|
self._project_id = None
|
@@ -139,10 +139,10 @@ class ShowRecordSetByZoneResp:
|
|
139
139
|
self.ttl = ttl
|
140
140
|
if records is not None:
|
141
141
|
self.records = records
|
142
|
-
if
|
143
|
-
self.
|
144
|
-
if
|
145
|
-
self.
|
142
|
+
if created_at is not None:
|
143
|
+
self.created_at = created_at
|
144
|
+
if updated_at is not None:
|
145
|
+
self.updated_at = updated_at
|
146
146
|
if status is not None:
|
147
147
|
self.status = status
|
148
148
|
if default is not None:
|
@@ -337,48 +337,48 @@ class ShowRecordSetByZoneResp:
|
|
337
337
|
self._records = records
|
338
338
|
|
339
339
|
@property
|
340
|
-
def
|
341
|
-
"""Gets the
|
340
|
+
def created_at(self):
|
341
|
+
"""Gets the created_at of this ShowRecordSetByZoneResp.
|
342
342
|
|
343
343
|
创建时间。
|
344
344
|
|
345
|
-
:return: The
|
345
|
+
:return: The created_at of this ShowRecordSetByZoneResp.
|
346
346
|
:rtype: str
|
347
347
|
"""
|
348
|
-
return self.
|
348
|
+
return self._created_at
|
349
349
|
|
350
|
-
@
|
351
|
-
def
|
352
|
-
"""Sets the
|
350
|
+
@created_at.setter
|
351
|
+
def created_at(self, created_at):
|
352
|
+
"""Sets the created_at of this ShowRecordSetByZoneResp.
|
353
353
|
|
354
354
|
创建时间。
|
355
355
|
|
356
|
-
:param
|
357
|
-
:type
|
356
|
+
:param created_at: The created_at of this ShowRecordSetByZoneResp.
|
357
|
+
:type created_at: str
|
358
358
|
"""
|
359
|
-
self.
|
359
|
+
self._created_at = created_at
|
360
360
|
|
361
361
|
@property
|
362
|
-
def
|
363
|
-
"""Gets the
|
362
|
+
def updated_at(self):
|
363
|
+
"""Gets the updated_at of this ShowRecordSetByZoneResp.
|
364
364
|
|
365
365
|
更新时间。
|
366
366
|
|
367
|
-
:return: The
|
367
|
+
:return: The updated_at of this ShowRecordSetByZoneResp.
|
368
368
|
:rtype: str
|
369
369
|
"""
|
370
|
-
return self.
|
370
|
+
return self._updated_at
|
371
371
|
|
372
|
-
@
|
373
|
-
def
|
374
|
-
"""Sets the
|
372
|
+
@updated_at.setter
|
373
|
+
def updated_at(self, updated_at):
|
374
|
+
"""Sets the updated_at of this ShowRecordSetByZoneResp.
|
375
375
|
|
376
376
|
更新时间。
|
377
377
|
|
378
|
-
:param
|
379
|
-
:type
|
378
|
+
:param updated_at: The updated_at of this ShowRecordSetByZoneResp.
|
379
|
+
:type updated_at: str
|
380
380
|
"""
|
381
|
-
self.
|
381
|
+
self._updated_at = updated_at
|
382
382
|
|
383
383
|
@property
|
384
384
|
def status(self):
|
@@ -18,36 +18,29 @@ class ShowResourceTagResponse(SdkResponse):
|
|
18
18
|
sensitive_list = []
|
19
19
|
|
20
20
|
openapi_types = {
|
21
|
-
'tags': 'list[Tag]'
|
22
|
-
'enterprise_project_or_default': 'str'
|
21
|
+
'tags': 'list[Tag]'
|
23
22
|
}
|
24
23
|
|
25
24
|
attribute_map = {
|
26
|
-
'tags': 'tags'
|
27
|
-
'enterprise_project_or_default': 'enterpriseProjectOrDefault'
|
25
|
+
'tags': 'tags'
|
28
26
|
}
|
29
27
|
|
30
|
-
def __init__(self, tags=None
|
28
|
+
def __init__(self, tags=None):
|
31
29
|
"""ShowResourceTagResponse
|
32
30
|
|
33
31
|
The model defined in huaweicloud sdk
|
34
32
|
|
35
33
|
:param tags: 指定实例的标签列表。
|
36
34
|
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
37
|
-
:param enterprise_project_or_default: 企业项目或默认项目
|
38
|
-
:type enterprise_project_or_default: str
|
39
35
|
"""
|
40
36
|
|
41
37
|
super(ShowResourceTagResponse, self).__init__()
|
42
38
|
|
43
39
|
self._tags = None
|
44
|
-
self._enterprise_project_or_default = None
|
45
40
|
self.discriminator = None
|
46
41
|
|
47
42
|
if tags is not None:
|
48
43
|
self.tags = tags
|
49
|
-
if enterprise_project_or_default is not None:
|
50
|
-
self.enterprise_project_or_default = enterprise_project_or_default
|
51
44
|
|
52
45
|
@property
|
53
46
|
def tags(self):
|
@@ -71,28 +64,6 @@ class ShowResourceTagResponse(SdkResponse):
|
|
71
64
|
"""
|
72
65
|
self._tags = tags
|
73
66
|
|
74
|
-
@property
|
75
|
-
def enterprise_project_or_default(self):
|
76
|
-
"""Gets the enterprise_project_or_default of this ShowResourceTagResponse.
|
77
|
-
|
78
|
-
企业项目或默认项目
|
79
|
-
|
80
|
-
:return: The enterprise_project_or_default of this ShowResourceTagResponse.
|
81
|
-
:rtype: str
|
82
|
-
"""
|
83
|
-
return self._enterprise_project_or_default
|
84
|
-
|
85
|
-
@enterprise_project_or_default.setter
|
86
|
-
def enterprise_project_or_default(self, enterprise_project_or_default):
|
87
|
-
"""Sets the enterprise_project_or_default of this ShowResourceTagResponse.
|
88
|
-
|
89
|
-
企业项目或默认项目
|
90
|
-
|
91
|
-
:param enterprise_project_or_default: The enterprise_project_or_default of this ShowResourceTagResponse.
|
92
|
-
:type enterprise_project_or_default: str
|
93
|
-
"""
|
94
|
-
self._enterprise_project_or_default = enterprise_project_or_default
|
95
|
-
|
96
67
|
def to_dict(self):
|
97
68
|
"""Returns the model properties as a dict"""
|
98
69
|
result = {}
|
@@ -31,9 +31,9 @@ class TagValues:
|
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
34
|
-
:param key: 键。最大长度
|
34
|
+
:param key: 键。最大长度36个unicode字符。 key不能为空。(搜索时不对此参数做校验)
|
35
35
|
:type key: str
|
36
|
-
:param values: 值列表。每个值最大长度
|
36
|
+
:param values: 值列表。每个值最大长度43个unicode字符。*为系统保留字符。如果里面的value是以*开头时,表示按照*后面的值全模糊匹配。如果values缺失,则表示匹配任意值。value之间为或的关系。
|
37
37
|
:type values: list[str]
|
38
38
|
"""
|
39
39
|
|
@@ -52,7 +52,7 @@ class TagValues:
|
|
52
52
|
def key(self):
|
53
53
|
"""Gets the key of this TagValues.
|
54
54
|
|
55
|
-
键。最大长度
|
55
|
+
键。最大长度36个unicode字符。 key不能为空。(搜索时不对此参数做校验)
|
56
56
|
|
57
57
|
:return: The key of this TagValues.
|
58
58
|
:rtype: str
|
@@ -63,7 +63,7 @@ class TagValues:
|
|
63
63
|
def key(self, key):
|
64
64
|
"""Sets the key of this TagValues.
|
65
65
|
|
66
|
-
键。最大长度
|
66
|
+
键。最大长度36个unicode字符。 key不能为空。(搜索时不对此参数做校验)
|
67
67
|
|
68
68
|
:param key: The key of this TagValues.
|
69
69
|
:type key: str
|
@@ -74,7 +74,7 @@ class TagValues:
|
|
74
74
|
def values(self):
|
75
75
|
"""Gets the values of this TagValues.
|
76
76
|
|
77
|
-
值列表。每个值最大长度
|
77
|
+
值列表。每个值最大长度43个unicode字符。*为系统保留字符。如果里面的value是以*开头时,表示按照*后面的值全模糊匹配。如果values缺失,则表示匹配任意值。value之间为或的关系。
|
78
78
|
|
79
79
|
:return: The values of this TagValues.
|
80
80
|
:rtype: list[str]
|
@@ -85,7 +85,7 @@ class TagValues:
|
|
85
85
|
def values(self, values):
|
86
86
|
"""Sets the values of this TagValues.
|
87
87
|
|
88
|
-
值列表。每个值最大长度
|
88
|
+
值列表。每个值最大长度43个unicode字符。*为系统保留字符。如果里面的value是以*开头时,表示按照*后面的值全模糊匹配。如果values缺失,则表示匹配任意值。value之间为或的关系。
|
89
89
|
|
90
90
|
:param values: The values of this TagValues.
|
91
91
|
:type values: list[str]
|