huaweicloudsdkdns 3.1.111__py2.py3-none-any.whl → 3.1.113__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/dns_async_client.py +1 -1
- huaweicloudsdkdns/v2/dns_client.py +1 -1
- huaweicloudsdkdns/v2/model/associate_router_response.py +6 -6
- huaweicloudsdkdns/v2/model/create_eip_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/create_private_zone_req.py +3 -3
- huaweicloudsdkdns/v2/model/create_private_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/create_public_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/delete_private_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/delete_public_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/disassociate_router_response.py +6 -6
- huaweicloudsdkdns/v2/model/list_public_zones_request.py +3 -3
- huaweicloudsdkdns/v2/model/private_zone_resp.py +6 -6
- huaweicloudsdkdns/v2/model/public_zone_resp.py +3 -3
- 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/show_private_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_public_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/show_resource_tag_response.py +3 -32
- huaweicloudsdkdns/v2/model/tag_values.py +6 -6
- huaweicloudsdkdns/v2/model/update_private_zone_response.py +6 -6
- huaweicloudsdkdns/v2/model/update_ptr_record_request.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_response.py +3 -3
- huaweicloudsdkdns/v2/model/update_public_zone_status_response.py +3 -3
- huaweicloudsdkdns/v2/model/update_record_set_req.py +4 -2
- {huaweicloudsdkdns-3.1.111.dist-info → huaweicloudsdkdns-3.1.113.dist-info}/METADATA +2 -2
- {huaweicloudsdkdns-3.1.111.dist-info → huaweicloudsdkdns-3.1.113.dist-info}/RECORD +31 -31
- {huaweicloudsdkdns-3.1.111.dist-info → huaweicloudsdkdns-3.1.113.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.111.dist-info → huaweicloudsdkdns-3.1.113.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.111.dist-info → huaweicloudsdkdns-3.1.113.dist-info}/top_level.txt +0 -0
@@ -1584,7 +1584,7 @@ class DnsAsyncClient(Client):
|
|
1584
1584
|
def delete_record_set_async(self, request):
|
1585
1585
|
"""删除单个Record Set
|
1586
1586
|
|
1587
|
-
删除单个Record Set
|
1587
|
+
删除单个Record Set。删除有添加智能解析的记录集时,需要用Record Set多线路管理模块中删除接口进行删除。
|
1588
1588
|
|
1589
1589
|
Please refer to HUAWEI cloud API Explorer for details.
|
1590
1590
|
|
@@ -1584,7 +1584,7 @@ class DnsClient(Client):
|
|
1584
1584
|
def delete_record_set(self, request):
|
1585
1585
|
"""删除单个Record Set
|
1586
1586
|
|
1587
|
-
删除单个Record Set
|
1587
|
+
删除单个Record Set。删除有添加智能解析的记录集时,需要用Record Set多线路管理模块中删除接口进行删除。
|
1588
1588
|
|
1589
1589
|
Please refer to HUAWEI cloud API Explorer for details.
|
1590
1590
|
|
@@ -34,9 +34,9 @@ class AssociateRouterResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param router_id:
|
37
|
+
:param router_id: 关联VPC的ID。
|
38
38
|
:type router_id: str
|
39
|
-
:param router_region:
|
39
|
+
:param router_region: 关联VPC所在的region。
|
40
40
|
:type router_region: str
|
41
41
|
:param status: 资源状态。
|
42
42
|
:type status: str
|
@@ -60,7 +60,7 @@ class AssociateRouterResponse(SdkResponse):
|
|
60
60
|
def router_id(self):
|
61
61
|
"""Gets the router_id of this AssociateRouterResponse.
|
62
62
|
|
63
|
-
|
63
|
+
关联VPC的ID。
|
64
64
|
|
65
65
|
:return: The router_id of this AssociateRouterResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class AssociateRouterResponse(SdkResponse):
|
|
71
71
|
def router_id(self, router_id):
|
72
72
|
"""Sets the router_id of this AssociateRouterResponse.
|
73
73
|
|
74
|
-
|
74
|
+
关联VPC的ID。
|
75
75
|
|
76
76
|
:param router_id: The router_id of this AssociateRouterResponse.
|
77
77
|
:type router_id: str
|
@@ -82,7 +82,7 @@ class AssociateRouterResponse(SdkResponse):
|
|
82
82
|
def router_region(self):
|
83
83
|
"""Gets the router_region of this AssociateRouterResponse.
|
84
84
|
|
85
|
-
|
85
|
+
关联VPC所在的region。
|
86
86
|
|
87
87
|
:return: The router_region of this AssociateRouterResponse.
|
88
88
|
:rtype: str
|
@@ -93,7 +93,7 @@ class AssociateRouterResponse(SdkResponse):
|
|
93
93
|
def router_region(self, router_region):
|
94
94
|
"""Sets the router_region of this AssociateRouterResponse.
|
95
95
|
|
96
|
-
|
96
|
+
关联VPC所在的region。
|
97
97
|
|
98
98
|
:param router_region: The router_region of this AssociateRouterResponse.
|
99
99
|
:type router_region: str
|
@@ -35,7 +35,7 @@ class CreateEipRecordSetRequest:
|
|
35
35
|
|
36
36
|
:param region: 租户的区域信息。
|
37
37
|
:type region: str
|
38
|
-
:param floatingip_id:
|
38
|
+
:param floatingip_id: 弹性公网IP(EIP)的ID。
|
39
39
|
:type floatingip_id: str
|
40
40
|
:param body: Body of the CreateEipRecordSetRequest
|
41
41
|
:type body: :class:`huaweicloudsdkdns.v2.CreatePtrReq`
|
@@ -79,7 +79,7 @@ class CreateEipRecordSetRequest:
|
|
79
79
|
def floatingip_id(self):
|
80
80
|
"""Gets the floatingip_id of this CreateEipRecordSetRequest.
|
81
81
|
|
82
|
-
|
82
|
+
弹性公网IP(EIP)的ID。
|
83
83
|
|
84
84
|
:return: The floatingip_id of this CreateEipRecordSetRequest.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class CreateEipRecordSetRequest:
|
|
90
90
|
def floatingip_id(self, floatingip_id):
|
91
91
|
"""Sets the floatingip_id of this CreateEipRecordSetRequest.
|
92
92
|
|
93
|
-
|
93
|
+
弹性公网IP(EIP)的ID。
|
94
94
|
|
95
95
|
:param floatingip_id: The floatingip_id of this CreateEipRecordSetRequest.
|
96
96
|
:type floatingip_id: str
|
@@ -57,7 +57,7 @@ class CreatePrivateZoneReq:
|
|
57
57
|
:type ttl: int
|
58
58
|
:param router:
|
59
59
|
:type router: :class:`huaweicloudsdkdns.v2.Router`
|
60
|
-
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
60
|
+
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
61
61
|
:type proxy_pattern: str
|
62
62
|
:param tags: 资源标签。
|
63
63
|
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
@@ -226,7 +226,7 @@ class CreatePrivateZoneReq:
|
|
226
226
|
def proxy_pattern(self):
|
227
227
|
"""Gets the proxy_pattern of this CreatePrivateZoneReq.
|
228
228
|
|
229
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
229
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
230
230
|
|
231
231
|
:return: The proxy_pattern of this CreatePrivateZoneReq.
|
232
232
|
:rtype: str
|
@@ -237,7 +237,7 @@ class CreatePrivateZoneReq:
|
|
237
237
|
def proxy_pattern(self, proxy_pattern):
|
238
238
|
"""Sets the proxy_pattern of this CreatePrivateZoneReq.
|
239
239
|
|
240
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
240
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
241
241
|
|
242
242
|
:param proxy_pattern: The proxy_pattern of this CreatePrivateZoneReq.
|
243
243
|
:type proxy_pattern: str
|
@@ -80,7 +80,7 @@ class CreatePrivateZoneResponse(SdkResponse):
|
|
80
80
|
:type status: str
|
81
81
|
:param record_num: 该zone下的recordset个数。
|
82
82
|
:type record_num: int
|
83
|
-
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
83
|
+
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
84
84
|
:type proxy_pattern: str
|
85
85
|
:param pool_id: 托管该zone的pool,由系统分配。
|
86
86
|
:type pool_id: str
|
@@ -92,7 +92,7 @@ class CreatePrivateZoneResponse(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 router:
|
98
98
|
:type router: :class:`huaweicloudsdkdns.v2.RouterWithStatus`
|
@@ -356,7 +356,7 @@ class CreatePrivateZoneResponse(SdkResponse):
|
|
356
356
|
def proxy_pattern(self):
|
357
357
|
"""Gets the proxy_pattern of this CreatePrivateZoneResponse.
|
358
358
|
|
359
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
359
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
360
360
|
|
361
361
|
:return: The proxy_pattern of this CreatePrivateZoneResponse.
|
362
362
|
:rtype: str
|
@@ -367,7 +367,7 @@ class CreatePrivateZoneResponse(SdkResponse):
|
|
367
367
|
def proxy_pattern(self, proxy_pattern):
|
368
368
|
"""Sets the proxy_pattern of this CreatePrivateZoneResponse.
|
369
369
|
|
370
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
370
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
371
371
|
|
372
372
|
:param proxy_pattern: The proxy_pattern of this CreatePrivateZoneResponse.
|
373
373
|
:type proxy_pattern: str
|
@@ -484,7 +484,7 @@ class CreatePrivateZoneResponse(SdkResponse):
|
|
484
484
|
def masters(self):
|
485
485
|
"""Gets the masters of this CreatePrivateZoneResponse.
|
486
486
|
|
487
|
-
主从模式中,从DNS
|
487
|
+
主从模式中,从DNS服务器获取DNS信息。
|
488
488
|
|
489
489
|
:return: The masters of this CreatePrivateZoneResponse.
|
490
490
|
:rtype: list[str]
|
@@ -495,7 +495,7 @@ class CreatePrivateZoneResponse(SdkResponse):
|
|
495
495
|
def masters(self, masters):
|
496
496
|
"""Sets the masters of this CreatePrivateZoneResponse.
|
497
497
|
|
498
|
-
主从模式中,从DNS
|
498
|
+
主从模式中,从DNS服务器获取DNS信息。
|
499
499
|
|
500
500
|
:param masters: The masters of this CreatePrivateZoneResponse.
|
501
501
|
:type masters: list[str]
|
@@ -90,7 +90,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
90
90
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
91
91
|
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符。
|
92
92
|
:type enterprise_project_id: str
|
93
|
-
:param masters: 主从模式中,从DNS
|
93
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
94
94
|
:type masters: list[str]
|
95
95
|
"""
|
96
96
|
|
@@ -477,7 +477,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
477
477
|
def masters(self):
|
478
478
|
"""Gets the masters of this CreatePublicZoneResponse.
|
479
479
|
|
480
|
-
主从模式中,从DNS
|
480
|
+
主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
481
481
|
|
482
482
|
:return: The masters of this CreatePublicZoneResponse.
|
483
483
|
:rtype: list[str]
|
@@ -488,7 +488,7 @@ class CreatePublicZoneResponse(SdkResponse):
|
|
488
488
|
def masters(self, masters):
|
489
489
|
"""Sets the masters of this CreatePublicZoneResponse.
|
490
490
|
|
491
|
-
主从模式中,从DNS
|
491
|
+
主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
492
492
|
|
493
493
|
:param masters: The masters of this CreatePublicZoneResponse.
|
494
494
|
:type masters: list[str]
|
@@ -88,7 +88,7 @@ class DeletePrivateZoneResponse(SdkResponse):
|
|
88
88
|
:type updated_at: str
|
89
89
|
:param links:
|
90
90
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
91
|
-
:param masters: 主从模式中,从DNS
|
91
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
92
92
|
:type masters: list[str]
|
93
93
|
:param routers: 与该zone关联的Router(VPC)列表。
|
94
94
|
:type routers: list[:class:`huaweicloudsdkdns.v2.RouterWithStatus`]
|
@@ -455,7 +455,7 @@ class DeletePrivateZoneResponse(SdkResponse):
|
|
455
455
|
def masters(self):
|
456
456
|
"""Gets the masters of this DeletePrivateZoneResponse.
|
457
457
|
|
458
|
-
主从模式中,从DNS
|
458
|
+
主从模式中,从DNS服务器获取DNS信息。
|
459
459
|
|
460
460
|
:return: The masters of this DeletePrivateZoneResponse.
|
461
461
|
:rtype: list[str]
|
@@ -466,7 +466,7 @@ class DeletePrivateZoneResponse(SdkResponse):
|
|
466
466
|
def masters(self, masters):
|
467
467
|
"""Sets the masters of this DeletePrivateZoneResponse.
|
468
468
|
|
469
|
-
主从模式中,从DNS
|
469
|
+
主从模式中,从DNS服务器获取DNS信息。
|
470
470
|
|
471
471
|
:param masters: The masters of this DeletePrivateZoneResponse.
|
472
472
|
:type masters: list[str]
|
@@ -84,7 +84,7 @@ class DeletePublicZoneResponse(SdkResponse):
|
|
84
84
|
:type created_at: str
|
85
85
|
:param updated_at: 更新时间
|
86
86
|
:type updated_at: str
|
87
|
-
:param masters: 主从模式中,从DNS
|
87
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息
|
88
88
|
:type masters: list[str]
|
89
89
|
:param links:
|
90
90
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
@@ -430,7 +430,7 @@ class DeletePublicZoneResponse(SdkResponse):
|
|
430
430
|
def masters(self):
|
431
431
|
"""Gets the masters of this DeletePublicZoneResponse.
|
432
432
|
|
433
|
-
主从模式中,从DNS
|
433
|
+
主从模式中,从DNS服务器获取DNS信息
|
434
434
|
|
435
435
|
:return: The masters of this DeletePublicZoneResponse.
|
436
436
|
:rtype: list[str]
|
@@ -441,7 +441,7 @@ class DeletePublicZoneResponse(SdkResponse):
|
|
441
441
|
def masters(self, masters):
|
442
442
|
"""Sets the masters of this DeletePublicZoneResponse.
|
443
443
|
|
444
|
-
主从模式中,从DNS
|
444
|
+
主从模式中,从DNS服务器获取DNS信息
|
445
445
|
|
446
446
|
:param masters: The masters of this DeletePublicZoneResponse.
|
447
447
|
:type masters: list[str]
|
@@ -34,9 +34,9 @@ class DisassociateRouterResponse(SdkResponse):
|
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
37
|
-
:param router_id:
|
37
|
+
:param router_id: 关联VPC的ID。
|
38
38
|
:type router_id: str
|
39
|
-
:param router_region:
|
39
|
+
:param router_region: 关联VPC所在的region。
|
40
40
|
:type router_region: str
|
41
41
|
:param status: 资源状态。
|
42
42
|
:type status: str
|
@@ -60,7 +60,7 @@ class DisassociateRouterResponse(SdkResponse):
|
|
60
60
|
def router_id(self):
|
61
61
|
"""Gets the router_id of this DisassociateRouterResponse.
|
62
62
|
|
63
|
-
|
63
|
+
关联VPC的ID。
|
64
64
|
|
65
65
|
:return: The router_id of this DisassociateRouterResponse.
|
66
66
|
:rtype: str
|
@@ -71,7 +71,7 @@ class DisassociateRouterResponse(SdkResponse):
|
|
71
71
|
def router_id(self, router_id):
|
72
72
|
"""Sets the router_id of this DisassociateRouterResponse.
|
73
73
|
|
74
|
-
|
74
|
+
关联VPC的ID。
|
75
75
|
|
76
76
|
:param router_id: The router_id of this DisassociateRouterResponse.
|
77
77
|
:type router_id: str
|
@@ -82,7 +82,7 @@ class DisassociateRouterResponse(SdkResponse):
|
|
82
82
|
def router_region(self):
|
83
83
|
"""Gets the router_region of this DisassociateRouterResponse.
|
84
84
|
|
85
|
-
|
85
|
+
关联VPC所在的region。
|
86
86
|
|
87
87
|
:return: The router_region of this DisassociateRouterResponse.
|
88
88
|
:rtype: str
|
@@ -93,7 +93,7 @@ class DisassociateRouterResponse(SdkResponse):
|
|
93
93
|
def router_region(self, router_region):
|
94
94
|
"""Sets the router_region of this DisassociateRouterResponse.
|
95
95
|
|
96
|
-
|
96
|
+
关联VPC所在的region。
|
97
97
|
|
98
98
|
:param router_region: The router_region of this DisassociateRouterResponse.
|
99
99
|
:type router_region: str
|
@@ -53,7 +53,7 @@ class ListPublicZonesRequest:
|
|
53
53
|
:type marker: str
|
54
54
|
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当前设置marker不为空时,以marker为分页起始标识。
|
55
55
|
:type offset: int
|
56
|
-
:param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value
|
56
|
+
:param tags: 资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 默认值为空。
|
57
57
|
:type tags: str
|
58
58
|
:param name: zone名称。 搜索模式默认为模糊搜索。
|
59
59
|
:type name: str
|
@@ -189,7 +189,7 @@ class ListPublicZonesRequest:
|
|
189
189
|
def tags(self):
|
190
190
|
"""Gets the tags of this ListPublicZonesRequest.
|
191
191
|
|
192
|
-
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value
|
192
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 默认值为空。
|
193
193
|
|
194
194
|
:return: The tags of this ListPublicZonesRequest.
|
195
195
|
:rtype: str
|
@@ -200,7 +200,7 @@ class ListPublicZonesRequest:
|
|
200
200
|
def tags(self, tags):
|
201
201
|
"""Sets the tags of this ListPublicZonesRequest.
|
202
202
|
|
203
|
-
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value
|
203
|
+
资源标签。 取值格式:key1,value1|key2,value2 多个标签之间用\"|\"分开,每个标签的键值用英文逗号\",\"相隔。 多个标签之间为“与”的关系。 关于资源标签,请参见添加资源标签。 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 默认值为空。
|
204
204
|
|
205
205
|
:param tags: The tags of this ListPublicZonesRequest.
|
206
206
|
:type tags: str
|
@@ -83,7 +83,7 @@ class PrivateZoneResp:
|
|
83
83
|
:type status: str
|
84
84
|
:param record_num: 该zone下的recordset个数。
|
85
85
|
:type record_num: int
|
86
|
-
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
86
|
+
:param proxy_pattern: 内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
87
87
|
:type proxy_pattern: str
|
88
88
|
:param pool_id: 托管该zone的pool,由系统分配。
|
89
89
|
:type pool_id: str
|
@@ -97,7 +97,7 @@ class PrivateZoneResp:
|
|
97
97
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
98
98
|
:param tags: 资源标签。
|
99
99
|
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
100
|
-
:param masters: 主从模式中,从DNS
|
100
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
101
101
|
:type masters: list[str]
|
102
102
|
:param routers: 与该zone关联的Router(VPC)列表。
|
103
103
|
:type routers: list[:class:`huaweicloudsdkdns.v2.RouterWithStatus`]
|
@@ -369,7 +369,7 @@ class PrivateZoneResp:
|
|
369
369
|
def proxy_pattern(self):
|
370
370
|
"""Gets the proxy_pattern of this PrivateZoneResp.
|
371
371
|
|
372
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
372
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
373
373
|
|
374
374
|
:return: The proxy_pattern of this PrivateZoneResp.
|
375
375
|
:rtype: str
|
@@ -380,7 +380,7 @@ class PrivateZoneResp:
|
|
380
380
|
def proxy_pattern(self, proxy_pattern):
|
381
381
|
"""Sets the proxy_pattern of this PrivateZoneResp.
|
382
382
|
|
383
|
-
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone
|
383
|
+
内网Zone的子域名递归解析代理模式。 取值范围: AUTHORITY:当前Zone未开启递归解析代理 RECURSIVE:当前Zone已开启递归解析代理
|
384
384
|
|
385
385
|
:param proxy_pattern: The proxy_pattern of this PrivateZoneResp.
|
386
386
|
:type proxy_pattern: str
|
@@ -519,7 +519,7 @@ class PrivateZoneResp:
|
|
519
519
|
def masters(self):
|
520
520
|
"""Gets the masters of this PrivateZoneResp.
|
521
521
|
|
522
|
-
主从模式中,从DNS
|
522
|
+
主从模式中,从DNS服务器获取DNS信息。
|
523
523
|
|
524
524
|
:return: The masters of this PrivateZoneResp.
|
525
525
|
:rtype: list[str]
|
@@ -530,7 +530,7 @@ class PrivateZoneResp:
|
|
530
530
|
def masters(self, masters):
|
531
531
|
"""Sets the masters of this PrivateZoneResp.
|
532
532
|
|
533
|
-
主从模式中,从DNS
|
533
|
+
主从模式中,从DNS服务器获取DNS信息。
|
534
534
|
|
535
535
|
:param masters: The masters of this PrivateZoneResp.
|
536
536
|
:type masters: list[str]
|
@@ -91,7 +91,7 @@ class PublicZoneResp:
|
|
91
91
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
92
92
|
:param tags: 资源标签。
|
93
93
|
:type tags: list[:class:`huaweicloudsdkdns.v2.Tag`]
|
94
|
-
:param masters: 主从模式中,从DNS
|
94
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
95
95
|
:type masters: list[str]
|
96
96
|
:param enterprise_project_id: 域名关联的企业项目ID,长度不超过36个字符。
|
97
97
|
:type enterprise_project_id: str
|
@@ -483,7 +483,7 @@ class PublicZoneResp:
|
|
483
483
|
def masters(self):
|
484
484
|
"""Gets the masters of this PublicZoneResp.
|
485
485
|
|
486
|
-
主从模式中,从DNS
|
486
|
+
主从模式中,从DNS服务器获取DNS信息。
|
487
487
|
|
488
488
|
:return: The masters of this PublicZoneResp.
|
489
489
|
:rtype: list[str]
|
@@ -494,7 +494,7 @@ class PublicZoneResp:
|
|
494
494
|
def masters(self, masters):
|
495
495
|
"""Sets the masters of this PublicZoneResp.
|
496
496
|
|
497
|
-
主从模式中,从DNS
|
497
|
+
主从模式中,从DNS服务器获取DNS信息。
|
498
498
|
|
499
499
|
:param masters: The masters of this PublicZoneResp.
|
500
500
|
:type masters: list[str]
|
@@ -35,7 +35,7 @@ class RestorePtrRecordRequest:
|
|
35
35
|
|
36
36
|
:param region: 域名所属的区域。
|
37
37
|
:type region: str
|
38
|
-
:param floatingip_id:
|
38
|
+
:param floatingip_id: 弹性公网IP(EIP)的ID。
|
39
39
|
:type floatingip_id: str
|
40
40
|
:param body: Body of the RestorePtrRecordRequest
|
41
41
|
:type body: :class:`huaweicloudsdkdns.v2.RestorePtrReq`
|
@@ -79,7 +79,7 @@ class RestorePtrRecordRequest:
|
|
79
79
|
def floatingip_id(self):
|
80
80
|
"""Gets the floatingip_id of this RestorePtrRecordRequest.
|
81
81
|
|
82
|
-
|
82
|
+
弹性公网IP(EIP)的ID。
|
83
83
|
|
84
84
|
:return: The floatingip_id of this RestorePtrRecordRequest.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class RestorePtrRecordRequest:
|
|
90
90
|
def floatingip_id(self, floatingip_id):
|
91
91
|
"""Sets the floatingip_id of this RestorePtrRecordRequest.
|
92
92
|
|
93
|
-
|
93
|
+
弹性公网IP(EIP)的ID。
|
94
94
|
|
95
95
|
:param floatingip_id: The floatingip_id of this RestorePtrRecordRequest.
|
96
96
|
:type floatingip_id: str
|
@@ -33,9 +33,9 @@ class Router:
|
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
36
|
-
:param router_id:
|
36
|
+
:param router_id: 关联VPC的ID。
|
37
37
|
:type router_id: str
|
38
|
-
:param router_region:
|
38
|
+
:param router_region: 关联VPC所在的region。
|
39
39
|
:type router_region: str
|
40
40
|
:param status: 资源状态。
|
41
41
|
:type status: str
|
@@ -58,7 +58,7 @@ class Router:
|
|
58
58
|
def router_id(self):
|
59
59
|
"""Gets the router_id of this Router.
|
60
60
|
|
61
|
-
|
61
|
+
关联VPC的ID。
|
62
62
|
|
63
63
|
:return: The router_id of this Router.
|
64
64
|
:rtype: str
|
@@ -69,7 +69,7 @@ class Router:
|
|
69
69
|
def router_id(self, router_id):
|
70
70
|
"""Sets the router_id of this Router.
|
71
71
|
|
72
|
-
|
72
|
+
关联VPC的ID。
|
73
73
|
|
74
74
|
:param router_id: The router_id of this Router.
|
75
75
|
:type router_id: str
|
@@ -80,7 +80,7 @@ class Router:
|
|
80
80
|
def router_region(self):
|
81
81
|
"""Gets the router_region of this Router.
|
82
82
|
|
83
|
-
|
83
|
+
关联VPC所在的region。
|
84
84
|
|
85
85
|
:return: The router_region of this Router.
|
86
86
|
:rtype: str
|
@@ -91,7 +91,7 @@ class Router:
|
|
91
91
|
def router_region(self, router_region):
|
92
92
|
"""Sets the router_region of this Router.
|
93
93
|
|
94
|
-
|
94
|
+
关联VPC所在的region。
|
95
95
|
|
96
96
|
:param router_region: The router_region of this Router.
|
97
97
|
:type router_region: str
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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`
|
@@ -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]
|
@@ -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]
|
@@ -88,9 +88,9 @@ class UpdatePrivateZoneResponse(SdkResponse):
|
|
88
88
|
:type updated_at: str
|
89
89
|
:param links:
|
90
90
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
91
|
-
:param masters: 主从模式中,从DNS
|
91
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。
|
92
92
|
:type masters: list[str]
|
93
|
-
:param routers:
|
93
|
+
:param routers: 与该zone关联的Router(VPC)列表。
|
94
94
|
:type routers: list[:class:`huaweicloudsdkdns.v2.RouterWithStatus`]
|
95
95
|
"""
|
96
96
|
|
@@ -455,7 +455,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
|
|
455
455
|
def masters(self):
|
456
456
|
"""Gets the masters of this UpdatePrivateZoneResponse.
|
457
457
|
|
458
|
-
主从模式中,从DNS
|
458
|
+
主从模式中,从DNS服务器获取DNS信息。
|
459
459
|
|
460
460
|
:return: The masters of this UpdatePrivateZoneResponse.
|
461
461
|
:rtype: list[str]
|
@@ -466,7 +466,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
|
|
466
466
|
def masters(self, masters):
|
467
467
|
"""Sets the masters of this UpdatePrivateZoneResponse.
|
468
468
|
|
469
|
-
主从模式中,从DNS
|
469
|
+
主从模式中,从DNS服务器获取DNS信息。
|
470
470
|
|
471
471
|
:param masters: The masters of this UpdatePrivateZoneResponse.
|
472
472
|
:type masters: list[str]
|
@@ -477,7 +477,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
|
|
477
477
|
def routers(self):
|
478
478
|
"""Gets the routers of this UpdatePrivateZoneResponse.
|
479
479
|
|
480
|
-
|
480
|
+
与该zone关联的Router(VPC)列表。
|
481
481
|
|
482
482
|
:return: The routers of this UpdatePrivateZoneResponse.
|
483
483
|
:rtype: list[:class:`huaweicloudsdkdns.v2.RouterWithStatus`]
|
@@ -488,7 +488,7 @@ class UpdatePrivateZoneResponse(SdkResponse):
|
|
488
488
|
def routers(self, routers):
|
489
489
|
"""Sets the routers of this UpdatePrivateZoneResponse.
|
490
490
|
|
491
|
-
|
491
|
+
与该zone关联的Router(VPC)列表。
|
492
492
|
|
493
493
|
:param routers: The routers of this UpdatePrivateZoneResponse.
|
494
494
|
:type routers: list[:class:`huaweicloudsdkdns.v2.RouterWithStatus`]
|
@@ -35,7 +35,7 @@ class UpdatePtrRecordRequest:
|
|
35
35
|
|
36
36
|
:param region: 域名所属的区域。
|
37
37
|
:type region: str
|
38
|
-
:param floatingip_id:
|
38
|
+
:param floatingip_id: 弹性公网IP(EIP)的ID。
|
39
39
|
:type floatingip_id: str
|
40
40
|
:param body: Body of the UpdatePtrRecordRequest
|
41
41
|
:type body: :class:`huaweicloudsdkdns.v2.UpdatePtrReq`
|
@@ -79,7 +79,7 @@ class UpdatePtrRecordRequest:
|
|
79
79
|
def floatingip_id(self):
|
80
80
|
"""Gets the floatingip_id of this UpdatePtrRecordRequest.
|
81
81
|
|
82
|
-
|
82
|
+
弹性公网IP(EIP)的ID。
|
83
83
|
|
84
84
|
:return: The floatingip_id of this UpdatePtrRecordRequest.
|
85
85
|
:rtype: str
|
@@ -90,7 +90,7 @@ class UpdatePtrRecordRequest:
|
|
90
90
|
def floatingip_id(self, floatingip_id):
|
91
91
|
"""Sets the floatingip_id of this UpdatePtrRecordRequest.
|
92
92
|
|
93
|
-
|
93
|
+
弹性公网IP(EIP)的ID。
|
94
94
|
|
95
95
|
:param floatingip_id: The floatingip_id of this UpdatePtrRecordRequest.
|
96
96
|
:type floatingip_id: str
|
@@ -86,7 +86,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
86
86
|
:type updated_at: str
|
87
87
|
:param links:
|
88
88
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
89
|
-
:param masters: 主从模式中,从DNS
|
89
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
90
90
|
:type masters: list[str]
|
91
91
|
"""
|
92
92
|
|
@@ -448,7 +448,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
448
448
|
def masters(self):
|
449
449
|
"""Gets the masters of this UpdatePublicZoneResponse.
|
450
450
|
|
451
|
-
主从模式中,从DNS
|
451
|
+
主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
452
452
|
|
453
453
|
:return: The masters of this UpdatePublicZoneResponse.
|
454
454
|
:rtype: list[str]
|
@@ -459,7 +459,7 @@ class UpdatePublicZoneResponse(SdkResponse):
|
|
459
459
|
def masters(self, masters):
|
460
460
|
"""Sets the masters of this UpdatePublicZoneResponse.
|
461
461
|
|
462
|
-
主从模式中,从DNS
|
462
|
+
主从模式中,从DNS服务器获取DNS信息。 目前暂未使用。
|
463
463
|
|
464
464
|
:param masters: The masters of this UpdatePublicZoneResponse.
|
465
465
|
:type masters: list[str]
|
@@ -86,7 +86,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
86
86
|
:type updated_at: str
|
87
87
|
:param links:
|
88
88
|
:type links: :class:`huaweicloudsdkdns.v2.PageLink`
|
89
|
-
:param masters: 主从模式中,从DNS
|
89
|
+
:param masters: 主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
90
90
|
:type masters: list[str]
|
91
91
|
"""
|
92
92
|
|
@@ -448,7 +448,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
448
448
|
def masters(self):
|
449
449
|
"""Gets the masters of this UpdatePublicZoneStatusResponse.
|
450
450
|
|
451
|
-
主从模式中,从DNS
|
451
|
+
主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
452
452
|
|
453
453
|
:return: The masters of this UpdatePublicZoneStatusResponse.
|
454
454
|
:rtype: list[str]
|
@@ -459,7 +459,7 @@ class UpdatePublicZoneStatusResponse(SdkResponse):
|
|
459
459
|
def masters(self, masters):
|
460
460
|
"""Sets the masters of this UpdatePublicZoneStatusResponse.
|
461
461
|
|
462
|
-
主从模式中,从DNS
|
462
|
+
主从模式中,从DNS服务器获取DNS信息。目前暂未使用。
|
463
463
|
|
464
464
|
:param masters: The masters of this UpdatePublicZoneStatusResponse.
|
465
465
|
:type masters: list[str]
|
@@ -58,10 +58,12 @@ class UpdateRecordSetReq:
|
|
58
58
|
self._records = None
|
59
59
|
self.discriminator = None
|
60
60
|
|
61
|
-
|
61
|
+
if name is not None:
|
62
|
+
self.name = name
|
62
63
|
if description is not None:
|
63
64
|
self.description = description
|
64
|
-
|
65
|
+
if type is not None:
|
66
|
+
self.type = type
|
65
67
|
if ttl is not None:
|
66
68
|
self.ttl = ttl
|
67
69
|
if records is not None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkdns
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.113
|
4
4
|
Summary: DNS
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore>=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.113
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -1,12 +1,12 @@
|
|
1
1
|
huaweicloudsdkdns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
huaweicloudsdkdns/v2/__init__.py,sha256=t7gqO8MgYqXWjc4tVFL9Yl1tnXHsttxWi5l_-T3gVqg,14701
|
3
|
-
huaweicloudsdkdns/v2/dns_async_client.py,sha256=
|
4
|
-
huaweicloudsdkdns/v2/dns_client.py,sha256=
|
3
|
+
huaweicloudsdkdns/v2/dns_async_client.py,sha256=XAIb6aVNHdJVf_I8CXJ3N296xeguBbkn0Iwwr27cVDw,131572
|
4
|
+
huaweicloudsdkdns/v2/dns_client.py,sha256=Raf2NFdz2Ldr1A_8DWIoHKZ5KkaFlHSCK28_aHQ46uo,131577
|
5
5
|
huaweicloudsdkdns/v2/model/__init__.py,sha256=GgYDVWg3I2tZazCfKTiB8Mj6Sy4YfnZE7ZdoId92M6c,14615
|
6
6
|
huaweicloudsdkdns/v2/model/alias_target.py,sha256=TXlkuZcwtxOYMC96Lg5oQyEEC3jMwdGIrSD1FOfoS8E,4541
|
7
7
|
huaweicloudsdkdns/v2/model/associate_router_request.py,sha256=GS_TbuvmagUPYknVP3bs6DU7pOsavzieo8Liov_bCLo,3905
|
8
8
|
huaweicloudsdkdns/v2/model/associate_router_request_body.py,sha256=OGrhzNOMc_06jf-YCA0wgd0CUEmPj_uybhmVZozdvtM,3088
|
9
|
-
huaweicloudsdkdns/v2/model/associate_router_response.py,sha256=
|
9
|
+
huaweicloudsdkdns/v2/model/associate_router_response.py,sha256=OD3VHgd5IxtK0OBG9yMImTfyYMlv_pgdMetXSs9Us0A,4929
|
10
10
|
huaweicloudsdkdns/v2/model/batch_create_record_set_with_line.py,sha256=YmOWzkhGWK6AS6tPg2ZXOeTAlxV50-dbT8jeun5VupA,7005
|
11
11
|
huaweicloudsdkdns/v2/model/batch_create_tag_request.py,sha256=f-YlzUvxuPfYQKEtgHgMCceN6n42evJ1Ulbx5irUvNM,5057
|
12
12
|
huaweicloudsdkdns/v2/model/batch_create_tag_response.py,sha256=JWG7YFctBsJjCt7s2SZNORH2k1rhcUxg2W21rM2vsx4,2439
|
@@ -21,19 +21,19 @@ huaweicloudsdkdns/v2/model/batch_update_record_set_with_line_response.py,sha256=
|
|
21
21
|
huaweicloudsdkdns/v2/model/create_custom_line_request.py,sha256=Ei2WfKZIGHenFtGBdw-Fu5NpoSrjSvgWMvgylz0o4UY,3135
|
22
22
|
huaweicloudsdkdns/v2/model/create_custom_line_response.py,sha256=dIWq9rXNcAFFwHYlmwCZuApDRZvk4l1VzzWO50xcbuI,8131
|
23
23
|
huaweicloudsdkdns/v2/model/create_custom_lines.py,sha256=rm_SGjQhxGxFqx-Bcs3gnmpKMbmqG8H0U8uggllK2hw,5789
|
24
|
-
huaweicloudsdkdns/v2/model/create_eip_record_set_request.py,sha256
|
24
|
+
huaweicloudsdkdns/v2/model/create_eip_record_set_request.py,sha256=hh8QxCLUlA2XMVP2FasBJdDh2z-lzh48dPZ4Hx3jBQI,4782
|
25
25
|
huaweicloudsdkdns/v2/model/create_eip_record_set_response.py,sha256=s73zMx2TUN6ozmuIhuaD97BJIWwZ-dCWhmXorPVDHFE,10696
|
26
26
|
huaweicloudsdkdns/v2/model/create_line_group_request.py,sha256=8kIpQALt4sZTM9VyOzZ9DAKntVaONb-osdX8IJXitUk,3135
|
27
27
|
huaweicloudsdkdns/v2/model/create_line_group_response.py,sha256=EefTluDvnTBZcHyAW4s4s0PDqpFVa7KIXKrRuohz3MM,8625
|
28
28
|
huaweicloudsdkdns/v2/model/create_line_groups_req.py,sha256=GhPDwSTvmYk18jYZauVztfL8vvatJTmaewOe7fn2dMQ,5408
|
29
29
|
huaweicloudsdkdns/v2/model/create_line_groups_resp.py,sha256=KMhm0PMYC7uR03B2LcOCPMhF64CilKsyQiuWLtWbyHQ,8416
|
30
|
-
huaweicloudsdkdns/v2/model/create_private_zone_req.py,sha256=
|
30
|
+
huaweicloudsdkdns/v2/model/create_private_zone_req.py,sha256=8AvMXvwLVWr0Oqm87OIF4zm3ACJ1RZg_eRr-CAC17rA,10399
|
31
31
|
huaweicloudsdkdns/v2/model/create_private_zone_request.py,sha256=LDG4rWkw4hP3qCcLMBczJaPKXYYsAIgQvjWOXRUK3p4,3155
|
32
|
-
huaweicloudsdkdns/v2/model/create_private_zone_response.py,sha256=
|
32
|
+
huaweicloudsdkdns/v2/model/create_private_zone_response.py,sha256=eJ1IyGpsaOnarOUACOxB5raCYjxzEeh60EOgui_HaMQ,17450
|
33
33
|
huaweicloudsdkdns/v2/model/create_ptr_req.py,sha256=pUUtqnTTiv8hYQhAS6vGjUbT1WX9i90mnV2r3J78TK8,6808
|
34
34
|
huaweicloudsdkdns/v2/model/create_public_zone_req.py,sha256=Uem_C3sOwIvVu21BUYoD_NdsK3dmM0_IbsXIVCoy8iQ,8149
|
35
35
|
huaweicloudsdkdns/v2/model/create_public_zone_request.py,sha256=83KZSuC2gjlQv4qrW8htsUdtcaG5Rqe7P6GYdJnRpcc,3143
|
36
|
-
huaweicloudsdkdns/v2/model/create_public_zone_response.py,sha256=
|
36
|
+
huaweicloudsdkdns/v2/model/create_public_zone_response.py,sha256=asqmd-iIC4PheDZXPC67Rxy9OEJegYH7_XFKF9PrpzA,16413
|
37
37
|
huaweicloudsdkdns/v2/model/create_r_set_batch_lines_req.py,sha256=GLH4tPlgpFMT-UjD_noO5LH9MCBgNlCj5Wp_1oJ-fOg,6026
|
38
38
|
huaweicloudsdkdns/v2/model/create_record_set_request.py,sha256=ySyLAYexGCrzC3aN8Pk9YWU3uXARQgiVmVDcAcaW0bE,3893
|
39
39
|
huaweicloudsdkdns/v2/model/create_record_set_request_body.py,sha256=OvohOvQp8SabOx-0ky-jZ8W0j9lRaJX2V3kshISEV90,9290
|
@@ -51,9 +51,9 @@ huaweicloudsdkdns/v2/model/delete_custom_line_response.py,sha256=SDlSmtghvy1MDA1
|
|
51
51
|
huaweicloudsdkdns/v2/model/delete_line_group_request.py,sha256=ZF03F_mThA9JbBPf0XfhhI-e0aL20C7kM7TQwOkvrEs,3161
|
52
52
|
huaweicloudsdkdns/v2/model/delete_line_group_response.py,sha256=9N3AUInyT9gwhwBcMouyZRc9x1kaxTASDzr1jiLHbj0,8625
|
53
53
|
huaweicloudsdkdns/v2/model/delete_private_zone_request.py,sha256=w-ok6fkIKSZ-6zc8XG-uIN_J6P-eAhLYPyDqRAycLuI,3077
|
54
|
-
huaweicloudsdkdns/v2/model/delete_private_zone_response.py,sha256=
|
54
|
+
huaweicloudsdkdns/v2/model/delete_private_zone_response.py,sha256=EB5-eKxUUc62SBYKpdeeX_nGy-mQTOUNoOViyqyTpV0,15836
|
55
55
|
huaweicloudsdkdns/v2/model/delete_public_zone_request.py,sha256=1wCg4U_gRvKN7qzRxRG0kVmBbvWzsPS_Cz32m5sDFaM,3061
|
56
|
-
huaweicloudsdkdns/v2/model/delete_public_zone_response.py,sha256=
|
56
|
+
huaweicloudsdkdns/v2/model/delete_public_zone_response.py,sha256=KZN0_GYq3f3cVhNN0hBkWm_UxawndsuDF6bxvtxWUIU,14543
|
57
57
|
huaweicloudsdkdns/v2/model/delete_record_set_request.py,sha256=5TEzq4cSbNOaSpBy3Q0IJoAAivhs930hRMMrxtLMePo,3990
|
58
58
|
huaweicloudsdkdns/v2/model/delete_record_set_response.py,sha256=Q_Y2zkujga4FXqnSiz6X6D8TWsFesd2bDHlq9lmeFZE,13769
|
59
59
|
huaweicloudsdkdns/v2/model/delete_record_sets_request.py,sha256=crFb2ew_bwHNbUQ0yl19YIyiCBaUQUc7n5HjoDwFfHo,3956
|
@@ -61,7 +61,7 @@ huaweicloudsdkdns/v2/model/delete_record_sets_response.py,sha256=2nZKOjZDYEg_8Pr
|
|
61
61
|
huaweicloudsdkdns/v2/model/delete_tag_request.py,sha256=kEr7z__aTfMX0BMpKe4m8HNaeBzZCkIdG5XvNrO6eP4,4964
|
62
62
|
huaweicloudsdkdns/v2/model/delete_tag_response.py,sha256=dX_m3etjZpywClqaIiRdXOpyPa0xhv_Ez-f7wPxc2to,2419
|
63
63
|
huaweicloudsdkdns/v2/model/disassociate_router_request.py,sha256=t_lKTjTuQQuZBzauRaE-3jxcXHsHgM6_1lTrX2cGpgs,3959
|
64
|
-
huaweicloudsdkdns/v2/model/disassociate_router_response.py,sha256=
|
64
|
+
huaweicloudsdkdns/v2/model/disassociate_router_response.py,sha256=YRLS_ym7XFft3I7QWmkYeXaZQK_2Hjv0OCcnhOGnVJQ,4977
|
65
65
|
huaweicloudsdkdns/v2/model/disassociaterouter_request_body.py,sha256=s1Vx0_TrWYOl1Cv0FnY8F-IHQQ6iYwV8Yvf57eap_7c,3109
|
66
66
|
huaweicloudsdkdns/v2/model/domain_quota_response_quotas.py,sha256=ZBaZa2DVI0dC_NrXdTu2EEkI9MY440dJ2uDuk-OUts4,5424
|
67
67
|
huaweicloudsdkdns/v2/model/line.py,sha256=o6V4NL-1VdslFn1knPvuE2e9PC4rapsB8rMAseIgDdk,7394
|
@@ -80,7 +80,7 @@ huaweicloudsdkdns/v2/model/list_private_zones_response.py,sha256=JLcKLUC1dnBs4DG
|
|
80
80
|
huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py,sha256=mL1GyQMl0OBXpzhr28xi8eGUBY__Qw-hS5VA_TupKjY,11410
|
81
81
|
huaweicloudsdkdns/v2/model/list_ptr_records_request.py,sha256=sWDmC67aO-VlRqdyFxyi9lhuFOc--gXxryaMMnt4kE4,8593
|
82
82
|
huaweicloudsdkdns/v2/model/list_ptr_records_response.py,sha256=8Ht4csFdnzRfEfMr3pWiDFd5pk9xfqWG-0N0YdliYWI,5141
|
83
|
-
huaweicloudsdkdns/v2/model/list_public_zones_request.py,sha256=
|
83
|
+
huaweicloudsdkdns/v2/model/list_public_zones_request.py,sha256=JYDml07ufflgWb2oPmNLhstr5lh94Yqh5dI5rPH-pjY,12164
|
84
84
|
huaweicloudsdkdns/v2/model/list_public_zones_response.py,sha256=vGg1y5kEpx5ypbngl1HG6pUSPTBsPjpAi1Hu3HM1ZCI,4962
|
85
85
|
huaweicloudsdkdns/v2/model/list_record_sets.py,sha256=mEa1CEfm3d9liL-TZt9Bw7Aio2N2b_OvgCXvt5WDZJY,13122
|
86
86
|
huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py,sha256=TeZRihbnQ9dtRyOQ8Ivnqpw1BXFnOdYSS2Bhk2VNfCY,15158
|
@@ -102,16 +102,16 @@ huaweicloudsdkdns/v2/model/nameserver.py,sha256=hvikwOhzmiLIZjqxi6qW08u0pT8qBtgT
|
|
102
102
|
huaweicloudsdkdns/v2/model/ns_records.py,sha256=DxnrD7UNqLYvvRBLh3fSDat3v8bX-NdrwCcJ591fBZg,5064
|
103
103
|
huaweicloudsdkdns/v2/model/page_link.py,sha256=GrS5tAfNu7y1Ivev6_6eOXn3VMgJKWCCzorHhuFSuj0,3631
|
104
104
|
huaweicloudsdkdns/v2/model/private_name_server.py,sha256=s45c7RJRYmpY5PAIyWtXkm6xM34rz9-eVWPdY25x1ks,4085
|
105
|
-
huaweicloudsdkdns/v2/model/private_zone_resp.py,sha256=
|
106
|
-
huaweicloudsdkdns/v2/model/public_zone_resp.py,sha256=
|
105
|
+
huaweicloudsdkdns/v2/model/private_zone_resp.py,sha256=egKK4LcfW8YtReSkc4pm7jCWqkcEPsOI6maU-zfav_s,18343
|
106
|
+
huaweicloudsdkdns/v2/model/public_zone_resp.py,sha256=3S65qVRZPNrRwibr-89PFmJTQg4706Thj_RAVpPJO3I,15979
|
107
107
|
huaweicloudsdkdns/v2/model/query_record_set_with_line_and_tags_resp.py,sha256=9oUrbJtSB4vzz9TFkv7Nyr8rIennq9SE-Ztq_6zl220,18642
|
108
108
|
huaweicloudsdkdns/v2/model/query_record_set_with_line_resp.py,sha256=5QPNb-WDOpiHSqt1DMPcHf9vUPxkvDuCOGvSe63tXxM,18093
|
109
109
|
huaweicloudsdkdns/v2/model/resource_item.py,sha256=6wLmVhnRaiy-KhH0y3tBlU1BRrph5sRtPgV4XrLUVTk,5927
|
110
|
-
huaweicloudsdkdns/v2/model/restore_ptr_record_request.py,sha256=
|
110
|
+
huaweicloudsdkdns/v2/model/restore_ptr_record_request.py,sha256=hV-wprlDaCq2X7YJ6mAuRdJ_eRCb9Dur5doZfPylwM0,4754
|
111
111
|
huaweicloudsdkdns/v2/model/restore_ptr_record_response.py,sha256=7j7kl3CsSXvt6wgcMFV3KMj-f5Pjcn1umj_vhvqsQmo,2447
|
112
112
|
huaweicloudsdkdns/v2/model/restore_ptr_req.py,sha256=r1QGGlY0-ndSk_neXo_P-kNDH3W6UD094yxmLRupxHY,3115
|
113
|
-
huaweicloudsdkdns/v2/model/router.py,sha256=
|
114
|
-
huaweicloudsdkdns/v2/model/router_with_status.py,sha256=
|
113
|
+
huaweicloudsdkdns/v2/model/router.py,sha256=F_0EjCrnGnVK32Y2U74jQ_gal1zKzLPZG2uA_XQsRMs,4520
|
114
|
+
huaweicloudsdkdns/v2/model/router_with_status.py,sha256=SCxiRs2jjflM1Jw2Uq92IMbX8nSdpuw1RPjg5jQRRp8,4708
|
115
115
|
huaweicloudsdkdns/v2/model/set_record_sets_status_req.py,sha256=tBVuRlHo9h-nr15Vep9ZCz2z8dlbVVAKsN_Ou7LvBY8,3239
|
116
116
|
huaweicloudsdkdns/v2/model/set_record_sets_status_request.py,sha256=vZIzZnkK4MTVXBY9p871JYbcBO7fOlYvD9wM00bR-b8,4080
|
117
117
|
huaweicloudsdkdns/v2/model/set_record_sets_status_response.py,sha256=1_AOgGx2InqMEpROPE4_b_fkQW9QzTSbKIa_9qRy_zQ,18292
|
@@ -124,13 +124,13 @@ huaweicloudsdkdns/v2/model/show_line_group_response.py,sha256=K_IXF8R_JOUwwToBmi
|
|
124
124
|
huaweicloudsdkdns/v2/model/show_private_zone_name_server_request.py,sha256=7mfeLOanp6eDlzc0d6sDOqIG997-3NZizCvyj36Schs,3151
|
125
125
|
huaweicloudsdkdns/v2/model/show_private_zone_name_server_response.py,sha256=lG4zfJ_9A17xleyXnrJIynLPrh-embDpaIIZiIpiWxE,3591
|
126
126
|
huaweicloudsdkdns/v2/model/show_private_zone_request.py,sha256=0HmUXHxXeWXs3nFaVHl6drR4LvQF-38iGfAo8c7Jaeg,3063
|
127
|
-
huaweicloudsdkdns/v2/model/show_private_zone_response.py,sha256=
|
128
|
-
huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py,sha256=
|
127
|
+
huaweicloudsdkdns/v2/model/show_private_zone_response.py,sha256=qsisWF_YzYweZovrZ2uySyiSLbApR9yzQ4vpyCt9DvE,18245
|
128
|
+
huaweicloudsdkdns/v2/model/show_ptr_record_set_request.py,sha256=t8Qk4ASAomcOi4bUcB05Osen4ZdSWIu6k_p03hjqycc,3965
|
129
129
|
huaweicloudsdkdns/v2/model/show_ptr_record_set_response.py,sha256=UMnEpPOGNBFodTndIjgmF_9bbItaKNYRHpSBuSpKqtM,10616
|
130
130
|
huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py,sha256=O85o4ZZmfwPelZiDdeJVab59uoZRBkia9TsiKeX_kZ8,3261
|
131
131
|
huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py,sha256=n35NbgOrqlSTN18EAq7pybSorZqIYf6uwJ-D32AGEdY,3612
|
132
132
|
huaweicloudsdkdns/v2/model/show_public_zone_request.py,sha256=dL8ZmN3405JrTVtaPKqIrAhqx4DeV3PhrOXos2fUOKE,3056
|
133
|
-
huaweicloudsdkdns/v2/model/show_public_zone_response.py,sha256=
|
133
|
+
huaweicloudsdkdns/v2/model/show_public_zone_response.py,sha256=sjG0pB0Y8ysa7SmUC_GT2bUL3gAmC4Owv-T0crDs650,15641
|
134
134
|
huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py,sha256=mkZa0RKTiqreuGScA8aSZHaVqk8TyLaUGbdSl84KudA,15889
|
135
135
|
huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py,sha256=AsNww3ddEerNJHboZLpGNn0BaYgwPlpwsBE8jwA0Elc,17192
|
136
136
|
huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py,sha256=_lEeAdwiftyCEtPXEROe-ln7fBGVOxqwsonrWnI-syc,5129
|
@@ -139,9 +139,9 @@ huaweicloudsdkdns/v2/model/show_record_set_response.py,sha256=Ih1vqgz6oIjPMXROkN
|
|
139
139
|
huaweicloudsdkdns/v2/model/show_record_set_with_line_request.py,sha256=Xq62E95w0WpFn23yuKja2CVYJClC-Sw7jgFVuLWVu0M,4002
|
140
140
|
huaweicloudsdkdns/v2/model/show_record_set_with_line_response.py,sha256=byzgEH8vSCa7lWODjCkpYUCIBcD-xnXmp1UxbiM3MuU,18452
|
141
141
|
huaweicloudsdkdns/v2/model/show_resource_tag_request.py,sha256=Uqqf9-V7PEe3thCBlKxi42KtV-WAktb_sWsPmRgi7d0,4286
|
142
|
-
huaweicloudsdkdns/v2/model/show_resource_tag_response.py,sha256=
|
142
|
+
huaweicloudsdkdns/v2/model/show_resource_tag_response.py,sha256=aEH99oFBjEkcj1odL1H5YBB1qfrab-z8sDpnaLO2xv0,3294
|
143
143
|
huaweicloudsdkdns/v2/model/tag.py,sha256=BkVTjQ7QtBpHpwz3HMPVT6JrO4o0BM3HCouAlmTNLaE,4456
|
144
|
-
huaweicloudsdkdns/v2/model/tag_values.py,sha256=
|
144
|
+
huaweicloudsdkdns/v2/model/tag_values.py,sha256=YvjqkwM42_WBeS7jDIzeEfH-CF6QqLqo-XjqY2iggNU,4555
|
145
145
|
huaweicloudsdkdns/v2/model/update_custom_line_request.py,sha256=ipYyEZ4o4ggg1F6gVJUVCmOb9MCtWGZG9BAyUzzGfvY,3878
|
146
146
|
huaweicloudsdkdns/v2/model/update_custom_line_response.py,sha256=uR1rpgCmPAw3rihJVgr2vsuD0u30RBdFm9ZhzOjPxmI,8131
|
147
147
|
huaweicloudsdkdns/v2/model/update_customs_line_req.py,sha256=KMR7YMUGSysdViUIj1999xGE_BbSk1MjMztno1b-YV4,5316
|
@@ -150,17 +150,17 @@ huaweicloudsdkdns/v2/model/update_line_groups_request.py,sha256=h79_-rQxxbtXIqMF
|
|
150
150
|
huaweicloudsdkdns/v2/model/update_line_groups_response.py,sha256=fUU4iDn5GwassPIu-AkRsrd8grsy0KzKoJsWWAYSY-g,8657
|
151
151
|
huaweicloudsdkdns/v2/model/update_private_zone_info_req.py,sha256=AzUchmTi8Pt4P-kz6kDkgMh2wLH5jmXiHsQSIwwqFss,4942
|
152
152
|
huaweicloudsdkdns/v2/model/update_private_zone_request.py,sha256=Ca8iHIRufD37qBkxis1xqdjgqDCPU_OGKO1j8Evj2uQ,3918
|
153
|
-
huaweicloudsdkdns/v2/model/update_private_zone_response.py,sha256=
|
154
|
-
huaweicloudsdkdns/v2/model/update_ptr_record_request.py,sha256=
|
153
|
+
huaweicloudsdkdns/v2/model/update_private_zone_response.py,sha256=XKhz0DjxNidQtkCWL7lAxdkw_9XoDP4pm4rzghsBHXU,15845
|
154
|
+
huaweicloudsdkdns/v2/model/update_ptr_record_request.py,sha256=BLESqf7PWgjRrgxdSg0ukgOVZGRlCeEQ0ovQO92MY-g,4734
|
155
155
|
huaweicloudsdkdns/v2/model/update_ptr_record_response.py,sha256=bgvBXKWFNqHDKLSC-t_7D9cBjbDnzKg83GAuQEct3Fk,9235
|
156
156
|
huaweicloudsdkdns/v2/model/update_ptr_req.py,sha256=Om_YPzlg-rQHulnk8XXCOdbWizHL0tiPVGks4w8amfU,5526
|
157
157
|
huaweicloudsdkdns/v2/model/update_public_zone_info.py,sha256=NKdmtGwr7Q9kfC5OZ8gcmGcHiyFd53cRJhqlMyDlKrM,5056
|
158
158
|
huaweicloudsdkdns/v2/model/update_public_zone_request.py,sha256=CisHnwcSCQfSbqP6ap-SRHN_ODVT4dHeWESequsCGyo,3881
|
159
|
-
huaweicloudsdkdns/v2/model/update_public_zone_response.py,sha256=
|
159
|
+
huaweicloudsdkdns/v2/model/update_public_zone_response.py,sha256=Z7H-s_k2dY-6Cr7NjOPy3tpwNHb72kNRrEsOF3PZsz8,15266
|
160
160
|
huaweicloudsdkdns/v2/model/update_public_zone_status_request.py,sha256=iQ3OuAcCpFKfDDtlhiJe5oSVnSvn7xS27WCaoTDLLRo,4023
|
161
161
|
huaweicloudsdkdns/v2/model/update_public_zone_status_request_body.py,sha256=x6iDPcpPkxmNs9nhJ1bsu5xHnb57Txz0mKgHOsmpHH0,3283
|
162
|
-
huaweicloudsdkdns/v2/model/update_public_zone_status_response.py,sha256=
|
163
|
-
huaweicloudsdkdns/v2/model/update_record_set_req.py,sha256=
|
162
|
+
huaweicloudsdkdns/v2/model/update_public_zone_status_response.py,sha256=CxRSvY2JEul3BhLuVoBq4je8tqu1ahhY49kaqDL-wek,15218
|
163
|
+
huaweicloudsdkdns/v2/model/update_record_set_req.py,sha256=7CoV4F0Jd7hFoveRFDrFQNFzSD3nBmENL3K8iBvM9T8,6686
|
164
164
|
huaweicloudsdkdns/v2/model/update_record_set_request.py,sha256=LQ_hG0PR0JI59ewaWRT1oggv1ztFvT4MVE5QuEHdeXY,4752
|
165
165
|
huaweicloudsdkdns/v2/model/update_record_set_response.py,sha256=7Mzma_xlWq90Y2tv-Z8i-0g814tCRcE48ID_tnYJi_4,14460
|
166
166
|
huaweicloudsdkdns/v2/model/update_record_sets_req.py,sha256=v3VTzuNpNOsysoMpv5x7UvPva-t0MBx41sRzcRAunHc,8612
|
@@ -170,8 +170,8 @@ huaweicloudsdkdns/v2/model/values_item.py,sha256=0AXLTxTQgrI2oA5ROO_uWgzBU90u3y-
|
|
170
170
|
huaweicloudsdkdns/v2/model/version_item.py,sha256=Qe8ZF1oE8--TxtkJ9qScxZcSJBMQjNjBRxzVL-yQOSY,7653
|
171
171
|
huaweicloudsdkdns/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
172
172
|
huaweicloudsdkdns/v2/region/dns_region.py,sha256=pQBBvL1wXeVejf15MAWx24j8E2BpLK-kYYe5wqXjDfw,3711
|
173
|
-
huaweicloudsdkdns-3.1.
|
174
|
-
huaweicloudsdkdns-3.1.
|
175
|
-
huaweicloudsdkdns-3.1.
|
176
|
-
huaweicloudsdkdns-3.1.
|
177
|
-
huaweicloudsdkdns-3.1.
|
173
|
+
huaweicloudsdkdns-3.1.113.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
174
|
+
huaweicloudsdkdns-3.1.113.dist-info/METADATA,sha256=XRsHUK0Cfb54KHKf8HtN6YGMtn_tVZOEro_l8X0unss,1135
|
175
|
+
huaweicloudsdkdns-3.1.113.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
176
|
+
huaweicloudsdkdns-3.1.113.dist-info/top_level.txt,sha256=L6Y0lsiaUnIBMbDONPwK10dyE0vMKUfYcxZcjjSmu2E,18
|
177
|
+
huaweicloudsdkdns-3.1.113.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|