huaweicloudsdkaom 3.1.147__py2.py3-none-any.whl → 3.1.148__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.

@@ -135,7 +135,7 @@ from huaweicloudsdkaom.v2.model.metric_data_points import MetricDataPoints
135
135
  from huaweicloudsdkaom.v2.model.metric_data_value import MetricDataValue
136
136
  from huaweicloudsdkaom.v2.model.metric_item_info import MetricItemInfo
137
137
  from huaweicloudsdkaom.v2.model.metric_item_result_api import MetricItemResultAPI
138
- from huaweicloudsdkaom.v2.model.metric_query_meritc_param import MetricQueryMeritcParam
138
+ from huaweicloudsdkaom.v2.model.metric_query_metric_param import MetricQueryMetricParam
139
139
  from huaweicloudsdkaom.v2.model.mute_config import MuteConfig
140
140
  from huaweicloudsdkaom.v2.model.mute_rule import MuteRule
141
141
  from huaweicloudsdkaom.v2.model.name_rule import NameRule
@@ -133,7 +133,7 @@ from huaweicloudsdkaom.v2.model.metric_data_points import MetricDataPoints
133
133
  from huaweicloudsdkaom.v2.model.metric_data_value import MetricDataValue
134
134
  from huaweicloudsdkaom.v2.model.metric_item_info import MetricItemInfo
135
135
  from huaweicloudsdkaom.v2.model.metric_item_result_api import MetricItemResultAPI
136
- from huaweicloudsdkaom.v2.model.metric_query_meritc_param import MetricQueryMeritcParam
136
+ from huaweicloudsdkaom.v2.model.metric_query_metric_param import MetricQueryMetricParam
137
137
  from huaweicloudsdkaom.v2.model.mute_config import MuteConfig
138
138
  from huaweicloudsdkaom.v2.model.mute_rule import MuteRule
139
139
  from huaweicloudsdkaom.v2.model.name_rule import NameRule
@@ -18,7 +18,7 @@ class MetricDataValue:
18
18
 
19
19
  openapi_types = {
20
20
  'data_points': 'list[MetricDataPoints]',
21
- 'metric': 'MetricQueryMeritcParam'
21
+ 'metric': 'MetricQueryMetricParam'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -34,7 +34,7 @@ class MetricDataValue:
34
34
  :param data_points: 重点指标。
35
35
  :type data_points: list[:class:`huaweicloudsdkaom.v2.MetricDataPoints`]
36
36
  :param metric:
37
- :type metric: :class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`
37
+ :type metric: :class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`
38
38
  """
39
39
 
40
40
 
@@ -75,7 +75,7 @@ class MetricDataValue:
75
75
  r"""Gets the metric of this MetricDataValue.
76
76
 
77
77
  :return: The metric of this MetricDataValue.
78
- :rtype: :class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`
78
+ :rtype: :class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`
79
79
  """
80
80
  return self._metric
81
81
 
@@ -84,7 +84,7 @@ class MetricDataValue:
84
84
  r"""Sets the metric of this MetricDataValue.
85
85
 
86
86
  :param metric: The metric of this MetricDataValue.
87
- :type metric: :class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`
87
+ :type metric: :class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`
88
88
  """
89
89
  self._metric = metric
90
90
 
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class MetricQueryMeritcParam:
8
+ class MetricQueryMetricParam:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -29,7 +29,7 @@ class MetricQueryMeritcParam:
29
29
  }
30
30
 
31
31
  def __init__(self, dimensions=None, metric_name=None, namespace=None):
32
- r"""MetricQueryMeritcParam
32
+ r"""MetricQueryMetricParam
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,66 +54,66 @@ class MetricQueryMeritcParam:
54
54
 
55
55
  @property
56
56
  def dimensions(self):
57
- r"""Gets the dimensions of this MetricQueryMeritcParam.
57
+ r"""Gets the dimensions of this MetricQueryMetricParam.
58
58
 
59
59
  指标维度列表。取值范围:数组不能为空,同时数组中任何一个dimension对象name和value属性的值也不能为空。
60
60
 
61
- :return: The dimensions of this MetricQueryMeritcParam.
61
+ :return: The dimensions of this MetricQueryMetricParam.
62
62
  :rtype: list[:class:`huaweicloudsdkaom.v2.Dimension`]
63
63
  """
64
64
  return self._dimensions
65
65
 
66
66
  @dimensions.setter
67
67
  def dimensions(self, dimensions):
68
- r"""Sets the dimensions of this MetricQueryMeritcParam.
68
+ r"""Sets the dimensions of this MetricQueryMetricParam.
69
69
 
70
70
  指标维度列表。取值范围:数组不能为空,同时数组中任何一个dimension对象name和value属性的值也不能为空。
71
71
 
72
- :param dimensions: The dimensions of this MetricQueryMeritcParam.
72
+ :param dimensions: The dimensions of this MetricQueryMetricParam.
73
73
  :type dimensions: list[:class:`huaweicloudsdkaom.v2.Dimension`]
74
74
  """
75
75
  self._dimensions = dimensions
76
76
 
77
77
  @property
78
78
  def metric_name(self):
79
- r"""Gets the metric_name of this MetricQueryMeritcParam.
79
+ r"""Gets the metric_name of this MetricQueryMetricParam.
80
80
 
81
81
  指标名称。名称长度取值范围为1~255个字符。取值范围:AOM提供的基础指标,cpuUsage、cpuCoreUsed等cpuUsage:cpu使用率;cpuCoreUsed:cpu内核占用;用户上报的自定义指标名称。
82
82
 
83
- :return: The metric_name of this MetricQueryMeritcParam.
83
+ :return: The metric_name of this MetricQueryMetricParam.
84
84
  :rtype: str
85
85
  """
86
86
  return self._metric_name
87
87
 
88
88
  @metric_name.setter
89
89
  def metric_name(self, metric_name):
90
- r"""Sets the metric_name of this MetricQueryMeritcParam.
90
+ r"""Sets the metric_name of this MetricQueryMetricParam.
91
91
 
92
92
  指标名称。名称长度取值范围为1~255个字符。取值范围:AOM提供的基础指标,cpuUsage、cpuCoreUsed等cpuUsage:cpu使用率;cpuCoreUsed:cpu内核占用;用户上报的自定义指标名称。
93
93
 
94
- :param metric_name: The metric_name of this MetricQueryMeritcParam.
94
+ :param metric_name: The metric_name of this MetricQueryMetricParam.
95
95
  :type metric_name: str
96
96
  """
97
97
  self._metric_name = metric_name
98
98
 
99
99
  @property
100
100
  def namespace(self):
101
- r"""Gets the namespace of this MetricQueryMeritcParam.
101
+ r"""Gets the namespace of this MetricQueryMetricParam.
102
102
 
103
103
  指标命名空间。取值范围:PAAS.CONTAINER:组件指标、实例指标、进程指标和容器指标的命名空间,PAAS.NODE: 主机指标、网络指标、磁盘指标和文件系统指标的命名空间,PAAS.SLA:SLA指标的命名空间,PAAS.AGGR:集群指标的命名空间,CUSTOMMETRICS:默认的自定义指标的命名空间。
104
104
 
105
- :return: The namespace of this MetricQueryMeritcParam.
105
+ :return: The namespace of this MetricQueryMetricParam.
106
106
  :rtype: str
107
107
  """
108
108
  return self._namespace
109
109
 
110
110
  @namespace.setter
111
111
  def namespace(self, namespace):
112
- r"""Sets the namespace of this MetricQueryMeritcParam.
112
+ r"""Sets the namespace of this MetricQueryMetricParam.
113
113
 
114
114
  指标命名空间。取值范围:PAAS.CONTAINER:组件指标、实例指标、进程指标和容器指标的命名空间,PAAS.NODE: 主机指标、网络指标、磁盘指标和文件系统指标的命名空间,PAAS.SLA:SLA指标的命名空间,PAAS.AGGR:集群指标的命名空间,CUSTOMMETRICS:默认的自定义指标的命名空间。
115
115
 
116
- :param namespace: The namespace of this MetricQueryMeritcParam.
116
+ :param namespace: The namespace of this MetricQueryMetricParam.
117
117
  :type namespace: str
118
118
  """
119
119
  self._namespace = namespace
@@ -160,7 +160,7 @@ class MetricQueryMeritcParam:
160
160
 
161
161
  def __eq__(self, other):
162
162
  """Returns true if both objects are equal"""
163
- if not isinstance(other, MetricQueryMeritcParam):
163
+ if not isinstance(other, MetricQueryMetricParam):
164
164
  return False
165
165
 
166
166
  return self.__dict__ == other.__dict__
@@ -17,7 +17,7 @@ class QueryMetricDataParam:
17
17
  sensitive_list = []
18
18
 
19
19
  openapi_types = {
20
- 'metrics': 'list[MetricQueryMeritcParam]',
20
+ 'metrics': 'list[MetricQueryMetricParam]',
21
21
  'period': 'int',
22
22
  'statistics': 'list[str]',
23
23
  'timerange': 'str'
@@ -36,7 +36,7 @@ class QueryMetricDataParam:
36
36
  The model defined in huaweicloud sdk
37
37
 
38
38
  :param metrics: 指标对象列表。 取值范围 JSON数组大小不超过20
39
- :type metrics: list[:class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`]
39
+ :type metrics: list[:class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`]
40
40
  :param period: 监控数据粒度。取值范围(枚举):60(表示粒度为1分钟),300(表示粒度为5分钟),900(表示粒度为15分钟),3600(表示粒度为1小时)。
41
41
  :type period: int
42
42
  :param statistics: 统计方式。 取值范围 maximum,minimum,sum,average,sampleCount
@@ -65,7 +65,7 @@ class QueryMetricDataParam:
65
65
  指标对象列表。 取值范围 JSON数组大小不超过20
66
66
 
67
67
  :return: The metrics of this QueryMetricDataParam.
68
- :rtype: list[:class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`]
68
+ :rtype: list[:class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`]
69
69
  """
70
70
  return self._metrics
71
71
 
@@ -76,7 +76,7 @@ class QueryMetricDataParam:
76
76
  指标对象列表。 取值范围 JSON数组大小不超过20
77
77
 
78
78
  :param metrics: The metrics of this QueryMetricDataParam.
79
- :type metrics: list[:class:`huaweicloudsdkaom.v2.MetricQueryMeritcParam`]
79
+ :type metrics: list[:class:`huaweicloudsdkaom.v2.MetricQueryMetricParam`]
80
80
  """
81
81
  self._metrics = metrics
82
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkaom
3
- Version: 3.1.147
3
+ Version: 3.1.148
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.147
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.148
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -55,10 +55,10 @@ huaweicloudsdkaom/v1/model/workflow_query_param.py,sha256=jKZqPYqzPgG6QXpCUf5pa3
55
55
  huaweicloudsdkaom/v1/model/workflow_request_body.py,sha256=L4kl5muHs-_ukrXN37us5Cc3XFDDLMRJhclZf9jvrHk,13322
56
56
  huaweicloudsdkaom/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
57
  huaweicloudsdkaom/v1/region/aom_region.py,sha256=rbSfpHvgjIn6uKTntBErlAp5N9OjyRKpuoiqCDx_OX8,4471
58
- huaweicloudsdkaom/v2/__init__.py,sha256=LGRLdaWs4mqaOkMBocMnox01Urwt5oMI9LNxTBi16cI,15607
58
+ huaweicloudsdkaom/v2/__init__.py,sha256=SB-BHT64LLojhyI92_y4r9gTubZALGNE1wf1pDVsf-w,15607
59
59
  huaweicloudsdkaom/v2/aom_async_client.py,sha256=ODxoJGlW2BKSEfrB6iE1APDZnUrUVzBiyWqLIaHy15g,114461
60
60
  huaweicloudsdkaom/v2/aom_client.py,sha256=1BvEyYxM5zn9axMh4eJPf-uH-DkPq0f9FTAypIsRf6I,114456
61
- huaweicloudsdkaom/v2/model/__init__.py,sha256=khv-LRO4uK9WWGyThxLI3vZRtVaPFUKnd6-IzBE5n6w,15521
61
+ huaweicloudsdkaom/v2/model/__init__.py,sha256=pXlrOX5NguAOUOltAeKr-aBZLtPn34hYS_Fzww9Dykw,15521
62
62
  huaweicloudsdkaom/v2/model/access_code_model.py,sha256=xCGrQhNOkk-6iC2tdB3hffKvO9OpgsyY50ujeJgx9ZQ,5489
63
63
  huaweicloudsdkaom/v2/model/action_rule.py,sha256=cCsf_INSZD7gHgOkjkQCSPvaQybQaiiLiKZvxcF0zDA,10834
64
64
  huaweicloudsdkaom/v2/model/add_action_rule_request.py,sha256=ZcbPZ3SsH_OsTBUZewA8IANnsHyJ_bSlDvO6kj7DMmQ,3086
@@ -186,10 +186,10 @@ huaweicloudsdkaom/v2/model/metric_alarm_spec.py,sha256=3JyeqrheFcHBJVJXhteIsz65M
186
186
  huaweicloudsdkaom/v2/model/metric_api_query_item_param.py,sha256=Pzw6Ma0ycAMgCh4fQuugD9tVcqLivxWDuFOIUcV54XE,5434
187
187
  huaweicloudsdkaom/v2/model/metric_data_item.py,sha256=fcY9haw6Gn9QRNiMV5XjRHLloQanPsh6nVWwDW-Pxsw,5739
188
188
  huaweicloudsdkaom/v2/model/metric_data_points.py,sha256=l-iLlGWBdlgifUPGmd4c1_7tcY2VQGz_2aBlSDzS4u4,4725
189
- huaweicloudsdkaom/v2/model/metric_data_value.py,sha256=39bAdm_WcIYXrciNAhYGqwI_5ItTboTmM3H3F85eNlI,4101
189
+ huaweicloudsdkaom/v2/model/metric_data_value.py,sha256=D4xdb4INc3HFz8a-OQi9M8Gs1z5TgTVuC0_gnKDgqFI,4101
190
190
  huaweicloudsdkaom/v2/model/metric_item_info.py,sha256=Kn4N4P74n7oYhQ9W0IhNmqY2dv-X_XhJDK1IEbP2vXA,5196
191
191
  huaweicloudsdkaom/v2/model/metric_item_result_api.py,sha256=p859lA5WXr8G5NF4FYISoHN3XZ-Mk56spHGseSoM6nI,6606
192
- huaweicloudsdkaom/v2/model/metric_query_meritc_param.py,sha256=WiyH_ZEC0Myccz_NLbfodBuOYxqFdawjgl-nDgYRqOc,6866
192
+ huaweicloudsdkaom/v2/model/metric_query_metric_param.py,sha256=2M8TvIaUyFXsPNu69OXsrg98-HyJOfskXlS2pDqwnCs,6866
193
193
  huaweicloudsdkaom/v2/model/mute_config.py,sha256=yWo8s_PnubobR22wPudY0df40meqB2K5wao1GmujHvM,5527
194
194
  huaweicloudsdkaom/v2/model/mute_rule.py,sha256=i8h9FH0hoOiB7Q4Ed9mJ44thsdDoyKxacYJYp7eHtkk,8461
195
195
  huaweicloudsdkaom/v2/model/name_rule.py,sha256=HSofRWUf6AQ1aWIh8qOwnoOWpqrIrLYVSQaHtUT1BGo,7563
@@ -206,7 +206,7 @@ huaweicloudsdkaom/v2/model/push_events_request.py,sha256=cRCvMsGhTFpSes08EEmgL49
206
206
  huaweicloudsdkaom/v2/model/push_events_response.py,sha256=HVtDqUlZw9rws5lSgarFd4Z9z-LWShoNfYGjPU8CeGs,2424
207
207
  huaweicloudsdkaom/v2/model/query_alarm_result.py,sha256=_P2pjEAsstfCvI6nYYP5AzVlCrU0TeFBqkKbiQtoWvs,24313
208
208
  huaweicloudsdkaom/v2/model/query_body_param.py,sha256=A9tSK7a2ZK4DFmm_q7aMb13QHc3ELnOkHhPfdz1amio,13570
209
- huaweicloudsdkaom/v2/model/query_metric_data_param.py,sha256=T1uDI64rI8j4TS2bzi02ULbsYTLzikrZ4YVVu6AklvA,11021
209
+ huaweicloudsdkaom/v2/model/query_metric_data_param.py,sha256=kYWgSHUgYWoOVyIkDu0Ce7frHmlv-Z1JssgwLgL4v6U,11021
210
210
  huaweicloudsdkaom/v2/model/query_metric_item_option_param.py,sha256=h2Em_sG5FXqGRrDOagHMIKNFD_r3vy_xCA7QjDFtGbQ,6654
211
211
  huaweicloudsdkaom/v2/model/query_sample.py,sha256=K-lPY9KSkj53MgR3YGpKV6tnORRkkUHuv0RZP4dEsuQ,6840
212
212
  huaweicloudsdkaom/v2/model/query_sample_param.py,sha256=VDwtsA3iILFjAIMxD1qr9uv4HeIOauBOEzWy6BixxEE,10965
@@ -313,8 +313,8 @@ huaweicloudsdkaom/v4/model/show_agent_infos_response.py,sha256=Exxt7gM29JNucfg3U
313
313
  huaweicloudsdkaom/v4/model/single_agent_param.py,sha256=B9jIRnXql23LujJlxFJm9NysHZoT28uoMgfpadckXhw,3752
314
314
  huaweicloudsdkaom/v4/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
315
315
  huaweicloudsdkaom/v4/region/aom_region.py,sha256=rbSfpHvgjIn6uKTntBErlAp5N9OjyRKpuoiqCDx_OX8,4471
316
- huaweicloudsdkaom-3.1.147.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
317
- huaweicloudsdkaom-3.1.147.dist-info/METADATA,sha256=OisOUW6tK-CvTg-SZy9d2zwijWGutGW7NPk2wGv4tZI,1135
318
- huaweicloudsdkaom-3.1.147.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
319
- huaweicloudsdkaom-3.1.147.dist-info/top_level.txt,sha256=V5oNEkojACaeCidjN4ULPkHqYB7uxxA_RXYXAe-MgEM,18
320
- huaweicloudsdkaom-3.1.147.dist-info/RECORD,,
316
+ huaweicloudsdkaom-3.1.148.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
317
+ huaweicloudsdkaom-3.1.148.dist-info/METADATA,sha256=nR0B_luQglpZhWbdFKaItzVpde5bvTEaGyIV65ZuS_M,1135
318
+ huaweicloudsdkaom-3.1.148.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
319
+ huaweicloudsdkaom-3.1.148.dist-info/top_level.txt,sha256=V5oNEkojACaeCidjN4ULPkHqYB7uxxA_RXYXAe-MgEM,18
320
+ huaweicloudsdkaom-3.1.148.dist-info/RECORD,,