alibabacloud-nis20211216 2.2.2__py3-none-any.whl → 2.3.0__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.
- alibabacloud_nis20211216/__init__.py +1 -1
- alibabacloud_nis20211216/client.py +1681 -2184
- alibabacloud_nis20211216/models/__init__.py +227 -0
- alibabacloud_nis20211216/models/_create_and_analyze_network_path_request.py +136 -0
- alibabacloud_nis20211216/models/_create_and_analyze_network_path_response.py +54 -0
- alibabacloud_nis20211216/models/_create_and_analyze_network_path_response_body.py +124 -0
- alibabacloud_nis20211216/models/_create_network_path_request.py +228 -0
- alibabacloud_nis20211216/models/_create_network_path_response.py +54 -0
- alibabacloud_nis20211216/models/_create_network_path_response_body.py +43 -0
- alibabacloud_nis20211216/models/_create_network_reachable_analysis_request.py +106 -0
- alibabacloud_nis20211216/models/_create_network_reachable_analysis_response.py +54 -0
- alibabacloud_nis20211216/models/_create_network_reachable_analysis_response_body.py +43 -0
- alibabacloud_nis20211216/models/_delete_network_path_request.py +47 -0
- alibabacloud_nis20211216/models/_delete_network_path_response.py +54 -0
- alibabacloud_nis20211216/models/_delete_network_path_response_body.py +46 -0
- alibabacloud_nis20211216/models/_delete_network_path_shrink_request.py +45 -0
- alibabacloud_nis20211216/models/_delete_network_reachable_analysis_request.py +47 -0
- alibabacloud_nis20211216/models/_delete_network_reachable_analysis_response.py +54 -0
- alibabacloud_nis20211216/models/_delete_network_reachable_analysis_response_body.py +45 -0
- alibabacloud_nis20211216/models/_delete_network_reachable_analysis_shrink_request.py +45 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_report_request.py +34 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_report_response.py +54 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_report_response_body.py +41 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_task_request.py +34 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_task_response.py +54 -0
- alibabacloud_nis20211216/models/_delete_nis_inspection_task_response_body.py +41 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_recommendation_resources_request.py +67 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_recommendation_resources_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_recommendation_resources_response_body.py +127 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_check_items_request.py +84 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_check_items_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_check_items_response_body.py +302 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_check_items_shrink_request.py +82 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_status_request.py +34 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_status_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_status_response_body.py +89 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_summary_request.py +34 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_summary_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_report_summary_response_body.py +240 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_task_request.py +34 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_task_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_inspection_task_response_body.py +159 -0
- alibabacloud_nis20211216/models/_describe_nis_traffic_ranking_request.py +50 -0
- alibabacloud_nis20211216/models/_describe_nis_traffic_ranking_response.py +54 -0
- alibabacloud_nis20211216/models/_describe_nis_traffic_ranking_response_body.py +463 -0
- alibabacloud_nis20211216/models/_get_internet_tuple_request.py +270 -0
- alibabacloud_nis20211216/models/_get_internet_tuple_response.py +54 -0
- alibabacloud_nis20211216/models/_get_internet_tuple_response_body.py +366 -0
- alibabacloud_nis20211216/models/_get_internet_tuple_shrink_request.py +270 -0
- alibabacloud_nis20211216/models/_get_nat_top_nrequest.py +99 -0
- alibabacloud_nis20211216/models/_get_nat_top_nresponse.py +54 -0
- alibabacloud_nis20211216/models/_get_nat_top_nresponse_body.py +166 -0
- alibabacloud_nis20211216/models/_get_network_reachable_analysis_request.py +45 -0
- alibabacloud_nis20211216/models/_get_network_reachable_analysis_response.py +54 -0
- alibabacloud_nis20211216/models/_get_network_reachable_analysis_response_body.py +114 -0
- alibabacloud_nis20211216/models/_get_nis_network_metrics_request.py +155 -0
- alibabacloud_nis20211216/models/_get_nis_network_metrics_response.py +54 -0
- alibabacloud_nis20211216/models/_get_nis_network_metrics_response_body.py +124 -0
- alibabacloud_nis20211216/models/_get_nis_network_metrics_shrink_request.py +111 -0
- alibabacloud_nis20211216/models/_get_nis_network_ranking_request.py +172 -0
- alibabacloud_nis20211216/models/_get_nis_network_ranking_response.py +54 -0
- alibabacloud_nis20211216/models/_get_nis_network_ranking_response_body.py +319 -0
- alibabacloud_nis20211216/models/_get_nis_network_ranking_shrink_request.py +128 -0
- alibabacloud_nis20211216/models/_get_transit_router_flow_top_nrequest.py +215 -0
- alibabacloud_nis20211216/models/_get_transit_router_flow_top_nresponse.py +54 -0
- alibabacloud_nis20211216/models/_get_transit_router_flow_top_nresponse_body.py +199 -0
- alibabacloud_nis20211216/models/_get_transit_router_flow_top_nshrink_request.py +213 -0
- alibabacloud_nis20211216/models/_get_vbr_flow_top_nrequest.py +220 -0
- alibabacloud_nis20211216/models/_get_vbr_flow_top_nresponse.py +54 -0
- alibabacloud_nis20211216/models/_get_vbr_flow_top_nresponse_body.py +172 -0
- alibabacloud_nis20211216/models/_get_vbr_flow_top_nshrink_request.py +218 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_resource_type_response.py +54 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_resource_type_response_body.py +79 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_task_reports_request.py +50 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_task_reports_response.py +54 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_task_reports_response_body.py +103 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_tasks_request.py +73 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_tasks_response.py +54 -0
- alibabacloud_nis20211216/models/_list_nis_inspection_tasks_response_body.py +143 -0
- alibabacloud_nis20211216/models/_start_nis_inspection_task_request.py +34 -0
- alibabacloud_nis20211216/models/_start_nis_inspection_task_response.py +54 -0
- alibabacloud_nis20211216/models/_start_nis_inspection_task_response_body.py +41 -0
- alibabacloud_nis20211216/models/_start_nis_traffic_ranking_request.py +214 -0
- alibabacloud_nis20211216/models/_start_nis_traffic_ranking_response.py +54 -0
- alibabacloud_nis20211216/models/_start_nis_traffic_ranking_response_body.py +41 -0
- alibabacloud_nis20211216/models/_start_nis_traffic_ranking_shrink_request.py +160 -0
- alibabacloud_nis20211216/models/_update_nis_inspection_task_request.py +42 -0
- alibabacloud_nis20211216/models/_update_nis_inspection_task_response.py +54 -0
- alibabacloud_nis20211216/models/_update_nis_inspection_task_response_body.py +41 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.3.0.dist-info}/METADATA +7 -7
- alibabacloud_nis20211216-2.3.0.dist-info/RECORD +94 -0
- alibabacloud_nis20211216/models.py +0 -6298
- alibabacloud_nis20211216-2.2.2.dist-info/RECORD +0 -8
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.3.0.dist-info}/LICENSE +0 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.3.0.dist-info}/WHEEL +0 -0
- {alibabacloud_nis20211216-2.2.2.dist-info → alibabacloud_nis20211216-2.3.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from ._create_and_analyze_network_path_request import CreateAndAnalyzeNetworkPathRequest
|
|
6
|
+
from ._create_and_analyze_network_path_response_body import CreateAndAnalyzeNetworkPathResponseBody
|
|
7
|
+
from ._create_and_analyze_network_path_response import CreateAndAnalyzeNetworkPathResponse
|
|
8
|
+
from ._create_network_path_request import CreateNetworkPathRequest
|
|
9
|
+
from ._create_network_path_response_body import CreateNetworkPathResponseBody
|
|
10
|
+
from ._create_network_path_response import CreateNetworkPathResponse
|
|
11
|
+
from ._create_network_reachable_analysis_request import CreateNetworkReachableAnalysisRequest
|
|
12
|
+
from ._create_network_reachable_analysis_response_body import CreateNetworkReachableAnalysisResponseBody
|
|
13
|
+
from ._create_network_reachable_analysis_response import CreateNetworkReachableAnalysisResponse
|
|
14
|
+
from ._delete_network_path_request import DeleteNetworkPathRequest
|
|
15
|
+
from ._delete_network_path_shrink_request import DeleteNetworkPathShrinkRequest
|
|
16
|
+
from ._delete_network_path_response_body import DeleteNetworkPathResponseBody
|
|
17
|
+
from ._delete_network_path_response import DeleteNetworkPathResponse
|
|
18
|
+
from ._delete_network_reachable_analysis_request import DeleteNetworkReachableAnalysisRequest
|
|
19
|
+
from ._delete_network_reachable_analysis_shrink_request import DeleteNetworkReachableAnalysisShrinkRequest
|
|
20
|
+
from ._delete_network_reachable_analysis_response_body import DeleteNetworkReachableAnalysisResponseBody
|
|
21
|
+
from ._delete_network_reachable_analysis_response import DeleteNetworkReachableAnalysisResponse
|
|
22
|
+
from ._delete_nis_inspection_report_request import DeleteNisInspectionReportRequest
|
|
23
|
+
from ._delete_nis_inspection_report_response_body import DeleteNisInspectionReportResponseBody
|
|
24
|
+
from ._delete_nis_inspection_report_response import DeleteNisInspectionReportResponse
|
|
25
|
+
from ._delete_nis_inspection_task_request import DeleteNisInspectionTaskRequest
|
|
26
|
+
from ._delete_nis_inspection_task_response_body import DeleteNisInspectionTaskResponseBody
|
|
27
|
+
from ._delete_nis_inspection_task_response import DeleteNisInspectionTaskResponse
|
|
28
|
+
from ._describe_nis_inspection_recommendation_resources_request import DescribeNisInspectionRecommendationResourcesRequest
|
|
29
|
+
from ._describe_nis_inspection_recommendation_resources_response_body import DescribeNisInspectionRecommendationResourcesResponseBody
|
|
30
|
+
from ._describe_nis_inspection_recommendation_resources_response import DescribeNisInspectionRecommendationResourcesResponse
|
|
31
|
+
from ._describe_nis_inspection_report_check_items_request import DescribeNisInspectionReportCheckItemsRequest
|
|
32
|
+
from ._describe_nis_inspection_report_check_items_shrink_request import DescribeNisInspectionReportCheckItemsShrinkRequest
|
|
33
|
+
from ._describe_nis_inspection_report_check_items_response_body import DescribeNisInspectionReportCheckItemsResponseBody
|
|
34
|
+
from ._describe_nis_inspection_report_check_items_response import DescribeNisInspectionReportCheckItemsResponse
|
|
35
|
+
from ._describe_nis_inspection_report_status_request import DescribeNisInspectionReportStatusRequest
|
|
36
|
+
from ._describe_nis_inspection_report_status_response_body import DescribeNisInspectionReportStatusResponseBody
|
|
37
|
+
from ._describe_nis_inspection_report_status_response import DescribeNisInspectionReportStatusResponse
|
|
38
|
+
from ._describe_nis_inspection_report_summary_request import DescribeNisInspectionReportSummaryRequest
|
|
39
|
+
from ._describe_nis_inspection_report_summary_response_body import DescribeNisInspectionReportSummaryResponseBody
|
|
40
|
+
from ._describe_nis_inspection_report_summary_response import DescribeNisInspectionReportSummaryResponse
|
|
41
|
+
from ._describe_nis_inspection_task_request import DescribeNisInspectionTaskRequest
|
|
42
|
+
from ._describe_nis_inspection_task_response_body import DescribeNisInspectionTaskResponseBody
|
|
43
|
+
from ._describe_nis_inspection_task_response import DescribeNisInspectionTaskResponse
|
|
44
|
+
from ._describe_nis_traffic_ranking_request import DescribeNisTrafficRankingRequest
|
|
45
|
+
from ._describe_nis_traffic_ranking_response_body import DescribeNisTrafficRankingResponseBody
|
|
46
|
+
from ._describe_nis_traffic_ranking_response import DescribeNisTrafficRankingResponse
|
|
47
|
+
from ._get_internet_tuple_request import GetInternetTupleRequest
|
|
48
|
+
from ._get_internet_tuple_shrink_request import GetInternetTupleShrinkRequest
|
|
49
|
+
from ._get_internet_tuple_response_body import GetInternetTupleResponseBody
|
|
50
|
+
from ._get_internet_tuple_response import GetInternetTupleResponse
|
|
51
|
+
from ._get_nat_top_nrequest import GetNatTopNRequest
|
|
52
|
+
from ._get_nat_top_nresponse_body import GetNatTopNResponseBody
|
|
53
|
+
from ._get_nat_top_nresponse import GetNatTopNResponse
|
|
54
|
+
from ._get_network_reachable_analysis_request import GetNetworkReachableAnalysisRequest
|
|
55
|
+
from ._get_network_reachable_analysis_response_body import GetNetworkReachableAnalysisResponseBody
|
|
56
|
+
from ._get_network_reachable_analysis_response import GetNetworkReachableAnalysisResponse
|
|
57
|
+
from ._get_nis_network_metrics_request import GetNisNetworkMetricsRequest
|
|
58
|
+
from ._get_nis_network_metrics_shrink_request import GetNisNetworkMetricsShrinkRequest
|
|
59
|
+
from ._get_nis_network_metrics_response_body import GetNisNetworkMetricsResponseBody
|
|
60
|
+
from ._get_nis_network_metrics_response import GetNisNetworkMetricsResponse
|
|
61
|
+
from ._get_nis_network_ranking_request import GetNisNetworkRankingRequest
|
|
62
|
+
from ._get_nis_network_ranking_shrink_request import GetNisNetworkRankingShrinkRequest
|
|
63
|
+
from ._get_nis_network_ranking_response_body import GetNisNetworkRankingResponseBody
|
|
64
|
+
from ._get_nis_network_ranking_response import GetNisNetworkRankingResponse
|
|
65
|
+
from ._get_transit_router_flow_top_nrequest import GetTransitRouterFlowTopNRequest
|
|
66
|
+
from ._get_transit_router_flow_top_nshrink_request import GetTransitRouterFlowTopNShrinkRequest
|
|
67
|
+
from ._get_transit_router_flow_top_nresponse_body import GetTransitRouterFlowTopNResponseBody
|
|
68
|
+
from ._get_transit_router_flow_top_nresponse import GetTransitRouterFlowTopNResponse
|
|
69
|
+
from ._get_vbr_flow_top_nrequest import GetVbrFlowTopNRequest
|
|
70
|
+
from ._get_vbr_flow_top_nshrink_request import GetVbrFlowTopNShrinkRequest
|
|
71
|
+
from ._get_vbr_flow_top_nresponse_body import GetVbrFlowTopNResponseBody
|
|
72
|
+
from ._get_vbr_flow_top_nresponse import GetVbrFlowTopNResponse
|
|
73
|
+
from ._list_nis_inspection_resource_type_response_body import ListNisInspectionResourceTypeResponseBody
|
|
74
|
+
from ._list_nis_inspection_resource_type_response import ListNisInspectionResourceTypeResponse
|
|
75
|
+
from ._list_nis_inspection_task_reports_request import ListNisInspectionTaskReportsRequest
|
|
76
|
+
from ._list_nis_inspection_task_reports_response_body import ListNisInspectionTaskReportsResponseBody
|
|
77
|
+
from ._list_nis_inspection_task_reports_response import ListNisInspectionTaskReportsResponse
|
|
78
|
+
from ._list_nis_inspection_tasks_request import ListNisInspectionTasksRequest
|
|
79
|
+
from ._list_nis_inspection_tasks_response_body import ListNisInspectionTasksResponseBody
|
|
80
|
+
from ._list_nis_inspection_tasks_response import ListNisInspectionTasksResponse
|
|
81
|
+
from ._start_nis_inspection_task_request import StartNisInspectionTaskRequest
|
|
82
|
+
from ._start_nis_inspection_task_response_body import StartNisInspectionTaskResponseBody
|
|
83
|
+
from ._start_nis_inspection_task_response import StartNisInspectionTaskResponse
|
|
84
|
+
from ._start_nis_traffic_ranking_request import StartNisTrafficRankingRequest
|
|
85
|
+
from ._start_nis_traffic_ranking_shrink_request import StartNisTrafficRankingShrinkRequest
|
|
86
|
+
from ._start_nis_traffic_ranking_response_body import StartNisTrafficRankingResponseBody
|
|
87
|
+
from ._start_nis_traffic_ranking_response import StartNisTrafficRankingResponse
|
|
88
|
+
from ._update_nis_inspection_task_request import UpdateNisInspectionTaskRequest
|
|
89
|
+
from ._update_nis_inspection_task_response_body import UpdateNisInspectionTaskResponseBody
|
|
90
|
+
from ._update_nis_inspection_task_response import UpdateNisInspectionTaskResponse
|
|
91
|
+
from ._create_network_path_request import CreateNetworkPathRequestTag
|
|
92
|
+
from ._create_network_reachable_analysis_request import CreateNetworkReachableAnalysisRequestTag
|
|
93
|
+
from ._describe_nis_inspection_recommendation_resources_response_body import DescribeNisInspectionRecommendationResourcesResponseBodyResourceList
|
|
94
|
+
from ._describe_nis_inspection_report_check_items_response_body import DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListCheckResultList
|
|
95
|
+
from ._describe_nis_inspection_report_check_items_response_body import DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendationList
|
|
96
|
+
from ._describe_nis_inspection_report_check_items_response_body import DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList
|
|
97
|
+
from ._describe_nis_inspection_report_summary_response_body import DescribeNisInspectionReportSummaryResponseBodySummaryPassRateSummary
|
|
98
|
+
from ._describe_nis_inspection_report_summary_response_body import DescribeNisInspectionReportSummaryResponseBodySummaryRiskSummary
|
|
99
|
+
from ._describe_nis_inspection_report_summary_response_body import DescribeNisInspectionReportSummaryResponseBodySummary
|
|
100
|
+
from ._describe_nis_inspection_task_response_body import DescribeNisInspectionTaskResponseBodyCheckResourceList
|
|
101
|
+
from ._describe_nis_traffic_ranking_response_body import DescribeNisTrafficRankingResponseBodyFlowRankingList
|
|
102
|
+
from ._get_internet_tuple_response_body import GetInternetTupleResponseBodyData
|
|
103
|
+
from ._get_nat_top_nresponse_body import GetNatTopNResponseBodyNatGatewayTopN
|
|
104
|
+
from ._get_nis_network_metrics_request import GetNisNetworkMetricsRequestDimensions
|
|
105
|
+
from ._get_nis_network_metrics_response_body import GetNisNetworkMetricsResponseBodyDataMetrics
|
|
106
|
+
from ._get_nis_network_metrics_response_body import GetNisNetworkMetricsResponseBodyData
|
|
107
|
+
from ._get_nis_network_ranking_request import GetNisNetworkRankingRequestFilter
|
|
108
|
+
from ._get_nis_network_ranking_response_body import GetNisNetworkRankingResponseBodyData
|
|
109
|
+
from ._get_transit_router_flow_top_nresponse_body import GetTransitRouterFlowTopNResponseBodyTransitRouterFlowTopN
|
|
110
|
+
from ._get_vbr_flow_top_nresponse_body import GetVbrFlowTopNResponseBodyVirtualBorderRouterFlowlogTopN
|
|
111
|
+
from ._list_nis_inspection_resource_type_response_body import ListNisInspectionResourceTypeResponseBodyResourceTypeList
|
|
112
|
+
from ._list_nis_inspection_task_reports_response_body import ListNisInspectionTaskReportsResponseBodyInspectionReportList
|
|
113
|
+
from ._list_nis_inspection_tasks_response_body import ListNisInspectionTasksResponseBodyInspectionTaskList
|
|
114
|
+
from ._start_nis_traffic_ranking_request import StartNisTrafficRankingRequestFilter
|
|
115
|
+
|
|
116
|
+
__all__ = [
|
|
117
|
+
CreateAndAnalyzeNetworkPathRequest,
|
|
118
|
+
CreateAndAnalyzeNetworkPathResponseBody,
|
|
119
|
+
CreateAndAnalyzeNetworkPathResponse,
|
|
120
|
+
CreateNetworkPathRequest,
|
|
121
|
+
CreateNetworkPathResponseBody,
|
|
122
|
+
CreateNetworkPathResponse,
|
|
123
|
+
CreateNetworkReachableAnalysisRequest,
|
|
124
|
+
CreateNetworkReachableAnalysisResponseBody,
|
|
125
|
+
CreateNetworkReachableAnalysisResponse,
|
|
126
|
+
DeleteNetworkPathRequest,
|
|
127
|
+
DeleteNetworkPathShrinkRequest,
|
|
128
|
+
DeleteNetworkPathResponseBody,
|
|
129
|
+
DeleteNetworkPathResponse,
|
|
130
|
+
DeleteNetworkReachableAnalysisRequest,
|
|
131
|
+
DeleteNetworkReachableAnalysisShrinkRequest,
|
|
132
|
+
DeleteNetworkReachableAnalysisResponseBody,
|
|
133
|
+
DeleteNetworkReachableAnalysisResponse,
|
|
134
|
+
DeleteNisInspectionReportRequest,
|
|
135
|
+
DeleteNisInspectionReportResponseBody,
|
|
136
|
+
DeleteNisInspectionReportResponse,
|
|
137
|
+
DeleteNisInspectionTaskRequest,
|
|
138
|
+
DeleteNisInspectionTaskResponseBody,
|
|
139
|
+
DeleteNisInspectionTaskResponse,
|
|
140
|
+
DescribeNisInspectionRecommendationResourcesRequest,
|
|
141
|
+
DescribeNisInspectionRecommendationResourcesResponseBody,
|
|
142
|
+
DescribeNisInspectionRecommendationResourcesResponse,
|
|
143
|
+
DescribeNisInspectionReportCheckItemsRequest,
|
|
144
|
+
DescribeNisInspectionReportCheckItemsShrinkRequest,
|
|
145
|
+
DescribeNisInspectionReportCheckItemsResponseBody,
|
|
146
|
+
DescribeNisInspectionReportCheckItemsResponse,
|
|
147
|
+
DescribeNisInspectionReportStatusRequest,
|
|
148
|
+
DescribeNisInspectionReportStatusResponseBody,
|
|
149
|
+
DescribeNisInspectionReportStatusResponse,
|
|
150
|
+
DescribeNisInspectionReportSummaryRequest,
|
|
151
|
+
DescribeNisInspectionReportSummaryResponseBody,
|
|
152
|
+
DescribeNisInspectionReportSummaryResponse,
|
|
153
|
+
DescribeNisInspectionTaskRequest,
|
|
154
|
+
DescribeNisInspectionTaskResponseBody,
|
|
155
|
+
DescribeNisInspectionTaskResponse,
|
|
156
|
+
DescribeNisTrafficRankingRequest,
|
|
157
|
+
DescribeNisTrafficRankingResponseBody,
|
|
158
|
+
DescribeNisTrafficRankingResponse,
|
|
159
|
+
GetInternetTupleRequest,
|
|
160
|
+
GetInternetTupleShrinkRequest,
|
|
161
|
+
GetInternetTupleResponseBody,
|
|
162
|
+
GetInternetTupleResponse,
|
|
163
|
+
GetNatTopNRequest,
|
|
164
|
+
GetNatTopNResponseBody,
|
|
165
|
+
GetNatTopNResponse,
|
|
166
|
+
GetNetworkReachableAnalysisRequest,
|
|
167
|
+
GetNetworkReachableAnalysisResponseBody,
|
|
168
|
+
GetNetworkReachableAnalysisResponse,
|
|
169
|
+
GetNisNetworkMetricsRequest,
|
|
170
|
+
GetNisNetworkMetricsShrinkRequest,
|
|
171
|
+
GetNisNetworkMetricsResponseBody,
|
|
172
|
+
GetNisNetworkMetricsResponse,
|
|
173
|
+
GetNisNetworkRankingRequest,
|
|
174
|
+
GetNisNetworkRankingShrinkRequest,
|
|
175
|
+
GetNisNetworkRankingResponseBody,
|
|
176
|
+
GetNisNetworkRankingResponse,
|
|
177
|
+
GetTransitRouterFlowTopNRequest,
|
|
178
|
+
GetTransitRouterFlowTopNShrinkRequest,
|
|
179
|
+
GetTransitRouterFlowTopNResponseBody,
|
|
180
|
+
GetTransitRouterFlowTopNResponse,
|
|
181
|
+
GetVbrFlowTopNRequest,
|
|
182
|
+
GetVbrFlowTopNShrinkRequest,
|
|
183
|
+
GetVbrFlowTopNResponseBody,
|
|
184
|
+
GetVbrFlowTopNResponse,
|
|
185
|
+
ListNisInspectionResourceTypeResponseBody,
|
|
186
|
+
ListNisInspectionResourceTypeResponse,
|
|
187
|
+
ListNisInspectionTaskReportsRequest,
|
|
188
|
+
ListNisInspectionTaskReportsResponseBody,
|
|
189
|
+
ListNisInspectionTaskReportsResponse,
|
|
190
|
+
ListNisInspectionTasksRequest,
|
|
191
|
+
ListNisInspectionTasksResponseBody,
|
|
192
|
+
ListNisInspectionTasksResponse,
|
|
193
|
+
StartNisInspectionTaskRequest,
|
|
194
|
+
StartNisInspectionTaskResponseBody,
|
|
195
|
+
StartNisInspectionTaskResponse,
|
|
196
|
+
StartNisTrafficRankingRequest,
|
|
197
|
+
StartNisTrafficRankingShrinkRequest,
|
|
198
|
+
StartNisTrafficRankingResponseBody,
|
|
199
|
+
StartNisTrafficRankingResponse,
|
|
200
|
+
UpdateNisInspectionTaskRequest,
|
|
201
|
+
UpdateNisInspectionTaskResponseBody,
|
|
202
|
+
UpdateNisInspectionTaskResponse,
|
|
203
|
+
CreateNetworkPathRequestTag,
|
|
204
|
+
CreateNetworkReachableAnalysisRequestTag,
|
|
205
|
+
DescribeNisInspectionRecommendationResourcesResponseBodyResourceList,
|
|
206
|
+
DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListCheckResultList,
|
|
207
|
+
DescribeNisInspectionReportCheckItemsResponseBodyCheckItemListRecommendationList,
|
|
208
|
+
DescribeNisInspectionReportCheckItemsResponseBodyCheckItemList,
|
|
209
|
+
DescribeNisInspectionReportSummaryResponseBodySummaryPassRateSummary,
|
|
210
|
+
DescribeNisInspectionReportSummaryResponseBodySummaryRiskSummary,
|
|
211
|
+
DescribeNisInspectionReportSummaryResponseBodySummary,
|
|
212
|
+
DescribeNisInspectionTaskResponseBodyCheckResourceList,
|
|
213
|
+
DescribeNisTrafficRankingResponseBodyFlowRankingList,
|
|
214
|
+
GetInternetTupleResponseBodyData,
|
|
215
|
+
GetNatTopNResponseBodyNatGatewayTopN,
|
|
216
|
+
GetNisNetworkMetricsRequestDimensions,
|
|
217
|
+
GetNisNetworkMetricsResponseBodyDataMetrics,
|
|
218
|
+
GetNisNetworkMetricsResponseBodyData,
|
|
219
|
+
GetNisNetworkRankingRequestFilter,
|
|
220
|
+
GetNisNetworkRankingResponseBodyData,
|
|
221
|
+
GetTransitRouterFlowTopNResponseBodyTransitRouterFlowTopN,
|
|
222
|
+
GetVbrFlowTopNResponseBodyVirtualBorderRouterFlowlogTopN,
|
|
223
|
+
ListNisInspectionResourceTypeResponseBodyResourceTypeList,
|
|
224
|
+
ListNisInspectionTaskReportsResponseBodyInspectionReportList,
|
|
225
|
+
ListNisInspectionTasksResponseBodyInspectionTaskList,
|
|
226
|
+
StartNisTrafficRankingRequestFilter
|
|
227
|
+
]
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class CreateAndAnalyzeNetworkPathRequest(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
protocol: str = None,
|
|
11
|
+
region_id: str = None,
|
|
12
|
+
source_id: str = None,
|
|
13
|
+
source_ip_address: str = None,
|
|
14
|
+
source_port: int = None,
|
|
15
|
+
source_type: str = None,
|
|
16
|
+
target_id: str = None,
|
|
17
|
+
target_ip_address: str = None,
|
|
18
|
+
target_port: int = None,
|
|
19
|
+
target_type: str = None,
|
|
20
|
+
):
|
|
21
|
+
# The protocol type. Valid values:
|
|
22
|
+
#
|
|
23
|
+
# * **tcp**: Transmission Control Protocol (TCP)
|
|
24
|
+
# * **udp**: User Datagram Protocol (UDP)
|
|
25
|
+
# * **icmp**: Internet Control Message Protocol (ICMP)
|
|
26
|
+
self.protocol = protocol
|
|
27
|
+
# The ID of the region for which you want to initiate a task for analyzing network reachability.
|
|
28
|
+
self.region_id = region_id
|
|
29
|
+
# The ID of the source resource.
|
|
30
|
+
#
|
|
31
|
+
# This parameter is required.
|
|
32
|
+
self.source_id = source_id
|
|
33
|
+
# The source IP address.
|
|
34
|
+
self.source_ip_address = source_ip_address
|
|
35
|
+
# The source port.
|
|
36
|
+
self.source_port = source_port
|
|
37
|
+
# The type of the source resource. Valid values:
|
|
38
|
+
#
|
|
39
|
+
# * **ecs**: the Elastic Compute Service (ECS) instance
|
|
40
|
+
# * **internetIp**: the public IP address
|
|
41
|
+
# * **vsw**: the vSwitch
|
|
42
|
+
# * **vpn**: the VPN gateway
|
|
43
|
+
# * **vbr**: the virtual border router (VBR)
|
|
44
|
+
#
|
|
45
|
+
# This parameter is required.
|
|
46
|
+
self.source_type = source_type
|
|
47
|
+
# The ID of the destination resource.
|
|
48
|
+
self.target_id = target_id
|
|
49
|
+
# The destination IP address.
|
|
50
|
+
self.target_ip_address = target_ip_address
|
|
51
|
+
# The destination port.
|
|
52
|
+
self.target_port = target_port
|
|
53
|
+
# The type of the destination resource. Valid values:
|
|
54
|
+
#
|
|
55
|
+
# * **ecs**: the ECS instance
|
|
56
|
+
# * **internetIp**: the public IP address
|
|
57
|
+
# * **vsw**: the vSwitch
|
|
58
|
+
# * **vpn**: the VPN gateway
|
|
59
|
+
# * **vbr**: the VBR
|
|
60
|
+
# * **clb**: the Classic Load Balancer (CLB) instance
|
|
61
|
+
self.target_type = target_type
|
|
62
|
+
|
|
63
|
+
def validate(self):
|
|
64
|
+
pass
|
|
65
|
+
|
|
66
|
+
def to_map(self):
|
|
67
|
+
result = dict()
|
|
68
|
+
_map = super().to_map()
|
|
69
|
+
if _map is not None:
|
|
70
|
+
result = _map
|
|
71
|
+
if self.protocol is not None:
|
|
72
|
+
result['Protocol'] = self.protocol
|
|
73
|
+
|
|
74
|
+
if self.region_id is not None:
|
|
75
|
+
result['RegionId'] = self.region_id
|
|
76
|
+
|
|
77
|
+
if self.source_id is not None:
|
|
78
|
+
result['SourceId'] = self.source_id
|
|
79
|
+
|
|
80
|
+
if self.source_ip_address is not None:
|
|
81
|
+
result['SourceIpAddress'] = self.source_ip_address
|
|
82
|
+
|
|
83
|
+
if self.source_port is not None:
|
|
84
|
+
result['SourcePort'] = self.source_port
|
|
85
|
+
|
|
86
|
+
if self.source_type is not None:
|
|
87
|
+
result['SourceType'] = self.source_type
|
|
88
|
+
|
|
89
|
+
if self.target_id is not None:
|
|
90
|
+
result['TargetId'] = self.target_id
|
|
91
|
+
|
|
92
|
+
if self.target_ip_address is not None:
|
|
93
|
+
result['TargetIpAddress'] = self.target_ip_address
|
|
94
|
+
|
|
95
|
+
if self.target_port is not None:
|
|
96
|
+
result['TargetPort'] = self.target_port
|
|
97
|
+
|
|
98
|
+
if self.target_type is not None:
|
|
99
|
+
result['TargetType'] = self.target_type
|
|
100
|
+
|
|
101
|
+
return result
|
|
102
|
+
|
|
103
|
+
def from_map(self, m: dict = None):
|
|
104
|
+
m = m or dict()
|
|
105
|
+
if m.get('Protocol') is not None:
|
|
106
|
+
self.protocol = m.get('Protocol')
|
|
107
|
+
|
|
108
|
+
if m.get('RegionId') is not None:
|
|
109
|
+
self.region_id = m.get('RegionId')
|
|
110
|
+
|
|
111
|
+
if m.get('SourceId') is not None:
|
|
112
|
+
self.source_id = m.get('SourceId')
|
|
113
|
+
|
|
114
|
+
if m.get('SourceIpAddress') is not None:
|
|
115
|
+
self.source_ip_address = m.get('SourceIpAddress')
|
|
116
|
+
|
|
117
|
+
if m.get('SourcePort') is not None:
|
|
118
|
+
self.source_port = m.get('SourcePort')
|
|
119
|
+
|
|
120
|
+
if m.get('SourceType') is not None:
|
|
121
|
+
self.source_type = m.get('SourceType')
|
|
122
|
+
|
|
123
|
+
if m.get('TargetId') is not None:
|
|
124
|
+
self.target_id = m.get('TargetId')
|
|
125
|
+
|
|
126
|
+
if m.get('TargetIpAddress') is not None:
|
|
127
|
+
self.target_ip_address = m.get('TargetIpAddress')
|
|
128
|
+
|
|
129
|
+
if m.get('TargetPort') is not None:
|
|
130
|
+
self.target_port = m.get('TargetPort')
|
|
131
|
+
|
|
132
|
+
if m.get('TargetType') is not None:
|
|
133
|
+
self.target_type = m.get('TargetType')
|
|
134
|
+
|
|
135
|
+
return self
|
|
136
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_nis20211216 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class CreateAndAnalyzeNetworkPathResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.CreateAndAnalyzeNetworkPathResponseBody = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.CreateAndAnalyzeNetworkPathResponseBody()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from darabonba.model import DaraModel
|
|
6
|
+
|
|
7
|
+
class CreateAndAnalyzeNetworkPathResponseBody(DaraModel):
|
|
8
|
+
def __init__(
|
|
9
|
+
self,
|
|
10
|
+
network_reachable_analysis_id: str = None,
|
|
11
|
+
protocol: str = None,
|
|
12
|
+
request_id: str = None,
|
|
13
|
+
source_id: str = None,
|
|
14
|
+
source_ip_address: str = None,
|
|
15
|
+
source_port: str = None,
|
|
16
|
+
source_type: str = None,
|
|
17
|
+
target_id: str = None,
|
|
18
|
+
target_ip_address: str = None,
|
|
19
|
+
target_port: str = None,
|
|
20
|
+
target_type: str = None,
|
|
21
|
+
):
|
|
22
|
+
# The ID of the task for analyzing network reachability that you initiated.
|
|
23
|
+
self.network_reachable_analysis_id = network_reachable_analysis_id
|
|
24
|
+
# The protocol type.
|
|
25
|
+
self.protocol = protocol
|
|
26
|
+
# The request ID.
|
|
27
|
+
self.request_id = request_id
|
|
28
|
+
# The ID of the source resource.
|
|
29
|
+
self.source_id = source_id
|
|
30
|
+
# The source IP address.
|
|
31
|
+
self.source_ip_address = source_ip_address
|
|
32
|
+
# The source port.
|
|
33
|
+
self.source_port = source_port
|
|
34
|
+
# The type of the source resource.
|
|
35
|
+
self.source_type = source_type
|
|
36
|
+
# The ID of the destination resource.
|
|
37
|
+
self.target_id = target_id
|
|
38
|
+
# The destination IP address.
|
|
39
|
+
self.target_ip_address = target_ip_address
|
|
40
|
+
# The destination port.
|
|
41
|
+
self.target_port = target_port
|
|
42
|
+
# The type of the destination resource.
|
|
43
|
+
self.target_type = target_type
|
|
44
|
+
|
|
45
|
+
def validate(self):
|
|
46
|
+
pass
|
|
47
|
+
|
|
48
|
+
def to_map(self):
|
|
49
|
+
result = dict()
|
|
50
|
+
_map = super().to_map()
|
|
51
|
+
if _map is not None:
|
|
52
|
+
result = _map
|
|
53
|
+
if self.network_reachable_analysis_id is not None:
|
|
54
|
+
result['NetworkReachableAnalysisId'] = self.network_reachable_analysis_id
|
|
55
|
+
|
|
56
|
+
if self.protocol is not None:
|
|
57
|
+
result['Protocol'] = self.protocol
|
|
58
|
+
|
|
59
|
+
if self.request_id is not None:
|
|
60
|
+
result['RequestId'] = self.request_id
|
|
61
|
+
|
|
62
|
+
if self.source_id is not None:
|
|
63
|
+
result['SourceId'] = self.source_id
|
|
64
|
+
|
|
65
|
+
if self.source_ip_address is not None:
|
|
66
|
+
result['SourceIpAddress'] = self.source_ip_address
|
|
67
|
+
|
|
68
|
+
if self.source_port is not None:
|
|
69
|
+
result['SourcePort'] = self.source_port
|
|
70
|
+
|
|
71
|
+
if self.source_type is not None:
|
|
72
|
+
result['SourceType'] = self.source_type
|
|
73
|
+
|
|
74
|
+
if self.target_id is not None:
|
|
75
|
+
result['TargetId'] = self.target_id
|
|
76
|
+
|
|
77
|
+
if self.target_ip_address is not None:
|
|
78
|
+
result['TargetIpAddress'] = self.target_ip_address
|
|
79
|
+
|
|
80
|
+
if self.target_port is not None:
|
|
81
|
+
result['TargetPort'] = self.target_port
|
|
82
|
+
|
|
83
|
+
if self.target_type is not None:
|
|
84
|
+
result['TargetType'] = self.target_type
|
|
85
|
+
|
|
86
|
+
return result
|
|
87
|
+
|
|
88
|
+
def from_map(self, m: dict = None):
|
|
89
|
+
m = m or dict()
|
|
90
|
+
if m.get('NetworkReachableAnalysisId') is not None:
|
|
91
|
+
self.network_reachable_analysis_id = m.get('NetworkReachableAnalysisId')
|
|
92
|
+
|
|
93
|
+
if m.get('Protocol') is not None:
|
|
94
|
+
self.protocol = m.get('Protocol')
|
|
95
|
+
|
|
96
|
+
if m.get('RequestId') is not None:
|
|
97
|
+
self.request_id = m.get('RequestId')
|
|
98
|
+
|
|
99
|
+
if m.get('SourceId') is not None:
|
|
100
|
+
self.source_id = m.get('SourceId')
|
|
101
|
+
|
|
102
|
+
if m.get('SourceIpAddress') is not None:
|
|
103
|
+
self.source_ip_address = m.get('SourceIpAddress')
|
|
104
|
+
|
|
105
|
+
if m.get('SourcePort') is not None:
|
|
106
|
+
self.source_port = m.get('SourcePort')
|
|
107
|
+
|
|
108
|
+
if m.get('SourceType') is not None:
|
|
109
|
+
self.source_type = m.get('SourceType')
|
|
110
|
+
|
|
111
|
+
if m.get('TargetId') is not None:
|
|
112
|
+
self.target_id = m.get('TargetId')
|
|
113
|
+
|
|
114
|
+
if m.get('TargetIpAddress') is not None:
|
|
115
|
+
self.target_ip_address = m.get('TargetIpAddress')
|
|
116
|
+
|
|
117
|
+
if m.get('TargetPort') is not None:
|
|
118
|
+
self.target_port = m.get('TargetPort')
|
|
119
|
+
|
|
120
|
+
if m.get('TargetType') is not None:
|
|
121
|
+
self.target_type = m.get('TargetType')
|
|
122
|
+
|
|
123
|
+
return self
|
|
124
|
+
|