huaweicloudsdkworkspace 3.1.119__py2.py3-none-any.whl → 3.1.120__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.
- huaweicloudsdkworkspace/v2/__init__.py +5 -0
- huaweicloudsdkworkspace/v2/model/__init__.py +5 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_desktop_info.py +143 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_req.py +143 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_request.py +111 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_response.py +116 -0
- huaweicloudsdkworkspace/v2/model/change_user_privilege_group_user_info.py +171 -0
- huaweicloudsdkworkspace/v2/workspace_async_client.py +65 -0
- huaweicloudsdkworkspace/v2/workspace_client.py +65 -0
- {huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/METADATA +2 -2
- {huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/RECORD +14 -9
- {huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/LICENSE +0 -0
- {huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/WHEEL +0 -0
- {huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/top_level.txt +0 -0
|
@@ -89,6 +89,11 @@ from huaweicloudsdkworkspace.v2.model.cancel_workspace_response import CancelWor
|
|
|
89
89
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_req import ChangeDesktopNetworkReq
|
|
90
90
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_request import ChangeDesktopNetworkRequest
|
|
91
91
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_response import ChangeDesktopNetworkResponse
|
|
92
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_desktop_info import ChangeUserPrivilegeGroupDesktopInfo
|
|
93
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_req import ChangeUserPrivilegeGroupReq
|
|
94
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_request import ChangeUserPrivilegeGroupRequest
|
|
95
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_response import ChangeUserPrivilegeGroupResponse
|
|
96
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_user_info import ChangeUserPrivilegeGroupUserInfo
|
|
92
97
|
from huaweicloudsdkworkspace.v2.model.change_user_status_request import ChangeUserStatusRequest
|
|
93
98
|
from huaweicloudsdkworkspace.v2.model.change_user_status_response import ChangeUserStatusResponse
|
|
94
99
|
from huaweicloudsdkworkspace.v2.model.connect_desktops_info import ConnectDesktopsInfo
|
|
@@ -87,6 +87,11 @@ from huaweicloudsdkworkspace.v2.model.cancel_workspace_response import CancelWor
|
|
|
87
87
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_req import ChangeDesktopNetworkReq
|
|
88
88
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_request import ChangeDesktopNetworkRequest
|
|
89
89
|
from huaweicloudsdkworkspace.v2.model.change_desktop_network_response import ChangeDesktopNetworkResponse
|
|
90
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_desktop_info import ChangeUserPrivilegeGroupDesktopInfo
|
|
91
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_req import ChangeUserPrivilegeGroupReq
|
|
92
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_request import ChangeUserPrivilegeGroupRequest
|
|
93
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_response import ChangeUserPrivilegeGroupResponse
|
|
94
|
+
from huaweicloudsdkworkspace.v2.model.change_user_privilege_group_user_info import ChangeUserPrivilegeGroupUserInfo
|
|
90
95
|
from huaweicloudsdkworkspace.v2.model.change_user_status_request import ChangeUserStatusRequest
|
|
91
96
|
from huaweicloudsdkworkspace.v2.model.change_user_status_response import ChangeUserStatusResponse
|
|
92
97
|
from huaweicloudsdkworkspace.v2.model.connect_desktops_info import ConnectDesktopsInfo
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ChangeUserPrivilegeGroupDesktopInfo:
|
|
9
|
+
|
|
10
|
+
"""
|
|
11
|
+
Attributes:
|
|
12
|
+
openapi_types (dict): The key is attribute name
|
|
13
|
+
and the value is attribute type.
|
|
14
|
+
attribute_map (dict): The key is attribute name
|
|
15
|
+
and the value is json key in definition.
|
|
16
|
+
"""
|
|
17
|
+
sensitive_list = []
|
|
18
|
+
|
|
19
|
+
openapi_types = {
|
|
20
|
+
'desktop_id': 'str',
|
|
21
|
+
'attach_user_infos': 'list[ChangeUserPrivilegeGroupUserInfo]'
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
attribute_map = {
|
|
25
|
+
'desktop_id': 'desktop_id',
|
|
26
|
+
'attach_user_infos': 'attach_user_infos'
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
def __init__(self, desktop_id=None, attach_user_infos=None):
|
|
30
|
+
"""ChangeUserPrivilegeGroupDesktopInfo
|
|
31
|
+
|
|
32
|
+
The model defined in huaweicloud sdk
|
|
33
|
+
|
|
34
|
+
:param desktop_id: 待修改的桌面ID。
|
|
35
|
+
:type desktop_id: str
|
|
36
|
+
:param attach_user_infos: 待修改用户权限组的用户信息。未传该参数的桌面的用于将应用上层结构的参数user_privilege_group作为其用户的用户权限组。
|
|
37
|
+
:type attach_user_infos: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupUserInfo`]
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
self._desktop_id = None
|
|
43
|
+
self._attach_user_infos = None
|
|
44
|
+
self.discriminator = None
|
|
45
|
+
|
|
46
|
+
self.desktop_id = desktop_id
|
|
47
|
+
if attach_user_infos is not None:
|
|
48
|
+
self.attach_user_infos = attach_user_infos
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def desktop_id(self):
|
|
52
|
+
"""Gets the desktop_id of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
53
|
+
|
|
54
|
+
待修改的桌面ID。
|
|
55
|
+
|
|
56
|
+
:return: The desktop_id of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
57
|
+
:rtype: str
|
|
58
|
+
"""
|
|
59
|
+
return self._desktop_id
|
|
60
|
+
|
|
61
|
+
@desktop_id.setter
|
|
62
|
+
def desktop_id(self, desktop_id):
|
|
63
|
+
"""Sets the desktop_id of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
64
|
+
|
|
65
|
+
待修改的桌面ID。
|
|
66
|
+
|
|
67
|
+
:param desktop_id: The desktop_id of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
68
|
+
:type desktop_id: str
|
|
69
|
+
"""
|
|
70
|
+
self._desktop_id = desktop_id
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
def attach_user_infos(self):
|
|
74
|
+
"""Gets the attach_user_infos of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
75
|
+
|
|
76
|
+
待修改用户权限组的用户信息。未传该参数的桌面的用于将应用上层结构的参数user_privilege_group作为其用户的用户权限组。
|
|
77
|
+
|
|
78
|
+
:return: The attach_user_infos of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
79
|
+
:rtype: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupUserInfo`]
|
|
80
|
+
"""
|
|
81
|
+
return self._attach_user_infos
|
|
82
|
+
|
|
83
|
+
@attach_user_infos.setter
|
|
84
|
+
def attach_user_infos(self, attach_user_infos):
|
|
85
|
+
"""Sets the attach_user_infos of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
86
|
+
|
|
87
|
+
待修改用户权限组的用户信息。未传该参数的桌面的用于将应用上层结构的参数user_privilege_group作为其用户的用户权限组。
|
|
88
|
+
|
|
89
|
+
:param attach_user_infos: The attach_user_infos of this ChangeUserPrivilegeGroupDesktopInfo.
|
|
90
|
+
:type attach_user_infos: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupUserInfo`]
|
|
91
|
+
"""
|
|
92
|
+
self._attach_user_infos = attach_user_infos
|
|
93
|
+
|
|
94
|
+
def to_dict(self):
|
|
95
|
+
"""Returns the model properties as a dict"""
|
|
96
|
+
result = {}
|
|
97
|
+
|
|
98
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
99
|
+
value = getattr(self, attr)
|
|
100
|
+
if isinstance(value, list):
|
|
101
|
+
result[attr] = list(map(
|
|
102
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
103
|
+
value
|
|
104
|
+
))
|
|
105
|
+
elif hasattr(value, "to_dict"):
|
|
106
|
+
result[attr] = value.to_dict()
|
|
107
|
+
elif isinstance(value, dict):
|
|
108
|
+
result[attr] = dict(map(
|
|
109
|
+
lambda item: (item[0], item[1].to_dict())
|
|
110
|
+
if hasattr(item[1], "to_dict") else item,
|
|
111
|
+
value.items()
|
|
112
|
+
))
|
|
113
|
+
else:
|
|
114
|
+
if attr in self.sensitive_list:
|
|
115
|
+
result[attr] = "****"
|
|
116
|
+
else:
|
|
117
|
+
result[attr] = value
|
|
118
|
+
|
|
119
|
+
return result
|
|
120
|
+
|
|
121
|
+
def to_str(self):
|
|
122
|
+
"""Returns the string representation of the model"""
|
|
123
|
+
import simplejson as json
|
|
124
|
+
if six.PY2:
|
|
125
|
+
import sys
|
|
126
|
+
reload(sys)
|
|
127
|
+
sys.setdefaultencoding("utf-8")
|
|
128
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
129
|
+
|
|
130
|
+
def __repr__(self):
|
|
131
|
+
"""For `print`"""
|
|
132
|
+
return self.to_str()
|
|
133
|
+
|
|
134
|
+
def __eq__(self, other):
|
|
135
|
+
"""Returns true if both objects are equal"""
|
|
136
|
+
if not isinstance(other, ChangeUserPrivilegeGroupDesktopInfo):
|
|
137
|
+
return False
|
|
138
|
+
|
|
139
|
+
return self.__dict__ == other.__dict__
|
|
140
|
+
|
|
141
|
+
def __ne__(self, other):
|
|
142
|
+
"""Returns true if both objects are not equal"""
|
|
143
|
+
return not self == other
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ChangeUserPrivilegeGroupReq:
|
|
9
|
+
|
|
10
|
+
"""
|
|
11
|
+
Attributes:
|
|
12
|
+
openapi_types (dict): The key is attribute name
|
|
13
|
+
and the value is attribute type.
|
|
14
|
+
attribute_map (dict): The key is attribute name
|
|
15
|
+
and the value is json key in definition.
|
|
16
|
+
"""
|
|
17
|
+
sensitive_list = []
|
|
18
|
+
|
|
19
|
+
openapi_types = {
|
|
20
|
+
'desktops': 'list[ChangeUserPrivilegeGroupDesktopInfo]',
|
|
21
|
+
'user_privilege_group': 'str'
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
attribute_map = {
|
|
25
|
+
'desktops': 'desktops',
|
|
26
|
+
'user_privilege_group': 'user_privilege_group'
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
def __init__(self, desktops=None, user_privilege_group=None):
|
|
30
|
+
"""ChangeUserPrivilegeGroupReq
|
|
31
|
+
|
|
32
|
+
The model defined in huaweicloud sdk
|
|
33
|
+
|
|
34
|
+
:param desktops: 桌面信息列表。
|
|
35
|
+
:type desktops: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupDesktopInfo`]
|
|
36
|
+
:param user_privilege_group: 桌面用户所属的用户权限组。desktops参数中,各个桌面所属的未传的桌面用户将应用该权限组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
37
|
+
:type user_privilege_group: str
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
self._desktops = None
|
|
43
|
+
self._user_privilege_group = None
|
|
44
|
+
self.discriminator = None
|
|
45
|
+
|
|
46
|
+
self.desktops = desktops
|
|
47
|
+
if user_privilege_group is not None:
|
|
48
|
+
self.user_privilege_group = user_privilege_group
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def desktops(self):
|
|
52
|
+
"""Gets the desktops of this ChangeUserPrivilegeGroupReq.
|
|
53
|
+
|
|
54
|
+
桌面信息列表。
|
|
55
|
+
|
|
56
|
+
:return: The desktops of this ChangeUserPrivilegeGroupReq.
|
|
57
|
+
:rtype: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupDesktopInfo`]
|
|
58
|
+
"""
|
|
59
|
+
return self._desktops
|
|
60
|
+
|
|
61
|
+
@desktops.setter
|
|
62
|
+
def desktops(self, desktops):
|
|
63
|
+
"""Sets the desktops of this ChangeUserPrivilegeGroupReq.
|
|
64
|
+
|
|
65
|
+
桌面信息列表。
|
|
66
|
+
|
|
67
|
+
:param desktops: The desktops of this ChangeUserPrivilegeGroupReq.
|
|
68
|
+
:type desktops: list[:class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupDesktopInfo`]
|
|
69
|
+
"""
|
|
70
|
+
self._desktops = desktops
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
def user_privilege_group(self):
|
|
74
|
+
"""Gets the user_privilege_group of this ChangeUserPrivilegeGroupReq.
|
|
75
|
+
|
|
76
|
+
桌面用户所属的用户权限组。desktops参数中,各个桌面所属的未传的桌面用户将应用该权限组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
77
|
+
|
|
78
|
+
:return: The user_privilege_group of this ChangeUserPrivilegeGroupReq.
|
|
79
|
+
:rtype: str
|
|
80
|
+
"""
|
|
81
|
+
return self._user_privilege_group
|
|
82
|
+
|
|
83
|
+
@user_privilege_group.setter
|
|
84
|
+
def user_privilege_group(self, user_privilege_group):
|
|
85
|
+
"""Sets the user_privilege_group of this ChangeUserPrivilegeGroupReq.
|
|
86
|
+
|
|
87
|
+
桌面用户所属的用户权限组。desktops参数中,各个桌面所属的未传的桌面用户将应用该权限组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
88
|
+
|
|
89
|
+
:param user_privilege_group: The user_privilege_group of this ChangeUserPrivilegeGroupReq.
|
|
90
|
+
:type user_privilege_group: str
|
|
91
|
+
"""
|
|
92
|
+
self._user_privilege_group = user_privilege_group
|
|
93
|
+
|
|
94
|
+
def to_dict(self):
|
|
95
|
+
"""Returns the model properties as a dict"""
|
|
96
|
+
result = {}
|
|
97
|
+
|
|
98
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
99
|
+
value = getattr(self, attr)
|
|
100
|
+
if isinstance(value, list):
|
|
101
|
+
result[attr] = list(map(
|
|
102
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
103
|
+
value
|
|
104
|
+
))
|
|
105
|
+
elif hasattr(value, "to_dict"):
|
|
106
|
+
result[attr] = value.to_dict()
|
|
107
|
+
elif isinstance(value, dict):
|
|
108
|
+
result[attr] = dict(map(
|
|
109
|
+
lambda item: (item[0], item[1].to_dict())
|
|
110
|
+
if hasattr(item[1], "to_dict") else item,
|
|
111
|
+
value.items()
|
|
112
|
+
))
|
|
113
|
+
else:
|
|
114
|
+
if attr in self.sensitive_list:
|
|
115
|
+
result[attr] = "****"
|
|
116
|
+
else:
|
|
117
|
+
result[attr] = value
|
|
118
|
+
|
|
119
|
+
return result
|
|
120
|
+
|
|
121
|
+
def to_str(self):
|
|
122
|
+
"""Returns the string representation of the model"""
|
|
123
|
+
import simplejson as json
|
|
124
|
+
if six.PY2:
|
|
125
|
+
import sys
|
|
126
|
+
reload(sys)
|
|
127
|
+
sys.setdefaultencoding("utf-8")
|
|
128
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
129
|
+
|
|
130
|
+
def __repr__(self):
|
|
131
|
+
"""For `print`"""
|
|
132
|
+
return self.to_str()
|
|
133
|
+
|
|
134
|
+
def __eq__(self, other):
|
|
135
|
+
"""Returns true if both objects are equal"""
|
|
136
|
+
if not isinstance(other, ChangeUserPrivilegeGroupReq):
|
|
137
|
+
return False
|
|
138
|
+
|
|
139
|
+
return self.__dict__ == other.__dict__
|
|
140
|
+
|
|
141
|
+
def __ne__(self, other):
|
|
142
|
+
"""Returns true if both objects are not equal"""
|
|
143
|
+
return not self == other
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ChangeUserPrivilegeGroupRequest:
|
|
9
|
+
|
|
10
|
+
"""
|
|
11
|
+
Attributes:
|
|
12
|
+
openapi_types (dict): The key is attribute name
|
|
13
|
+
and the value is attribute type.
|
|
14
|
+
attribute_map (dict): The key is attribute name
|
|
15
|
+
and the value is json key in definition.
|
|
16
|
+
"""
|
|
17
|
+
sensitive_list = []
|
|
18
|
+
|
|
19
|
+
openapi_types = {
|
|
20
|
+
'body': 'ChangeUserPrivilegeGroupReq'
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
attribute_map = {
|
|
24
|
+
'body': 'body'
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
def __init__(self, body=None):
|
|
28
|
+
"""ChangeUserPrivilegeGroupRequest
|
|
29
|
+
|
|
30
|
+
The model defined in huaweicloud sdk
|
|
31
|
+
|
|
32
|
+
:param body: Body of the ChangeUserPrivilegeGroupRequest
|
|
33
|
+
:type body: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupReq`
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
self._body = None
|
|
39
|
+
self.discriminator = None
|
|
40
|
+
|
|
41
|
+
if body is not None:
|
|
42
|
+
self.body = body
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
def body(self):
|
|
46
|
+
"""Gets the body of this ChangeUserPrivilegeGroupRequest.
|
|
47
|
+
|
|
48
|
+
:return: The body of this ChangeUserPrivilegeGroupRequest.
|
|
49
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupReq`
|
|
50
|
+
"""
|
|
51
|
+
return self._body
|
|
52
|
+
|
|
53
|
+
@body.setter
|
|
54
|
+
def body(self, body):
|
|
55
|
+
"""Sets the body of this ChangeUserPrivilegeGroupRequest.
|
|
56
|
+
|
|
57
|
+
:param body: The body of this ChangeUserPrivilegeGroupRequest.
|
|
58
|
+
:type body: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupReq`
|
|
59
|
+
"""
|
|
60
|
+
self._body = body
|
|
61
|
+
|
|
62
|
+
def to_dict(self):
|
|
63
|
+
"""Returns the model properties as a dict"""
|
|
64
|
+
result = {}
|
|
65
|
+
|
|
66
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
67
|
+
value = getattr(self, attr)
|
|
68
|
+
if isinstance(value, list):
|
|
69
|
+
result[attr] = list(map(
|
|
70
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
71
|
+
value
|
|
72
|
+
))
|
|
73
|
+
elif hasattr(value, "to_dict"):
|
|
74
|
+
result[attr] = value.to_dict()
|
|
75
|
+
elif isinstance(value, dict):
|
|
76
|
+
result[attr] = dict(map(
|
|
77
|
+
lambda item: (item[0], item[1].to_dict())
|
|
78
|
+
if hasattr(item[1], "to_dict") else item,
|
|
79
|
+
value.items()
|
|
80
|
+
))
|
|
81
|
+
else:
|
|
82
|
+
if attr in self.sensitive_list:
|
|
83
|
+
result[attr] = "****"
|
|
84
|
+
else:
|
|
85
|
+
result[attr] = value
|
|
86
|
+
|
|
87
|
+
return result
|
|
88
|
+
|
|
89
|
+
def to_str(self):
|
|
90
|
+
"""Returns the string representation of the model"""
|
|
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)
|
|
97
|
+
|
|
98
|
+
def __repr__(self):
|
|
99
|
+
"""For `print`"""
|
|
100
|
+
return self.to_str()
|
|
101
|
+
|
|
102
|
+
def __eq__(self, other):
|
|
103
|
+
"""Returns true if both objects are equal"""
|
|
104
|
+
if not isinstance(other, ChangeUserPrivilegeGroupRequest):
|
|
105
|
+
return False
|
|
106
|
+
|
|
107
|
+
return self.__dict__ == other.__dict__
|
|
108
|
+
|
|
109
|
+
def __ne__(self, other):
|
|
110
|
+
"""Returns true if both objects are not equal"""
|
|
111
|
+
return not self == other
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.sdk_response import SdkResponse
|
|
6
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class ChangeUserPrivilegeGroupResponse(SdkResponse):
|
|
10
|
+
|
|
11
|
+
"""
|
|
12
|
+
Attributes:
|
|
13
|
+
openapi_types (dict): The key is attribute name
|
|
14
|
+
and the value is attribute type.
|
|
15
|
+
attribute_map (dict): The key is attribute name
|
|
16
|
+
and the value is json key in definition.
|
|
17
|
+
"""
|
|
18
|
+
sensitive_list = []
|
|
19
|
+
|
|
20
|
+
openapi_types = {
|
|
21
|
+
'job_id': 'str'
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
attribute_map = {
|
|
25
|
+
'job_id': 'job_id'
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
def __init__(self, job_id=None):
|
|
29
|
+
"""ChangeUserPrivilegeGroupResponse
|
|
30
|
+
|
|
31
|
+
The model defined in huaweicloud sdk
|
|
32
|
+
|
|
33
|
+
:param job_id: 任务id。
|
|
34
|
+
:type job_id: str
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
super(ChangeUserPrivilegeGroupResponse, self).__init__()
|
|
38
|
+
|
|
39
|
+
self._job_id = None
|
|
40
|
+
self.discriminator = None
|
|
41
|
+
|
|
42
|
+
if job_id is not None:
|
|
43
|
+
self.job_id = job_id
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
def job_id(self):
|
|
47
|
+
"""Gets the job_id of this ChangeUserPrivilegeGroupResponse.
|
|
48
|
+
|
|
49
|
+
任务id。
|
|
50
|
+
|
|
51
|
+
:return: The job_id of this ChangeUserPrivilegeGroupResponse.
|
|
52
|
+
:rtype: str
|
|
53
|
+
"""
|
|
54
|
+
return self._job_id
|
|
55
|
+
|
|
56
|
+
@job_id.setter
|
|
57
|
+
def job_id(self, job_id):
|
|
58
|
+
"""Sets the job_id of this ChangeUserPrivilegeGroupResponse.
|
|
59
|
+
|
|
60
|
+
任务id。
|
|
61
|
+
|
|
62
|
+
:param job_id: The job_id of this ChangeUserPrivilegeGroupResponse.
|
|
63
|
+
:type job_id: str
|
|
64
|
+
"""
|
|
65
|
+
self._job_id = job_id
|
|
66
|
+
|
|
67
|
+
def to_dict(self):
|
|
68
|
+
"""Returns the model properties as a dict"""
|
|
69
|
+
result = {}
|
|
70
|
+
|
|
71
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
72
|
+
value = getattr(self, attr)
|
|
73
|
+
if isinstance(value, list):
|
|
74
|
+
result[attr] = list(map(
|
|
75
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
76
|
+
value
|
|
77
|
+
))
|
|
78
|
+
elif hasattr(value, "to_dict"):
|
|
79
|
+
result[attr] = value.to_dict()
|
|
80
|
+
elif isinstance(value, dict):
|
|
81
|
+
result[attr] = dict(map(
|
|
82
|
+
lambda item: (item[0], item[1].to_dict())
|
|
83
|
+
if hasattr(item[1], "to_dict") else item,
|
|
84
|
+
value.items()
|
|
85
|
+
))
|
|
86
|
+
else:
|
|
87
|
+
if attr in self.sensitive_list:
|
|
88
|
+
result[attr] = "****"
|
|
89
|
+
else:
|
|
90
|
+
result[attr] = value
|
|
91
|
+
|
|
92
|
+
return result
|
|
93
|
+
|
|
94
|
+
def to_str(self):
|
|
95
|
+
"""Returns the string representation of the model"""
|
|
96
|
+
import simplejson as json
|
|
97
|
+
if six.PY2:
|
|
98
|
+
import sys
|
|
99
|
+
reload(sys)
|
|
100
|
+
sys.setdefaultencoding("utf-8")
|
|
101
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
102
|
+
|
|
103
|
+
def __repr__(self):
|
|
104
|
+
"""For `print`"""
|
|
105
|
+
return self.to_str()
|
|
106
|
+
|
|
107
|
+
def __eq__(self, other):
|
|
108
|
+
"""Returns true if both objects are equal"""
|
|
109
|
+
if not isinstance(other, ChangeUserPrivilegeGroupResponse):
|
|
110
|
+
return False
|
|
111
|
+
|
|
112
|
+
return self.__dict__ == other.__dict__
|
|
113
|
+
|
|
114
|
+
def __ne__(self, other):
|
|
115
|
+
"""Returns true if both objects are not equal"""
|
|
116
|
+
return not self == other
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
import six
|
|
4
|
+
|
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ChangeUserPrivilegeGroupUserInfo:
|
|
9
|
+
|
|
10
|
+
"""
|
|
11
|
+
Attributes:
|
|
12
|
+
openapi_types (dict): The key is attribute name
|
|
13
|
+
and the value is attribute type.
|
|
14
|
+
attribute_map (dict): The key is attribute name
|
|
15
|
+
and the value is json key in definition.
|
|
16
|
+
"""
|
|
17
|
+
sensitive_list = []
|
|
18
|
+
|
|
19
|
+
openapi_types = {
|
|
20
|
+
'user_name': 'str',
|
|
21
|
+
'user_privilege_group': 'str',
|
|
22
|
+
'type': 'str'
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
attribute_map = {
|
|
26
|
+
'user_name': 'user_name',
|
|
27
|
+
'user_privilege_group': 'user_privilege_group',
|
|
28
|
+
'type': 'type'
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
def __init__(self, user_name=None, user_privilege_group=None, type=None):
|
|
32
|
+
"""ChangeUserPrivilegeGroupUserInfo
|
|
33
|
+
|
|
34
|
+
The model defined in huaweicloud sdk
|
|
35
|
+
|
|
36
|
+
:param user_name: 桌面分配对象的名称,当type类型USER时填写用户名字;当type类型GROUP时填写用户组名称。
|
|
37
|
+
:type user_name: str
|
|
38
|
+
:param user_privilege_group: 桌面用户所属的用户组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
39
|
+
:type user_privilege_group: str
|
|
40
|
+
:param type: 对象类型,可选值为: - USER:用户。 - GROUP:用户组。
|
|
41
|
+
:type type: str
|
|
42
|
+
"""
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
self._user_name = None
|
|
47
|
+
self._user_privilege_group = None
|
|
48
|
+
self._type = None
|
|
49
|
+
self.discriminator = None
|
|
50
|
+
|
|
51
|
+
self.user_name = user_name
|
|
52
|
+
if user_privilege_group is not None:
|
|
53
|
+
self.user_privilege_group = user_privilege_group
|
|
54
|
+
self.type = type
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
def user_name(self):
|
|
58
|
+
"""Gets the user_name of this ChangeUserPrivilegeGroupUserInfo.
|
|
59
|
+
|
|
60
|
+
桌面分配对象的名称,当type类型USER时填写用户名字;当type类型GROUP时填写用户组名称。
|
|
61
|
+
|
|
62
|
+
:return: The user_name of this ChangeUserPrivilegeGroupUserInfo.
|
|
63
|
+
:rtype: str
|
|
64
|
+
"""
|
|
65
|
+
return self._user_name
|
|
66
|
+
|
|
67
|
+
@user_name.setter
|
|
68
|
+
def user_name(self, user_name):
|
|
69
|
+
"""Sets the user_name of this ChangeUserPrivilegeGroupUserInfo.
|
|
70
|
+
|
|
71
|
+
桌面分配对象的名称,当type类型USER时填写用户名字;当type类型GROUP时填写用户组名称。
|
|
72
|
+
|
|
73
|
+
:param user_name: The user_name of this ChangeUserPrivilegeGroupUserInfo.
|
|
74
|
+
:type user_name: str
|
|
75
|
+
"""
|
|
76
|
+
self._user_name = user_name
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
def user_privilege_group(self):
|
|
80
|
+
"""Gets the user_privilege_group of this ChangeUserPrivilegeGroupUserInfo.
|
|
81
|
+
|
|
82
|
+
桌面用户所属的用户组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
83
|
+
|
|
84
|
+
:return: The user_privilege_group of this ChangeUserPrivilegeGroupUserInfo.
|
|
85
|
+
:rtype: str
|
|
86
|
+
"""
|
|
87
|
+
return self._user_privilege_group
|
|
88
|
+
|
|
89
|
+
@user_privilege_group.setter
|
|
90
|
+
def user_privilege_group(self, user_privilege_group):
|
|
91
|
+
"""Sets the user_privilege_group of this ChangeUserPrivilegeGroupUserInfo.
|
|
92
|
+
|
|
93
|
+
桌面用户所属的用户组。 - sudo:Linux管理员组。 - default:Linux默认用户组。 - administrators:Windows管理员组。管理员拥有对该桌面的完全访问权,可以做任何需要的更改(禁用操作除外)。 - users:Windows标准用户组。标准用户可以使用大多数软件,并可以更改不影响其他用户的系统设置。
|
|
94
|
+
|
|
95
|
+
:param user_privilege_group: The user_privilege_group of this ChangeUserPrivilegeGroupUserInfo.
|
|
96
|
+
:type user_privilege_group: str
|
|
97
|
+
"""
|
|
98
|
+
self._user_privilege_group = user_privilege_group
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
def type(self):
|
|
102
|
+
"""Gets the type of this ChangeUserPrivilegeGroupUserInfo.
|
|
103
|
+
|
|
104
|
+
对象类型,可选值为: - USER:用户。 - GROUP:用户组。
|
|
105
|
+
|
|
106
|
+
:return: The type of this ChangeUserPrivilegeGroupUserInfo.
|
|
107
|
+
:rtype: str
|
|
108
|
+
"""
|
|
109
|
+
return self._type
|
|
110
|
+
|
|
111
|
+
@type.setter
|
|
112
|
+
def type(self, type):
|
|
113
|
+
"""Sets the type of this ChangeUserPrivilegeGroupUserInfo.
|
|
114
|
+
|
|
115
|
+
对象类型,可选值为: - USER:用户。 - GROUP:用户组。
|
|
116
|
+
|
|
117
|
+
:param type: The type of this ChangeUserPrivilegeGroupUserInfo.
|
|
118
|
+
:type type: str
|
|
119
|
+
"""
|
|
120
|
+
self._type = type
|
|
121
|
+
|
|
122
|
+
def to_dict(self):
|
|
123
|
+
"""Returns the model properties as a dict"""
|
|
124
|
+
result = {}
|
|
125
|
+
|
|
126
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
127
|
+
value = getattr(self, attr)
|
|
128
|
+
if isinstance(value, list):
|
|
129
|
+
result[attr] = list(map(
|
|
130
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
131
|
+
value
|
|
132
|
+
))
|
|
133
|
+
elif hasattr(value, "to_dict"):
|
|
134
|
+
result[attr] = value.to_dict()
|
|
135
|
+
elif isinstance(value, dict):
|
|
136
|
+
result[attr] = dict(map(
|
|
137
|
+
lambda item: (item[0], item[1].to_dict())
|
|
138
|
+
if hasattr(item[1], "to_dict") else item,
|
|
139
|
+
value.items()
|
|
140
|
+
))
|
|
141
|
+
else:
|
|
142
|
+
if attr in self.sensitive_list:
|
|
143
|
+
result[attr] = "****"
|
|
144
|
+
else:
|
|
145
|
+
result[attr] = value
|
|
146
|
+
|
|
147
|
+
return result
|
|
148
|
+
|
|
149
|
+
def to_str(self):
|
|
150
|
+
"""Returns the string representation of the model"""
|
|
151
|
+
import simplejson as json
|
|
152
|
+
if six.PY2:
|
|
153
|
+
import sys
|
|
154
|
+
reload(sys)
|
|
155
|
+
sys.setdefaultencoding("utf-8")
|
|
156
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
157
|
+
|
|
158
|
+
def __repr__(self):
|
|
159
|
+
"""For `print`"""
|
|
160
|
+
return self.to_str()
|
|
161
|
+
|
|
162
|
+
def __eq__(self, other):
|
|
163
|
+
"""Returns true if both objects are equal"""
|
|
164
|
+
if not isinstance(other, ChangeUserPrivilegeGroupUserInfo):
|
|
165
|
+
return False
|
|
166
|
+
|
|
167
|
+
return self.__dict__ == other.__dict__
|
|
168
|
+
|
|
169
|
+
def __ne__(self, other):
|
|
170
|
+
"""Returns true if both objects are not equal"""
|
|
171
|
+
return not self == other
|
|
@@ -1362,6 +1362,71 @@ class WorkspaceAsyncClient(Client):
|
|
|
1362
1362
|
|
|
1363
1363
|
return http_info
|
|
1364
1364
|
|
|
1365
|
+
def change_user_privilege_group_async(self, request):
|
|
1366
|
+
"""批量修改用户权限组
|
|
1367
|
+
|
|
1368
|
+
批量修改用户权限组。
|
|
1369
|
+
|
|
1370
|
+
Please refer to HUAWEI cloud API Explorer for details.
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
:param request: Request instance for ChangeUserPrivilegeGroup
|
|
1374
|
+
:type request: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupRequest`
|
|
1375
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupResponse`
|
|
1376
|
+
"""
|
|
1377
|
+
http_info = self._change_user_privilege_group_http_info(request)
|
|
1378
|
+
return self._call_api(**http_info)
|
|
1379
|
+
|
|
1380
|
+
def change_user_privilege_group_async_invoker(self, request):
|
|
1381
|
+
http_info = self._change_user_privilege_group_http_info(request)
|
|
1382
|
+
return AsyncInvoker(self, http_info)
|
|
1383
|
+
|
|
1384
|
+
def _change_user_privilege_group_http_info(self, request):
|
|
1385
|
+
http_info = {
|
|
1386
|
+
"method": "POST",
|
|
1387
|
+
"resource_path": "/v2/{project_id}/desktops/change-user-privilege-group",
|
|
1388
|
+
"request_type": request.__class__.__name__,
|
|
1389
|
+
"response_type": "ChangeUserPrivilegeGroupResponse"
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
local_var_params = {attr: getattr(request, attr) for attr in request.attribute_map if hasattr(request, attr)}
|
|
1393
|
+
|
|
1394
|
+
cname = None
|
|
1395
|
+
|
|
1396
|
+
collection_formats = {}
|
|
1397
|
+
|
|
1398
|
+
path_params = {}
|
|
1399
|
+
|
|
1400
|
+
query_params = []
|
|
1401
|
+
|
|
1402
|
+
header_params = {}
|
|
1403
|
+
|
|
1404
|
+
form_params = {}
|
|
1405
|
+
|
|
1406
|
+
body = None
|
|
1407
|
+
if 'body' in local_var_params:
|
|
1408
|
+
body = local_var_params['body']
|
|
1409
|
+
if isinstance(request, SdkStreamRequest):
|
|
1410
|
+
body = request.get_file_stream()
|
|
1411
|
+
|
|
1412
|
+
response_headers = []
|
|
1413
|
+
|
|
1414
|
+
header_params['Content-Type'] = http_utils.select_header_content_type(
|
|
1415
|
+
['application/json'])
|
|
1416
|
+
|
|
1417
|
+
auth_settings = []
|
|
1418
|
+
|
|
1419
|
+
http_info["cname"] = cname
|
|
1420
|
+
http_info["collection_formats"] = collection_formats
|
|
1421
|
+
http_info["path_params"] = path_params
|
|
1422
|
+
http_info["query_params"] = query_params
|
|
1423
|
+
http_info["header_params"] = header_params
|
|
1424
|
+
http_info["post_params"] = form_params
|
|
1425
|
+
http_info["body"] = body
|
|
1426
|
+
http_info["response_headers"] = response_headers
|
|
1427
|
+
|
|
1428
|
+
return http_info
|
|
1429
|
+
|
|
1365
1430
|
def create_desktop_async(self, request):
|
|
1366
1431
|
"""创建桌面
|
|
1367
1432
|
|
|
@@ -1362,6 +1362,71 @@ class WorkspaceClient(Client):
|
|
|
1362
1362
|
|
|
1363
1363
|
return http_info
|
|
1364
1364
|
|
|
1365
|
+
def change_user_privilege_group(self, request):
|
|
1366
|
+
"""批量修改用户权限组
|
|
1367
|
+
|
|
1368
|
+
批量修改用户权限组。
|
|
1369
|
+
|
|
1370
|
+
Please refer to HUAWEI cloud API Explorer for details.
|
|
1371
|
+
|
|
1372
|
+
:param request: Request instance for ChangeUserPrivilegeGroup
|
|
1373
|
+
:type request: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupRequest`
|
|
1374
|
+
:rtype: :class:`huaweicloudsdkworkspace.v2.ChangeUserPrivilegeGroupResponse`
|
|
1375
|
+
"""
|
|
1376
|
+
http_info = self._change_user_privilege_group_http_info(request)
|
|
1377
|
+
return self._call_api(**http_info)
|
|
1378
|
+
|
|
1379
|
+
def change_user_privilege_group_invoker(self, request):
|
|
1380
|
+
http_info = self._change_user_privilege_group_http_info(request)
|
|
1381
|
+
return SyncInvoker(self, http_info)
|
|
1382
|
+
|
|
1383
|
+
@classmethod
|
|
1384
|
+
def _change_user_privilege_group_http_info(cls, request):
|
|
1385
|
+
http_info = {
|
|
1386
|
+
"method": "POST",
|
|
1387
|
+
"resource_path": "/v2/{project_id}/desktops/change-user-privilege-group",
|
|
1388
|
+
"request_type": request.__class__.__name__,
|
|
1389
|
+
"response_type": "ChangeUserPrivilegeGroupResponse"
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
local_var_params = {attr: getattr(request, attr) for attr in request.attribute_map if hasattr(request, attr)}
|
|
1393
|
+
|
|
1394
|
+
cname = None
|
|
1395
|
+
|
|
1396
|
+
collection_formats = {}
|
|
1397
|
+
|
|
1398
|
+
path_params = {}
|
|
1399
|
+
|
|
1400
|
+
query_params = []
|
|
1401
|
+
|
|
1402
|
+
header_params = {}
|
|
1403
|
+
|
|
1404
|
+
form_params = {}
|
|
1405
|
+
|
|
1406
|
+
body = None
|
|
1407
|
+
if 'body' in local_var_params:
|
|
1408
|
+
body = local_var_params['body']
|
|
1409
|
+
if isinstance(request, SdkStreamRequest):
|
|
1410
|
+
body = request.get_file_stream()
|
|
1411
|
+
|
|
1412
|
+
response_headers = []
|
|
1413
|
+
|
|
1414
|
+
header_params['Content-Type'] = http_utils.select_header_content_type(
|
|
1415
|
+
['application/json'])
|
|
1416
|
+
|
|
1417
|
+
auth_settings = []
|
|
1418
|
+
|
|
1419
|
+
http_info["cname"] = cname
|
|
1420
|
+
http_info["collection_formats"] = collection_formats
|
|
1421
|
+
http_info["path_params"] = path_params
|
|
1422
|
+
http_info["query_params"] = query_params
|
|
1423
|
+
http_info["header_params"] = header_params
|
|
1424
|
+
http_info["post_params"] = form_params
|
|
1425
|
+
http_info["body"] = body
|
|
1426
|
+
http_info["response_headers"] = response_headers
|
|
1427
|
+
|
|
1428
|
+
return http_info
|
|
1429
|
+
|
|
1365
1430
|
def create_desktop(self, request):
|
|
1366
1431
|
"""创建桌面
|
|
1367
1432
|
|
{huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: huaweicloudsdkworkspace
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.120
|
|
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.
|
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.120
|
|
26
26
|
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
{huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
huaweicloudsdkworkspace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
huaweicloudsdkworkspace/v2/__init__.py,sha256=
|
|
3
|
-
huaweicloudsdkworkspace/v2/workspace_async_client.py,sha256=
|
|
4
|
-
huaweicloudsdkworkspace/v2/workspace_client.py,sha256=
|
|
5
|
-
huaweicloudsdkworkspace/v2/model/__init__.py,sha256=
|
|
2
|
+
huaweicloudsdkworkspace/v2/__init__.py,sha256=POau2kPceLE57jin0MET2B3biX_2frTW6zSHOeQJ3i4,33788
|
|
3
|
+
huaweicloudsdkworkspace/v2/workspace_async_client.py,sha256=OXz2gqB-JhWUqWuE0qrUtreqW-mZg390dZwGoFw1EVw,246761
|
|
4
|
+
huaweicloudsdkworkspace/v2/workspace_client.py,sha256=ZEvZP0yiiQG8XtVpgVpLbdNxpTlY2wbDpBTFErte6-g,246866
|
|
5
|
+
huaweicloudsdkworkspace/v2/model/__init__.py,sha256=ix-QTzBXusgLzDBTp258lyzYuXbhY1LOztW4qP146Ws,33666
|
|
6
6
|
huaweicloudsdkworkspace/v2/model/access_policy_detail_info.py,sha256=IUDhfa-8D_b5U-bHF7Mt98BokuLqc0EvkvkN0tAqK8E,6089
|
|
7
7
|
huaweicloudsdkworkspace/v2/model/access_policy_info.py,sha256=yWW3l7exK5IeiBFTzrqcIZhezqqxsCDW7v1ItMv2quo,4338
|
|
8
8
|
huaweicloudsdkworkspace/v2/model/access_policy_object.py,sha256=mw_an1YHdWcDrPlfatFKip6Ls34nF_ckN-4RqX-Zhdw,4915
|
|
@@ -87,6 +87,11 @@ huaweicloudsdkworkspace/v2/model/cancel_workspace_response.py,sha256=WJAFodIcenR
|
|
|
87
87
|
huaweicloudsdkworkspace/v2/model/change_desktop_network_req.py,sha256=Upy3efs__9e93hak_mB0sU4d0E0xp5eVdQ1SwsW6Z_c,5662
|
|
88
88
|
huaweicloudsdkworkspace/v2/model/change_desktop_network_request.py,sha256=dwnyr5_u4BidCJDZ004Usn66ZzZDIJ5WhMp-pXKY4Cw,4004
|
|
89
89
|
huaweicloudsdkworkspace/v2/model/change_desktop_network_response.py,sha256=wPb4RJcV4tMgyr3mkgjQ4PfNIi31CG1XtWpkZ9Eq7n4,3209
|
|
90
|
+
huaweicloudsdkworkspace/v2/model/change_user_privilege_group_desktop_info.py,sha256=gCR436yR_MKwFp-uruze8LOnV31PodehJzcaXEStc2Y,4951
|
|
91
|
+
huaweicloudsdkworkspace/v2/model/change_user_privilege_group_req.py,sha256=WKZezfvJWtSCJvHcAmhJ5RcdbhtBInH7RtsJtX7kc_A,5821
|
|
92
|
+
huaweicloudsdkworkspace/v2/model/change_user_privilege_group_request.py,sha256=-PfczhA4osJZC0AHE_bC38UgDpYUwAIvewWCvfZtv84,3257
|
|
93
|
+
huaweicloudsdkworkspace/v2/model/change_user_privilege_group_response.py,sha256=OMFj_R1K6ctNkbU5gvR7c-g7bVmYRZpMFTheTN8QZTU,3241
|
|
94
|
+
huaweicloudsdkworkspace/v2/model/change_user_privilege_group_user_info.py,sha256=It9fL-1VLov6fLl2c3WiHTxxNJDt89dwzzRy--fEwDI,6513
|
|
90
95
|
huaweicloudsdkworkspace/v2/model/change_user_status_request.py,sha256=fQ2tjSCMzxzprDMDcBUAYUl8PawyKFlCK_-kl2vw60s,3854
|
|
91
96
|
huaweicloudsdkworkspace/v2/model/change_user_status_response.py,sha256=bBJ1dg0C405UaGOAmoRHAM1e0-0LzpKUpEZiOiZ8qFM,2447
|
|
92
97
|
huaweicloudsdkworkspace/v2/model/connect_desktops_info.py,sha256=NvzH14DjgoduMf1ezCKrmK4y_LD80ViKUk8XvkphNH4,7336
|
|
@@ -351,8 +356,8 @@ huaweicloudsdkworkspace/v2/model/volume_detail.py,sha256=EadIl0qszTD9oQEGiRlmZrb
|
|
|
351
356
|
huaweicloudsdkworkspace/v2/model/vpc.py,sha256=rKqAU5vZK4Y059h5LIFxWfWefxsgiERApZaw3Wm5qlY,4099
|
|
352
357
|
huaweicloudsdkworkspace/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
358
|
huaweicloudsdkworkspace/v2/region/workspace_region.py,sha256=TCeOIgfB8WteJaaGCrvD2ABCDiCS0zham18vs1WMgpQ,3079
|
|
354
|
-
huaweicloudsdkworkspace-3.1.
|
|
355
|
-
huaweicloudsdkworkspace-3.1.
|
|
356
|
-
huaweicloudsdkworkspace-3.1.
|
|
357
|
-
huaweicloudsdkworkspace-3.1.
|
|
358
|
-
huaweicloudsdkworkspace-3.1.
|
|
359
|
+
huaweicloudsdkworkspace-3.1.120.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
|
360
|
+
huaweicloudsdkworkspace-3.1.120.dist-info/METADATA,sha256=4nD8-3i5ZrPB-7PBKBG10Hm6KKqxrzP-98YTjLSfsjk,1153
|
|
361
|
+
huaweicloudsdkworkspace-3.1.120.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
|
362
|
+
huaweicloudsdkworkspace-3.1.120.dist-info/top_level.txt,sha256=Iqj0R-5g-jAYosVE4_il8rB8wRuaDb2fefMXUBmIAs4,24
|
|
363
|
+
huaweicloudsdkworkspace-3.1.120.dist-info/RECORD,,
|
{huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/LICENSE
RENAMED
|
File without changes
|
{huaweicloudsdkworkspace-3.1.119.dist-info → huaweicloudsdkworkspace-3.1.120.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|