aliyun-python-sdk-dataphin-public 1.0.0__py2.py3-none-any.whl → 1.0.2__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.
- {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/METADATA +9 -9
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/RECORD +72 -0
- {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/WHEEL +1 -1
- aliyunsdkdataphin_public/__init__.py +1 -1
- aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py +53 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +54 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/{ListUsersRequest.py → ListAddableUsersRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py +43 -0
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/RECORD +0 -9
- {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/LICENSE +0 -0
- {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListNodeDownStreamRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListNodeDownStream')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListNodesRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListNodes')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListResourcePermissionOperationLogRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListResourcePermissionOperationLog')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListResourcePermissionsRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListResourcePermissions')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListTenantMembersRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListTenantMembers')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListUserGroupMembersRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListUserGroupMembers')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ListUserGroupsRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ListUserGroups')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ListQuery(self): # Struct
|
36
|
+
return self.get_body_params().get('ListQuery')
|
37
|
+
|
38
|
+
def set_ListQuery(self, ListQuery): # Struct
|
39
|
+
self.add_body_params("ListQuery", json.dumps(ListQuery))
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class OperateInstanceRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'OperateInstance')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_OperateCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('OperateCommand')
|
37
|
+
|
38
|
+
def set_OperateCommand(self, OperateCommand): # Struct
|
39
|
+
self.add_body_params("OperateCommand", json.dumps(OperateCommand))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class PausePhysicalNodeRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'PausePhysicalNode')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_Env(self): # String
|
36
|
+
return self.get_query_params().get('Env')
|
37
|
+
|
38
|
+
def set_Env(self, Env): # String
|
39
|
+
self.add_query_param('Env', Env)
|
40
|
+
def get_PauseCommand(self): # Struct
|
41
|
+
return self.get_body_params().get('PauseCommand')
|
42
|
+
|
43
|
+
def set_PauseCommand(self, PauseCommand): # Struct
|
44
|
+
self.add_body_params("PauseCommand", json.dumps(PauseCommand))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class RemoveTenantMemberRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'RemoveTenantMember')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_RemoveCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('RemoveCommand')
|
37
|
+
|
38
|
+
def set_RemoveCommand(self, RemoveCommand): # Struct
|
39
|
+
self.add_body_params("RemoveCommand", json.dumps(RemoveCommand))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class RemoveUserGroupMemberRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'RemoveUserGroupMember')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_RemoveCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('RemoveCommand')
|
37
|
+
|
38
|
+
def set_RemoveCommand(self, RemoveCommand): # Struct
|
39
|
+
self.add_body_params("RemoveCommand", json.dumps(RemoveCommand))
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class ResumePhysicalNodeRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ResumePhysicalNode')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_ResumeCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('ResumeCommand')
|
37
|
+
|
38
|
+
def set_ResumeCommand(self, ResumeCommand): # Struct
|
39
|
+
self.add_body_params("ResumeCommand", json.dumps(ResumeCommand))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class RevokeResourcePermissionRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'RevokeResourcePermission')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_RevokeCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('RevokeCommand')
|
37
|
+
|
38
|
+
def set_RevokeCommand(self, RevokeCommand): # Struct
|
39
|
+
self.add_body_params("RevokeCommand", json.dumps(RevokeCommand))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class UpdateAdHocFileRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateAdHocFile')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_UpdateCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('UpdateCommand')
|
37
|
+
|
38
|
+
def set_UpdateCommand(self, UpdateCommand): # Struct
|
39
|
+
self.add_body_params("UpdateCommand", json.dumps(UpdateCommand))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class UpdateDataSourceBasicInfoRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateDataSourceBasicInfo')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_UpdateCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('UpdateCommand')
|
37
|
+
|
38
|
+
def set_UpdateCommand(self, UpdateCommand): # Struct
|
39
|
+
self.add_body_params("UpdateCommand", json.dumps(UpdateCommand))
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
import json
|
22
|
+
|
23
|
+
class UpdateDataSourceConfigRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateDataSourceConfig')
|
27
|
+
self.set_protocol_type('https')
|
28
|
+
self.set_method('POST')
|
29
|
+
|
30
|
+
def get_OpTenantId(self): # Long
|
31
|
+
return self.get_query_params().get('OpTenantId')
|
32
|
+
|
33
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
34
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
+
def get_UpdateCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('UpdateCommand')
|
37
|
+
|
38
|
+
def set_UpdateCommand(self, UpdateCommand): # Struct
|
39
|
+
self.add_body_params("UpdateCommand", json.dumps(UpdateCommand))
|