huaweicloudsdkdns 3.1.160__py3-none-any.whl → 3.1.161__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 +0 -1
- huaweicloudsdkdns/v2/dns_client.py +0 -1
- huaweicloudsdkdns/v2/model/list_custom_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_endpoints_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_line_groups_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_private_zones_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptr_records_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_ptrs_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py +3 -3
- huaweicloudsdkdns/v2/model/list_resolver_rules_request.py +3 -3
- huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py +3 -3
- {huaweicloudsdkdns-3.1.160.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/METADATA +2 -2
- {huaweicloudsdkdns-3.1.160.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/RECORD +20 -20
- {huaweicloudsdkdns-3.1.160.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdns-3.1.160.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdns-3.1.160.dist-info → huaweicloudsdkdns-3.1.161.dist-info}/top_level.txt +0 -0
@@ -1037,7 +1037,6 @@ class DnsAsyncClient(Client):
|
|
1037
1037
|
r"""创建公网域名
|
1038
1038
|
|
1039
1039
|
您在使用华为云云解析服务为自己注册的域名配置DNS解析之前,需要先将域名添加至云解析服务控制台。
|
1040
|
-
一般情况下,通过华为云[域名注册服务](https://support.huaweicloud.com/domain/index.html)注册的域名无需添加,系统将在域名注册完成后自动添加。
|
1041
1040
|
|
1042
1041
|
Please refer to HUAWEI cloud API Explorer for details.
|
1043
1042
|
|
@@ -1037,7 +1037,6 @@ class DnsClient(Client):
|
|
1037
1037
|
r"""创建公网域名
|
1038
1038
|
|
1039
1039
|
您在使用华为云云解析服务为自己注册的域名配置DNS解析之前,需要先将域名添加至云解析服务控制台。
|
1040
|
-
一般情况下,通过华为云[域名注册服务](https://support.huaweicloud.com/domain/index.html)注册的域名无需添加,系统将在域名注册完成后自动添加。
|
1041
1040
|
|
1042
1041
|
Please refer to HUAWEI cloud API Explorer for details.
|
1043
1042
|
|
@@ -47,7 +47,7 @@ class ListCustomLineRequest:
|
|
47
47
|
:type name: str
|
48
48
|
:param limit: 分页查询时配置每页返回的资源个数。 当查询详细信息时:取值范围:0~100取值一般为10,20,50默认为100。 当查询概要信息时:取值范围:0~3000默认为3000。
|
49
49
|
:type limit: int
|
50
|
-
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
50
|
+
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
51
51
|
:type offset: int
|
52
52
|
:param show_detail: 是否查询详细信息。 取值范围: true:是,查询详细信息。 false:否,不查询详细信息。 默认为true。
|
53
53
|
:type show_detail: bool
|
@@ -153,7 +153,7 @@ class ListCustomLineRequest:
|
|
153
153
|
def offset(self):
|
154
154
|
r"""Gets the offset of this ListCustomLineRequest.
|
155
155
|
|
156
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
156
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
157
157
|
|
158
158
|
:return: The offset of this ListCustomLineRequest.
|
159
159
|
:rtype: int
|
@@ -164,7 +164,7 @@ class ListCustomLineRequest:
|
|
164
164
|
def offset(self, offset):
|
165
165
|
r"""Sets the offset of this ListCustomLineRequest.
|
166
166
|
|
167
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
167
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
168
168
|
|
169
169
|
:param offset: The offset of this ListCustomLineRequest.
|
170
170
|
:type offset: int
|
@@ -35,7 +35,7 @@ class ListEndpointVpcsRequest:
|
|
35
35
|
|
36
36
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
37
37
|
:type limit: int
|
38
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
38
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
39
39
|
:type offset: int
|
40
40
|
:param vpc_id: 待查询的VPC的ID。
|
41
41
|
:type vpc_id: str
|
@@ -81,7 +81,7 @@ class ListEndpointVpcsRequest:
|
|
81
81
|
def offset(self):
|
82
82
|
r"""Gets the offset of this ListEndpointVpcsRequest.
|
83
83
|
|
84
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
84
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
85
85
|
|
86
86
|
:return: The offset of this ListEndpointVpcsRequest.
|
87
87
|
:rtype: int
|
@@ -92,7 +92,7 @@ class ListEndpointVpcsRequest:
|
|
92
92
|
def offset(self, offset):
|
93
93
|
r"""Sets the offset of this ListEndpointVpcsRequest.
|
94
94
|
|
95
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
95
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
96
96
|
|
97
97
|
:param offset: The offset of this ListEndpointVpcsRequest.
|
98
98
|
:type offset: int
|
@@ -45,7 +45,7 @@ class ListEndpointsRequest:
|
|
45
45
|
:type name: str
|
46
46
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
47
47
|
:type limit: int
|
48
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
48
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
49
49
|
:type offset: int
|
50
50
|
"""
|
51
51
|
|
@@ -160,7 +160,7 @@ class ListEndpointsRequest:
|
|
160
160
|
def offset(self):
|
161
161
|
r"""Gets the offset of this ListEndpointsRequest.
|
162
162
|
|
163
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
163
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
164
164
|
|
165
165
|
:return: The offset of this ListEndpointsRequest.
|
166
166
|
:rtype: int
|
@@ -171,7 +171,7 @@ class ListEndpointsRequest:
|
|
171
171
|
def offset(self, offset):
|
172
172
|
r"""Sets the offset of this ListEndpointsRequest.
|
173
173
|
|
174
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
174
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
175
175
|
|
176
176
|
:param offset: The offset of this ListEndpointsRequest.
|
177
177
|
:type offset: int
|
@@ -41,7 +41,7 @@ class ListLineGroupsRequest:
|
|
41
41
|
:type name: str
|
42
42
|
:param limit: 分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
43
43
|
:type limit: int
|
44
|
-
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
44
|
+
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
45
45
|
:type offset: int
|
46
46
|
"""
|
47
47
|
|
@@ -132,7 +132,7 @@ class ListLineGroupsRequest:
|
|
132
132
|
def offset(self):
|
133
133
|
r"""Gets the offset of this ListLineGroupsRequest.
|
134
134
|
|
135
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
135
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
136
136
|
|
137
137
|
:return: The offset of this ListLineGroupsRequest.
|
138
138
|
:rtype: int
|
@@ -143,7 +143,7 @@ class ListLineGroupsRequest:
|
|
143
143
|
def offset(self, offset):
|
144
144
|
r"""Sets the offset of this ListLineGroupsRequest.
|
145
145
|
|
146
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
146
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
147
147
|
|
148
148
|
:param offset: The offset of this ListLineGroupsRequest.
|
149
149
|
:type offset: int
|
@@ -59,7 +59,7 @@ class ListPrivateZonesRequest:
|
|
59
59
|
:type limit: int
|
60
60
|
:param marker: **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
61
61
|
:type marker: str
|
62
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
62
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
63
63
|
:type offset: int
|
64
64
|
:param tags: **参数解释:** 内网域名的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
65
65
|
:type tags: str
|
@@ -194,7 +194,7 @@ class ListPrivateZonesRequest:
|
|
194
194
|
def offset(self):
|
195
195
|
r"""Gets the offset of this ListPrivateZonesRequest.
|
196
196
|
|
197
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
197
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
198
198
|
|
199
199
|
:return: The offset of this ListPrivateZonesRequest.
|
200
200
|
:rtype: int
|
@@ -205,7 +205,7 @@ class ListPrivateZonesRequest:
|
|
205
205
|
def offset(self, offset):
|
206
206
|
r"""Sets the offset of this ListPrivateZonesRequest.
|
207
207
|
|
208
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
208
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
209
209
|
|
210
210
|
:param offset: The offset of this ListPrivateZonesRequest.
|
211
211
|
:type offset: int
|
@@ -43,7 +43,7 @@ class ListPtrRecordsRequest:
|
|
43
43
|
:type marker: str
|
44
44
|
:param limit: 分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
45
45
|
:type limit: int
|
46
|
-
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
46
|
+
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
47
47
|
:type offset: int
|
48
48
|
:param enterprise_project_id: 反向解析关联的企业项目ID,长度不超过36个字符。
|
49
49
|
:type enterprise_project_id: str
|
@@ -124,7 +124,7 @@ class ListPtrRecordsRequest:
|
|
124
124
|
def offset(self):
|
125
125
|
r"""Gets the offset of this ListPtrRecordsRequest.
|
126
126
|
|
127
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
127
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
128
128
|
|
129
129
|
:return: The offset of this ListPtrRecordsRequest.
|
130
130
|
:rtype: int
|
@@ -135,7 +135,7 @@ class ListPtrRecordsRequest:
|
|
135
135
|
def offset(self, offset):
|
136
136
|
r"""Sets the offset of this ListPtrRecordsRequest.
|
137
137
|
|
138
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
138
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
139
139
|
|
140
140
|
:param offset: The offset of this ListPtrRecordsRequest.
|
141
141
|
:type offset: int
|
@@ -45,7 +45,7 @@ class ListPtrsRequest:
|
|
45
45
|
:type marker: str
|
46
46
|
:param limit: 分页查询时配置每页返回的资源个数。 取值范围:0~500 取值一般为10,20,50。默认值为500。
|
47
47
|
:type limit: int
|
48
|
-
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
48
|
+
:param offset: 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
49
49
|
:type offset: int
|
50
50
|
:param enterprise_project_id: 反向解析关联的企业项目ID,长度不超过36个字符。
|
51
51
|
:type enterprise_project_id: str
|
@@ -131,7 +131,7 @@ class ListPtrsRequest:
|
|
131
131
|
def offset(self):
|
132
132
|
r"""Gets the offset of this ListPtrsRequest.
|
133
133
|
|
134
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
134
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
135
135
|
|
136
136
|
:return: The offset of this ListPtrsRequest.
|
137
137
|
:rtype: int
|
@@ -142,7 +142,7 @@ class ListPtrsRequest:
|
|
142
142
|
def offset(self, offset):
|
143
143
|
r"""Sets the offset of this ListPtrsRequest.
|
144
144
|
|
145
|
-
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset
|
145
|
+
分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 取值范围:0~2147483647 默认值为0。 当设置marker不为空时,以marker为分页起始标识,offset不生效。
|
146
146
|
|
147
147
|
:param offset: The offset of this ListPtrsRequest.
|
148
148
|
:type offset: int
|
@@ -37,7 +37,7 @@ class ListPublicZoneLinesRequest:
|
|
37
37
|
:type zone_id: str
|
38
38
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
39
39
|
:type limit: int
|
40
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
40
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
41
41
|
:type offset: int
|
42
42
|
"""
|
43
43
|
|
@@ -102,7 +102,7 @@ class ListPublicZoneLinesRequest:
|
|
102
102
|
def offset(self):
|
103
103
|
r"""Gets the offset of this ListPublicZoneLinesRequest.
|
104
104
|
|
105
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
105
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
106
106
|
|
107
107
|
:return: The offset of this ListPublicZoneLinesRequest.
|
108
108
|
:rtype: int
|
@@ -113,7 +113,7 @@ class ListPublicZoneLinesRequest:
|
|
113
113
|
def offset(self, offset):
|
114
114
|
r"""Sets the offset of this ListPublicZoneLinesRequest.
|
115
115
|
|
116
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
116
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
117
117
|
|
118
118
|
:param offset: The offset of this ListPublicZoneLinesRequest.
|
119
119
|
:type offset: int
|
@@ -59,7 +59,7 @@ class ListRecordSetsByZoneRequest:
|
|
59
59
|
:type marker: str
|
60
60
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
61
61
|
:type limit: int
|
62
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
62
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
63
63
|
:type offset: int
|
64
64
|
:param tags: **参数解释:** 记录集的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
65
65
|
:type tags: str
|
@@ -209,7 +209,7 @@ class ListRecordSetsByZoneRequest:
|
|
209
209
|
def offset(self):
|
210
210
|
r"""Gets the offset of this ListRecordSetsByZoneRequest.
|
211
211
|
|
212
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
212
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
213
213
|
|
214
214
|
:return: The offset of this ListRecordSetsByZoneRequest.
|
215
215
|
:rtype: int
|
@@ -220,7 +220,7 @@ class ListRecordSetsByZoneRequest:
|
|
220
220
|
def offset(self, offset):
|
221
221
|
r"""Sets the offset of this ListRecordSetsByZoneRequest.
|
222
222
|
|
223
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
223
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
224
224
|
|
225
225
|
:param offset: The offset of this ListRecordSetsByZoneRequest.
|
226
226
|
:type offset: int
|
@@ -61,7 +61,7 @@ class ListRecordSetsRequest:
|
|
61
61
|
:type search_mode: str
|
62
62
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
63
63
|
:type limit: int
|
64
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
64
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
65
65
|
:type offset: int
|
66
66
|
:param tags: **参数解释:** 记录集的标签,包括标签键和标签值。 取值格式:key1,value1|key2,value2。 **约束限制:** - 多个标签之间用“|”分开,每个标签的键值用英文逗号“,”相隔。 - 多个标签之间为“与”的关系。 - 搜索模式为精确搜索。如果资源标签值value是以*开头时,则按照*后面的值全模糊匹配。 **取值范围:** 最多可以查询20个标签。 **默认取值:** 不涉及。
|
67
67
|
:type tags: str
|
@@ -217,7 +217,7 @@ class ListRecordSetsRequest:
|
|
217
217
|
def offset(self):
|
218
218
|
r"""Gets the offset of this ListRecordSetsRequest.
|
219
219
|
|
220
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
220
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
221
221
|
|
222
222
|
:return: The offset of this ListRecordSetsRequest.
|
223
223
|
:rtype: int
|
@@ -228,7 +228,7 @@ class ListRecordSetsRequest:
|
|
228
228
|
def offset(self, offset):
|
229
229
|
r"""Sets the offset of this ListRecordSetsRequest.
|
230
230
|
|
231
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
231
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
232
232
|
|
233
233
|
:param offset: The offset of this ListRecordSetsRequest.
|
234
234
|
:type offset: int
|
@@ -65,7 +65,7 @@ class ListRecordSetsWithLineRequest:
|
|
65
65
|
:type marker: str
|
66
66
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
67
67
|
:type limit: int
|
68
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
68
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
69
69
|
:type offset: int
|
70
70
|
:param zone_id: **参数解释:** 域名的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
71
71
|
:type zone_id: str
|
@@ -216,7 +216,7 @@ class ListRecordSetsWithLineRequest:
|
|
216
216
|
def offset(self):
|
217
217
|
r"""Gets the offset of this ListRecordSetsWithLineRequest.
|
218
218
|
|
219
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
219
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
220
220
|
|
221
221
|
:return: The offset of this ListRecordSetsWithLineRequest.
|
222
222
|
:rtype: int
|
@@ -227,7 +227,7 @@ class ListRecordSetsWithLineRequest:
|
|
227
227
|
def offset(self, offset):
|
228
228
|
r"""Sets the offset of this ListRecordSetsWithLineRequest.
|
229
229
|
|
230
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
230
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
231
231
|
|
232
232
|
:param offset: The offset of this ListRecordSetsWithLineRequest.
|
233
233
|
:type offset: int
|
@@ -51,7 +51,7 @@ class ListResolverRulesRequest:
|
|
51
51
|
:type id: str
|
52
52
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
53
53
|
:type limit: int
|
54
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
54
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
55
55
|
:type offset: int
|
56
56
|
:param marker: **参数解释:** 分页查询的起始资源ID。 - 查询第一页时,设置为空。 - 查询下一页时,设置为上一页最后一条资源的ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
57
57
|
:type marker: str
|
@@ -197,7 +197,7 @@ class ListResolverRulesRequest:
|
|
197
197
|
def offset(self):
|
198
198
|
r"""Gets the offset of this ListResolverRulesRequest.
|
199
199
|
|
200
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
200
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
201
201
|
|
202
202
|
:return: The offset of this ListResolverRulesRequest.
|
203
203
|
:rtype: int
|
@@ -208,7 +208,7 @@ class ListResolverRulesRequest:
|
|
208
208
|
def offset(self, offset):
|
209
209
|
r"""Sets the offset of this ListResolverRulesRequest.
|
210
210
|
|
211
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
211
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
212
212
|
|
213
213
|
:param offset: The offset of this ListResolverRulesRequest.
|
214
214
|
:type offset: int
|
@@ -59,7 +59,7 @@ class ShowRecordSetByZoneRequest:
|
|
59
59
|
:type marker: str
|
60
60
|
:param limit: **参数解释:** 分页查询时配置每页返回的资源个数。 **约束限制:** 不涉及。 **取值范围:** 0~500。 **默认取值:** 500
|
61
61
|
:type limit: int
|
62
|
-
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
62
|
+
:param offset: **参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
63
63
|
:type offset: int
|
64
64
|
:param line_id: **参数解释:** 解析线路ID。 **约束限制:** 不涉及。 **取值范围:** 不涉及。 **默认取值:** 不涉及。
|
65
65
|
:type line_id: str
|
@@ -194,7 +194,7 @@ class ShowRecordSetByZoneRequest:
|
|
194
194
|
def offset(self):
|
195
195
|
r"""Gets the offset of this ShowRecordSetByZoneRequest.
|
196
196
|
|
197
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
197
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
198
198
|
|
199
199
|
:return: The offset of this ShowRecordSetByZoneRequest.
|
200
200
|
:rtype: int
|
@@ -205,7 +205,7 @@ class ShowRecordSetByZoneRequest:
|
|
205
205
|
def offset(self, offset):
|
206
206
|
r"""Sets the offset of this ShowRecordSetByZoneRequest.
|
207
207
|
|
208
|
-
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset
|
208
|
+
**参数解释:** 分页查询起始偏移量,表示从偏移量的下一个资源开始查询。 **约束限制:** 当设置marker不为空时,以marker为分页起始标识,offset不生效。 **取值范围:** 0~2147483647。 **默认取值:** 0
|
209
209
|
|
210
210
|
:param offset: The offset of this ShowRecordSetByZoneRequest.
|
211
211
|
:type offset: int
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkdns
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.161
|
4
4
|
Summary: DNS
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -21,6 +21,6 @@ Classifier: Topic :: Software Development
|
|
21
21
|
Requires-Python: >=3.6
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
License-File: LICENSE
|
24
|
-
Requires-Dist: huaweicloudsdkcore>=3.1.
|
24
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.161
|
25
25
|
|
26
26
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -1,7 +1,7 @@
|
|
1
1
|
huaweicloudsdkdns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
huaweicloudsdkdns/v2/__init__.py,sha256=G50cQ3QBBuIBq0YeUB8RJHBLzVcY6EjEdFkTsf2-gKQ,23468
|
3
|
-
huaweicloudsdkdns/v2/dns_async_client.py,sha256=
|
4
|
-
huaweicloudsdkdns/v2/dns_client.py,sha256=
|
3
|
+
huaweicloudsdkdns/v2/dns_async_client.py,sha256=5yLZWTqX5g3mA5zGkL6pCVAfMs-B-SVw97e46TeA3HY,207641
|
4
|
+
huaweicloudsdkdns/v2/dns_client.py,sha256=jPsO1qXTEoE6VYEoxRZ2EjKZcZe2RgWv6gQTvwoto3Q,207710
|
5
5
|
huaweicloudsdkdns/v2/model/__init__.py,sha256=3BDmKQDKV1IOfVH8ZpVyOWnDAwtkty0gUFuqAZ-qA0A,23382
|
6
6
|
huaweicloudsdkdns/v2/model/alias_target.py,sha256=anJF21HojTP6S5xjRmR-JPTbxHGDuntNVwnJaGTukLE,5206
|
7
7
|
huaweicloudsdkdns/v2/model/associate_endpoint_ipaddress_request.py,sha256=0rD4Bzs08UYmdA1dTSAK5y4mNXCPNxPHeKzD2u9MjQ8,4055
|
@@ -120,39 +120,39 @@ huaweicloudsdkdns/v2/model/links_item.py,sha256=BT1yTlyqyEQMJwkQH96F2tNbC-HXA1FR
|
|
120
120
|
huaweicloudsdkdns/v2/model/list_api_versions_item.py,sha256=0JcA_YAxlFcAlVMsmMYsMWUFz10Dak0RU7LXEDXOOFo,5510
|
121
121
|
huaweicloudsdkdns/v2/model/list_api_versions_request.py,sha256=fzd3ZsvA4aCF2aM_aFMAb5l2H24-r10LB9j24umBQMc,2325
|
122
122
|
huaweicloudsdkdns/v2/model/list_api_versions_response.py,sha256=bvbvsJejGxx4Fx-x0l2tNwuo1Ax8fJvCHi6I9dpIAoY,3283
|
123
|
-
huaweicloudsdkdns/v2/model/list_custom_line_request.py,sha256=
|
123
|
+
huaweicloudsdkdns/v2/model/list_custom_line_request.py,sha256=dEznoG5A0b1nMFbzH4WQRRuhqPEA99Gj0jIYT1tNolc,8981
|
124
124
|
huaweicloudsdkdns/v2/model/list_custom_line_response.py,sha256=yKUQMUhOmDDI__iLdAk8U46etweHOfiWypaF34Bw7q4,4098
|
125
125
|
huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_request.py,sha256=6n3n0FEZ7dEP7HsyHNT6x5WuDAKhG8PVs6dSKHmlRfc,3198
|
126
126
|
huaweicloudsdkdns/v2/model/list_endpoint_ipaddresses_response.py,sha256=c8QS2NndisjFIKRQNqGLxY3ZlIRqJcGWYV5iBBblNlk,3543
|
127
|
-
huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py,sha256=
|
127
|
+
huaweicloudsdkdns/v2/model/list_endpoint_vpcs_request.py,sha256=86oQXyDeFiqiQOPKCIiRer2J-Ga_SO3Lftv9JHAed28,5713
|
128
128
|
huaweicloudsdkdns/v2/model/list_endpoint_vpcs_response.py,sha256=x1U86kBG4AeXm2sVMfHjurw_bQIB960Oql5h243Lh6E,4142
|
129
|
-
huaweicloudsdkdns/v2/model/list_endpoints_request.py,sha256=
|
129
|
+
huaweicloudsdkdns/v2/model/list_endpoints_request.py,sha256=V6Ulo5ae4Qn-NSYCnng4R07NoHoTKyIsfwblptBw6-s,7460
|
130
130
|
huaweicloudsdkdns/v2/model/list_endpoints_response.py,sha256=_EfZu6FdwBwiZBoND5XM6BNmuURh4ymhMjMQOxx4754,4264
|
131
|
-
huaweicloudsdkdns/v2/model/list_line_groups_request.py,sha256=
|
131
|
+
huaweicloudsdkdns/v2/model/list_line_groups_request.py,sha256=tr4Iqdw6Py4CXCMnpJyfEg9nBFTxZgLeKGH3O67PN2U,6236
|
132
132
|
huaweicloudsdkdns/v2/model/list_line_groups_response.py,sha256=-DrpC0TtM989B2DzBf7jOLF14K_AUc81ErY-QAyavYM,4277
|
133
133
|
huaweicloudsdkdns/v2/model/list_name_servers_request.py,sha256=HnicGyu2vrv--HLLrmlTfYGxf_7vPXi0VvSy7Ml6ErY,4921
|
134
134
|
huaweicloudsdkdns/v2/model/list_name_servers_response.py,sha256=8OWNldFWURw9MNhv2-aNYrJD582vTkEkVoYjoeOFnfk,3494
|
135
|
-
huaweicloudsdkdns/v2/model/list_private_zones_request.py,sha256=
|
135
|
+
huaweicloudsdkdns/v2/model/list_private_zones_request.py,sha256=7nUoJyHjAKhMP73fJlwJCh2207Kawgwe3v85mLyFoik,20886
|
136
136
|
huaweicloudsdkdns/v2/model/list_private_zones_response.py,sha256=uGRNHRJbVlPaIdq3rLJbeHnWVA8bNqWXUONkw5wVQrU,5109
|
137
137
|
huaweicloudsdkdns/v2/model/list_ptr_records_floating_resp.py,sha256=Kj52wlDlyepBbZeaQV_EedXN4ekjp-Wi3YcX_8eW-n8,11716
|
138
|
-
huaweicloudsdkdns/v2/model/list_ptr_records_request.py,sha256=
|
138
|
+
huaweicloudsdkdns/v2/model/list_ptr_records_request.py,sha256=2xSC3ON2RBEbIWifst7X6Bcp4y7UtuGM-26f7Zcn8Ag,8652
|
139
139
|
huaweicloudsdkdns/v2/model/list_ptr_records_response.py,sha256=iWDhn21GR80XIVNN7sAUN15OgGIl6BeLHsMmwZDSIw4,5193
|
140
|
-
huaweicloudsdkdns/v2/model/list_ptrs_request.py,sha256=
|
140
|
+
huaweicloudsdkdns/v2/model/list_ptrs_request.py,sha256=xZcx7-_dnMT_4TtwFmH-GcHy2Nx6pCaq49hCHgy4AXY,9515
|
141
141
|
huaweicloudsdkdns/v2/model/list_ptrs_response.py,sha256=J0_fpY8vjsVAvljXpzsu278K5KujPGSaw_7tBYYQ-c8,4956
|
142
|
-
huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py,sha256=
|
142
|
+
huaweicloudsdkdns/v2/model/list_public_zone_lines_request.py,sha256=s5GZpN2hzluUG5wkO1OMHbb3ejXdcScfVPye7_33Dmk,6066
|
143
143
|
huaweicloudsdkdns/v2/model/list_public_zone_lines_response.py,sha256=kw3qiPaaYGPXWhmLj_rOepw9GPwd2Nw4CZ9GxHZwlIc,5220
|
144
144
|
huaweicloudsdkdns/v2/model/list_public_zones_request.py,sha256=yycC3Vvvxbl_NvznNtjVeJAmeo6kviRcAeikxH8xkXE,19645
|
145
145
|
huaweicloudsdkdns/v2/model/list_public_zones_response.py,sha256=SgwARmuYW6B3DFddhbwgFZ6S8pJ8TOF9YQa06d3sKek,5134
|
146
146
|
huaweicloudsdkdns/v2/model/list_record_sets.py,sha256=qTOCaOl5xQ3pT--W7LZO9vdRRD2_8diImbd3CxlWwzs,16854
|
147
|
-
huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py,sha256=
|
147
|
+
huaweicloudsdkdns/v2/model/list_record_sets_by_zone_request.py,sha256=Li5a2YIXMTsLtDpomw8b9Z29Mj_iQIDgj899XdLoGQY,19701
|
148
148
|
huaweicloudsdkdns/v2/model/list_record_sets_by_zone_response.py,sha256=eMVnndINmHJG1-hU4j0exT3hF_Btw09GruFquiaG-V0,5293
|
149
|
-
huaweicloudsdkdns/v2/model/list_record_sets_request.py,sha256=
|
149
|
+
huaweicloudsdkdns/v2/model/list_record_sets_request.py,sha256=W8JhJn9CQWJuZFiWT6I0alfu-sdSZR3YxnoobmmV6DA,21075
|
150
150
|
huaweicloudsdkdns/v2/model/list_record_sets_response.py,sha256=-qlPC8NME7hneL2MvPMrZsdBsmuB9iujqWNLYlgUoOU,5229
|
151
|
-
huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py,sha256=
|
151
|
+
huaweicloudsdkdns/v2/model/list_record_sets_with_line_request.py,sha256=IrBTXG9Gzwxa5bFM6xmmKpQgx_6K3hj10VcLgN2OGUQ,25365
|
152
152
|
huaweicloudsdkdns/v2/model/list_record_sets_with_line_response.py,sha256=XDx-kacF51vT5OpST85xB1mccUHeNIiz8-9xijDu6zU,5401
|
153
153
|
huaweicloudsdkdns/v2/model/list_record_sets_with_tags.py,sha256=a9dLFmBVhTa8Fb21Rx_ixwb0xAhk0iDXTx0FSDD9oIg,18280
|
154
154
|
huaweicloudsdkdns/v2/model/list_resolver_rule_param.py,sha256=vl-AgdrOd0O3fL3Uyk7CUjfM3NLYa9B69eSssMmYQi0,11092
|
155
|
-
huaweicloudsdkdns/v2/model/list_resolver_rules_request.py,sha256=
|
155
|
+
huaweicloudsdkdns/v2/model/list_resolver_rules_request.py,sha256=6IlCBKzFidqbDuHHUcLdDQRaVRvWsrEBdCxMVuoXH0A,9642
|
156
156
|
huaweicloudsdkdns/v2/model/list_resolver_rules_response.py,sha256=p46Pd8FCtG_xtVTELBh_wLeIYdoEcr19FexKd2jlBiY,6086
|
157
157
|
huaweicloudsdkdns/v2/model/list_tag_req.py,sha256=pBkM2RrR1Pfkw5i7NISy29OOo7vcDjGJ-246AgiAHsU,12870
|
158
158
|
huaweicloudsdkdns/v2/model/list_tag_request.py,sha256=dekwQ12a9i-v5F9zlkfLC4KV3W0Kba9tREU1LFCJidc,4173
|
@@ -211,7 +211,7 @@ huaweicloudsdkdns/v2/model/show_public_zone_name_server_request.py,sha256=D77EKD
|
|
211
211
|
huaweicloudsdkdns/v2/model/show_public_zone_name_server_response.py,sha256=mNR437bfsafCuoWa9Xg8naAyz45qY-ApjNhMP8-IfWY,3762
|
212
212
|
huaweicloudsdkdns/v2/model/show_public_zone_request.py,sha256=ubjWwz4s_jAB76uDATicVqB8EMlqQRMdHAIeZqzrFWY,3386
|
213
213
|
huaweicloudsdkdns/v2/model/show_public_zone_response.py,sha256=pMFZZd0koy4pLeDfpSQ8gciAEOLwkGutwPflSqw7igE,19944
|
214
|
-
huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py,sha256=
|
214
|
+
huaweicloudsdkdns/v2/model/show_record_set_by_zone_request.py,sha256=Oz8QnDgY6HwDiq-lVQl-UFXtbG8JzPfMyjzu-x3VfmQ,20782
|
215
215
|
huaweicloudsdkdns/v2/model/show_record_set_by_zone_resp.py,sha256=B8lVodfV0bxTSmzCsj5w_NWHCFFGQYurfhPoS87RLAw,21254
|
216
216
|
huaweicloudsdkdns/v2/model/show_record_set_by_zone_response.py,sha256=JmHZpHEDiF_TlTNVGrXAsuoA4kMKemCqpITIn3Mrlro,5313
|
217
217
|
huaweicloudsdkdns/v2/model/show_record_set_request.py,sha256=8c7dZKeYkjqW-MvxbnbACa-qvVhBKkASK6ZnIwGIDyg,4558
|
@@ -266,8 +266,8 @@ huaweicloudsdkdns/v2/model/vpcs_data.py,sha256=p9MvNDV11LRA_3u_ogE1GzNlA5hHKgJgE
|
|
266
266
|
huaweicloudsdkdns/v2/model/zone_data.py,sha256=hSY1pS-YlJMAqcI0GBoqfBqtXTXeYq_PvpgXxgpa9LI,17388
|
267
267
|
huaweicloudsdkdns/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
268
268
|
huaweicloudsdkdns/v2/region/dns_region.py,sha256=Id1snU4t2onAB7zwJch5lXPbrtqiWmduTA_gB-6GnQo,4411
|
269
|
-
huaweicloudsdkdns-3.1.
|
270
|
-
huaweicloudsdkdns-3.1.
|
271
|
-
huaweicloudsdkdns-3.1.
|
272
|
-
huaweicloudsdkdns-3.1.
|
273
|
-
huaweicloudsdkdns-3.1.
|
269
|
+
huaweicloudsdkdns-3.1.161.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
270
|
+
huaweicloudsdkdns-3.1.161.dist-info/METADATA,sha256=2GD0HdMVXR8bZ2A_LQTW_pckGuA71MTGejzyNVp9BEQ,1064
|
271
|
+
huaweicloudsdkdns-3.1.161.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
272
|
+
huaweicloudsdkdns-3.1.161.dist-info/top_level.txt,sha256=L6Y0lsiaUnIBMbDONPwK10dyE0vMKUfYcxZcjjSmu2E,18
|
273
|
+
huaweicloudsdkdns-3.1.161.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|