alibabacloud-nis20211216 2.0.1__tar.gz → 2.0.2__tar.gz
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.
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/ChangeLog.md +6 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/PKG-INFO +1 -1
- alibabacloud_nis20211216-2.0.2/alibabacloud_nis20211216/__init__.py +1 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216/client.py +8 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216/models.py +14 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216.egg-info/PKG-INFO +1 -1
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/setup.py +1 -1
- alibabacloud_nis20211216-2.0.1/alibabacloud_nis20211216/__init__.py +0 -1
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/LICENSE +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/MANIFEST.in +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/README-CN.md +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/README.md +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216.egg-info/SOURCES.txt +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216.egg-info/dependency_links.txt +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216.egg-info/requires.txt +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216.egg-info/top_level.txt +0 -0
- {alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/setup.cfg +0 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
2024-03-21 Version: 2.0.1
|
|
2
|
+
- Update API DeleteNetworkPath: update response param.
|
|
3
|
+
- Update API DeleteNetworkReachableAnalysis: update response param.
|
|
4
|
+
- Update API GetInternetTuple: update param OrderBy.
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
2023-12-08 Version: 2.0.0
|
|
2
8
|
- Generated python 2021-12-16 for nis.
|
|
3
9
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.2'
|
{alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216/client.py
RENAMED
|
@@ -569,6 +569,8 @@ class Client(OpenApiClient):
|
|
|
569
569
|
UtilClient.validate_model(tmp_req)
|
|
570
570
|
request = nis_20211216_models.GetInternetTupleShrinkRequest()
|
|
571
571
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
572
|
+
if not UtilClient.is_unset(tmp_req.cloud_ip_list):
|
|
573
|
+
request.cloud_ip_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.cloud_ip_list, 'CloudIpList', 'json')
|
|
572
574
|
if not UtilClient.is_unset(tmp_req.instance_list):
|
|
573
575
|
request.instance_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.instance_list, 'InstanceList', 'json')
|
|
574
576
|
query = {}
|
|
@@ -578,6 +580,8 @@ class Client(OpenApiClient):
|
|
|
578
580
|
query['BeginTime'] = request.begin_time
|
|
579
581
|
if not UtilClient.is_unset(request.cloud_ip):
|
|
580
582
|
query['CloudIp'] = request.cloud_ip
|
|
583
|
+
if not UtilClient.is_unset(request.cloud_ip_list_shrink):
|
|
584
|
+
query['CloudIpList'] = request.cloud_ip_list_shrink
|
|
581
585
|
if not UtilClient.is_unset(request.cloud_isp):
|
|
582
586
|
query['CloudIsp'] = request.cloud_isp
|
|
583
587
|
if not UtilClient.is_unset(request.cloud_port):
|
|
@@ -641,6 +645,8 @@ class Client(OpenApiClient):
|
|
|
641
645
|
UtilClient.validate_model(tmp_req)
|
|
642
646
|
request = nis_20211216_models.GetInternetTupleShrinkRequest()
|
|
643
647
|
OpenApiUtilClient.convert(tmp_req, request)
|
|
648
|
+
if not UtilClient.is_unset(tmp_req.cloud_ip_list):
|
|
649
|
+
request.cloud_ip_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.cloud_ip_list, 'CloudIpList', 'json')
|
|
644
650
|
if not UtilClient.is_unset(tmp_req.instance_list):
|
|
645
651
|
request.instance_list_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.instance_list, 'InstanceList', 'json')
|
|
646
652
|
query = {}
|
|
@@ -650,6 +656,8 @@ class Client(OpenApiClient):
|
|
|
650
656
|
query['BeginTime'] = request.begin_time
|
|
651
657
|
if not UtilClient.is_unset(request.cloud_ip):
|
|
652
658
|
query['CloudIp'] = request.cloud_ip
|
|
659
|
+
if not UtilClient.is_unset(request.cloud_ip_list_shrink):
|
|
660
|
+
query['CloudIpList'] = request.cloud_ip_list_shrink
|
|
653
661
|
if not UtilClient.is_unset(request.cloud_isp):
|
|
654
662
|
query['CloudIsp'] = request.cloud_isp
|
|
655
663
|
if not UtilClient.is_unset(request.cloud_port):
|
{alibabacloud_nis20211216-2.0.1 → alibabacloud_nis20211216-2.0.2}/alibabacloud_nis20211216/models.py
RENAMED
|
@@ -971,6 +971,7 @@ class GetInternetTupleRequest(TeaModel):
|
|
|
971
971
|
account_ids: List[int] = None,
|
|
972
972
|
begin_time: int = None,
|
|
973
973
|
cloud_ip: str = None,
|
|
974
|
+
cloud_ip_list: List[str] = None,
|
|
974
975
|
cloud_isp: str = None,
|
|
975
976
|
cloud_port: str = None,
|
|
976
977
|
direction: str = None,
|
|
@@ -996,6 +997,8 @@ class GetInternetTupleRequest(TeaModel):
|
|
|
996
997
|
self.begin_time = begin_time
|
|
997
998
|
# The local IP address.
|
|
998
999
|
self.cloud_ip = cloud_ip
|
|
1000
|
+
# The local IP addresses for filtering.
|
|
1001
|
+
self.cloud_ip_list = cloud_ip_list
|
|
999
1002
|
# The local Internet service provider (ISP).
|
|
1000
1003
|
#
|
|
1001
1004
|
# > In most cases, the value is Alibaba or Alibaba Cloud.
|
|
@@ -1096,6 +1099,8 @@ class GetInternetTupleRequest(TeaModel):
|
|
|
1096
1099
|
result['BeginTime'] = self.begin_time
|
|
1097
1100
|
if self.cloud_ip is not None:
|
|
1098
1101
|
result['CloudIp'] = self.cloud_ip
|
|
1102
|
+
if self.cloud_ip_list is not None:
|
|
1103
|
+
result['CloudIpList'] = self.cloud_ip_list
|
|
1099
1104
|
if self.cloud_isp is not None:
|
|
1100
1105
|
result['CloudIsp'] = self.cloud_isp
|
|
1101
1106
|
if self.cloud_port is not None:
|
|
@@ -1142,6 +1147,8 @@ class GetInternetTupleRequest(TeaModel):
|
|
|
1142
1147
|
self.begin_time = m.get('BeginTime')
|
|
1143
1148
|
if m.get('CloudIp') is not None:
|
|
1144
1149
|
self.cloud_ip = m.get('CloudIp')
|
|
1150
|
+
if m.get('CloudIpList') is not None:
|
|
1151
|
+
self.cloud_ip_list = m.get('CloudIpList')
|
|
1145
1152
|
if m.get('CloudIsp') is not None:
|
|
1146
1153
|
self.cloud_isp = m.get('CloudIsp')
|
|
1147
1154
|
if m.get('CloudPort') is not None:
|
|
@@ -1187,6 +1194,7 @@ class GetInternetTupleShrinkRequest(TeaModel):
|
|
|
1187
1194
|
account_ids: List[int] = None,
|
|
1188
1195
|
begin_time: int = None,
|
|
1189
1196
|
cloud_ip: str = None,
|
|
1197
|
+
cloud_ip_list_shrink: str = None,
|
|
1190
1198
|
cloud_isp: str = None,
|
|
1191
1199
|
cloud_port: str = None,
|
|
1192
1200
|
direction: str = None,
|
|
@@ -1212,6 +1220,8 @@ class GetInternetTupleShrinkRequest(TeaModel):
|
|
|
1212
1220
|
self.begin_time = begin_time
|
|
1213
1221
|
# The local IP address.
|
|
1214
1222
|
self.cloud_ip = cloud_ip
|
|
1223
|
+
# The local IP addresses for filtering.
|
|
1224
|
+
self.cloud_ip_list_shrink = cloud_ip_list_shrink
|
|
1215
1225
|
# The local Internet service provider (ISP).
|
|
1216
1226
|
#
|
|
1217
1227
|
# > In most cases, the value is Alibaba or Alibaba Cloud.
|
|
@@ -1312,6 +1322,8 @@ class GetInternetTupleShrinkRequest(TeaModel):
|
|
|
1312
1322
|
result['BeginTime'] = self.begin_time
|
|
1313
1323
|
if self.cloud_ip is not None:
|
|
1314
1324
|
result['CloudIp'] = self.cloud_ip
|
|
1325
|
+
if self.cloud_ip_list_shrink is not None:
|
|
1326
|
+
result['CloudIpList'] = self.cloud_ip_list_shrink
|
|
1315
1327
|
if self.cloud_isp is not None:
|
|
1316
1328
|
result['CloudIsp'] = self.cloud_isp
|
|
1317
1329
|
if self.cloud_port is not None:
|
|
@@ -1358,6 +1370,8 @@ class GetInternetTupleShrinkRequest(TeaModel):
|
|
|
1358
1370
|
self.begin_time = m.get('BeginTime')
|
|
1359
1371
|
if m.get('CloudIp') is not None:
|
|
1360
1372
|
self.cloud_ip = m.get('CloudIp')
|
|
1373
|
+
if m.get('CloudIpList') is not None:
|
|
1374
|
+
self.cloud_ip_list_shrink = m.get('CloudIpList')
|
|
1361
1375
|
if m.get('CloudIsp') is not None:
|
|
1362
1376
|
self.cloud_isp = m.get('CloudIsp')
|
|
1363
1377
|
if m.get('CloudPort') is not None:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|