huaweicloudsdkworkspace 3.1.107__py2.py3-none-any.whl → 3.1.108__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 huaweicloudsdkworkspace might be problematic. Click here for more details.

@@ -37,9 +37,9 @@ class ListMetricsRequest:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param start_time: 开始时间, UTC时间
40
+ :param start_time: 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
41
41
  :type start_time: str
42
- :param end_time: 结束时间,UTC时间
42
+ :param end_time: 结束时间 ,UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
43
43
  :type end_time: str
44
44
  :param dim: 指标维度 | 目前最大支持3个维度,必须从0开始;维度格式为dim.{i}=key,value,key的最大长度32,value的最大长度为256。 单维度:dim.0=instance_id,6f3c6f91-4b24-4e1b-b7d1-a94ac1cb011d 多维度:dim.0=key,value&dim.1=key,value
45
45
  :type dim: str
@@ -70,7 +70,7 @@ class ListMetricsRequest:
70
70
  def start_time(self):
71
71
  """Gets the start_time of this ListMetricsRequest.
72
72
 
73
- 开始时间, UTC时间
73
+ 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
74
74
 
75
75
  :return: The start_time of this ListMetricsRequest.
76
76
  :rtype: str
@@ -81,7 +81,7 @@ class ListMetricsRequest:
81
81
  def start_time(self, start_time):
82
82
  """Sets the start_time of this ListMetricsRequest.
83
83
 
84
- 开始时间, UTC时间
84
+ 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
85
85
 
86
86
  :param start_time: The start_time of this ListMetricsRequest.
87
87
  :type start_time: str
@@ -92,7 +92,7 @@ class ListMetricsRequest:
92
92
  def end_time(self):
93
93
  """Gets the end_time of this ListMetricsRequest.
94
94
 
95
- 结束时间,UTC时间
95
+ 结束时间 ,UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
96
96
 
97
97
  :return: The end_time of this ListMetricsRequest.
98
98
  :rtype: str
@@ -103,7 +103,7 @@ class ListMetricsRequest:
103
103
  def end_time(self, end_time):
104
104
  """Sets the end_time of this ListMetricsRequest.
105
105
 
106
- 结束时间,UTC时间
106
+ 结束时间 ,UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
107
107
 
108
108
  :param end_time: The end_time of this ListMetricsRequest.
109
109
  :type end_time: str
@@ -37,9 +37,9 @@ class ListMetricsTrendRequest:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param start_time: 开始时间
40
+ :param start_time: 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
41
41
  :type start_time: str
42
- :param end_time: 结束时间
42
+ :param end_time: 结束时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
43
43
  :type end_time: str
44
44
  :param dim: 指标维度 | 目前最大支持3个维度,必须从0开始;维度格式为dim.{i}=key,value,key的最大长度32,value的最大长度为256。 单维度:dim.0=instance_id,6f3c6f91-4b24-4e1b-b7d1-a94ac1cb011d 多维度:dim.0=key,value&dim.1=key,value
45
45
  :type dim: str
@@ -70,7 +70,7 @@ class ListMetricsTrendRequest:
70
70
  def start_time(self):
71
71
  """Gets the start_time of this ListMetricsTrendRequest.
72
72
 
73
- 开始时间
73
+ 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
74
74
 
75
75
  :return: The start_time of this ListMetricsTrendRequest.
76
76
  :rtype: str
@@ -81,7 +81,7 @@ class ListMetricsTrendRequest:
81
81
  def start_time(self, start_time):
82
82
  """Sets the start_time of this ListMetricsTrendRequest.
83
83
 
84
- 开始时间
84
+ 开始时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
85
85
 
86
86
  :param start_time: The start_time of this ListMetricsTrendRequest.
87
87
  :type start_time: str
@@ -92,7 +92,7 @@ class ListMetricsTrendRequest:
92
92
  def end_time(self):
93
93
  """Gets the end_time of this ListMetricsTrendRequest.
94
94
 
95
- 结束时间
95
+ 结束时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
96
96
 
97
97
  :return: The end_time of this ListMetricsTrendRequest.
98
98
  :rtype: str
@@ -103,7 +103,7 @@ class ListMetricsTrendRequest:
103
103
  def end_time(self, end_time):
104
104
  """Sets the end_time of this ListMetricsTrendRequest.
105
105
 
106
- 结束时间
106
+ 结束时间, UTC时间, 格式为:yyyy-MM-ddTHH:mm:ssZ
107
107
 
108
108
  :param end_time: The end_time of this ListMetricsTrendRequest.
109
109
  :type end_time: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkworkspace
3
- Version: 3.1.107
3
+ Version: 3.1.108
4
4
  Summary: Workspace
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.107
25
+ Requires-Dist: huaweicloudsdkcore >=3.1.108
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -201,9 +201,9 @@ huaweicloudsdkworkspace/v2/model/list_metric_notify_record_request.py,sha256=Luc
201
201
  huaweicloudsdkworkspace/v2/model/list_metric_notify_record_response.py,sha256=EtBqTEbG30K99gLQ1Evu3CBMHS7AjmnxihXnh2jBq6k,4141
202
202
  huaweicloudsdkworkspace/v2/model/list_metric_notify_rule_request.py,sha256=bmKHVplcZy_TIkfM9oS1qS2Ms_gP1gilHJGxoDK2c_4,5617
203
203
  huaweicloudsdkworkspace/v2/model/list_metric_notify_rule_response.py,sha256=ipFTrrMaoYm0x4IhHvNLOVf836D8kcTmn9JS5DF0WVM,4081
204
- huaweicloudsdkworkspace/v2/model/list_metrics_request.py,sha256=c_6EoakLKPrTEO2fv0H5FulW8NXsRbkmAR5f3_11HDI,6961
204
+ huaweicloudsdkworkspace/v2/model/list_metrics_request.py,sha256=VZVWabfSmD6LCNLZyO-abbYNCoQA8h8vCjQ12HI0OCE,7168
205
205
  huaweicloudsdkworkspace/v2/model/list_metrics_response.py,sha256=w78dizBL1iZYiLQtALTk6ZNk6OaIVYlM_DjhGAcfgmw,3265
206
- huaweicloudsdkworkspace/v2/model/list_metrics_trend_request.py,sha256=9l9vMlcxi00QOp_oeYsFNS_b_0t_FyiqjbSVx3AOLTQ,7013
206
+ huaweicloudsdkworkspace/v2/model/list_metrics_trend_request.py,sha256=Hc97Q4QtyUCzvqg0RJtCWqf2OItFLTVfxwOTXVvgPlw,7283
207
207
  huaweicloudsdkworkspace/v2/model/list_metrics_trend_response.py,sha256=weso42eGzgABV2c5odk2EHnMEGTP6nJpPBQa3cWe6JY,3350
208
208
  huaweicloudsdkworkspace/v2/model/list_otp_devices_by_user_id_request.py,sha256=QXZlWvmVLeM8bRKnUDOl8dqvZtN10eKVxZcUGuAoywo,3082
209
209
  huaweicloudsdkworkspace/v2/model/list_otp_devices_by_user_id_response.py,sha256=Q8Bt_O4cjiwxwdNR-4PFNCVNAB-ABj-YkPvhgtwGCok,3499
@@ -347,8 +347,8 @@ huaweicloudsdkworkspace/v2/model/volume_detail.py,sha256=EadIl0qszTD9oQEGiRlmZrb
347
347
  huaweicloudsdkworkspace/v2/model/vpc.py,sha256=rKqAU5vZK4Y059h5LIFxWfWefxsgiERApZaw3Wm5qlY,4099
348
348
  huaweicloudsdkworkspace/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
349
349
  huaweicloudsdkworkspace/v2/region/workspace_region.py,sha256=sQ3AfV2rupDNT_nxIFCCXOLNLg-jtEI6B4CSXUYeof8,2359
350
- huaweicloudsdkworkspace-3.1.107.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
351
- huaweicloudsdkworkspace-3.1.107.dist-info/METADATA,sha256=696lYBCPfczGhou05u90MgmkqdtbBdYe4wgptMtZCDI,1154
352
- huaweicloudsdkworkspace-3.1.107.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
353
- huaweicloudsdkworkspace-3.1.107.dist-info/top_level.txt,sha256=Iqj0R-5g-jAYosVE4_il8rB8wRuaDb2fefMXUBmIAs4,24
354
- huaweicloudsdkworkspace-3.1.107.dist-info/RECORD,,
350
+ huaweicloudsdkworkspace-3.1.108.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
351
+ huaweicloudsdkworkspace-3.1.108.dist-info/METADATA,sha256=l1X_Z-JgocklhSltGzqtWwuflvyYsS0T38rq6kgW-eA,1154
352
+ huaweicloudsdkworkspace-3.1.108.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
353
+ huaweicloudsdkworkspace-3.1.108.dist-info/top_level.txt,sha256=Iqj0R-5g-jAYosVE4_il8rB8wRuaDb2fefMXUBmIAs4,24
354
+ huaweicloudsdkworkspace-3.1.108.dist-info/RECORD,,