tencentcloud-sdk-python-ioa 3.0.1477__tar.gz → 3.0.1487__tar.gz
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.
- tencentcloud_sdk_python_ioa-3.0.1487/PKG-INFO +46 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/setup.py +1 -1
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/ioa/v20220601/errorcodes.py +3 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/ioa/v20220601/ioa_client.py +23 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/ioa/v20220601/models.py +254 -0
- tencentcloud_sdk_python_ioa-3.0.1487/tencentcloud_sdk_python_ioa.egg-info/PKG-INFO +46 -0
- tencentcloud_sdk_python_ioa-3.0.1487/tencentcloud_sdk_python_ioa.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ioa-3.0.1477/PKG-INFO +0 -45
- tencentcloud-sdk-python-ioa-3.0.1477/tencentcloud_sdk_python_ioa.egg-info/PKG-INFO +0 -45
- tencentcloud-sdk-python-ioa-3.0.1477/tencentcloud_sdk_python_ioa.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/README.rst +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/ioa/__init__.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud/ioa/v20220601/__init__.py +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud_sdk_python_ioa.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud_sdk_python_ioa.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ioa-3.0.1477 → tencentcloud_sdk_python_ioa-3.0.1487}/tencentcloud_sdk_python_ioa.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-ioa
|
|
3
|
+
Version: 3.0.1487
|
|
4
|
+
Summary: Tencent Cloud Ioa SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1487
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Ioa SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-ioa
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common ioa
|
|
46
|
+
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ioa',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1487,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ioa SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -59,6 +59,9 @@ INVALIDPARAMETERVALUE_VIRTUALDEVICEGROUPNOTFOUND = 'InvalidParameterValue.Virtua
|
|
|
59
59
|
# 缺少公共参数。
|
|
60
60
|
MISSINGPARAMETER_COMMONPARAM = 'MissingParameter.CommonParam'
|
|
61
61
|
|
|
62
|
+
# 终端导出任务同一时间仅允许一个,请稍后再试。
|
|
63
|
+
REQUESTLIMITEXCEEDED_DEVICEDOWNLOADTASK = 'RequestLimitExceeded.DeviceDownloadTask'
|
|
64
|
+
|
|
62
65
|
# 上次操作还未完成,请稍后重试。
|
|
63
66
|
REQUESTLIMITEXCEEDED_WAITFORTHELASTOPERATIONTOCOMPLETE = 'RequestLimitExceeded.WaitForTheLastOperationToComplete'
|
|
64
67
|
|
|
@@ -578,6 +578,29 @@ class IoaClient(AbstractClient):
|
|
|
578
578
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
579
579
|
|
|
580
580
|
|
|
581
|
+
def ExportDeviceDownloadTask(self, request):
|
|
582
|
+
r"""创建终端导出任务,私有化调用path为:capi/Assets/Device/ExportDeviceDownloadTask
|
|
583
|
+
|
|
584
|
+
:param request: Request instance for ExportDeviceDownloadTask.
|
|
585
|
+
:type request: :class:`tencentcloud.ioa.v20220601.models.ExportDeviceDownloadTaskRequest`
|
|
586
|
+
:rtype: :class:`tencentcloud.ioa.v20220601.models.ExportDeviceDownloadTaskResponse`
|
|
587
|
+
|
|
588
|
+
"""
|
|
589
|
+
try:
|
|
590
|
+
params = request._serialize()
|
|
591
|
+
headers = request.headers
|
|
592
|
+
body = self.call("ExportDeviceDownloadTask", params, headers=headers)
|
|
593
|
+
response = json.loads(body)
|
|
594
|
+
model = models.ExportDeviceDownloadTaskResponse()
|
|
595
|
+
model._deserialize(response["Response"])
|
|
596
|
+
return model
|
|
597
|
+
except Exception as e:
|
|
598
|
+
if isinstance(e, TencentCloudSDKException):
|
|
599
|
+
raise
|
|
600
|
+
else:
|
|
601
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
602
|
+
|
|
603
|
+
|
|
581
604
|
def ExportSoftwareInformationList(self, request):
|
|
582
605
|
r"""导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList
|
|
583
606
|
|
|
@@ -7286,6 +7286,10 @@ class DeviceDetail(AbstractModel):
|
|
|
7286
7286
|
:type AccountName: str
|
|
7287
7287
|
:param _AccountGroupId: 账号组id
|
|
7288
7288
|
:type AccountGroupId: int
|
|
7289
|
+
:param _ScreenRecordingPermission: 是否开启录屏权限,仅macOS, 0: 未开启 、1: 开启
|
|
7290
|
+
:type ScreenRecordingPermission: int
|
|
7291
|
+
:param _DiskAccessPermission: 是否开启磁盘访问权限,仅macOS, 0: 未开启、 1: 开启
|
|
7292
|
+
:type DiskAccessPermission: int
|
|
7289
7293
|
:param _RemarkName: 终端备注名
|
|
7290
7294
|
:type RemarkName: str
|
|
7291
7295
|
"""
|
|
@@ -7337,6 +7341,8 @@ class DeviceDetail(AbstractModel):
|
|
|
7337
7341
|
self._AccountGroupName = None
|
|
7338
7342
|
self._AccountName = None
|
|
7339
7343
|
self._AccountGroupId = None
|
|
7344
|
+
self._ScreenRecordingPermission = None
|
|
7345
|
+
self._DiskAccessPermission = None
|
|
7340
7346
|
self._RemarkName = None
|
|
7341
7347
|
|
|
7342
7348
|
@property
|
|
@@ -7867,6 +7873,28 @@ class DeviceDetail(AbstractModel):
|
|
|
7867
7873
|
def AccountGroupId(self, AccountGroupId):
|
|
7868
7874
|
self._AccountGroupId = AccountGroupId
|
|
7869
7875
|
|
|
7876
|
+
@property
|
|
7877
|
+
def ScreenRecordingPermission(self):
|
|
7878
|
+
r"""是否开启录屏权限,仅macOS, 0: 未开启 、1: 开启
|
|
7879
|
+
:rtype: int
|
|
7880
|
+
"""
|
|
7881
|
+
return self._ScreenRecordingPermission
|
|
7882
|
+
|
|
7883
|
+
@ScreenRecordingPermission.setter
|
|
7884
|
+
def ScreenRecordingPermission(self, ScreenRecordingPermission):
|
|
7885
|
+
self._ScreenRecordingPermission = ScreenRecordingPermission
|
|
7886
|
+
|
|
7887
|
+
@property
|
|
7888
|
+
def DiskAccessPermission(self):
|
|
7889
|
+
r"""是否开启磁盘访问权限,仅macOS, 0: 未开启、 1: 开启
|
|
7890
|
+
:rtype: int
|
|
7891
|
+
"""
|
|
7892
|
+
return self._DiskAccessPermission
|
|
7893
|
+
|
|
7894
|
+
@DiskAccessPermission.setter
|
|
7895
|
+
def DiskAccessPermission(self, DiskAccessPermission):
|
|
7896
|
+
self._DiskAccessPermission = DiskAccessPermission
|
|
7897
|
+
|
|
7870
7898
|
@property
|
|
7871
7899
|
def RemarkName(self):
|
|
7872
7900
|
r"""终端备注名
|
|
@@ -7928,6 +7956,8 @@ class DeviceDetail(AbstractModel):
|
|
|
7928
7956
|
self._AccountGroupName = params.get("AccountGroupName")
|
|
7929
7957
|
self._AccountName = params.get("AccountName")
|
|
7930
7958
|
self._AccountGroupId = params.get("AccountGroupId")
|
|
7959
|
+
self._ScreenRecordingPermission = params.get("ScreenRecordingPermission")
|
|
7960
|
+
self._DiskAccessPermission = params.get("DiskAccessPermission")
|
|
7931
7961
|
self._RemarkName = params.get("RemarkName")
|
|
7932
7962
|
memeber_set = set(params.keys())
|
|
7933
7963
|
for name, value in vars(self).items():
|
|
@@ -7939,6 +7969,57 @@ class DeviceDetail(AbstractModel):
|
|
|
7939
7969
|
|
|
7940
7970
|
|
|
7941
7971
|
|
|
7972
|
+
class DeviceDownloadTask(AbstractModel):
|
|
7973
|
+
r"""业务响应数据
|
|
7974
|
+
|
|
7975
|
+
"""
|
|
7976
|
+
|
|
7977
|
+
def __init__(self):
|
|
7978
|
+
r"""
|
|
7979
|
+
:param _DownloadURL: 同步数据下载的url
|
|
7980
|
+
:type DownloadURL: str
|
|
7981
|
+
:param _TaskId: 异步任务id,需要根据id去任务中心下载
|
|
7982
|
+
:type TaskId: int
|
|
7983
|
+
"""
|
|
7984
|
+
self._DownloadURL = None
|
|
7985
|
+
self._TaskId = None
|
|
7986
|
+
|
|
7987
|
+
@property
|
|
7988
|
+
def DownloadURL(self):
|
|
7989
|
+
r"""同步数据下载的url
|
|
7990
|
+
:rtype: str
|
|
7991
|
+
"""
|
|
7992
|
+
return self._DownloadURL
|
|
7993
|
+
|
|
7994
|
+
@DownloadURL.setter
|
|
7995
|
+
def DownloadURL(self, DownloadURL):
|
|
7996
|
+
self._DownloadURL = DownloadURL
|
|
7997
|
+
|
|
7998
|
+
@property
|
|
7999
|
+
def TaskId(self):
|
|
8000
|
+
r"""异步任务id,需要根据id去任务中心下载
|
|
8001
|
+
:rtype: int
|
|
8002
|
+
"""
|
|
8003
|
+
return self._TaskId
|
|
8004
|
+
|
|
8005
|
+
@TaskId.setter
|
|
8006
|
+
def TaskId(self, TaskId):
|
|
8007
|
+
self._TaskId = TaskId
|
|
8008
|
+
|
|
8009
|
+
|
|
8010
|
+
def _deserialize(self, params):
|
|
8011
|
+
self._DownloadURL = params.get("DownloadURL")
|
|
8012
|
+
self._TaskId = params.get("TaskId")
|
|
8013
|
+
memeber_set = set(params.keys())
|
|
8014
|
+
for name, value in vars(self).items():
|
|
8015
|
+
property_name = name[1:]
|
|
8016
|
+
if property_name in memeber_set:
|
|
8017
|
+
memeber_set.remove(property_name)
|
|
8018
|
+
if len(memeber_set) > 0:
|
|
8019
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
8020
|
+
|
|
8021
|
+
|
|
8022
|
+
|
|
7942
8023
|
class DeviceGroupDetail(AbstractModel):
|
|
7943
8024
|
r"""返回的数组列表
|
|
7944
8025
|
|
|
@@ -8761,6 +8842,179 @@ class DeviceVirtualDeviceGroupsDetail(AbstractModel):
|
|
|
8761
8842
|
|
|
8762
8843
|
|
|
8763
8844
|
|
|
8845
|
+
class ExportDeviceDownloadTaskRequest(AbstractModel):
|
|
8846
|
+
r"""ExportDeviceDownloadTask请求参数结构体
|
|
8847
|
+
|
|
8848
|
+
"""
|
|
8849
|
+
|
|
8850
|
+
def __init__(self):
|
|
8851
|
+
r"""
|
|
8852
|
+
:param _OsType: 系统类型(0: win,1:linux,2: mac,4:android,5:ios;默认值0)
|
|
8853
|
+
:type OsType: int
|
|
8854
|
+
:param _DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
|
8855
|
+
:type DomainInstanceId: str
|
|
8856
|
+
:param _GroupId: 分组id
|
|
8857
|
+
:type GroupId: int
|
|
8858
|
+
:param _OnlineStatus: 在线状态 2 在线 0,1 离线
|
|
8859
|
+
:type OnlineStatus: int
|
|
8860
|
+
:param _ExportOrder: 导出顺序,接口返回的数据字段
|
|
8861
|
+
:type ExportOrder: str
|
|
8862
|
+
:param _ExportType: 导出类型, 0:终端树;7:硬件信息列表导出;
|
|
8863
|
+
:type ExportType: int
|
|
8864
|
+
:param _Condition: 过滤条件。同DescribeDevices接口
|
|
8865
|
+
:type Condition: :class:`tencentcloud.ioa.v20220601.models.Condition`
|
|
8866
|
+
"""
|
|
8867
|
+
self._OsType = None
|
|
8868
|
+
self._DomainInstanceId = None
|
|
8869
|
+
self._GroupId = None
|
|
8870
|
+
self._OnlineStatus = None
|
|
8871
|
+
self._ExportOrder = None
|
|
8872
|
+
self._ExportType = None
|
|
8873
|
+
self._Condition = None
|
|
8874
|
+
|
|
8875
|
+
@property
|
|
8876
|
+
def OsType(self):
|
|
8877
|
+
r"""系统类型(0: win,1:linux,2: mac,4:android,5:ios;默认值0)
|
|
8878
|
+
:rtype: int
|
|
8879
|
+
"""
|
|
8880
|
+
return self._OsType
|
|
8881
|
+
|
|
8882
|
+
@OsType.setter
|
|
8883
|
+
def OsType(self, OsType):
|
|
8884
|
+
self._OsType = OsType
|
|
8885
|
+
|
|
8886
|
+
@property
|
|
8887
|
+
def DomainInstanceId(self):
|
|
8888
|
+
r"""管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
|
8889
|
+
:rtype: str
|
|
8890
|
+
"""
|
|
8891
|
+
return self._DomainInstanceId
|
|
8892
|
+
|
|
8893
|
+
@DomainInstanceId.setter
|
|
8894
|
+
def DomainInstanceId(self, DomainInstanceId):
|
|
8895
|
+
self._DomainInstanceId = DomainInstanceId
|
|
8896
|
+
|
|
8897
|
+
@property
|
|
8898
|
+
def GroupId(self):
|
|
8899
|
+
r"""分组id
|
|
8900
|
+
:rtype: int
|
|
8901
|
+
"""
|
|
8902
|
+
return self._GroupId
|
|
8903
|
+
|
|
8904
|
+
@GroupId.setter
|
|
8905
|
+
def GroupId(self, GroupId):
|
|
8906
|
+
self._GroupId = GroupId
|
|
8907
|
+
|
|
8908
|
+
@property
|
|
8909
|
+
def OnlineStatus(self):
|
|
8910
|
+
r""" 在线状态 2 在线 0,1 离线
|
|
8911
|
+
:rtype: int
|
|
8912
|
+
"""
|
|
8913
|
+
return self._OnlineStatus
|
|
8914
|
+
|
|
8915
|
+
@OnlineStatus.setter
|
|
8916
|
+
def OnlineStatus(self, OnlineStatus):
|
|
8917
|
+
self._OnlineStatus = OnlineStatus
|
|
8918
|
+
|
|
8919
|
+
@property
|
|
8920
|
+
def ExportOrder(self):
|
|
8921
|
+
r"""导出顺序,接口返回的数据字段
|
|
8922
|
+
:rtype: str
|
|
8923
|
+
"""
|
|
8924
|
+
return self._ExportOrder
|
|
8925
|
+
|
|
8926
|
+
@ExportOrder.setter
|
|
8927
|
+
def ExportOrder(self, ExportOrder):
|
|
8928
|
+
self._ExportOrder = ExportOrder
|
|
8929
|
+
|
|
8930
|
+
@property
|
|
8931
|
+
def ExportType(self):
|
|
8932
|
+
r""" 导出类型, 0:终端树;7:硬件信息列表导出;
|
|
8933
|
+
:rtype: int
|
|
8934
|
+
"""
|
|
8935
|
+
return self._ExportType
|
|
8936
|
+
|
|
8937
|
+
@ExportType.setter
|
|
8938
|
+
def ExportType(self, ExportType):
|
|
8939
|
+
self._ExportType = ExportType
|
|
8940
|
+
|
|
8941
|
+
@property
|
|
8942
|
+
def Condition(self):
|
|
8943
|
+
r"""过滤条件。同DescribeDevices接口
|
|
8944
|
+
:rtype: :class:`tencentcloud.ioa.v20220601.models.Condition`
|
|
8945
|
+
"""
|
|
8946
|
+
return self._Condition
|
|
8947
|
+
|
|
8948
|
+
@Condition.setter
|
|
8949
|
+
def Condition(self, Condition):
|
|
8950
|
+
self._Condition = Condition
|
|
8951
|
+
|
|
8952
|
+
|
|
8953
|
+
def _deserialize(self, params):
|
|
8954
|
+
self._OsType = params.get("OsType")
|
|
8955
|
+
self._DomainInstanceId = params.get("DomainInstanceId")
|
|
8956
|
+
self._GroupId = params.get("GroupId")
|
|
8957
|
+
self._OnlineStatus = params.get("OnlineStatus")
|
|
8958
|
+
self._ExportOrder = params.get("ExportOrder")
|
|
8959
|
+
self._ExportType = params.get("ExportType")
|
|
8960
|
+
if params.get("Condition") is not None:
|
|
8961
|
+
self._Condition = Condition()
|
|
8962
|
+
self._Condition._deserialize(params.get("Condition"))
|
|
8963
|
+
memeber_set = set(params.keys())
|
|
8964
|
+
for name, value in vars(self).items():
|
|
8965
|
+
property_name = name[1:]
|
|
8966
|
+
if property_name in memeber_set:
|
|
8967
|
+
memeber_set.remove(property_name)
|
|
8968
|
+
if len(memeber_set) > 0:
|
|
8969
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
8970
|
+
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
class ExportDeviceDownloadTaskResponse(AbstractModel):
|
|
8974
|
+
r"""ExportDeviceDownloadTask返回参数结构体
|
|
8975
|
+
|
|
8976
|
+
"""
|
|
8977
|
+
|
|
8978
|
+
def __init__(self):
|
|
8979
|
+
r"""
|
|
8980
|
+
:param _Data: 业务响应数据
|
|
8981
|
+
:type Data: :class:`tencentcloud.ioa.v20220601.models.DeviceDownloadTask`
|
|
8982
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8983
|
+
:type RequestId: str
|
|
8984
|
+
"""
|
|
8985
|
+
self._Data = None
|
|
8986
|
+
self._RequestId = None
|
|
8987
|
+
|
|
8988
|
+
@property
|
|
8989
|
+
def Data(self):
|
|
8990
|
+
r"""业务响应数据
|
|
8991
|
+
:rtype: :class:`tencentcloud.ioa.v20220601.models.DeviceDownloadTask`
|
|
8992
|
+
"""
|
|
8993
|
+
return self._Data
|
|
8994
|
+
|
|
8995
|
+
@Data.setter
|
|
8996
|
+
def Data(self, Data):
|
|
8997
|
+
self._Data = Data
|
|
8998
|
+
|
|
8999
|
+
@property
|
|
9000
|
+
def RequestId(self):
|
|
9001
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9002
|
+
:rtype: str
|
|
9003
|
+
"""
|
|
9004
|
+
return self._RequestId
|
|
9005
|
+
|
|
9006
|
+
@RequestId.setter
|
|
9007
|
+
def RequestId(self, RequestId):
|
|
9008
|
+
self._RequestId = RequestId
|
|
9009
|
+
|
|
9010
|
+
|
|
9011
|
+
def _deserialize(self, params):
|
|
9012
|
+
if params.get("Data") is not None:
|
|
9013
|
+
self._Data = DeviceDownloadTask()
|
|
9014
|
+
self._Data._deserialize(params.get("Data"))
|
|
9015
|
+
self._RequestId = params.get("RequestId")
|
|
9016
|
+
|
|
9017
|
+
|
|
8764
9018
|
class ExportSoftwareDownloadUrlRspData(AbstractModel):
|
|
8765
9019
|
r"""业务响应数据
|
|
8766
9020
|
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tencentcloud-sdk-python-ioa
|
|
3
|
+
Version: 3.0.1487
|
|
4
|
+
Summary: Tencent Cloud Ioa SDK for Python
|
|
5
|
+
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
+
Author: Tencent Cloud
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Platform: any
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1487
|
|
19
|
+
|
|
20
|
+
============================
|
|
21
|
+
Tencent Cloud SDK for Python
|
|
22
|
+
============================
|
|
23
|
+
|
|
24
|
+
Tencent Cloud Python Ioa SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
25
|
+
The SDK works on Python versions:
|
|
26
|
+
|
|
27
|
+
* 2.7 and greater, including 3.x
|
|
28
|
+
|
|
29
|
+
Quick Start
|
|
30
|
+
-----------
|
|
31
|
+
|
|
32
|
+
First, install the library:
|
|
33
|
+
|
|
34
|
+
.. code-block:: sh
|
|
35
|
+
|
|
36
|
+
$ pip install tencentcloud-sdk-python-common
|
|
37
|
+
$ pip install tencentcloud-sdk-python-ioa
|
|
38
|
+
|
|
39
|
+
or download source code from github and install:
|
|
40
|
+
|
|
41
|
+
.. code-block:: sh
|
|
42
|
+
|
|
43
|
+
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
44
|
+
$ cd tencentcloud-sdk-python
|
|
45
|
+
$ python package.py --components common ioa
|
|
46
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1487
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-ioa
|
|
3
|
-
Version: 3.0.1477
|
|
4
|
-
Summary: Tencent Cloud Ioa SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Ioa SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-ioa
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common ioa
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: tencentcloud-sdk-python-ioa
|
|
3
|
-
Version: 3.0.1477
|
|
4
|
-
Summary: Tencent Cloud Ioa SDK for Python
|
|
5
|
-
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
|
-
Author: Tencent Cloud
|
|
7
|
-
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: ============================
|
|
10
|
-
Tencent Cloud SDK for Python
|
|
11
|
-
============================
|
|
12
|
-
|
|
13
|
-
Tencent Cloud Python Ioa SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
|
|
14
|
-
The SDK works on Python versions:
|
|
15
|
-
|
|
16
|
-
* 2.7 and greater, including 3.x
|
|
17
|
-
|
|
18
|
-
Quick Start
|
|
19
|
-
-----------
|
|
20
|
-
|
|
21
|
-
First, install the library:
|
|
22
|
-
|
|
23
|
-
.. code-block:: sh
|
|
24
|
-
|
|
25
|
-
$ pip install tencentcloud-sdk-python-common
|
|
26
|
-
$ pip install tencentcloud-sdk-python-ioa
|
|
27
|
-
|
|
28
|
-
or download source code from github and install:
|
|
29
|
-
|
|
30
|
-
.. code-block:: sh
|
|
31
|
-
|
|
32
|
-
$ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
|
|
33
|
-
$ cd tencentcloud-sdk-python
|
|
34
|
-
$ python package.py --components common ioa
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Platform: any
|
|
38
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
39
|
-
Classifier: Intended Audience :: Developers
|
|
40
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
41
|
-
Classifier: Programming Language :: Python
|
|
42
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
43
|
-
Classifier: Programming Language :: Python :: 3
|
|
44
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
45
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1477
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|