huaweicloudsdkims 3.0.43rc0__py3-none-any.whl → 3.1.161__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.
- huaweicloudsdkims/v2/__init__.py +31 -3
- huaweicloudsdkims/v2/ims_async_client.py +2198 -1356
- huaweicloudsdkims/v2/ims_client.py +2188 -1347
- huaweicloudsdkims/v2/model/__init__.py +30 -1
- huaweicloudsdkims/v2/model/add_image_tag_request.py +26 -19
- huaweicloudsdkims/v2/model/add_image_tag_request_body.py +19 -16
- huaweicloudsdkims/v2/model/add_image_tag_response.py +14 -10
- huaweicloudsdkims/v2/model/add_or_update_tags_request_body.py +29 -22
- huaweicloudsdkims/v2/model/additional_properties.py +18 -13
- huaweicloudsdkims/v2/model/batch_add_members_request.py +19 -16
- huaweicloudsdkims/v2/model/batch_add_members_request_body.py +84 -19
- huaweicloudsdkims/v2/model/batch_add_members_response.py +19 -13
- huaweicloudsdkims/v2/model/batch_add_or_delete_tags_request.py +26 -19
- huaweicloudsdkims/v2/model/batch_add_or_delete_tags_request_body.py +24 -17
- huaweicloudsdkims/v2/model/batch_add_or_delete_tags_response.py +14 -10
- huaweicloudsdkims/v2/model/batch_delete_members_request.py +19 -16
- huaweicloudsdkims/v2/model/batch_delete_members_response.py +19 -13
- huaweicloudsdkims/v2/model/batch_delete_tags_request.py +139 -0
- huaweicloudsdkims/v2/model/batch_delete_tags_request_body.py +114 -0
- huaweicloudsdkims/v2/model/batch_delete_tags_response.py +85 -0
- huaweicloudsdkims/v2/model/batch_update_members_request.py +19 -16
- huaweicloudsdkims/v2/model/batch_update_members_request_body.py +33 -22
- huaweicloudsdkims/v2/model/batch_update_members_response.py +19 -13
- huaweicloudsdkims/v2/model/copy_image_cross_region_request.py +26 -19
- huaweicloudsdkims/v2/model/copy_image_cross_region_request_body.py +70 -28
- huaweicloudsdkims/v2/model/copy_image_cross_region_response.py +19 -13
- huaweicloudsdkims/v2/model/copy_image_in_region_in_safe_mode_request.py +139 -0
- huaweicloudsdkims/v2/model/copy_image_in_region_in_safe_mode_response.py +116 -0
- huaweicloudsdkims/v2/model/copy_image_in_region_request.py +26 -19
- huaweicloudsdkims/v2/model/copy_image_in_region_request_body.py +33 -22
- huaweicloudsdkims/v2/model/copy_image_in_region_response.py +19 -13
- huaweicloudsdkims/v2/model/create_data_image.py +33 -22
- huaweicloudsdkims/v2/model/create_data_image_in_safe_mode_request.py +111 -0
- huaweicloudsdkims/v2/model/create_data_image_in_safe_mode_response.py +116 -0
- huaweicloudsdkims/v2/model/create_data_image_request.py +19 -16
- huaweicloudsdkims/v2/model/create_data_image_request_body.py +63 -41
- huaweicloudsdkims/v2/model/create_data_image_response.py +19 -13
- huaweicloudsdkims/v2/model/create_image_in_safe_mode_request.py +111 -0
- huaweicloudsdkims/v2/model/create_image_in_safe_mode_response.py +116 -0
- huaweicloudsdkims/v2/model/create_image_request.py +19 -16
- huaweicloudsdkims/v2/model/create_image_request_body.py +139 -70
- huaweicloudsdkims/v2/model/create_image_response.py +19 -13
- huaweicloudsdkims/v2/model/create_or_update_tags_request.py +19 -16
- huaweicloudsdkims/v2/model/create_or_update_tags_response.py +14 -10
- huaweicloudsdkims/v2/model/create_whole_image_request.py +19 -16
- huaweicloudsdkims/v2/model/create_whole_image_request_body.py +74 -50
- huaweicloudsdkims/v2/model/create_whole_image_response.py +19 -13
- huaweicloudsdkims/v2/model/delete_image_tag_request.py +27 -16
- huaweicloudsdkims/v2/model/delete_image_tag_response.py +14 -10
- huaweicloudsdkims/v2/model/export_image_in_safe_mode_request.py +139 -0
- huaweicloudsdkims/v2/model/export_image_in_safe_mode_response.py +116 -0
- huaweicloudsdkims/v2/model/export_image_request.py +26 -19
- huaweicloudsdkims/v2/model/export_image_request_body.py +55 -19
- huaweicloudsdkims/v2/model/export_image_response.py +19 -13
- huaweicloudsdkims/v2/model/glance_add_image_member_request.py +26 -19
- huaweicloudsdkims/v2/model/glance_add_image_member_request_body.py +18 -13
- huaweicloudsdkims/v2/model/glance_add_image_member_response.py +105 -31
- huaweicloudsdkims/v2/model/glance_create_image_metadata_request.py +19 -16
- huaweicloudsdkims/v2/model/glance_create_image_metadata_request_body.py +58 -37
- huaweicloudsdkims/v2/model/glance_create_image_metadata_response.py +239 -94
- huaweicloudsdkims/v2/model/glance_create_tag_request.py +27 -16
- huaweicloudsdkims/v2/model/glance_create_tag_response.py +14 -10
- huaweicloudsdkims/v2/model/glance_delete_image_member_request.py +27 -16
- huaweicloudsdkims/v2/model/glance_delete_image_member_response.py +14 -10
- huaweicloudsdkims/v2/model/glance_delete_image_request.py +26 -19
- huaweicloudsdkims/v2/model/glance_delete_image_request_body.py +18 -13
- huaweicloudsdkims/v2/model/glance_delete_image_response.py +14 -10
- huaweicloudsdkims/v2/model/glance_delete_tag_request.py +27 -16
- huaweicloudsdkims/v2/model/glance_delete_tag_response.py +14 -10
- huaweicloudsdkims/v2/model/glance_image_members.py +104 -31
- huaweicloudsdkims/v2/model/glance_list_image_member_schemas_request.py +13 -10
- huaweicloudsdkims/v2/model/glance_list_image_member_schemas_response.py +30 -20
- huaweicloudsdkims/v2/model/glance_list_image_members_request.py +20 -13
- huaweicloudsdkims/v2/model/glance_list_image_members_response.py +25 -17
- huaweicloudsdkims/v2/model/glance_list_image_schemas_request.py +13 -10
- huaweicloudsdkims/v2/model/glance_list_image_schemas_response.py +30 -20
- huaweicloudsdkims/v2/model/glance_list_images_request.py +237 -106
- huaweicloudsdkims/v2/model/glance_list_images_response.py +36 -24
- huaweicloudsdkims/v2/model/glance_show_image_list_response_body.py +1833 -0
- huaweicloudsdkims/v2/model/glance_show_image_member_request.py +27 -16
- huaweicloudsdkims/v2/model/glance_show_image_member_response.py +105 -31
- huaweicloudsdkims/v2/model/glance_show_image_member_schemas_request.py +13 -10
- huaweicloudsdkims/v2/model/glance_show_image_member_schemas_response.py +24 -16
- huaweicloudsdkims/v2/model/glance_show_image_request.py +20 -13
- huaweicloudsdkims/v2/model/glance_show_image_response.py +631 -210
- huaweicloudsdkims/v2/model/glance_show_image_schemas_request.py +13 -10
- huaweicloudsdkims/v2/model/glance_show_image_schemas_response.py +36 -26
- huaweicloudsdkims/v2/model/glance_update_image_member_request.py +33 -22
- huaweicloudsdkims/v2/model/glance_update_image_member_request_body.py +23 -16
- huaweicloudsdkims/v2/model/glance_update_image_member_response.py +105 -31
- huaweicloudsdkims/v2/model/glance_update_image_request.py +26 -19
- huaweicloudsdkims/v2/model/glance_update_image_request_body.py +28 -19
- huaweicloudsdkims/v2/model/glance_update_image_response.py +631 -210
- huaweicloudsdkims/v2/model/image_info.py +616 -260
- huaweicloudsdkims/v2/model/image_member.py +310 -0
- huaweicloudsdkims/v2/model/image_tag.py +23 -16
- huaweicloudsdkims/v2/model/import_image_quick_in_safe_mode_request.py +111 -0
- huaweicloudsdkims/v2/model/import_image_quick_in_safe_mode_response.py +116 -0
- huaweicloudsdkims/v2/model/import_image_quick_request.py +19 -16
- huaweicloudsdkims/v2/model/import_image_quick_response.py +19 -13
- huaweicloudsdkims/v2/model/job_entities.py +340 -16
- huaweicloudsdkims/v2/model/job_entities_result.py +173 -0
- huaweicloudsdkims/v2/model/job_progress_entities.py +289 -0
- huaweicloudsdkims/v2/model/links.py +23 -16
- huaweicloudsdkims/v2/model/list_image_by_tags_request.py +19 -16
- huaweicloudsdkims/v2/model/list_image_by_tags_request_body.py +90 -42
- huaweicloudsdkims/v2/model/list_image_by_tags_response.py +25 -17
- huaweicloudsdkims/v2/model/list_image_members_request.py +114 -0
- huaweicloudsdkims/v2/model/list_image_members_response.py +145 -0
- huaweicloudsdkims/v2/model/list_image_tags_request.py +20 -13
- huaweicloudsdkims/v2/model/list_image_tags_response.py +20 -14
- huaweicloudsdkims/v2/model/list_images_request.py +272 -121
- huaweicloudsdkims/v2/model/list_images_response.py +20 -14
- huaweicloudsdkims/v2/model/list_images_tags_request.py +13 -10
- huaweicloudsdkims/v2/model/list_images_tags_response.py +20 -14
- huaweicloudsdkims/v2/model/list_os_versions_request.py +20 -13
- huaweicloudsdkims/v2/model/list_os_versions_response.py +20 -16
- huaweicloudsdkims/v2/model/list_os_versions_response_body.py +24 -17
- huaweicloudsdkims/v2/model/list_tags_request.py +118 -55
- huaweicloudsdkims/v2/model/list_tags_response.py +19 -13
- huaweicloudsdkims/v2/model/list_versions_request.py +84 -0
- huaweicloudsdkims/v2/model/list_versions_response.py +116 -0
- huaweicloudsdkims/v2/model/os_version_info.py +38 -25
- huaweicloudsdkims/v2/model/os_version_response.py +172 -0
- huaweicloudsdkims/v2/model/query_image_by_tags_resource_detail.py +18 -13
- huaweicloudsdkims/v2/model/quick_import_image_by_file_request_body.py +130 -47
- huaweicloudsdkims/v2/model/quota.py +19 -14
- huaweicloudsdkims/v2/model/quota_info.py +38 -25
- huaweicloudsdkims/v2/model/register_image_request.py +26 -19
- huaweicloudsdkims/v2/model/register_image_request_body.py +18 -13
- huaweicloudsdkims/v2/model/register_image_response.py +19 -13
- huaweicloudsdkims/v2/model/resource_tag.py +23 -16
- huaweicloudsdkims/v2/model/show_image_by_tags_resource.py +47 -38
- huaweicloudsdkims/v2/model/show_image_member_request.py +142 -0
- huaweicloudsdkims/v2/model/show_image_member_response.py +319 -0
- huaweicloudsdkims/v2/model/show_image_quota_request.py +13 -10
- huaweicloudsdkims/v2/model/show_image_quota_response.py +20 -16
- huaweicloudsdkims/v2/model/show_job_progress_request.py +114 -0
- huaweicloudsdkims/v2/model/show_job_progress_response.py +315 -0
- huaweicloudsdkims/v2/model/show_job_request.py +20 -13
- huaweicloudsdkims/v2/model/show_job_response.py +55 -37
- huaweicloudsdkims/v2/model/show_version_request.py +114 -0
- huaweicloudsdkims/v2/model/show_version_response.py +116 -0
- huaweicloudsdkims/v2/model/sub_job_entities.py +144 -0
- huaweicloudsdkims/v2/model/sub_job_result.py +314 -0
- huaweicloudsdkims/v2/model/tag_key_value.py +23 -16
- huaweicloudsdkims/v2/model/tags.py +23 -16
- huaweicloudsdkims/v2/model/update_image_request.py +26 -19
- huaweicloudsdkims/v2/model/update_image_request_body.py +29 -21
- huaweicloudsdkims/v2/model/update_image_response.py +600 -254
- huaweicloudsdkims/v2/region/ims_region.py +101 -42
- {huaweicloudsdkims-3.0.43rc0.dist-info → huaweicloudsdkims-3.1.161.dist-info}/METADATA +9 -9
- huaweicloudsdkims-3.1.161.dist-info/RECORD +158 -0
- {huaweicloudsdkims-3.0.43rc0.dist-info → huaweicloudsdkims-3.1.161.dist-info}/WHEEL +1 -1
- huaweicloudsdkims/v2/model/glance_show_image_response_body.py +0 -1357
- huaweicloudsdkims-3.0.43rc0.dist-info/RECORD +0 -129
- {huaweicloudsdkims-3.0.43rc0.dist-info → huaweicloudsdkims-3.1.161.dist-info}/LICENSE +0 -0
- {huaweicloudsdkims-3.0.43rc0.dist-info → huaweicloudsdkims-3.1.161.dist-info}/top_level.txt +0 -0
@@ -16,19 +16,28 @@ from huaweicloudsdkims.v2.model.batch_add_or_delete_tags_request_body import Bat
|
|
16
16
|
from huaweicloudsdkims.v2.model.batch_add_or_delete_tags_response import BatchAddOrDeleteTagsResponse
|
17
17
|
from huaweicloudsdkims.v2.model.batch_delete_members_request import BatchDeleteMembersRequest
|
18
18
|
from huaweicloudsdkims.v2.model.batch_delete_members_response import BatchDeleteMembersResponse
|
19
|
+
from huaweicloudsdkims.v2.model.batch_delete_tags_request import BatchDeleteTagsRequest
|
20
|
+
from huaweicloudsdkims.v2.model.batch_delete_tags_request_body import BatchDeleteTagsRequestBody
|
21
|
+
from huaweicloudsdkims.v2.model.batch_delete_tags_response import BatchDeleteTagsResponse
|
19
22
|
from huaweicloudsdkims.v2.model.batch_update_members_request import BatchUpdateMembersRequest
|
20
23
|
from huaweicloudsdkims.v2.model.batch_update_members_request_body import BatchUpdateMembersRequestBody
|
21
24
|
from huaweicloudsdkims.v2.model.batch_update_members_response import BatchUpdateMembersResponse
|
22
25
|
from huaweicloudsdkims.v2.model.copy_image_cross_region_request import CopyImageCrossRegionRequest
|
23
26
|
from huaweicloudsdkims.v2.model.copy_image_cross_region_request_body import CopyImageCrossRegionRequestBody
|
24
27
|
from huaweicloudsdkims.v2.model.copy_image_cross_region_response import CopyImageCrossRegionResponse
|
28
|
+
from huaweicloudsdkims.v2.model.copy_image_in_region_in_safe_mode_request import CopyImageInRegionInSafeModeRequest
|
29
|
+
from huaweicloudsdkims.v2.model.copy_image_in_region_in_safe_mode_response import CopyImageInRegionInSafeModeResponse
|
25
30
|
from huaweicloudsdkims.v2.model.copy_image_in_region_request import CopyImageInRegionRequest
|
26
31
|
from huaweicloudsdkims.v2.model.copy_image_in_region_request_body import CopyImageInRegionRequestBody
|
27
32
|
from huaweicloudsdkims.v2.model.copy_image_in_region_response import CopyImageInRegionResponse
|
28
33
|
from huaweicloudsdkims.v2.model.create_data_image import CreateDataImage
|
34
|
+
from huaweicloudsdkims.v2.model.create_data_image_in_safe_mode_request import CreateDataImageInSafeModeRequest
|
35
|
+
from huaweicloudsdkims.v2.model.create_data_image_in_safe_mode_response import CreateDataImageInSafeModeResponse
|
29
36
|
from huaweicloudsdkims.v2.model.create_data_image_request import CreateDataImageRequest
|
30
37
|
from huaweicloudsdkims.v2.model.create_data_image_request_body import CreateDataImageRequestBody
|
31
38
|
from huaweicloudsdkims.v2.model.create_data_image_response import CreateDataImageResponse
|
39
|
+
from huaweicloudsdkims.v2.model.create_image_in_safe_mode_request import CreateImageInSafeModeRequest
|
40
|
+
from huaweicloudsdkims.v2.model.create_image_in_safe_mode_response import CreateImageInSafeModeResponse
|
32
41
|
from huaweicloudsdkims.v2.model.create_image_request import CreateImageRequest
|
33
42
|
from huaweicloudsdkims.v2.model.create_image_request_body import CreateImageRequestBody
|
34
43
|
from huaweicloudsdkims.v2.model.create_image_response import CreateImageResponse
|
@@ -39,6 +48,8 @@ from huaweicloudsdkims.v2.model.create_whole_image_request_body import CreateWho
|
|
39
48
|
from huaweicloudsdkims.v2.model.create_whole_image_response import CreateWholeImageResponse
|
40
49
|
from huaweicloudsdkims.v2.model.delete_image_tag_request import DeleteImageTagRequest
|
41
50
|
from huaweicloudsdkims.v2.model.delete_image_tag_response import DeleteImageTagResponse
|
51
|
+
from huaweicloudsdkims.v2.model.export_image_in_safe_mode_request import ExportImageInSafeModeRequest
|
52
|
+
from huaweicloudsdkims.v2.model.export_image_in_safe_mode_response import ExportImageInSafeModeResponse
|
42
53
|
from huaweicloudsdkims.v2.model.export_image_request import ExportImageRequest
|
43
54
|
from huaweicloudsdkims.v2.model.export_image_request_body import ExportImageRequestBody
|
44
55
|
from huaweicloudsdkims.v2.model.export_image_response import ExportImageResponse
|
@@ -66,13 +77,13 @@ from huaweicloudsdkims.v2.model.glance_list_image_schemas_request import GlanceL
|
|
66
77
|
from huaweicloudsdkims.v2.model.glance_list_image_schemas_response import GlanceListImageSchemasResponse
|
67
78
|
from huaweicloudsdkims.v2.model.glance_list_images_request import GlanceListImagesRequest
|
68
79
|
from huaweicloudsdkims.v2.model.glance_list_images_response import GlanceListImagesResponse
|
80
|
+
from huaweicloudsdkims.v2.model.glance_show_image_list_response_body import GlanceShowImageListResponseBody
|
69
81
|
from huaweicloudsdkims.v2.model.glance_show_image_member_request import GlanceShowImageMemberRequest
|
70
82
|
from huaweicloudsdkims.v2.model.glance_show_image_member_response import GlanceShowImageMemberResponse
|
71
83
|
from huaweicloudsdkims.v2.model.glance_show_image_member_schemas_request import GlanceShowImageMemberSchemasRequest
|
72
84
|
from huaweicloudsdkims.v2.model.glance_show_image_member_schemas_response import GlanceShowImageMemberSchemasResponse
|
73
85
|
from huaweicloudsdkims.v2.model.glance_show_image_request import GlanceShowImageRequest
|
74
86
|
from huaweicloudsdkims.v2.model.glance_show_image_response import GlanceShowImageResponse
|
75
|
-
from huaweicloudsdkims.v2.model.glance_show_image_response_body import GlanceShowImageResponseBody
|
76
87
|
from huaweicloudsdkims.v2.model.glance_show_image_schemas_request import GlanceShowImageSchemasRequest
|
77
88
|
from huaweicloudsdkims.v2.model.glance_show_image_schemas_response import GlanceShowImageSchemasResponse
|
78
89
|
from huaweicloudsdkims.v2.model.glance_update_image_member_request import GlanceUpdateImageMemberRequest
|
@@ -82,14 +93,21 @@ from huaweicloudsdkims.v2.model.glance_update_image_request import GlanceUpdateI
|
|
82
93
|
from huaweicloudsdkims.v2.model.glance_update_image_request_body import GlanceUpdateImageRequestBody
|
83
94
|
from huaweicloudsdkims.v2.model.glance_update_image_response import GlanceUpdateImageResponse
|
84
95
|
from huaweicloudsdkims.v2.model.image_info import ImageInfo
|
96
|
+
from huaweicloudsdkims.v2.model.image_member import ImageMember
|
85
97
|
from huaweicloudsdkims.v2.model.image_tag import ImageTag
|
98
|
+
from huaweicloudsdkims.v2.model.import_image_quick_in_safe_mode_request import ImportImageQuickInSafeModeRequest
|
99
|
+
from huaweicloudsdkims.v2.model.import_image_quick_in_safe_mode_response import ImportImageQuickInSafeModeResponse
|
86
100
|
from huaweicloudsdkims.v2.model.import_image_quick_request import ImportImageQuickRequest
|
87
101
|
from huaweicloudsdkims.v2.model.import_image_quick_response import ImportImageQuickResponse
|
88
102
|
from huaweicloudsdkims.v2.model.job_entities import JobEntities
|
103
|
+
from huaweicloudsdkims.v2.model.job_entities_result import JobEntitiesResult
|
104
|
+
from huaweicloudsdkims.v2.model.job_progress_entities import JobProgressEntities
|
89
105
|
from huaweicloudsdkims.v2.model.links import Links
|
90
106
|
from huaweicloudsdkims.v2.model.list_image_by_tags_request import ListImageByTagsRequest
|
91
107
|
from huaweicloudsdkims.v2.model.list_image_by_tags_request_body import ListImageByTagsRequestBody
|
92
108
|
from huaweicloudsdkims.v2.model.list_image_by_tags_response import ListImageByTagsResponse
|
109
|
+
from huaweicloudsdkims.v2.model.list_image_members_request import ListImageMembersRequest
|
110
|
+
from huaweicloudsdkims.v2.model.list_image_members_response import ListImageMembersResponse
|
93
111
|
from huaweicloudsdkims.v2.model.list_image_tags_request import ListImageTagsRequest
|
94
112
|
from huaweicloudsdkims.v2.model.list_image_tags_response import ListImageTagsResponse
|
95
113
|
from huaweicloudsdkims.v2.model.list_images_request import ListImagesRequest
|
@@ -101,7 +119,10 @@ from huaweicloudsdkims.v2.model.list_os_versions_response import ListOsVersionsR
|
|
101
119
|
from huaweicloudsdkims.v2.model.list_os_versions_response_body import ListOsVersionsResponseBody
|
102
120
|
from huaweicloudsdkims.v2.model.list_tags_request import ListTagsRequest
|
103
121
|
from huaweicloudsdkims.v2.model.list_tags_response import ListTagsResponse
|
122
|
+
from huaweicloudsdkims.v2.model.list_versions_request import ListVersionsRequest
|
123
|
+
from huaweicloudsdkims.v2.model.list_versions_response import ListVersionsResponse
|
104
124
|
from huaweicloudsdkims.v2.model.os_version_info import OsVersionInfo
|
125
|
+
from huaweicloudsdkims.v2.model.os_version_response import OsVersionResponse
|
105
126
|
from huaweicloudsdkims.v2.model.query_image_by_tags_resource_detail import QueryImageByTagsResourceDetail
|
106
127
|
from huaweicloudsdkims.v2.model.quick_import_image_by_file_request_body import QuickImportImageByFileRequestBody
|
107
128
|
from huaweicloudsdkims.v2.model.quota import Quota
|
@@ -111,10 +132,18 @@ from huaweicloudsdkims.v2.model.register_image_request_body import RegisterImage
|
|
111
132
|
from huaweicloudsdkims.v2.model.register_image_response import RegisterImageResponse
|
112
133
|
from huaweicloudsdkims.v2.model.resource_tag import ResourceTag
|
113
134
|
from huaweicloudsdkims.v2.model.show_image_by_tags_resource import ShowImageByTagsResource
|
135
|
+
from huaweicloudsdkims.v2.model.show_image_member_request import ShowImageMemberRequest
|
136
|
+
from huaweicloudsdkims.v2.model.show_image_member_response import ShowImageMemberResponse
|
114
137
|
from huaweicloudsdkims.v2.model.show_image_quota_request import ShowImageQuotaRequest
|
115
138
|
from huaweicloudsdkims.v2.model.show_image_quota_response import ShowImageQuotaResponse
|
139
|
+
from huaweicloudsdkims.v2.model.show_job_progress_request import ShowJobProgressRequest
|
140
|
+
from huaweicloudsdkims.v2.model.show_job_progress_response import ShowJobProgressResponse
|
116
141
|
from huaweicloudsdkims.v2.model.show_job_request import ShowJobRequest
|
117
142
|
from huaweicloudsdkims.v2.model.show_job_response import ShowJobResponse
|
143
|
+
from huaweicloudsdkims.v2.model.show_version_request import ShowVersionRequest
|
144
|
+
from huaweicloudsdkims.v2.model.show_version_response import ShowVersionResponse
|
145
|
+
from huaweicloudsdkims.v2.model.sub_job_entities import SubJobEntities
|
146
|
+
from huaweicloudsdkims.v2.model.sub_job_result import SubJobResult
|
118
147
|
from huaweicloudsdkims.v2.model.tag_key_value import TagKeyValue
|
119
148
|
from huaweicloudsdkims.v2.model.tags import Tags
|
120
149
|
from huaweicloudsdkims.v2.model.update_image_request import UpdateImageRequest
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class AddImageTagRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class AddImageTagRequest:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -33,7 +27,15 @@ class AddImageTagRequest:
|
|
33
27
|
}
|
34
28
|
|
35
29
|
def __init__(self, image_id=None, body=None):
|
36
|
-
"""AddImageTagRequest
|
30
|
+
r"""AddImageTagRequest
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param image_id: 镜像ID。
|
35
|
+
:type image_id: str
|
36
|
+
:param body: Body of the AddImageTagRequest
|
37
|
+
:type body: :class:`huaweicloudsdkims.v2.AddImageTagRequestBody`
|
38
|
+
"""
|
37
39
|
|
38
40
|
|
39
41
|
|
@@ -47,8 +49,9 @@ class AddImageTagRequest:
|
|
47
49
|
|
48
50
|
@property
|
49
51
|
def image_id(self):
|
50
|
-
"""Gets the image_id of this AddImageTagRequest.
|
52
|
+
r"""Gets the image_id of this AddImageTagRequest.
|
51
53
|
|
54
|
+
镜像ID。
|
52
55
|
|
53
56
|
:return: The image_id of this AddImageTagRequest.
|
54
57
|
:rtype: str
|
@@ -57,31 +60,30 @@ class AddImageTagRequest:
|
|
57
60
|
|
58
61
|
@image_id.setter
|
59
62
|
def image_id(self, image_id):
|
60
|
-
"""Sets the image_id of this AddImageTagRequest.
|
63
|
+
r"""Sets the image_id of this AddImageTagRequest.
|
61
64
|
|
65
|
+
镜像ID。
|
62
66
|
|
63
67
|
:param image_id: The image_id of this AddImageTagRequest.
|
64
|
-
:type: str
|
68
|
+
:type image_id: str
|
65
69
|
"""
|
66
70
|
self._image_id = image_id
|
67
71
|
|
68
72
|
@property
|
69
73
|
def body(self):
|
70
|
-
"""Gets the body of this AddImageTagRequest.
|
71
|
-
|
74
|
+
r"""Gets the body of this AddImageTagRequest.
|
72
75
|
|
73
76
|
:return: The body of this AddImageTagRequest.
|
74
|
-
:rtype: AddImageTagRequestBody
|
77
|
+
:rtype: :class:`huaweicloudsdkims.v2.AddImageTagRequestBody`
|
75
78
|
"""
|
76
79
|
return self._body
|
77
80
|
|
78
81
|
@body.setter
|
79
82
|
def body(self, body):
|
80
|
-
"""Sets the body of this AddImageTagRequest.
|
81
|
-
|
83
|
+
r"""Sets the body of this AddImageTagRequest.
|
82
84
|
|
83
85
|
:param body: The body of this AddImageTagRequest.
|
84
|
-
:type: AddImageTagRequestBody
|
86
|
+
:type body: :class:`huaweicloudsdkims.v2.AddImageTagRequestBody`
|
85
87
|
"""
|
86
88
|
self._body = body
|
87
89
|
|
@@ -114,10 +116,15 @@ class AddImageTagRequest:
|
|
114
116
|
|
115
117
|
def to_str(self):
|
116
118
|
"""Returns the string representation of the model"""
|
117
|
-
|
119
|
+
import simplejson as json
|
120
|
+
if six.PY2:
|
121
|
+
import sys
|
122
|
+
reload(sys)
|
123
|
+
sys.setdefaultencoding("utf-8")
|
124
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
118
125
|
|
119
126
|
def __repr__(self):
|
120
|
-
"""For `print`
|
127
|
+
"""For `print`"""
|
121
128
|
return self.to_str()
|
122
129
|
|
123
130
|
def __eq__(self, other):
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class AddImageTagRequestBody:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class AddImageTagRequestBody:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -31,7 +25,13 @@ class AddImageTagRequestBody:
|
|
31
25
|
}
|
32
26
|
|
33
27
|
def __init__(self, tag=None):
|
34
|
-
"""AddImageTagRequestBody
|
28
|
+
r"""AddImageTagRequestBody
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param tag:
|
33
|
+
:type tag: :class:`huaweicloudsdkims.v2.ResourceTag`
|
34
|
+
"""
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -42,21 +42,19 @@ class AddImageTagRequestBody:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def tag(self):
|
45
|
-
"""Gets the tag of this AddImageTagRequestBody.
|
46
|
-
|
45
|
+
r"""Gets the tag of this AddImageTagRequestBody.
|
47
46
|
|
48
47
|
:return: The tag of this AddImageTagRequestBody.
|
49
|
-
:rtype: ResourceTag
|
48
|
+
:rtype: :class:`huaweicloudsdkims.v2.ResourceTag`
|
50
49
|
"""
|
51
50
|
return self._tag
|
52
51
|
|
53
52
|
@tag.setter
|
54
53
|
def tag(self, tag):
|
55
|
-
"""Sets the tag of this AddImageTagRequestBody.
|
56
|
-
|
54
|
+
r"""Sets the tag of this AddImageTagRequestBody.
|
57
55
|
|
58
56
|
:param tag: The tag of this AddImageTagRequestBody.
|
59
|
-
:type: ResourceTag
|
57
|
+
:type tag: :class:`huaweicloudsdkims.v2.ResourceTag`
|
60
58
|
"""
|
61
59
|
self._tag = tag
|
62
60
|
|
@@ -89,10 +87,15 @@ class AddImageTagRequestBody:
|
|
89
87
|
|
90
88
|
def to_str(self):
|
91
89
|
"""Returns the string representation of the model"""
|
92
|
-
|
90
|
+
import simplejson as json
|
91
|
+
if six.PY2:
|
92
|
+
import sys
|
93
|
+
reload(sys)
|
94
|
+
sys.setdefaultencoding("utf-8")
|
95
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
93
96
|
|
94
97
|
def __repr__(self):
|
95
|
-
"""For `print`
|
98
|
+
"""For `print`"""
|
96
99
|
return self.to_str()
|
97
100
|
|
98
101
|
def __eq__(self, other):
|
@@ -1,17 +1,13 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
5
|
from huaweicloudsdkcore.sdk_response import SdkResponse
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
7
|
|
11
8
|
|
12
9
|
class AddImageTagResponse(SdkResponse):
|
13
10
|
|
14
|
-
|
15
11
|
"""
|
16
12
|
Attributes:
|
17
13
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +15,6 @@ class AddImageTagResponse(SdkResponse):
|
|
19
15
|
attribute_map (dict): The key is attribute name
|
20
16
|
and the value is json key in definition.
|
21
17
|
"""
|
22
|
-
|
23
18
|
sensitive_list = []
|
24
19
|
|
25
20
|
openapi_types = {
|
@@ -29,9 +24,13 @@ class AddImageTagResponse(SdkResponse):
|
|
29
24
|
}
|
30
25
|
|
31
26
|
def __init__(self):
|
32
|
-
"""AddImageTagResponse
|
27
|
+
r"""AddImageTagResponse
|
28
|
+
|
29
|
+
The model defined in huaweicloud sdk
|
30
|
+
|
31
|
+
"""
|
33
32
|
|
34
|
-
super().__init__()
|
33
|
+
super(AddImageTagResponse, self).__init__()
|
35
34
|
self.discriminator = None
|
36
35
|
|
37
36
|
def to_dict(self):
|
@@ -63,10 +62,15 @@ class AddImageTagResponse(SdkResponse):
|
|
63
62
|
|
64
63
|
def to_str(self):
|
65
64
|
"""Returns the string representation of the model"""
|
66
|
-
|
65
|
+
import simplejson as json
|
66
|
+
if six.PY2:
|
67
|
+
import sys
|
68
|
+
reload(sys)
|
69
|
+
sys.setdefaultencoding("utf-8")
|
70
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
67
71
|
|
68
72
|
def __repr__(self):
|
69
|
-
"""For `print`
|
73
|
+
"""For `print`"""
|
70
74
|
return self.to_str()
|
71
75
|
|
72
76
|
def __eq__(self, other):
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class AddOrUpdateTagsRequestBody:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class AddOrUpdateTagsRequestBody:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -35,7 +29,17 @@ class AddOrUpdateTagsRequestBody:
|
|
35
29
|
}
|
36
30
|
|
37
31
|
def __init__(self, image_id=None, tag=None, image_tag=None):
|
38
|
-
"""AddOrUpdateTagsRequestBody
|
32
|
+
r"""AddOrUpdateTagsRequestBody
|
33
|
+
|
34
|
+
The model defined in huaweicloud sdk
|
35
|
+
|
36
|
+
:param image_id: 镜像ID。
|
37
|
+
:type image_id: str
|
38
|
+
:param tag: 标签数据。 tag和image_tag只能使用一个。
|
39
|
+
:type tag: str
|
40
|
+
:param image_tag:
|
41
|
+
:type image_tag: :class:`huaweicloudsdkims.v2.ResourceTag`
|
42
|
+
"""
|
39
43
|
|
40
44
|
|
41
45
|
|
@@ -52,7 +56,7 @@ class AddOrUpdateTagsRequestBody:
|
|
52
56
|
|
53
57
|
@property
|
54
58
|
def image_id(self):
|
55
|
-
"""Gets the image_id of this AddOrUpdateTagsRequestBody.
|
59
|
+
r"""Gets the image_id of this AddOrUpdateTagsRequestBody.
|
56
60
|
|
57
61
|
镜像ID。
|
58
62
|
|
@@ -63,18 +67,18 @@ class AddOrUpdateTagsRequestBody:
|
|
63
67
|
|
64
68
|
@image_id.setter
|
65
69
|
def image_id(self, image_id):
|
66
|
-
"""Sets the image_id of this AddOrUpdateTagsRequestBody.
|
70
|
+
r"""Sets the image_id of this AddOrUpdateTagsRequestBody.
|
67
71
|
|
68
72
|
镜像ID。
|
69
73
|
|
70
74
|
:param image_id: The image_id of this AddOrUpdateTagsRequestBody.
|
71
|
-
:type: str
|
75
|
+
:type image_id: str
|
72
76
|
"""
|
73
77
|
self._image_id = image_id
|
74
78
|
|
75
79
|
@property
|
76
80
|
def tag(self):
|
77
|
-
"""Gets the tag of this AddOrUpdateTagsRequestBody.
|
81
|
+
r"""Gets the tag of this AddOrUpdateTagsRequestBody.
|
78
82
|
|
79
83
|
标签数据。 tag和image_tag只能使用一个。
|
80
84
|
|
@@ -85,32 +89,30 @@ class AddOrUpdateTagsRequestBody:
|
|
85
89
|
|
86
90
|
@tag.setter
|
87
91
|
def tag(self, tag):
|
88
|
-
"""Sets the tag of this AddOrUpdateTagsRequestBody.
|
92
|
+
r"""Sets the tag of this AddOrUpdateTagsRequestBody.
|
89
93
|
|
90
94
|
标签数据。 tag和image_tag只能使用一个。
|
91
95
|
|
92
96
|
:param tag: The tag of this AddOrUpdateTagsRequestBody.
|
93
|
-
:type: str
|
97
|
+
:type tag: str
|
94
98
|
"""
|
95
99
|
self._tag = tag
|
96
100
|
|
97
101
|
@property
|
98
102
|
def image_tag(self):
|
99
|
-
"""Gets the image_tag of this AddOrUpdateTagsRequestBody.
|
100
|
-
|
103
|
+
r"""Gets the image_tag of this AddOrUpdateTagsRequestBody.
|
101
104
|
|
102
105
|
:return: The image_tag of this AddOrUpdateTagsRequestBody.
|
103
|
-
:rtype: ResourceTag
|
106
|
+
:rtype: :class:`huaweicloudsdkims.v2.ResourceTag`
|
104
107
|
"""
|
105
108
|
return self._image_tag
|
106
109
|
|
107
110
|
@image_tag.setter
|
108
111
|
def image_tag(self, image_tag):
|
109
|
-
"""Sets the image_tag of this AddOrUpdateTagsRequestBody.
|
110
|
-
|
112
|
+
r"""Sets the image_tag of this AddOrUpdateTagsRequestBody.
|
111
113
|
|
112
114
|
:param image_tag: The image_tag of this AddOrUpdateTagsRequestBody.
|
113
|
-
:type: ResourceTag
|
115
|
+
:type image_tag: :class:`huaweicloudsdkims.v2.ResourceTag`
|
114
116
|
"""
|
115
117
|
self._image_tag = image_tag
|
116
118
|
|
@@ -143,10 +145,15 @@ class AddOrUpdateTagsRequestBody:
|
|
143
145
|
|
144
146
|
def to_str(self):
|
145
147
|
"""Returns the string representation of the model"""
|
146
|
-
|
148
|
+
import simplejson as json
|
149
|
+
if six.PY2:
|
150
|
+
import sys
|
151
|
+
reload(sys)
|
152
|
+
sys.setdefaultencoding("utf-8")
|
153
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
147
154
|
|
148
155
|
def __repr__(self):
|
149
|
-
"""For `print`
|
156
|
+
"""For `print`"""
|
150
157
|
return self.to_str()
|
151
158
|
|
152
159
|
def __eq__(self, other):
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class AdditionalProperties:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class AdditionalProperties:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -31,7 +25,13 @@ class AdditionalProperties:
|
|
31
25
|
}
|
32
26
|
|
33
27
|
def __init__(self, type=None):
|
34
|
-
"""AdditionalProperties
|
28
|
+
r"""AdditionalProperties
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param type: 类型
|
33
|
+
:type type: str
|
34
|
+
"""
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -42,7 +42,7 @@ class AdditionalProperties:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def type(self):
|
45
|
-
"""Gets the type of this AdditionalProperties.
|
45
|
+
r"""Gets the type of this AdditionalProperties.
|
46
46
|
|
47
47
|
类型
|
48
48
|
|
@@ -53,12 +53,12 @@ class AdditionalProperties:
|
|
53
53
|
|
54
54
|
@type.setter
|
55
55
|
def type(self, type):
|
56
|
-
"""Sets the type of this AdditionalProperties.
|
56
|
+
r"""Sets the type of this AdditionalProperties.
|
57
57
|
|
58
58
|
类型
|
59
59
|
|
60
60
|
:param type: The type of this AdditionalProperties.
|
61
|
-
:type: str
|
61
|
+
:type type: str
|
62
62
|
"""
|
63
63
|
self._type = type
|
64
64
|
|
@@ -91,10 +91,15 @@ class AdditionalProperties:
|
|
91
91
|
|
92
92
|
def to_str(self):
|
93
93
|
"""Returns the string representation of the model"""
|
94
|
-
|
94
|
+
import simplejson as json
|
95
|
+
if six.PY2:
|
96
|
+
import sys
|
97
|
+
reload(sys)
|
98
|
+
sys.setdefaultencoding("utf-8")
|
99
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
95
100
|
|
96
101
|
def __repr__(self):
|
97
|
-
"""For `print`
|
102
|
+
"""For `print`"""
|
98
103
|
return self.to_str()
|
99
104
|
|
100
105
|
def __eq__(self, other):
|
@@ -1,17 +1,12 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
|
-
import pprint
|
4
|
-
import re
|
5
|
-
|
6
3
|
import six
|
7
4
|
|
8
|
-
|
9
|
-
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
10
6
|
|
11
7
|
|
12
8
|
class BatchAddMembersRequest:
|
13
9
|
|
14
|
-
|
15
10
|
"""
|
16
11
|
Attributes:
|
17
12
|
openapi_types (dict): The key is attribute name
|
@@ -19,7 +14,6 @@ class BatchAddMembersRequest:
|
|
19
14
|
attribute_map (dict): The key is attribute name
|
20
15
|
and the value is json key in definition.
|
21
16
|
"""
|
22
|
-
|
23
17
|
sensitive_list = []
|
24
18
|
|
25
19
|
openapi_types = {
|
@@ -31,7 +25,13 @@ class BatchAddMembersRequest:
|
|
31
25
|
}
|
32
26
|
|
33
27
|
def __init__(self, body=None):
|
34
|
-
"""BatchAddMembersRequest
|
28
|
+
r"""BatchAddMembersRequest
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param body: Body of the BatchAddMembersRequest
|
33
|
+
:type body: :class:`huaweicloudsdkims.v2.BatchAddMembersRequestBody`
|
34
|
+
"""
|
35
35
|
|
36
36
|
|
37
37
|
|
@@ -43,21 +43,19 @@ class BatchAddMembersRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this BatchAddMembersRequest.
|
47
|
-
|
46
|
+
r"""Gets the body of this BatchAddMembersRequest.
|
48
47
|
|
49
48
|
:return: The body of this BatchAddMembersRequest.
|
50
|
-
:rtype: BatchAddMembersRequestBody
|
49
|
+
:rtype: :class:`huaweicloudsdkims.v2.BatchAddMembersRequestBody`
|
51
50
|
"""
|
52
51
|
return self._body
|
53
52
|
|
54
53
|
@body.setter
|
55
54
|
def body(self, body):
|
56
|
-
"""Sets the body of this BatchAddMembersRequest.
|
57
|
-
|
55
|
+
r"""Sets the body of this BatchAddMembersRequest.
|
58
56
|
|
59
57
|
:param body: The body of this BatchAddMembersRequest.
|
60
|
-
:type: BatchAddMembersRequestBody
|
58
|
+
:type body: :class:`huaweicloudsdkims.v2.BatchAddMembersRequestBody`
|
61
59
|
"""
|
62
60
|
self._body = body
|
63
61
|
|
@@ -90,10 +88,15 @@ class BatchAddMembersRequest:
|
|
90
88
|
|
91
89
|
def to_str(self):
|
92
90
|
"""Returns the string representation of the model"""
|
93
|
-
|
91
|
+
import simplejson as json
|
92
|
+
if six.PY2:
|
93
|
+
import sys
|
94
|
+
reload(sys)
|
95
|
+
sys.setdefaultencoding("utf-8")
|
96
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
94
97
|
|
95
98
|
def __repr__(self):
|
96
|
-
"""For `print`
|
99
|
+
"""For `print`"""
|
97
100
|
return self.to_str()
|
98
101
|
|
99
102
|
def __eq__(self, other):
|