huaweicloudsdkaom 3.1.69__py2.py3-none-any.whl → 3.1.71__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/v2/__init__.py +0 -1
- huaweicloudsdkaom/v2/aom_async_client.py +158 -158
- huaweicloudsdkaom/v2/aom_client.py +158 -158
- huaweicloudsdkaom/v2/model/__init__.py +0 -1
- huaweicloudsdkaom/v2/model/access_code_model.py +12 -12
- huaweicloudsdkaom/v2/model/application_model.py +9 -9
- huaweicloudsdkaom/v2/model/create_prom_instance_response.py +3 -3
- huaweicloudsdkaom/v2/model/delete_prom_instance_request.py +3 -3
- huaweicloudsdkaom/v2/model/list_access_code_response.py +3 -3
- huaweicloudsdkaom/v2/model/list_agents_request.py +6 -6
- huaweicloudsdkaom/v2/model/list_permissions_response.py +4 -4
- huaweicloudsdkaom/v2/model/list_prom_instance_request.py +12 -12
- huaweicloudsdkaom/v2/model/list_prom_instance_response.py +3 -3
- huaweicloudsdkaom/v2/model/prom_config_model.py +15 -15
- huaweicloudsdkaom/v2/model/prom_instance_eps_model.py +39 -39
- huaweicloudsdkaom/v2/model/recording_rule_request.py +3 -3
- {huaweicloudsdkaom-3.1.69.dist-info → huaweicloudsdkaom-3.1.71.dist-info}/METADATA +2 -2
- {huaweicloudsdkaom-3.1.69.dist-info → huaweicloudsdkaom-3.1.71.dist-info}/RECORD +21 -22
- {huaweicloudsdkaom-3.1.69.dist-info → huaweicloudsdkaom-3.1.71.dist-info}/WHEEL +1 -1
- huaweicloudsdkaom/v2/model/auth_model.py +0 -144
- {huaweicloudsdkaom-3.1.69.dist-info → huaweicloudsdkaom-3.1.71.dist-info}/LICENSE +0 -0
- {huaweicloudsdkaom-3.1.69.dist-info → huaweicloudsdkaom-3.1.71.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ class ListPermissionsResponse(SdkResponse):
|
|
|
18
18
|
sensitive_list = []
|
|
19
19
|
|
|
20
20
|
openapi_types = {
|
|
21
|
-
'body': '
|
|
21
|
+
'body': 'str'
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
attribute_map = {
|
|
@@ -31,7 +31,7 @@ class ListPermissionsResponse(SdkResponse):
|
|
|
31
31
|
The model defined in huaweicloud sdk
|
|
32
32
|
|
|
33
33
|
:param body:
|
|
34
|
-
:type body:
|
|
34
|
+
:type body: str
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
super(ListPermissionsResponse, self).__init__()
|
|
@@ -47,7 +47,7 @@ class ListPermissionsResponse(SdkResponse):
|
|
|
47
47
|
"""Gets the body of this ListPermissionsResponse.
|
|
48
48
|
|
|
49
49
|
:return: The body of this ListPermissionsResponse.
|
|
50
|
-
:rtype:
|
|
50
|
+
:rtype: str
|
|
51
51
|
"""
|
|
52
52
|
return self._body
|
|
53
53
|
|
|
@@ -56,7 +56,7 @@ class ListPermissionsResponse(SdkResponse):
|
|
|
56
56
|
"""Sets the body of this ListPermissionsResponse.
|
|
57
57
|
|
|
58
58
|
:param body: The body of this ListPermissionsResponse.
|
|
59
|
-
:type body:
|
|
59
|
+
:type body: str
|
|
60
60
|
"""
|
|
61
61
|
self._body = body
|
|
62
62
|
|
|
@@ -35,13 +35,13 @@ class ListPromInstanceRequest:
|
|
|
35
35
|
|
|
36
36
|
The model defined in huaweicloud sdk
|
|
37
37
|
|
|
38
|
-
:param prom_id:
|
|
38
|
+
:param prom_id: Prometheus实例id。
|
|
39
39
|
:type prom_id: str
|
|
40
|
-
:param prom_type:
|
|
40
|
+
:param prom_type: Prometheus实例类型。
|
|
41
41
|
:type prom_type: str
|
|
42
|
-
:param cce_cluster_enable: cce
|
|
42
|
+
:param cce_cluster_enable: cce集群开关。
|
|
43
43
|
:type cce_cluster_enable: str
|
|
44
|
-
:param prom_status:
|
|
44
|
+
:param prom_status: Prometheus实例状态。
|
|
45
45
|
:type prom_status: str
|
|
46
46
|
"""
|
|
47
47
|
|
|
@@ -66,7 +66,7 @@ class ListPromInstanceRequest:
|
|
|
66
66
|
def prom_id(self):
|
|
67
67
|
"""Gets the prom_id of this ListPromInstanceRequest.
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
Prometheus实例id。
|
|
70
70
|
|
|
71
71
|
:return: The prom_id of this ListPromInstanceRequest.
|
|
72
72
|
:rtype: str
|
|
@@ -77,7 +77,7 @@ class ListPromInstanceRequest:
|
|
|
77
77
|
def prom_id(self, prom_id):
|
|
78
78
|
"""Sets the prom_id of this ListPromInstanceRequest.
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
Prometheus实例id。
|
|
81
81
|
|
|
82
82
|
:param prom_id: The prom_id of this ListPromInstanceRequest.
|
|
83
83
|
:type prom_id: str
|
|
@@ -88,7 +88,7 @@ class ListPromInstanceRequest:
|
|
|
88
88
|
def prom_type(self):
|
|
89
89
|
"""Gets the prom_type of this ListPromInstanceRequest.
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
Prometheus实例类型。
|
|
92
92
|
|
|
93
93
|
:return: The prom_type of this ListPromInstanceRequest.
|
|
94
94
|
:rtype: str
|
|
@@ -99,7 +99,7 @@ class ListPromInstanceRequest:
|
|
|
99
99
|
def prom_type(self, prom_type):
|
|
100
100
|
"""Sets the prom_type of this ListPromInstanceRequest.
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
Prometheus实例类型。
|
|
103
103
|
|
|
104
104
|
:param prom_type: The prom_type of this ListPromInstanceRequest.
|
|
105
105
|
:type prom_type: str
|
|
@@ -110,7 +110,7 @@ class ListPromInstanceRequest:
|
|
|
110
110
|
def cce_cluster_enable(self):
|
|
111
111
|
"""Gets the cce_cluster_enable of this ListPromInstanceRequest.
|
|
112
112
|
|
|
113
|
-
cce
|
|
113
|
+
cce集群开关。
|
|
114
114
|
|
|
115
115
|
:return: The cce_cluster_enable of this ListPromInstanceRequest.
|
|
116
116
|
:rtype: str
|
|
@@ -121,7 +121,7 @@ class ListPromInstanceRequest:
|
|
|
121
121
|
def cce_cluster_enable(self, cce_cluster_enable):
|
|
122
122
|
"""Sets the cce_cluster_enable of this ListPromInstanceRequest.
|
|
123
123
|
|
|
124
|
-
cce
|
|
124
|
+
cce集群开关。
|
|
125
125
|
|
|
126
126
|
:param cce_cluster_enable: The cce_cluster_enable of this ListPromInstanceRequest.
|
|
127
127
|
:type cce_cluster_enable: str
|
|
@@ -132,7 +132,7 @@ class ListPromInstanceRequest:
|
|
|
132
132
|
def prom_status(self):
|
|
133
133
|
"""Gets the prom_status of this ListPromInstanceRequest.
|
|
134
134
|
|
|
135
|
-
|
|
135
|
+
Prometheus实例状态。
|
|
136
136
|
|
|
137
137
|
:return: The prom_status of this ListPromInstanceRequest.
|
|
138
138
|
:rtype: str
|
|
@@ -143,7 +143,7 @@ class ListPromInstanceRequest:
|
|
|
143
143
|
def prom_status(self, prom_status):
|
|
144
144
|
"""Sets the prom_status of this ListPromInstanceRequest.
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
Prometheus实例状态。
|
|
147
147
|
|
|
148
148
|
:param prom_status: The prom_status of this ListPromInstanceRequest.
|
|
149
149
|
:type prom_status: str
|
|
@@ -30,7 +30,7 @@ class ListPromInstanceResponse(SdkResponse):
|
|
|
30
30
|
|
|
31
31
|
The model defined in huaweicloud sdk
|
|
32
32
|
|
|
33
|
-
:param prometheus:
|
|
33
|
+
:param prometheus: Prometheus实例名称列表。
|
|
34
34
|
:type prometheus: list[:class:`huaweicloudsdkaom.v2.PromInstanceEpsModel`]
|
|
35
35
|
"""
|
|
36
36
|
|
|
@@ -46,7 +46,7 @@ class ListPromInstanceResponse(SdkResponse):
|
|
|
46
46
|
def prometheus(self):
|
|
47
47
|
"""Gets the prometheus of this ListPromInstanceResponse.
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
Prometheus实例名称列表。
|
|
50
50
|
|
|
51
51
|
:return: The prometheus of this ListPromInstanceResponse.
|
|
52
52
|
:rtype: list[:class:`huaweicloudsdkaom.v2.PromInstanceEpsModel`]
|
|
@@ -57,7 +57,7 @@ class ListPromInstanceResponse(SdkResponse):
|
|
|
57
57
|
def prometheus(self, prometheus):
|
|
58
58
|
"""Sets the prometheus of this ListPromInstanceResponse.
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
Prometheus实例名称列表。
|
|
61
61
|
|
|
62
62
|
:param prometheus: The prometheus of this ListPromInstanceResponse.
|
|
63
63
|
:type prometheus: list[:class:`huaweicloudsdkaom.v2.PromInstanceEpsModel`]
|
|
@@ -37,15 +37,15 @@ class PromConfigModel:
|
|
|
37
37
|
|
|
38
38
|
The model defined in huaweicloud sdk
|
|
39
39
|
|
|
40
|
-
:param remote_write_url:
|
|
40
|
+
:param remote_write_url: Prometheus实例remote-write地址。
|
|
41
41
|
:type remote_write_url: str
|
|
42
|
-
:param remote_read_url:
|
|
42
|
+
:param remote_read_url: Prometheus实例remote-read地址。
|
|
43
43
|
:type remote_read_url: str
|
|
44
|
-
:param prom_http_api_endpoint:
|
|
44
|
+
:param prom_http_api_endpoint: Prometheus实例调用url。
|
|
45
45
|
:type prom_http_api_endpoint: str
|
|
46
|
-
:param dashboard_id:
|
|
46
|
+
:param dashboard_id: Prometheus实例关联dashboard的dashboard id。
|
|
47
47
|
:type dashboard_id: str
|
|
48
|
-
:param region_id:
|
|
48
|
+
:param region_id: Prometheus实例所属的region。
|
|
49
49
|
:type region_id: str
|
|
50
50
|
"""
|
|
51
51
|
|
|
@@ -73,7 +73,7 @@ class PromConfigModel:
|
|
|
73
73
|
def remote_write_url(self):
|
|
74
74
|
"""Gets the remote_write_url of this PromConfigModel.
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
Prometheus实例remote-write地址。
|
|
77
77
|
|
|
78
78
|
:return: The remote_write_url of this PromConfigModel.
|
|
79
79
|
:rtype: str
|
|
@@ -84,7 +84,7 @@ class PromConfigModel:
|
|
|
84
84
|
def remote_write_url(self, remote_write_url):
|
|
85
85
|
"""Sets the remote_write_url of this PromConfigModel.
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
Prometheus实例remote-write地址。
|
|
88
88
|
|
|
89
89
|
:param remote_write_url: The remote_write_url of this PromConfigModel.
|
|
90
90
|
:type remote_write_url: str
|
|
@@ -95,7 +95,7 @@ class PromConfigModel:
|
|
|
95
95
|
def remote_read_url(self):
|
|
96
96
|
"""Gets the remote_read_url of this PromConfigModel.
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
Prometheus实例remote-read地址。
|
|
99
99
|
|
|
100
100
|
:return: The remote_read_url of this PromConfigModel.
|
|
101
101
|
:rtype: str
|
|
@@ -106,7 +106,7 @@ class PromConfigModel:
|
|
|
106
106
|
def remote_read_url(self, remote_read_url):
|
|
107
107
|
"""Sets the remote_read_url of this PromConfigModel.
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
Prometheus实例remote-read地址。
|
|
110
110
|
|
|
111
111
|
:param remote_read_url: The remote_read_url of this PromConfigModel.
|
|
112
112
|
:type remote_read_url: str
|
|
@@ -117,7 +117,7 @@ class PromConfigModel:
|
|
|
117
117
|
def prom_http_api_endpoint(self):
|
|
118
118
|
"""Gets the prom_http_api_endpoint of this PromConfigModel.
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
Prometheus实例调用url。
|
|
121
121
|
|
|
122
122
|
:return: The prom_http_api_endpoint of this PromConfigModel.
|
|
123
123
|
:rtype: str
|
|
@@ -128,7 +128,7 @@ class PromConfigModel:
|
|
|
128
128
|
def prom_http_api_endpoint(self, prom_http_api_endpoint):
|
|
129
129
|
"""Sets the prom_http_api_endpoint of this PromConfigModel.
|
|
130
130
|
|
|
131
|
-
|
|
131
|
+
Prometheus实例调用url。
|
|
132
132
|
|
|
133
133
|
:param prom_http_api_endpoint: The prom_http_api_endpoint of this PromConfigModel.
|
|
134
134
|
:type prom_http_api_endpoint: str
|
|
@@ -139,7 +139,7 @@ class PromConfigModel:
|
|
|
139
139
|
def dashboard_id(self):
|
|
140
140
|
"""Gets the dashboard_id of this PromConfigModel.
|
|
141
141
|
|
|
142
|
-
|
|
142
|
+
Prometheus实例关联dashboard的dashboard id。
|
|
143
143
|
|
|
144
144
|
:return: The dashboard_id of this PromConfigModel.
|
|
145
145
|
:rtype: str
|
|
@@ -150,7 +150,7 @@ class PromConfigModel:
|
|
|
150
150
|
def dashboard_id(self, dashboard_id):
|
|
151
151
|
"""Sets the dashboard_id of this PromConfigModel.
|
|
152
152
|
|
|
153
|
-
|
|
153
|
+
Prometheus实例关联dashboard的dashboard id。
|
|
154
154
|
|
|
155
155
|
:param dashboard_id: The dashboard_id of this PromConfigModel.
|
|
156
156
|
:type dashboard_id: str
|
|
@@ -161,7 +161,7 @@ class PromConfigModel:
|
|
|
161
161
|
def region_id(self):
|
|
162
162
|
"""Gets the region_id of this PromConfigModel.
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
Prometheus实例所属的region。
|
|
165
165
|
|
|
166
166
|
:return: The region_id of this PromConfigModel.
|
|
167
167
|
:rtype: str
|
|
@@ -172,7 +172,7 @@ class PromConfigModel:
|
|
|
172
172
|
def region_id(self, region_id):
|
|
173
173
|
"""Sets the region_id of this PromConfigModel.
|
|
174
174
|
|
|
175
|
-
|
|
175
|
+
Prometheus实例所属的region。
|
|
176
176
|
|
|
177
177
|
:param region_id: The region_id of this PromConfigModel.
|
|
178
178
|
:type region_id: str
|
|
@@ -59,35 +59,35 @@ class PromInstanceEpsModel:
|
|
|
59
59
|
|
|
60
60
|
The model defined in huaweicloud sdk
|
|
61
61
|
|
|
62
|
-
:param prom_name:
|
|
62
|
+
:param prom_name: Prometheus实例名称 名称不能以下划线或中划线开头结尾,只含有中文、英文、数字、下划线、中划线、长度1-100。
|
|
63
63
|
:type prom_name: str
|
|
64
|
-
:param prom_id:
|
|
64
|
+
:param prom_id: Prometheus实例id。
|
|
65
65
|
:type prom_id: str
|
|
66
|
-
:param prom_type:
|
|
66
|
+
:param prom_type: Prometheus实例类型。
|
|
67
67
|
:type prom_type: str
|
|
68
|
-
:param prom_version:
|
|
68
|
+
:param prom_version: Prometheus实例版本号。
|
|
69
69
|
:type prom_version: str
|
|
70
|
-
:param cce_spec: CCE
|
|
70
|
+
:param cce_spec: CCE场景特殊字段。
|
|
71
71
|
:type cce_spec: str
|
|
72
72
|
:param prom_config:
|
|
73
73
|
:type prom_config: :class:`huaweicloudsdkaom.v2.PromConfigModel`
|
|
74
|
-
:param prom_create_timestamp:
|
|
74
|
+
:param prom_create_timestamp: Prometheus实例创建时间戳。
|
|
75
75
|
:type prom_create_timestamp: int
|
|
76
|
-
:param prom_update_timestamp:
|
|
76
|
+
:param prom_update_timestamp: Prometheus实例更新时间戳。
|
|
77
77
|
:type prom_update_timestamp: int
|
|
78
|
-
:param prom_status:
|
|
78
|
+
:param prom_status: Prometheus实例状态。
|
|
79
79
|
:type prom_status: str
|
|
80
|
-
:param enterprise_project_id:
|
|
80
|
+
:param enterprise_project_id: Prometheus实例所属的企业项目。
|
|
81
81
|
:type enterprise_project_id: str
|
|
82
|
-
:param project_id:
|
|
82
|
+
:param project_id: Prometheus实例所属projectId。
|
|
83
83
|
:type project_id: str
|
|
84
|
-
:param is_deleted_tag:
|
|
84
|
+
:param is_deleted_tag: 删除标记。
|
|
85
85
|
:type is_deleted_tag: int
|
|
86
|
-
:param deleted_time:
|
|
86
|
+
:param deleted_time: 删除时间。
|
|
87
87
|
:type deleted_time: int
|
|
88
88
|
:param prom_spec_config:
|
|
89
89
|
:type prom_spec_config: :class:`huaweicloudsdkaom.v2.PromConfigModel`
|
|
90
|
-
:param cce_spec_config:
|
|
90
|
+
:param cce_spec_config: Prometheus实例所属CCE特殊配置。
|
|
91
91
|
:type cce_spec_config: str
|
|
92
92
|
:param application:
|
|
93
93
|
:type application: :class:`huaweicloudsdkaom.v2.ApplicationModel`
|
|
@@ -148,7 +148,7 @@ class PromInstanceEpsModel:
|
|
|
148
148
|
def prom_name(self):
|
|
149
149
|
"""Gets the prom_name of this PromInstanceEpsModel.
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
Prometheus实例名称 名称不能以下划线或中划线开头结尾,只含有中文、英文、数字、下划线、中划线、长度1-100。
|
|
152
152
|
|
|
153
153
|
:return: The prom_name of this PromInstanceEpsModel.
|
|
154
154
|
:rtype: str
|
|
@@ -159,7 +159,7 @@ class PromInstanceEpsModel:
|
|
|
159
159
|
def prom_name(self, prom_name):
|
|
160
160
|
"""Sets the prom_name of this PromInstanceEpsModel.
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
Prometheus实例名称 名称不能以下划线或中划线开头结尾,只含有中文、英文、数字、下划线、中划线、长度1-100。
|
|
163
163
|
|
|
164
164
|
:param prom_name: The prom_name of this PromInstanceEpsModel.
|
|
165
165
|
:type prom_name: str
|
|
@@ -170,7 +170,7 @@ class PromInstanceEpsModel:
|
|
|
170
170
|
def prom_id(self):
|
|
171
171
|
"""Gets the prom_id of this PromInstanceEpsModel.
|
|
172
172
|
|
|
173
|
-
|
|
173
|
+
Prometheus实例id。
|
|
174
174
|
|
|
175
175
|
:return: The prom_id of this PromInstanceEpsModel.
|
|
176
176
|
:rtype: str
|
|
@@ -181,7 +181,7 @@ class PromInstanceEpsModel:
|
|
|
181
181
|
def prom_id(self, prom_id):
|
|
182
182
|
"""Sets the prom_id of this PromInstanceEpsModel.
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
Prometheus实例id。
|
|
185
185
|
|
|
186
186
|
:param prom_id: The prom_id of this PromInstanceEpsModel.
|
|
187
187
|
:type prom_id: str
|
|
@@ -192,7 +192,7 @@ class PromInstanceEpsModel:
|
|
|
192
192
|
def prom_type(self):
|
|
193
193
|
"""Gets the prom_type of this PromInstanceEpsModel.
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
Prometheus实例类型。
|
|
196
196
|
|
|
197
197
|
:return: The prom_type of this PromInstanceEpsModel.
|
|
198
198
|
:rtype: str
|
|
@@ -203,7 +203,7 @@ class PromInstanceEpsModel:
|
|
|
203
203
|
def prom_type(self, prom_type):
|
|
204
204
|
"""Sets the prom_type of this PromInstanceEpsModel.
|
|
205
205
|
|
|
206
|
-
|
|
206
|
+
Prometheus实例类型。
|
|
207
207
|
|
|
208
208
|
:param prom_type: The prom_type of this PromInstanceEpsModel.
|
|
209
209
|
:type prom_type: str
|
|
@@ -214,7 +214,7 @@ class PromInstanceEpsModel:
|
|
|
214
214
|
def prom_version(self):
|
|
215
215
|
"""Gets the prom_version of this PromInstanceEpsModel.
|
|
216
216
|
|
|
217
|
-
|
|
217
|
+
Prometheus实例版本号。
|
|
218
218
|
|
|
219
219
|
:return: The prom_version of this PromInstanceEpsModel.
|
|
220
220
|
:rtype: str
|
|
@@ -225,7 +225,7 @@ class PromInstanceEpsModel:
|
|
|
225
225
|
def prom_version(self, prom_version):
|
|
226
226
|
"""Sets the prom_version of this PromInstanceEpsModel.
|
|
227
227
|
|
|
228
|
-
|
|
228
|
+
Prometheus实例版本号。
|
|
229
229
|
|
|
230
230
|
:param prom_version: The prom_version of this PromInstanceEpsModel.
|
|
231
231
|
:type prom_version: str
|
|
@@ -236,7 +236,7 @@ class PromInstanceEpsModel:
|
|
|
236
236
|
def cce_spec(self):
|
|
237
237
|
"""Gets the cce_spec of this PromInstanceEpsModel.
|
|
238
238
|
|
|
239
|
-
CCE
|
|
239
|
+
CCE场景特殊字段。
|
|
240
240
|
|
|
241
241
|
:return: The cce_spec of this PromInstanceEpsModel.
|
|
242
242
|
:rtype: str
|
|
@@ -247,7 +247,7 @@ class PromInstanceEpsModel:
|
|
|
247
247
|
def cce_spec(self, cce_spec):
|
|
248
248
|
"""Sets the cce_spec of this PromInstanceEpsModel.
|
|
249
249
|
|
|
250
|
-
CCE
|
|
250
|
+
CCE场景特殊字段。
|
|
251
251
|
|
|
252
252
|
:param cce_spec: The cce_spec of this PromInstanceEpsModel.
|
|
253
253
|
:type cce_spec: str
|
|
@@ -276,7 +276,7 @@ class PromInstanceEpsModel:
|
|
|
276
276
|
def prom_create_timestamp(self):
|
|
277
277
|
"""Gets the prom_create_timestamp of this PromInstanceEpsModel.
|
|
278
278
|
|
|
279
|
-
|
|
279
|
+
Prometheus实例创建时间戳。
|
|
280
280
|
|
|
281
281
|
:return: The prom_create_timestamp of this PromInstanceEpsModel.
|
|
282
282
|
:rtype: int
|
|
@@ -287,7 +287,7 @@ class PromInstanceEpsModel:
|
|
|
287
287
|
def prom_create_timestamp(self, prom_create_timestamp):
|
|
288
288
|
"""Sets the prom_create_timestamp of this PromInstanceEpsModel.
|
|
289
289
|
|
|
290
|
-
|
|
290
|
+
Prometheus实例创建时间戳。
|
|
291
291
|
|
|
292
292
|
:param prom_create_timestamp: The prom_create_timestamp of this PromInstanceEpsModel.
|
|
293
293
|
:type prom_create_timestamp: int
|
|
@@ -298,7 +298,7 @@ class PromInstanceEpsModel:
|
|
|
298
298
|
def prom_update_timestamp(self):
|
|
299
299
|
"""Gets the prom_update_timestamp of this PromInstanceEpsModel.
|
|
300
300
|
|
|
301
|
-
|
|
301
|
+
Prometheus实例更新时间戳。
|
|
302
302
|
|
|
303
303
|
:return: The prom_update_timestamp of this PromInstanceEpsModel.
|
|
304
304
|
:rtype: int
|
|
@@ -309,7 +309,7 @@ class PromInstanceEpsModel:
|
|
|
309
309
|
def prom_update_timestamp(self, prom_update_timestamp):
|
|
310
310
|
"""Sets the prom_update_timestamp of this PromInstanceEpsModel.
|
|
311
311
|
|
|
312
|
-
|
|
312
|
+
Prometheus实例更新时间戳。
|
|
313
313
|
|
|
314
314
|
:param prom_update_timestamp: The prom_update_timestamp of this PromInstanceEpsModel.
|
|
315
315
|
:type prom_update_timestamp: int
|
|
@@ -320,7 +320,7 @@ class PromInstanceEpsModel:
|
|
|
320
320
|
def prom_status(self):
|
|
321
321
|
"""Gets the prom_status of this PromInstanceEpsModel.
|
|
322
322
|
|
|
323
|
-
|
|
323
|
+
Prometheus实例状态。
|
|
324
324
|
|
|
325
325
|
:return: The prom_status of this PromInstanceEpsModel.
|
|
326
326
|
:rtype: str
|
|
@@ -331,7 +331,7 @@ class PromInstanceEpsModel:
|
|
|
331
331
|
def prom_status(self, prom_status):
|
|
332
332
|
"""Sets the prom_status of this PromInstanceEpsModel.
|
|
333
333
|
|
|
334
|
-
|
|
334
|
+
Prometheus实例状态。
|
|
335
335
|
|
|
336
336
|
:param prom_status: The prom_status of this PromInstanceEpsModel.
|
|
337
337
|
:type prom_status: str
|
|
@@ -342,7 +342,7 @@ class PromInstanceEpsModel:
|
|
|
342
342
|
def enterprise_project_id(self):
|
|
343
343
|
"""Gets the enterprise_project_id of this PromInstanceEpsModel.
|
|
344
344
|
|
|
345
|
-
|
|
345
|
+
Prometheus实例所属的企业项目。
|
|
346
346
|
|
|
347
347
|
:return: The enterprise_project_id of this PromInstanceEpsModel.
|
|
348
348
|
:rtype: str
|
|
@@ -353,7 +353,7 @@ class PromInstanceEpsModel:
|
|
|
353
353
|
def enterprise_project_id(self, enterprise_project_id):
|
|
354
354
|
"""Sets the enterprise_project_id of this PromInstanceEpsModel.
|
|
355
355
|
|
|
356
|
-
|
|
356
|
+
Prometheus实例所属的企业项目。
|
|
357
357
|
|
|
358
358
|
:param enterprise_project_id: The enterprise_project_id of this PromInstanceEpsModel.
|
|
359
359
|
:type enterprise_project_id: str
|
|
@@ -364,7 +364,7 @@ class PromInstanceEpsModel:
|
|
|
364
364
|
def project_id(self):
|
|
365
365
|
"""Gets the project_id of this PromInstanceEpsModel.
|
|
366
366
|
|
|
367
|
-
|
|
367
|
+
Prometheus实例所属projectId。
|
|
368
368
|
|
|
369
369
|
:return: The project_id of this PromInstanceEpsModel.
|
|
370
370
|
:rtype: str
|
|
@@ -375,7 +375,7 @@ class PromInstanceEpsModel:
|
|
|
375
375
|
def project_id(self, project_id):
|
|
376
376
|
"""Sets the project_id of this PromInstanceEpsModel.
|
|
377
377
|
|
|
378
|
-
|
|
378
|
+
Prometheus实例所属projectId。
|
|
379
379
|
|
|
380
380
|
:param project_id: The project_id of this PromInstanceEpsModel.
|
|
381
381
|
:type project_id: str
|
|
@@ -386,7 +386,7 @@ class PromInstanceEpsModel:
|
|
|
386
386
|
def is_deleted_tag(self):
|
|
387
387
|
"""Gets the is_deleted_tag of this PromInstanceEpsModel.
|
|
388
388
|
|
|
389
|
-
|
|
389
|
+
删除标记。
|
|
390
390
|
|
|
391
391
|
:return: The is_deleted_tag of this PromInstanceEpsModel.
|
|
392
392
|
:rtype: int
|
|
@@ -397,7 +397,7 @@ class PromInstanceEpsModel:
|
|
|
397
397
|
def is_deleted_tag(self, is_deleted_tag):
|
|
398
398
|
"""Sets the is_deleted_tag of this PromInstanceEpsModel.
|
|
399
399
|
|
|
400
|
-
|
|
400
|
+
删除标记。
|
|
401
401
|
|
|
402
402
|
:param is_deleted_tag: The is_deleted_tag of this PromInstanceEpsModel.
|
|
403
403
|
:type is_deleted_tag: int
|
|
@@ -408,7 +408,7 @@ class PromInstanceEpsModel:
|
|
|
408
408
|
def deleted_time(self):
|
|
409
409
|
"""Gets the deleted_time of this PromInstanceEpsModel.
|
|
410
410
|
|
|
411
|
-
|
|
411
|
+
删除时间。
|
|
412
412
|
|
|
413
413
|
:return: The deleted_time of this PromInstanceEpsModel.
|
|
414
414
|
:rtype: int
|
|
@@ -419,7 +419,7 @@ class PromInstanceEpsModel:
|
|
|
419
419
|
def deleted_time(self, deleted_time):
|
|
420
420
|
"""Sets the deleted_time of this PromInstanceEpsModel.
|
|
421
421
|
|
|
422
|
-
|
|
422
|
+
删除时间。
|
|
423
423
|
|
|
424
424
|
:param deleted_time: The deleted_time of this PromInstanceEpsModel.
|
|
425
425
|
:type deleted_time: int
|
|
@@ -448,7 +448,7 @@ class PromInstanceEpsModel:
|
|
|
448
448
|
def cce_spec_config(self):
|
|
449
449
|
"""Gets the cce_spec_config of this PromInstanceEpsModel.
|
|
450
450
|
|
|
451
|
-
|
|
451
|
+
Prometheus实例所属CCE特殊配置。
|
|
452
452
|
|
|
453
453
|
:return: The cce_spec_config of this PromInstanceEpsModel.
|
|
454
454
|
:rtype: str
|
|
@@ -459,7 +459,7 @@ class PromInstanceEpsModel:
|
|
|
459
459
|
def cce_spec_config(self, cce_spec_config):
|
|
460
460
|
"""Sets the cce_spec_config of this PromInstanceEpsModel.
|
|
461
461
|
|
|
462
|
-
|
|
462
|
+
Prometheus实例所属CCE特殊配置。
|
|
463
463
|
|
|
464
464
|
:param cce_spec_config: The cce_spec_config of this PromInstanceEpsModel.
|
|
465
465
|
:type cce_spec_config: str
|
|
@@ -29,7 +29,7 @@ class RecordingRuleRequest:
|
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
32
|
-
:param recording_rule:
|
|
32
|
+
:param recording_rule: 预聚合规则。
|
|
33
33
|
:type recording_rule: str
|
|
34
34
|
"""
|
|
35
35
|
|
|
@@ -44,7 +44,7 @@ class RecordingRuleRequest:
|
|
|
44
44
|
def recording_rule(self):
|
|
45
45
|
"""Gets the recording_rule of this RecordingRuleRequest.
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
预聚合规则。
|
|
48
48
|
|
|
49
49
|
:return: The recording_rule of this RecordingRuleRequest.
|
|
50
50
|
:rtype: str
|
|
@@ -55,7 +55,7 @@ class RecordingRuleRequest:
|
|
|
55
55
|
def recording_rule(self, recording_rule):
|
|
56
56
|
"""Sets the recording_rule of this RecordingRuleRequest.
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
预聚合规则。
|
|
59
59
|
|
|
60
60
|
:param recording_rule: The recording_rule of this RecordingRuleRequest.
|
|
61
61
|
:type recording_rule: str
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huaweicloudsdkaom
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.71
|
|
4
4
|
Summary: AOM
|
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
|
6
6
|
Author: HuaweiCloud SDK
|
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
|
-
Requires-Dist: huaweicloudsdkcore >=3.1.
|
|
25
|
+
Requires-Dist: huaweicloudsdkcore >=3.1.71
|
|
26
26
|
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|