tencentcloud-sdk-python-csip 3.0.1386__py2.py3-none-any.whl → 3.0.1388__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/csip/v20221121/models.py +18 -20
- {tencentcloud_sdk_python_csip-3.0.1386.dist-info → tencentcloud_sdk_python_csip-3.0.1388.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_csip-3.0.1388.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_csip-3.0.1386.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_csip-3.0.1386.dist-info → tencentcloud_sdk_python_csip-3.0.1388.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_csip-3.0.1386.dist-info → tencentcloud_sdk_python_csip-3.0.1388.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -5987,9 +5987,9 @@ class CVMAssetVO(AbstractModel):
|
|
|
5987
5987
|
:type CWPStatus: int
|
|
5988
5988
|
:param _AssetCreateTime: 资产创建时间
|
|
5989
5989
|
:type AssetCreateTime: str
|
|
5990
|
-
:param _PublicIp: 公网
|
|
5990
|
+
:param _PublicIp: 公网IP
|
|
5991
5991
|
:type PublicIp: str
|
|
5992
|
-
:param _PrivateIp: 私网
|
|
5992
|
+
:param _PrivateIp: 私网IP
|
|
5993
5993
|
:type PrivateIp: str
|
|
5994
5994
|
:param _VpcId: vpc id
|
|
5995
5995
|
:type VpcId: str
|
|
@@ -6009,9 +6009,9 @@ class CVMAssetVO(AbstractModel):
|
|
|
6009
6009
|
:type SubnetId: str
|
|
6010
6010
|
:param _SubnetName: 子网名
|
|
6011
6011
|
:type SubnetName: str
|
|
6012
|
-
:param _InstanceUuid:
|
|
6012
|
+
:param _InstanceUuid: 主机安全Agent UUID
|
|
6013
6013
|
:type InstanceUuid: str
|
|
6014
|
-
:param _InstanceQUuid:
|
|
6014
|
+
:param _InstanceQUuid: 云主机 CVM UUID
|
|
6015
6015
|
:type InstanceQUuid: str
|
|
6016
6016
|
:param _OsName: os名
|
|
6017
6017
|
:type OsName: str
|
|
@@ -6253,7 +6253,7 @@ class CVMAssetVO(AbstractModel):
|
|
|
6253
6253
|
|
|
6254
6254
|
@property
|
|
6255
6255
|
def PublicIp(self):
|
|
6256
|
-
"""公网
|
|
6256
|
+
"""公网IP
|
|
6257
6257
|
:rtype: str
|
|
6258
6258
|
"""
|
|
6259
6259
|
return self._PublicIp
|
|
@@ -6264,7 +6264,7 @@ class CVMAssetVO(AbstractModel):
|
|
|
6264
6264
|
|
|
6265
6265
|
@property
|
|
6266
6266
|
def PrivateIp(self):
|
|
6267
|
-
"""私网
|
|
6267
|
+
"""私网IP
|
|
6268
6268
|
:rtype: str
|
|
6269
6269
|
"""
|
|
6270
6270
|
return self._PrivateIp
|
|
@@ -6374,7 +6374,7 @@ class CVMAssetVO(AbstractModel):
|
|
|
6374
6374
|
|
|
6375
6375
|
@property
|
|
6376
6376
|
def InstanceUuid(self):
|
|
6377
|
-
"""
|
|
6377
|
+
"""主机安全Agent UUID
|
|
6378
6378
|
:rtype: str
|
|
6379
6379
|
"""
|
|
6380
6380
|
return self._InstanceUuid
|
|
@@ -6385,7 +6385,7 @@ class CVMAssetVO(AbstractModel):
|
|
|
6385
6385
|
|
|
6386
6386
|
@property
|
|
6387
6387
|
def InstanceQUuid(self):
|
|
6388
|
-
"""
|
|
6388
|
+
"""云主机 CVM UUID
|
|
6389
6389
|
:rtype: str
|
|
6390
6390
|
"""
|
|
6391
6391
|
return self._InstanceQUuid
|
|
@@ -15696,7 +15696,7 @@ class DomainAssetVO(AbstractModel):
|
|
|
15696
15696
|
:type Tag: list of Tag
|
|
15697
15697
|
:param _SourceType: 关联实例类型
|
|
15698
15698
|
:type SourceType: str
|
|
15699
|
-
:param _MemberId:
|
|
15699
|
+
:param _MemberId: memberId信息
|
|
15700
15700
|
:type MemberId: str
|
|
15701
15701
|
:param _CCAttack: cc攻击
|
|
15702
15702
|
:type CCAttack: int
|
|
@@ -16087,7 +16087,7 @@ class DomainAssetVO(AbstractModel):
|
|
|
16087
16087
|
|
|
16088
16088
|
@property
|
|
16089
16089
|
def MemberId(self):
|
|
16090
|
-
"""
|
|
16090
|
+
"""memberId信息
|
|
16091
16091
|
:rtype: str
|
|
16092
16092
|
"""
|
|
16093
16093
|
return self._MemberId
|
|
@@ -16953,7 +16953,7 @@ class IpAssetListVO(AbstractModel):
|
|
|
16953
16953
|
:type CFWStatus: int
|
|
16954
16954
|
:param _AssetCreateTime: 资产创建时间
|
|
16955
16955
|
:type AssetCreateTime: str
|
|
16956
|
-
:param _PublicIp: 公网
|
|
16956
|
+
:param _PublicIp: 公网IP
|
|
16957
16957
|
:type PublicIp: str
|
|
16958
16958
|
:param _PublicIpType: 公网ip类型
|
|
16959
16959
|
:type PublicIpType: int
|
|
@@ -17003,7 +17003,7 @@ class IpAssetListVO(AbstractModel):
|
|
|
17003
17003
|
:type Tag: list of Tag
|
|
17004
17004
|
:param _AddressId: eip主键
|
|
17005
17005
|
:type AddressId: str
|
|
17006
|
-
:param _MemberId:
|
|
17006
|
+
:param _MemberId: MemberId信息
|
|
17007
17007
|
:type MemberId: str
|
|
17008
17008
|
:param _RiskExposure: 风险服务暴露
|
|
17009
17009
|
:type RiskExposure: int
|
|
@@ -17116,7 +17116,7 @@ class IpAssetListVO(AbstractModel):
|
|
|
17116
17116
|
|
|
17117
17117
|
@property
|
|
17118
17118
|
def PublicIp(self):
|
|
17119
|
-
"""公网
|
|
17119
|
+
"""公网IP
|
|
17120
17120
|
:rtype: str
|
|
17121
17121
|
"""
|
|
17122
17122
|
return self._PublicIp
|
|
@@ -17391,7 +17391,7 @@ class IpAssetListVO(AbstractModel):
|
|
|
17391
17391
|
|
|
17392
17392
|
@property
|
|
17393
17393
|
def MemberId(self):
|
|
17394
|
-
"""
|
|
17394
|
+
"""MemberId信息
|
|
17395
17395
|
:rtype: str
|
|
17396
17396
|
"""
|
|
17397
17397
|
return self._MemberId
|
|
@@ -22161,8 +22161,7 @@ class SubUserInfo(AbstractModel):
|
|
|
22161
22161
|
|
|
22162
22162
|
def __init__(self):
|
|
22163
22163
|
r"""
|
|
22164
|
-
:param _ID: 主键ID
|
|
22165
|
-
仅作为唯一键
|
|
22164
|
+
:param _ID: 主键ID,无业务意义仅作为唯一键
|
|
22166
22165
|
:type ID: int
|
|
22167
22166
|
:param _AppID: 子账号Appid
|
|
22168
22167
|
:type AppID: str
|
|
@@ -22176,7 +22175,7 @@ class SubUserInfo(AbstractModel):
|
|
|
22176
22175
|
:type OwnerUin: str
|
|
22177
22176
|
:param _OwnerNickName: 主账号名称
|
|
22178
22177
|
:type OwnerNickName: str
|
|
22179
|
-
:param _OwnerMemberID: 所属主账号
|
|
22178
|
+
:param _OwnerMemberID: 所属主账号memberId信息
|
|
22180
22179
|
:type OwnerMemberID: str
|
|
22181
22180
|
:param _CloudType: 账户类型,0为腾讯云账户,1为AWS账户
|
|
22182
22181
|
:type CloudType: int
|
|
@@ -22220,8 +22219,7 @@ class SubUserInfo(AbstractModel):
|
|
|
22220
22219
|
|
|
22221
22220
|
@property
|
|
22222
22221
|
def ID(self):
|
|
22223
|
-
"""主键ID
|
|
22224
|
-
仅作为唯一键
|
|
22222
|
+
"""主键ID,无业务意义仅作为唯一键
|
|
22225
22223
|
:rtype: int
|
|
22226
22224
|
"""
|
|
22227
22225
|
return self._ID
|
|
@@ -22298,7 +22296,7 @@ class SubUserInfo(AbstractModel):
|
|
|
22298
22296
|
|
|
22299
22297
|
@property
|
|
22300
22298
|
def OwnerMemberID(self):
|
|
22301
|
-
"""所属主账号
|
|
22299
|
+
"""所属主账号memberId信息
|
|
22302
22300
|
:rtype: str
|
|
22303
22301
|
"""
|
|
22304
22302
|
return self._OwnerMemberID
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1388
|
|
4
4
|
Summary: Tencent Cloud Csip SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1388)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=P_6PiW8DYNHHHgqiC-uyC2CmatjXuaUnBhcwC2nkIBg,631
|
|
2
|
+
tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/csip/v20221121/csip_client.py,sha256=e0Y7SDCz6pKzzI6QiRvPjEy4Pj7lHt1hr6nAIJKAgQk,45206
|
|
5
|
+
tencentcloud/csip/v20221121/errorcodes.py,sha256=ky14_OysSMjz-Z6CXsIKALA6KiCK7jfGFHBVcDheRL8,2227
|
|
6
|
+
tencentcloud/csip/v20221121/models.py,sha256=ldUpAKj_XSX-95wEmOdc-AutWUw0C2vr63FicVOxga0,714210
|
|
7
|
+
tencentcloud_sdk_python_csip-3.0.1388.dist-info/METADATA,sha256=XdC4kM3qfrbTAzeLJ_r14PlUeGwNMTGOUPFMIWLUL2s,1501
|
|
8
|
+
tencentcloud_sdk_python_csip-3.0.1388.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_csip-3.0.1388.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_csip-3.0.1388.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=sFKbmMbpdiL3Rld6v7amlCmf-rtkh7AM-xi-0V5zjEk,631
|
|
2
|
-
tencentcloud/csip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/csip/v20221121/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/csip/v20221121/csip_client.py,sha256=e0Y7SDCz6pKzzI6QiRvPjEy4Pj7lHt1hr6nAIJKAgQk,45206
|
|
5
|
-
tencentcloud/csip/v20221121/errorcodes.py,sha256=ky14_OysSMjz-Z6CXsIKALA6KiCK7jfGFHBVcDheRL8,2227
|
|
6
|
-
tencentcloud/csip/v20221121/models.py,sha256=7SU9krVFcpjg6Z_zfaFHYHTNC3yowKNnJswYq5aK9Oo,714126
|
|
7
|
-
tencentcloud_sdk_python_csip-3.0.1386.dist-info/METADATA,sha256=jcF7yGsBUVWfY2wCldcsvHezYrr2HdvZIkCMu014VTU,1501
|
|
8
|
-
tencentcloud_sdk_python_csip-3.0.1386.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_csip-3.0.1386.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_csip-3.0.1386.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|