huaweicloudsdkcae 3.1.58__py2.py3-none-any.whl → 3.1.60__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 huaweicloudsdkcae might be problematic. Click here for more details.
- huaweicloudsdkcae/v1/model/configuration_item.py +3 -3
- huaweicloudsdkcae/v1/model/list_volumes_request.py +3 -3
- huaweicloudsdkcae/v1/model/volume.py +9 -9
- huaweicloudsdkcae/v1/model/volume_spec.py +9 -9
- {huaweicloudsdkcae-3.1.58.dist-info → huaweicloudsdkcae-3.1.60.dist-info}/METADATA +2 -2
- {huaweicloudsdkcae-3.1.58.dist-info → huaweicloudsdkcae-3.1.60.dist-info}/RECORD +9 -9
- {huaweicloudsdkcae-3.1.58.dist-info → huaweicloudsdkcae-3.1.60.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcae-3.1.58.dist-info → huaweicloudsdkcae-3.1.60.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcae-3.1.58.dist-info → huaweicloudsdkcae-3.1.60.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@ class ConfigurationItem:
|
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
34
|
-
:param type: 组件配置类型,当前CAE支持组件配置如下
|
|
34
|
+
:param type: 组件配置类型,当前CAE支持组件配置如下11类。 - rds:云数据库RDS。 - cse:微服务引擎CSE。 - env:环境变量。 - access:访问方式。 - scaling:伸缩策略。 - volume:云存储配置。 - healthCheck:健康检查。 - lifecycle:生命周期管理。 - apm2:性能管理。 - log: 自定义日志路径。 - customMetric: 自定义监控指标。
|
|
35
35
|
:type type: str
|
|
36
36
|
:param data: 组件配置数据,详细配置参照请求示例。
|
|
37
37
|
:type data: object
|
|
@@ -50,7 +50,7 @@ class ConfigurationItem:
|
|
|
50
50
|
def type(self):
|
|
51
51
|
"""Gets the type of this ConfigurationItem.
|
|
52
52
|
|
|
53
|
-
组件配置类型,当前CAE支持组件配置如下
|
|
53
|
+
组件配置类型,当前CAE支持组件配置如下11类。 - rds:云数据库RDS。 - cse:微服务引擎CSE。 - env:环境变量。 - access:访问方式。 - scaling:伸缩策略。 - volume:云存储配置。 - healthCheck:健康检查。 - lifecycle:生命周期管理。 - apm2:性能管理。 - log: 自定义日志路径。 - customMetric: 自定义监控指标。
|
|
54
54
|
|
|
55
55
|
:return: The type of this ConfigurationItem.
|
|
56
56
|
:rtype: str
|
|
@@ -61,7 +61,7 @@ class ConfigurationItem:
|
|
|
61
61
|
def type(self, type):
|
|
62
62
|
"""Sets the type of this ConfigurationItem.
|
|
63
63
|
|
|
64
|
-
组件配置类型,当前CAE支持组件配置如下
|
|
64
|
+
组件配置类型,当前CAE支持组件配置如下11类。 - rds:云数据库RDS。 - cse:微服务引擎CSE。 - env:环境变量。 - access:访问方式。 - scaling:伸缩策略。 - volume:云存储配置。 - healthCheck:健康检查。 - lifecycle:生命周期管理。 - apm2:性能管理。 - log: 自定义日志路径。 - customMetric: 自定义监控指标。
|
|
65
65
|
|
|
66
66
|
:param type: The type of this ConfigurationItem.
|
|
67
67
|
:type type: str
|
|
@@ -37,7 +37,7 @@ class ListVolumesRequest:
|
|
|
37
37
|
:type x_enterprise_project_id: str
|
|
38
38
|
:param x_environment_id: 环境ID。 - 获取环境ID,通过《[云应用引擎API参考](https://support.huaweicloud.com/api-cae/ListEnvironments.html)》的“获取环境列表”章节获取环境信息。 - 请求响应成功后在响应体的items数组中的一个元素即为一个环境的信息,其中id字段即是环境ID。
|
|
39
39
|
:type x_environment_id: str
|
|
40
|
-
:param resource_type: 资源类型,当前只支持“obs”。
|
|
40
|
+
:param resource_type: 资源类型,当前只支持“obs”和“sfs”。
|
|
41
41
|
:type resource_type: str
|
|
42
42
|
"""
|
|
43
43
|
|
|
@@ -101,7 +101,7 @@ class ListVolumesRequest:
|
|
|
101
101
|
def resource_type(self):
|
|
102
102
|
"""Gets the resource_type of this ListVolumesRequest.
|
|
103
103
|
|
|
104
|
-
资源类型,当前只支持“obs”。
|
|
104
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
105
105
|
|
|
106
106
|
:return: The resource_type of this ListVolumesRequest.
|
|
107
107
|
:rtype: str
|
|
@@ -112,7 +112,7 @@ class ListVolumesRequest:
|
|
|
112
112
|
def resource_type(self, resource_type):
|
|
113
113
|
"""Sets the resource_type of this ListVolumesRequest.
|
|
114
114
|
|
|
115
|
-
资源类型,当前只支持“obs”。
|
|
115
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
116
116
|
|
|
117
117
|
:param resource_type: The resource_type of this ListVolumesRequest.
|
|
118
118
|
:type resource_type: str
|
|
@@ -43,11 +43,11 @@ class Volume:
|
|
|
43
43
|
:type id: str
|
|
44
44
|
:param resource_info: 存储资源详情。
|
|
45
45
|
:type resource_info: dict(str, str)
|
|
46
|
-
:param resource_name:
|
|
46
|
+
:param resource_name: 云存储名称。
|
|
47
47
|
:type resource_name: str
|
|
48
|
-
:param resource_type: 资源类型,当前只支持“obs”。
|
|
48
|
+
:param resource_type: 资源类型,当前只支持“obs”和“sfs”。
|
|
49
49
|
:type resource_type: str
|
|
50
|
-
:param resource_sub_type:
|
|
50
|
+
:param resource_sub_type: 存储资源子类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
51
51
|
:type resource_sub_type: str
|
|
52
52
|
:param time: 创建时间。
|
|
53
53
|
:type time: str
|
|
@@ -124,7 +124,7 @@ class Volume:
|
|
|
124
124
|
def resource_name(self):
|
|
125
125
|
"""Gets the resource_name of this Volume.
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
云存储名称。
|
|
128
128
|
|
|
129
129
|
:return: The resource_name of this Volume.
|
|
130
130
|
:rtype: str
|
|
@@ -135,7 +135,7 @@ class Volume:
|
|
|
135
135
|
def resource_name(self, resource_name):
|
|
136
136
|
"""Sets the resource_name of this Volume.
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
云存储名称。
|
|
139
139
|
|
|
140
140
|
:param resource_name: The resource_name of this Volume.
|
|
141
141
|
:type resource_name: str
|
|
@@ -146,7 +146,7 @@ class Volume:
|
|
|
146
146
|
def resource_type(self):
|
|
147
147
|
"""Gets the resource_type of this Volume.
|
|
148
148
|
|
|
149
|
-
资源类型,当前只支持“obs”。
|
|
149
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
150
150
|
|
|
151
151
|
:return: The resource_type of this Volume.
|
|
152
152
|
:rtype: str
|
|
@@ -157,7 +157,7 @@ class Volume:
|
|
|
157
157
|
def resource_type(self, resource_type):
|
|
158
158
|
"""Sets the resource_type of this Volume.
|
|
159
159
|
|
|
160
|
-
资源类型,当前只支持“obs”。
|
|
160
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
161
161
|
|
|
162
162
|
:param resource_type: The resource_type of this Volume.
|
|
163
163
|
:type resource_type: str
|
|
@@ -168,7 +168,7 @@ class Volume:
|
|
|
168
168
|
def resource_sub_type(self):
|
|
169
169
|
"""Gets the resource_sub_type of this Volume.
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
存储资源子类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
172
172
|
|
|
173
173
|
:return: The resource_sub_type of this Volume.
|
|
174
174
|
:rtype: str
|
|
@@ -179,7 +179,7 @@ class Volume:
|
|
|
179
179
|
def resource_sub_type(self, resource_sub_type):
|
|
180
180
|
"""Sets the resource_sub_type of this Volume.
|
|
181
181
|
|
|
182
|
-
|
|
182
|
+
存储资源子类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
183
183
|
|
|
184
184
|
:param resource_sub_type: The resource_sub_type of this Volume.
|
|
185
185
|
:type resource_sub_type: str
|
|
@@ -33,11 +33,11 @@ class VolumeSpec:
|
|
|
33
33
|
|
|
34
34
|
The model defined in huaweicloud sdk
|
|
35
35
|
|
|
36
|
-
:param resource_type: 资源类型,当前只支持“obs”。
|
|
36
|
+
:param resource_type: 资源类型,当前只支持“obs”和“sfs”。
|
|
37
37
|
:type resource_type: str
|
|
38
|
-
:param resource_sub_type:
|
|
38
|
+
:param resource_sub_type: 对象存储类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
39
39
|
:type resource_sub_type: str
|
|
40
|
-
:param resources:
|
|
40
|
+
:param resources: 云存储名称。
|
|
41
41
|
:type resources: list[str]
|
|
42
42
|
"""
|
|
43
43
|
|
|
@@ -56,7 +56,7 @@ class VolumeSpec:
|
|
|
56
56
|
def resource_type(self):
|
|
57
57
|
"""Gets the resource_type of this VolumeSpec.
|
|
58
58
|
|
|
59
|
-
资源类型,当前只支持“obs”。
|
|
59
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
60
60
|
|
|
61
61
|
:return: The resource_type of this VolumeSpec.
|
|
62
62
|
:rtype: str
|
|
@@ -67,7 +67,7 @@ class VolumeSpec:
|
|
|
67
67
|
def resource_type(self, resource_type):
|
|
68
68
|
"""Sets the resource_type of this VolumeSpec.
|
|
69
69
|
|
|
70
|
-
资源类型,当前只支持“obs”。
|
|
70
|
+
资源类型,当前只支持“obs”和“sfs”。
|
|
71
71
|
|
|
72
72
|
:param resource_type: The resource_type of this VolumeSpec.
|
|
73
73
|
:type resource_type: str
|
|
@@ -78,7 +78,7 @@ class VolumeSpec:
|
|
|
78
78
|
def resource_sub_type(self):
|
|
79
79
|
"""Gets the resource_sub_type of this VolumeSpec.
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
对象存储类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
82
82
|
|
|
83
83
|
:return: The resource_sub_type of this VolumeSpec.
|
|
84
84
|
:rtype: str
|
|
@@ -89,7 +89,7 @@ class VolumeSpec:
|
|
|
89
89
|
def resource_sub_type(self, resource_sub_type):
|
|
90
90
|
"""Sets the resource_sub_type of this VolumeSpec.
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
对象存储类型,包括:并行文件系统、存储桶、SFS3.0容量型。
|
|
93
93
|
|
|
94
94
|
:param resource_sub_type: The resource_sub_type of this VolumeSpec.
|
|
95
95
|
:type resource_sub_type: str
|
|
@@ -100,7 +100,7 @@ class VolumeSpec:
|
|
|
100
100
|
def resources(self):
|
|
101
101
|
"""Gets the resources of this VolumeSpec.
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
云存储名称。
|
|
104
104
|
|
|
105
105
|
:return: The resources of this VolumeSpec.
|
|
106
106
|
:rtype: list[str]
|
|
@@ -111,7 +111,7 @@ class VolumeSpec:
|
|
|
111
111
|
def resources(self, resources):
|
|
112
112
|
"""Sets the resources of this VolumeSpec.
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
云存储名称。
|
|
115
115
|
|
|
116
116
|
:param resources: The resources of this VolumeSpec.
|
|
117
117
|
:type resources: list[str]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huaweicloudsdkcae
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.60
|
|
4
4
|
Summary: CAE
|
|
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.60
|
|
26
26
|
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
|
@@ -33,7 +33,7 @@ huaweicloudsdkcae/v1/model/component_snapshot_item.py,sha256=igrtLgb5gp9feJncMXk
|
|
|
33
33
|
huaweicloudsdkcae/v1/model/component_snapshot_kind_obj.py,sha256=IbdcrtHYxbOgD9b-CgrFGrIPddkeAaObyWxkGYp_jgU,2413
|
|
34
34
|
huaweicloudsdkcae/v1/model/component_spec.py,sha256=DewnaEad_tCzdXQIDn7yC4QTIwlsyLPiz2BgWTdOMe4,12496
|
|
35
35
|
huaweicloudsdkcae/v1/model/configuration.py,sha256=q5GxdU16JUUYjvCNp9lD8obmW_d1aEqaA4405MV-5CM,7316
|
|
36
|
-
huaweicloudsdkcae/v1/model/configuration_item.py,sha256=
|
|
36
|
+
huaweicloudsdkcae/v1/model/configuration_item.py,sha256=M4C6ZX7eAQkcWF3n0YMMdhmeupHQroKlX8Q1JkMwTDA,4878
|
|
37
37
|
huaweicloudsdkcae/v1/model/create_agency_request.py,sha256=JCywZuSwrxA7vZMIUu5djNeVBXb0xdxtFHmRKPg-Of4,3059
|
|
38
38
|
huaweicloudsdkcae/v1/model/create_agency_response.py,sha256=V9jh2H7ZsF7PxJe5uU0hWpZesnOnAq1f49y_KdVc-C8,2431
|
|
39
39
|
huaweicloudsdkcae/v1/model/create_application_request.py,sha256=NKtgYofnPwo9WuWAdZPsbwjmuTufYTrHRe1YohhpEgw,7521
|
|
@@ -124,7 +124,7 @@ huaweicloudsdkcae/v1/model/list_environments_request.py,sha256=VZ7hiaGBWsNg4FDxb
|
|
|
124
124
|
huaweicloudsdkcae/v1/model/list_environments_response.py,sha256=SWnHwvE02Qjr0VNuo9YxYAlyg_HSjbIaeLGW49JVYzc,5031
|
|
125
125
|
huaweicloudsdkcae/v1/model/list_timer_rules_request.py,sha256=71toVPwBseDBI_AuYMSbfrz7loKOO4mrPRyfee189Fs,6631
|
|
126
126
|
huaweicloudsdkcae/v1/model/list_timer_rules_response.py,sha256=thfkwktkbAM9uCMnNhzP51ZbtI1ZHno0IWVi_rpru_M,4926
|
|
127
|
-
huaweicloudsdkcae/v1/model/list_volumes_request.py,sha256=
|
|
127
|
+
huaweicloudsdkcae/v1/model/list_volumes_request.py,sha256=LY7_1ARfi_Hc9Hq_6aKrSkNpTsiX3YG_keakKf6fASY,7552
|
|
128
128
|
huaweicloudsdkcae/v1/model/list_volumes_response.py,sha256=KFKJYf3bbDmLPPsuk7eftrQoZohvrYe1nJsrr32VFjg,4904
|
|
129
129
|
huaweicloudsdkcae/v1/model/meta_cert.py,sha256=EHA1S_JePNCeMSPOXA6u7lDox533LF3WVv83nOIblDU,3488
|
|
130
130
|
huaweicloudsdkcae/v1/model/meta_domain.py,sha256=EHnFh7gVyEHaCBI91jUJbogJCCCpJA4JX-zP6tQQ9mQ,4308
|
|
@@ -167,13 +167,13 @@ huaweicloudsdkcae/v1/model/update_timer_rule_details.py,sha256=MYytvNn1d8iptY9J-
|
|
|
167
167
|
huaweicloudsdkcae/v1/model/update_timer_rule_req.py,sha256=ro48IyRCd02y7q2MvtTodSEz0A_Pp8ZT6oCwjt5nIAo,4622
|
|
168
168
|
huaweicloudsdkcae/v1/model/update_timer_rule_request.py,sha256=xNbUDaxUxGVJInXFkoXW5elSR8-7V8B6TYx0rZtH5Fs,8326
|
|
169
169
|
huaweicloudsdkcae/v1/model/update_timer_rule_response.py,sha256=VIhjnnuK5esqAWwMDucn0Yrk9gvUHsy_mA1-rWcHFm0,2443
|
|
170
|
-
huaweicloudsdkcae/v1/model/volume.py,sha256=
|
|
170
|
+
huaweicloudsdkcae/v1/model/volume.py,sha256=s4_opBPedH707-9oTDvX_dM43P0a69iD96fWqL9X0H0,7286
|
|
171
171
|
huaweicloudsdkcae/v1/model/volume_kind_obj.py,sha256=6duZL5W4P8ygOYI7wdi0t2jM6C21SOiMi1TYA_zVf6g,2358
|
|
172
|
-
huaweicloudsdkcae/v1/model/volume_spec.py,sha256=
|
|
172
|
+
huaweicloudsdkcae/v1/model/volume_spec.py,sha256=jdnhb3qUHD_OeFEUgtjJa6BJCFksoB8HDL_Rl1SSUEs,5051
|
|
173
173
|
huaweicloudsdkcae/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
174
|
huaweicloudsdkcae/v1/region/cae_region.py,sha256=WLiBOkmz86w9yXiYZNjIrBHbdfTrgQvxcsl4OqVuz8I,1177
|
|
175
|
-
huaweicloudsdkcae-3.1.
|
|
176
|
-
huaweicloudsdkcae-3.1.
|
|
177
|
-
huaweicloudsdkcae-3.1.
|
|
178
|
-
huaweicloudsdkcae-3.1.
|
|
179
|
-
huaweicloudsdkcae-3.1.
|
|
175
|
+
huaweicloudsdkcae-3.1.60.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
|
176
|
+
huaweicloudsdkcae-3.1.60.dist-info/METADATA,sha256=N21RR6nYZnTUikdlkO0Eb7WKDW3H4xh_tpWVzm7GQNM,1134
|
|
177
|
+
huaweicloudsdkcae-3.1.60.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
178
|
+
huaweicloudsdkcae-3.1.60.dist-info/top_level.txt,sha256=bSiBgsEXtNwy-Yv8143HEaMChUEIffdz2t9FM-26QjM,18
|
|
179
|
+
huaweicloudsdkcae-3.1.60.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|