huaweicloudsdkaom 3.1.85__py2.py3-none-any.whl → 3.1.132__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huaweicloudsdkaom might be problematic. Click here for more details.
- huaweicloudsdkaom/v1/region/aom_region.py +9 -0
- huaweicloudsdkaom/v2/__init__.py +23 -0
- huaweicloudsdkaom/v2/aom_async_client.py +255 -24
- huaweicloudsdkaom/v2/aom_client.py +255 -24
- huaweicloudsdkaom/v2/model/__init__.py +23 -0
- huaweicloudsdkaom/v2/model/add_or_update_alarm_rule_v4_item_result.py +142 -0
- huaweicloudsdkaom/v2/model/add_or_update_alarm_rule_v4_request_body.py +304 -0
- huaweicloudsdkaom/v2/model/add_or_update_metric_or_event_alarm_rule_request.py +168 -0
- huaweicloudsdkaom/v2/model/add_or_update_metric_or_event_alarm_rule_response.py +174 -0
- huaweicloudsdkaom/v2/model/alarm_notification.py +315 -0
- huaweicloudsdkaom/v2/model/alarm_param_for_v4_db.py +470 -0
- huaweicloudsdkaom/v2/model/alarm_tags.py +173 -0
- huaweicloudsdkaom/v2/model/cmdb_info.py +144 -0
- huaweicloudsdkaom/v2/model/count_events_response.py +32 -3
- huaweicloudsdkaom/v2/model/delete_alarm_rule_v4_request_body.py +114 -0
- huaweicloudsdkaom/v2/model/delete_metric_or_event_alarm_rule_request.py +111 -0
- huaweicloudsdkaom/v2/model/delete_metric_or_event_alarm_rule_response.py +174 -0
- huaweicloudsdkaom/v2/model/delete_prom_instance_request.py +31 -3
- huaweicloudsdkaom/v2/model/event_alarm_spec.py +260 -0
- huaweicloudsdkaom/v2/model/event_trigger_condition.py +260 -0
- huaweicloudsdkaom/v2/model/item_result.py +114 -0
- huaweicloudsdkaom/v2/model/list_agents_request.py +6 -6
- huaweicloudsdkaom/v2/model/list_event_model.py +405 -0
- huaweicloudsdkaom/v2/model/list_events_request.py +88 -1
- huaweicloudsdkaom/v2/model/list_events_response.py +31 -6
- huaweicloudsdkaom/v2/model/list_metric_or_event_alarm_rule_request.py +434 -0
- huaweicloudsdkaom/v2/model/list_metric_or_event_alarm_rule_response.py +174 -0
- huaweicloudsdkaom/v2/model/list_prom_instance_request.py +31 -3
- huaweicloudsdkaom/v2/model/metric_alarm_spec.py +310 -0
- huaweicloudsdkaom/v2/model/no_data_condition.py +173 -0
- huaweicloudsdkaom/v2/model/node_info.py +144 -0
- huaweicloudsdkaom/v2/model/page_info.py +170 -0
- huaweicloudsdkaom/v2/model/push_events_request.py +18 -18
- huaweicloudsdkaom/v2/model/recovery_condition.py +115 -0
- huaweicloudsdkaom/v2/model/smn_info.py +4 -4
- huaweicloudsdkaom/v2/model/trigger_condition.py +742 -0
- huaweicloudsdkaom/v2/region/aom_region.py +9 -0
- huaweicloudsdkaom/v3/aom_async_client.py +19 -19
- huaweicloudsdkaom/v3/aom_client.py +19 -19
- huaweicloudsdkaom/v3/model/biz_app_param.py +12 -12
- huaweicloudsdkaom/v3/model/component_param.py +3 -3
- huaweicloudsdkaom/v3/model/env_param.py +6 -6
- huaweicloudsdkaom/v3/model/sub_app_create_param.py +15 -15
- huaweicloudsdkaom/v3/model/sub_app_update_param.py +9 -9
- huaweicloudsdkaom/v3/region/aom_region.py +9 -0
- huaweicloudsdkaom/v4/__init__.py +21 -0
- huaweicloudsdkaom/v4/aom_async_client.py +279 -0
- huaweicloudsdkaom/v4/aom_client.py +276 -0
- huaweicloudsdkaom/v4/model/__init__.py +18 -0
- huaweicloudsdkaom/v4/model/agent_batch_import_param_new.py +280 -0
- huaweicloudsdkaom/v4/model/agent_import_param_new.py +313 -0
- huaweicloudsdkaom/v4/model/agent_info_param.py +231 -0
- huaweicloudsdkaom/v4/model/agent_info_result.py +463 -0
- huaweicloudsdkaom/v4/model/agent_upgrade_param.py +142 -0
- huaweicloudsdkaom/v4/model/batch_import_agent_request.py +139 -0
- huaweicloudsdkaom/v4/model/batch_import_agent_response.py +116 -0
- huaweicloudsdkaom/v4/model/batch_update_agent_request.py +111 -0
- huaweicloudsdkaom/v4/model/batch_update_agent_response.py +116 -0
- huaweicloudsdkaom/v4/model/plugin_install_basic_param.py +173 -0
- huaweicloudsdkaom/v4/model/show_agent_infos_request.py +111 -0
- huaweicloudsdkaom/v4/model/show_agent_infos_response.py +203 -0
- huaweicloudsdkaom/v4/model/single_agent_param.py +142 -0
- huaweicloudsdkaom/v4/region/__init__.py +0 -0
- huaweicloudsdkaom/v4/region/aom_region.py +100 -0
- {huaweicloudsdkaom-3.1.85.dist-info → huaweicloudsdkaom-3.1.132.dist-info}/METADATA +2 -2
- {huaweicloudsdkaom-3.1.85.dist-info → huaweicloudsdkaom-3.1.132.dist-info}/RECORD +69 -27
- {huaweicloudsdkaom-3.1.85.dist-info → huaweicloudsdkaom-3.1.132.dist-info}/WHEEL +1 -1
- {huaweicloudsdkaom-3.1.85.dist-info → huaweicloudsdkaom-3.1.132.dist-info}/LICENSE +0 -0
- {huaweicloudsdkaom-3.1.85.dist-info → huaweicloudsdkaom-3.1.132.dist-info}/top_level.txt +0 -0
|
@@ -48,6 +48,12 @@ class AomRegion:
|
|
|
48
48
|
"https://aom.tr-west-1.myhuaweicloud.com")
|
|
49
49
|
ME_EAST_1 = Region("me-east-1",
|
|
50
50
|
"https://aom.me-east-1.myhuaweicloud.com")
|
|
51
|
+
AE_AD_1 = Region("ae-ad-1",
|
|
52
|
+
"https://aom.ae-ad-1.myhuaweicloud.com")
|
|
53
|
+
RU_MOSCOW_1 = Region("ru-moscow-1",
|
|
54
|
+
"https://aom.ru-moscow-1.myhuaweicloud.com")
|
|
55
|
+
MY_KUALALUMPUR_1 = Region("my-kualalumpur-1",
|
|
56
|
+
"https://aom.my-kualalumpur-1.myhuaweicloud.com")
|
|
51
57
|
|
|
52
58
|
static_fields = {
|
|
53
59
|
"cn-north-4": CN_NORTH_4,
|
|
@@ -71,6 +77,9 @@ class AomRegion:
|
|
|
71
77
|
"na-mexico-1": NA_MEXICO_1,
|
|
72
78
|
"tr-west-1": TR_WEST_1,
|
|
73
79
|
"me-east-1": ME_EAST_1,
|
|
80
|
+
"ae-ad-1": AE_AD_1,
|
|
81
|
+
"ru-moscow-1": RU_MOSCOW_1,
|
|
82
|
+
"my-kualalumpur-1": MY_KUALALUMPUR_1,
|
|
74
83
|
}
|
|
75
84
|
|
|
76
85
|
@classmethod
|
|
@@ -35,7 +35,7 @@ class AomAsyncClient(Client):
|
|
|
35
35
|
def create_app_async(self, request):
|
|
36
36
|
"""新增应用
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
该接口用于新增应用。
|
|
39
39
|
|
|
40
40
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
41
41
|
|
|
@@ -100,7 +100,7 @@ class AomAsyncClient(Client):
|
|
|
100
100
|
def create_component_async(self, request):
|
|
101
101
|
"""新增组件
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
该接口用于新增组件。
|
|
104
104
|
|
|
105
105
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
106
106
|
|
|
@@ -165,7 +165,7 @@ class AomAsyncClient(Client):
|
|
|
165
165
|
def create_env_async(self, request):
|
|
166
166
|
"""创建环境
|
|
167
167
|
|
|
168
|
-
|
|
168
|
+
该接口用于创建环境。
|
|
169
169
|
|
|
170
170
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
171
171
|
|
|
@@ -230,7 +230,7 @@ class AomAsyncClient(Client):
|
|
|
230
230
|
def create_sub_app_async(self, request):
|
|
231
231
|
"""新增子应用
|
|
232
232
|
|
|
233
|
-
|
|
233
|
+
该接口用于新增子应用。
|
|
234
234
|
|
|
235
235
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
236
236
|
|
|
@@ -295,7 +295,7 @@ class AomAsyncClient(Client):
|
|
|
295
295
|
def delete_app_async(self, request):
|
|
296
296
|
"""删除应用
|
|
297
297
|
|
|
298
|
-
|
|
298
|
+
该接口用于删除应用。
|
|
299
299
|
|
|
300
300
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
301
301
|
|
|
@@ -360,7 +360,7 @@ class AomAsyncClient(Client):
|
|
|
360
360
|
def delete_component_async(self, request):
|
|
361
361
|
"""删除组件
|
|
362
362
|
|
|
363
|
-
|
|
363
|
+
该接口用于删除组件。
|
|
364
364
|
|
|
365
365
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
366
366
|
|
|
@@ -425,7 +425,7 @@ class AomAsyncClient(Client):
|
|
|
425
425
|
def delete_env_async(self, request):
|
|
426
426
|
"""删除环境
|
|
427
427
|
|
|
428
|
-
|
|
428
|
+
该接口用于删除环境。
|
|
429
429
|
|
|
430
430
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
431
431
|
|
|
@@ -490,7 +490,7 @@ class AomAsyncClient(Client):
|
|
|
490
490
|
def delete_sub_app_async(self, request):
|
|
491
491
|
"""删除子应用
|
|
492
492
|
|
|
493
|
-
|
|
493
|
+
该接口用于删除子应用。
|
|
494
494
|
|
|
495
495
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
496
496
|
|
|
@@ -555,7 +555,7 @@ class AomAsyncClient(Client):
|
|
|
555
555
|
def list_resource_under_node_async(self, request):
|
|
556
556
|
"""查询绑定在节点上的资源列表
|
|
557
557
|
|
|
558
|
-
|
|
558
|
+
该接口用于查询绑定在节点上的资源列表。
|
|
559
559
|
|
|
560
560
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
561
561
|
|
|
@@ -624,7 +624,7 @@ class AomAsyncClient(Client):
|
|
|
624
624
|
def show_app_async(self, request):
|
|
625
625
|
"""查询应用详情
|
|
626
626
|
|
|
627
|
-
|
|
627
|
+
该接口用于查询应用详情。
|
|
628
628
|
|
|
629
629
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
630
630
|
|
|
@@ -689,7 +689,7 @@ class AomAsyncClient(Client):
|
|
|
689
689
|
def show_app_by_name_async(self, request):
|
|
690
690
|
"""根据应用名称查询应用详情
|
|
691
691
|
|
|
692
|
-
|
|
692
|
+
该接口用于查询应用详情。
|
|
693
693
|
|
|
694
694
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
695
695
|
|
|
@@ -756,7 +756,7 @@ class AomAsyncClient(Client):
|
|
|
756
756
|
def show_component_async(self, request):
|
|
757
757
|
"""查询组件详情
|
|
758
758
|
|
|
759
|
-
|
|
759
|
+
该接口用于查询组件详情。
|
|
760
760
|
|
|
761
761
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
762
762
|
|
|
@@ -821,7 +821,7 @@ class AomAsyncClient(Client):
|
|
|
821
821
|
def show_component_by_name_async(self, request):
|
|
822
822
|
"""根据组件名称查询组件详情
|
|
823
823
|
|
|
824
|
-
|
|
824
|
+
该接口用于查询组件详情。
|
|
825
825
|
|
|
826
826
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
827
827
|
|
|
@@ -888,7 +888,7 @@ class AomAsyncClient(Client):
|
|
|
888
888
|
def show_env_async(self, request):
|
|
889
889
|
"""查询环境详情
|
|
890
890
|
|
|
891
|
-
|
|
891
|
+
该接口用于查询环境详情。
|
|
892
892
|
|
|
893
893
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
894
894
|
|
|
@@ -953,7 +953,7 @@ class AomAsyncClient(Client):
|
|
|
953
953
|
def show_env_by_name_async(self, request):
|
|
954
954
|
"""根据环境名称查询环境详情
|
|
955
955
|
|
|
956
|
-
|
|
956
|
+
该接口用于查询环境详情。
|
|
957
957
|
|
|
958
958
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
959
959
|
|
|
@@ -1022,7 +1022,7 @@ class AomAsyncClient(Client):
|
|
|
1022
1022
|
def update_app_async(self, request):
|
|
1023
1023
|
"""修改应用
|
|
1024
1024
|
|
|
1025
|
-
|
|
1025
|
+
该接口用于修改应用。
|
|
1026
1026
|
|
|
1027
1027
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1028
1028
|
|
|
@@ -1089,7 +1089,7 @@ class AomAsyncClient(Client):
|
|
|
1089
1089
|
def update_component_async(self, request):
|
|
1090
1090
|
"""修改组件
|
|
1091
1091
|
|
|
1092
|
-
|
|
1092
|
+
该接口用于修改组件。
|
|
1093
1093
|
|
|
1094
1094
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1095
1095
|
|
|
@@ -1156,7 +1156,7 @@ class AomAsyncClient(Client):
|
|
|
1156
1156
|
def update_env_async(self, request):
|
|
1157
1157
|
"""修改环境
|
|
1158
1158
|
|
|
1159
|
-
|
|
1159
|
+
该接口用于修改环境。
|
|
1160
1160
|
|
|
1161
1161
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1162
1162
|
|
|
@@ -1223,7 +1223,7 @@ class AomAsyncClient(Client):
|
|
|
1223
1223
|
def update_sub_app_async(self, request):
|
|
1224
1224
|
"""修改子应用
|
|
1225
1225
|
|
|
1226
|
-
|
|
1226
|
+
该接口用于修改子应用。
|
|
1227
1227
|
|
|
1228
1228
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1229
1229
|
|
|
@@ -35,7 +35,7 @@ class AomClient(Client):
|
|
|
35
35
|
def create_app(self, request):
|
|
36
36
|
"""新增应用
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
该接口用于新增应用。
|
|
39
39
|
|
|
40
40
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
41
41
|
|
|
@@ -100,7 +100,7 @@ class AomClient(Client):
|
|
|
100
100
|
def create_component(self, request):
|
|
101
101
|
"""新增组件
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
该接口用于新增组件。
|
|
104
104
|
|
|
105
105
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
106
106
|
|
|
@@ -165,7 +165,7 @@ class AomClient(Client):
|
|
|
165
165
|
def create_env(self, request):
|
|
166
166
|
"""创建环境
|
|
167
167
|
|
|
168
|
-
|
|
168
|
+
该接口用于创建环境。
|
|
169
169
|
|
|
170
170
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
171
171
|
|
|
@@ -230,7 +230,7 @@ class AomClient(Client):
|
|
|
230
230
|
def create_sub_app(self, request):
|
|
231
231
|
"""新增子应用
|
|
232
232
|
|
|
233
|
-
|
|
233
|
+
该接口用于新增子应用。
|
|
234
234
|
|
|
235
235
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
236
236
|
|
|
@@ -295,7 +295,7 @@ class AomClient(Client):
|
|
|
295
295
|
def delete_app(self, request):
|
|
296
296
|
"""删除应用
|
|
297
297
|
|
|
298
|
-
|
|
298
|
+
该接口用于删除应用。
|
|
299
299
|
|
|
300
300
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
301
301
|
|
|
@@ -360,7 +360,7 @@ class AomClient(Client):
|
|
|
360
360
|
def delete_component(self, request):
|
|
361
361
|
"""删除组件
|
|
362
362
|
|
|
363
|
-
|
|
363
|
+
该接口用于删除组件。
|
|
364
364
|
|
|
365
365
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
366
366
|
|
|
@@ -425,7 +425,7 @@ class AomClient(Client):
|
|
|
425
425
|
def delete_env(self, request):
|
|
426
426
|
"""删除环境
|
|
427
427
|
|
|
428
|
-
|
|
428
|
+
该接口用于删除环境。
|
|
429
429
|
|
|
430
430
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
431
431
|
|
|
@@ -490,7 +490,7 @@ class AomClient(Client):
|
|
|
490
490
|
def delete_sub_app(self, request):
|
|
491
491
|
"""删除子应用
|
|
492
492
|
|
|
493
|
-
|
|
493
|
+
该接口用于删除子应用。
|
|
494
494
|
|
|
495
495
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
496
496
|
|
|
@@ -555,7 +555,7 @@ class AomClient(Client):
|
|
|
555
555
|
def list_resource_under_node(self, request):
|
|
556
556
|
"""查询绑定在节点上的资源列表
|
|
557
557
|
|
|
558
|
-
|
|
558
|
+
该接口用于查询绑定在节点上的资源列表。
|
|
559
559
|
|
|
560
560
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
561
561
|
|
|
@@ -624,7 +624,7 @@ class AomClient(Client):
|
|
|
624
624
|
def show_app(self, request):
|
|
625
625
|
"""查询应用详情
|
|
626
626
|
|
|
627
|
-
|
|
627
|
+
该接口用于查询应用详情。
|
|
628
628
|
|
|
629
629
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
630
630
|
|
|
@@ -689,7 +689,7 @@ class AomClient(Client):
|
|
|
689
689
|
def show_app_by_name(self, request):
|
|
690
690
|
"""根据应用名称查询应用详情
|
|
691
691
|
|
|
692
|
-
|
|
692
|
+
该接口用于查询应用详情。
|
|
693
693
|
|
|
694
694
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
695
695
|
|
|
@@ -756,7 +756,7 @@ class AomClient(Client):
|
|
|
756
756
|
def show_component(self, request):
|
|
757
757
|
"""查询组件详情
|
|
758
758
|
|
|
759
|
-
|
|
759
|
+
该接口用于查询组件详情。
|
|
760
760
|
|
|
761
761
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
762
762
|
|
|
@@ -821,7 +821,7 @@ class AomClient(Client):
|
|
|
821
821
|
def show_component_by_name(self, request):
|
|
822
822
|
"""根据组件名称查询组件详情
|
|
823
823
|
|
|
824
|
-
|
|
824
|
+
该接口用于查询组件详情。
|
|
825
825
|
|
|
826
826
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
827
827
|
|
|
@@ -888,7 +888,7 @@ class AomClient(Client):
|
|
|
888
888
|
def show_env(self, request):
|
|
889
889
|
"""查询环境详情
|
|
890
890
|
|
|
891
|
-
|
|
891
|
+
该接口用于查询环境详情。
|
|
892
892
|
|
|
893
893
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
894
894
|
|
|
@@ -953,7 +953,7 @@ class AomClient(Client):
|
|
|
953
953
|
def show_env_by_name(self, request):
|
|
954
954
|
"""根据环境名称查询环境详情
|
|
955
955
|
|
|
956
|
-
|
|
956
|
+
该接口用于查询环境详情。
|
|
957
957
|
|
|
958
958
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
959
959
|
|
|
@@ -1022,7 +1022,7 @@ class AomClient(Client):
|
|
|
1022
1022
|
def update_app(self, request):
|
|
1023
1023
|
"""修改应用
|
|
1024
1024
|
|
|
1025
|
-
|
|
1025
|
+
该接口用于修改应用。
|
|
1026
1026
|
|
|
1027
1027
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1028
1028
|
|
|
@@ -1089,7 +1089,7 @@ class AomClient(Client):
|
|
|
1089
1089
|
def update_component(self, request):
|
|
1090
1090
|
"""修改组件
|
|
1091
1091
|
|
|
1092
|
-
|
|
1092
|
+
该接口用于修改组件。
|
|
1093
1093
|
|
|
1094
1094
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1095
1095
|
|
|
@@ -1156,7 +1156,7 @@ class AomClient(Client):
|
|
|
1156
1156
|
def update_env(self, request):
|
|
1157
1157
|
"""修改环境
|
|
1158
1158
|
|
|
1159
|
-
|
|
1159
|
+
该接口用于修改环境。
|
|
1160
1160
|
|
|
1161
1161
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1162
1162
|
|
|
@@ -1223,7 +1223,7 @@ class AomClient(Client):
|
|
|
1223
1223
|
def update_sub_app(self, request):
|
|
1224
1224
|
"""修改子应用
|
|
1225
1225
|
|
|
1226
|
-
|
|
1226
|
+
该接口用于修改子应用。
|
|
1227
1227
|
|
|
1228
1228
|
Please refer to HUAWEI cloud API Explorer for details.
|
|
1229
1229
|
|
|
@@ -37,15 +37,15 @@ class BizAppParam:
|
|
|
37
37
|
|
|
38
38
|
The model defined in huaweicloud sdk
|
|
39
39
|
|
|
40
|
-
:param description:
|
|
40
|
+
:param description: 应用描述
|
|
41
41
|
:type description: str
|
|
42
|
-
:param display_name:
|
|
42
|
+
:param display_name: 应用名称.字符集长度2-64,仅支持字符集:中文字符、英文字母、数字、下划线、中划线、点
|
|
43
43
|
:type display_name: str
|
|
44
44
|
:param eps_id: 应用关联的企业项目id。企业级用户必传
|
|
45
45
|
:type eps_id: str
|
|
46
|
-
:param name:
|
|
46
|
+
:param name: 唯一标识.字符集长度2-64,仅支持字符集:英文字母、数字、下划线、中划线、点
|
|
47
47
|
:type name: str
|
|
48
|
-
:param register_type: 前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
48
|
+
:param register_type: 前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
49
49
|
:type register_type: str
|
|
50
50
|
"""
|
|
51
51
|
|
|
@@ -72,7 +72,7 @@ class BizAppParam:
|
|
|
72
72
|
def description(self):
|
|
73
73
|
"""Gets the description of this BizAppParam.
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
应用描述
|
|
76
76
|
|
|
77
77
|
:return: The description of this BizAppParam.
|
|
78
78
|
:rtype: str
|
|
@@ -83,7 +83,7 @@ class BizAppParam:
|
|
|
83
83
|
def description(self, description):
|
|
84
84
|
"""Sets the description of this BizAppParam.
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
应用描述
|
|
87
87
|
|
|
88
88
|
:param description: The description of this BizAppParam.
|
|
89
89
|
:type description: str
|
|
@@ -94,7 +94,7 @@ class BizAppParam:
|
|
|
94
94
|
def display_name(self):
|
|
95
95
|
"""Gets the display_name of this BizAppParam.
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
应用名称.字符集长度2-64,仅支持字符集:中文字符、英文字母、数字、下划线、中划线、点
|
|
98
98
|
|
|
99
99
|
:return: The display_name of this BizAppParam.
|
|
100
100
|
:rtype: str
|
|
@@ -105,7 +105,7 @@ class BizAppParam:
|
|
|
105
105
|
def display_name(self, display_name):
|
|
106
106
|
"""Sets the display_name of this BizAppParam.
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
应用名称.字符集长度2-64,仅支持字符集:中文字符、英文字母、数字、下划线、中划线、点
|
|
109
109
|
|
|
110
110
|
:param display_name: The display_name of this BizAppParam.
|
|
111
111
|
:type display_name: str
|
|
@@ -138,7 +138,7 @@ class BizAppParam:
|
|
|
138
138
|
def name(self):
|
|
139
139
|
"""Gets the name of this BizAppParam.
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
唯一标识.字符集长度2-64,仅支持字符集:英文字母、数字、下划线、中划线、点
|
|
142
142
|
|
|
143
143
|
:return: The name of this BizAppParam.
|
|
144
144
|
:rtype: str
|
|
@@ -149,7 +149,7 @@ class BizAppParam:
|
|
|
149
149
|
def name(self, name):
|
|
150
150
|
"""Sets the name of this BizAppParam.
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
唯一标识.字符集长度2-64,仅支持字符集:英文字母、数字、下划线、中划线、点
|
|
153
153
|
|
|
154
154
|
:param name: The name of this BizAppParam.
|
|
155
155
|
:type name: str
|
|
@@ -160,7 +160,7 @@ class BizAppParam:
|
|
|
160
160
|
def register_type(self):
|
|
161
161
|
"""Gets the register_type of this BizAppParam.
|
|
162
162
|
|
|
163
|
-
前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
163
|
+
前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
164
164
|
|
|
165
165
|
:return: The register_type of this BizAppParam.
|
|
166
166
|
:rtype: str
|
|
@@ -171,7 +171,7 @@ class BizAppParam:
|
|
|
171
171
|
def register_type(self, register_type):
|
|
172
172
|
"""Sets the register_type of this BizAppParam.
|
|
173
173
|
|
|
174
|
-
前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
174
|
+
前端默认是CONSOLE,不需要传参。rest接口无参数是API,有参数只能是:SERVICE_DISCOVERY
|
|
175
175
|
|
|
176
176
|
:param register_type: The register_type of this BizAppParam.
|
|
177
177
|
:type register_type: str
|
|
@@ -35,7 +35,7 @@ class ComponentParam:
|
|
|
35
35
|
|
|
36
36
|
The model defined in huaweicloud sdk
|
|
37
37
|
|
|
38
|
-
:param description:
|
|
38
|
+
:param description: 组件描述
|
|
39
39
|
:type description: str
|
|
40
40
|
:param model_id: 应用Id、子应用Id,id长度不能超过36位,由大小写字母、数字组成
|
|
41
41
|
:type model_id: str
|
|
@@ -63,7 +63,7 @@ class ComponentParam:
|
|
|
63
63
|
def description(self):
|
|
64
64
|
"""Gets the description of this ComponentParam.
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
组件描述
|
|
67
67
|
|
|
68
68
|
:return: The description of this ComponentParam.
|
|
69
69
|
:rtype: str
|
|
@@ -74,7 +74,7 @@ class ComponentParam:
|
|
|
74
74
|
def description(self, description):
|
|
75
75
|
"""Sets the description of this ComponentParam.
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
组件描述
|
|
78
78
|
|
|
79
79
|
:param description: The description of this ComponentParam.
|
|
80
80
|
:type description: str
|
|
@@ -43,9 +43,9 @@ class EnvParam:
|
|
|
43
43
|
|
|
44
44
|
:param component_id: 环境关联组件id;id长度不能超过36位,由大小写字母、数字组成。创建环境必传,修改环境时非必选
|
|
45
45
|
:type component_id: str
|
|
46
|
-
:param description:
|
|
46
|
+
:param description: 描述
|
|
47
47
|
:type description: str
|
|
48
|
-
:param env_name:
|
|
48
|
+
:param env_name: 环境名称
|
|
49
49
|
:type env_name: str
|
|
50
50
|
:param env_type: 环境类型,取值:DEV、TEST、PRE、ONLINE,不区分大小写
|
|
51
51
|
:type env_type: str
|
|
@@ -105,7 +105,7 @@ class EnvParam:
|
|
|
105
105
|
def description(self):
|
|
106
106
|
"""Gets the description of this EnvParam.
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
描述
|
|
109
109
|
|
|
110
110
|
:return: The description of this EnvParam.
|
|
111
111
|
:rtype: str
|
|
@@ -116,7 +116,7 @@ class EnvParam:
|
|
|
116
116
|
def description(self, description):
|
|
117
117
|
"""Sets the description of this EnvParam.
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
描述
|
|
120
120
|
|
|
121
121
|
:param description: The description of this EnvParam.
|
|
122
122
|
:type description: str
|
|
@@ -127,7 +127,7 @@ class EnvParam:
|
|
|
127
127
|
def env_name(self):
|
|
128
128
|
"""Gets the env_name of this EnvParam.
|
|
129
129
|
|
|
130
|
-
|
|
130
|
+
环境名称
|
|
131
131
|
|
|
132
132
|
:return: The env_name of this EnvParam.
|
|
133
133
|
:rtype: str
|
|
@@ -138,7 +138,7 @@ class EnvParam:
|
|
|
138
138
|
def env_name(self, env_name):
|
|
139
139
|
"""Sets the env_name of this EnvParam.
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
环境名称
|
|
142
142
|
|
|
143
143
|
:param env_name: The env_name of this EnvParam.
|
|
144
144
|
:type env_name: str
|
|
@@ -37,15 +37,15 @@ class SubAppCreateParam:
|
|
|
37
37
|
|
|
38
38
|
The model defined in huaweicloud sdk
|
|
39
39
|
|
|
40
|
-
:param name:
|
|
40
|
+
:param name: 子应用唯一标识
|
|
41
41
|
:type name: str
|
|
42
|
-
:param display_name:
|
|
42
|
+
:param display_name: 子应用节点显示名称
|
|
43
43
|
:type display_name: str
|
|
44
|
-
:param model_id: 应用Id、子应用Id
|
|
44
|
+
:param model_id: 应用Id、子应用Id
|
|
45
45
|
:type model_id: str
|
|
46
|
-
:param model_type: 应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
46
|
+
:param model_type: 应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
47
47
|
:type model_type: str
|
|
48
|
-
:param description:
|
|
48
|
+
:param description: 子应用描述
|
|
49
49
|
:type description: str
|
|
50
50
|
"""
|
|
51
51
|
|
|
@@ -70,7 +70,7 @@ class SubAppCreateParam:
|
|
|
70
70
|
def name(self):
|
|
71
71
|
"""Gets the name of this SubAppCreateParam.
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
子应用唯一标识
|
|
74
74
|
|
|
75
75
|
:return: The name of this SubAppCreateParam.
|
|
76
76
|
:rtype: str
|
|
@@ -81,7 +81,7 @@ class SubAppCreateParam:
|
|
|
81
81
|
def name(self, name):
|
|
82
82
|
"""Sets the name of this SubAppCreateParam.
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
子应用唯一标识
|
|
85
85
|
|
|
86
86
|
:param name: The name of this SubAppCreateParam.
|
|
87
87
|
:type name: str
|
|
@@ -92,7 +92,7 @@ class SubAppCreateParam:
|
|
|
92
92
|
def display_name(self):
|
|
93
93
|
"""Gets the display_name of this SubAppCreateParam.
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
子应用节点显示名称
|
|
96
96
|
|
|
97
97
|
:return: The display_name of this SubAppCreateParam.
|
|
98
98
|
:rtype: str
|
|
@@ -103,7 +103,7 @@ class SubAppCreateParam:
|
|
|
103
103
|
def display_name(self, display_name):
|
|
104
104
|
"""Sets the display_name of this SubAppCreateParam.
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
子应用节点显示名称
|
|
107
107
|
|
|
108
108
|
:param display_name: The display_name of this SubAppCreateParam.
|
|
109
109
|
:type display_name: str
|
|
@@ -114,7 +114,7 @@ class SubAppCreateParam:
|
|
|
114
114
|
def model_id(self):
|
|
115
115
|
"""Gets the model_id of this SubAppCreateParam.
|
|
116
116
|
|
|
117
|
-
应用Id、子应用Id
|
|
117
|
+
应用Id、子应用Id
|
|
118
118
|
|
|
119
119
|
:return: The model_id of this SubAppCreateParam.
|
|
120
120
|
:rtype: str
|
|
@@ -125,7 +125,7 @@ class SubAppCreateParam:
|
|
|
125
125
|
def model_id(self, model_id):
|
|
126
126
|
"""Sets the model_id of this SubAppCreateParam.
|
|
127
127
|
|
|
128
|
-
应用Id、子应用Id
|
|
128
|
+
应用Id、子应用Id
|
|
129
129
|
|
|
130
130
|
:param model_id: The model_id of this SubAppCreateParam.
|
|
131
131
|
:type model_id: str
|
|
@@ -136,7 +136,7 @@ class SubAppCreateParam:
|
|
|
136
136
|
def model_type(self):
|
|
137
137
|
"""Gets the model_type of this SubAppCreateParam.
|
|
138
138
|
|
|
139
|
-
应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
139
|
+
应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
140
140
|
|
|
141
141
|
:return: The model_type of this SubAppCreateParam.
|
|
142
142
|
:rtype: str
|
|
@@ -147,7 +147,7 @@ class SubAppCreateParam:
|
|
|
147
147
|
def model_type(self, model_type):
|
|
148
148
|
"""Sets the model_type of this SubAppCreateParam.
|
|
149
149
|
|
|
150
|
-
应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
150
|
+
应用、子应用,取值:APPLICATION、SUB_APPLICATION
|
|
151
151
|
|
|
152
152
|
:param model_type: The model_type of this SubAppCreateParam.
|
|
153
153
|
:type model_type: str
|
|
@@ -158,7 +158,7 @@ class SubAppCreateParam:
|
|
|
158
158
|
def description(self):
|
|
159
159
|
"""Gets the description of this SubAppCreateParam.
|
|
160
160
|
|
|
161
|
-
|
|
161
|
+
子应用描述
|
|
162
162
|
|
|
163
163
|
:return: The description of this SubAppCreateParam.
|
|
164
164
|
:rtype: str
|
|
@@ -169,7 +169,7 @@ class SubAppCreateParam:
|
|
|
169
169
|
def description(self, description):
|
|
170
170
|
"""Sets the description of this SubAppCreateParam.
|
|
171
171
|
|
|
172
|
-
|
|
172
|
+
子应用描述
|
|
173
173
|
|
|
174
174
|
:param description: The description of this SubAppCreateParam.
|
|
175
175
|
:type description: str
|