tencentcloud-sdk-python-csip 3.0.1386__tar.gz → 3.0.1388__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/setup.py +1 -1
  3. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/csip/v20221121/models.py +18 -20
  5. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-csip-3.0.1388/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-csip-3.0.1386/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/README.rst +0 -0
  9. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/csip/__init__.py +0 -0
  11. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/csip/v20221121/__init__.py +0 -0
  12. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/csip/v20221121/csip_client.py +0 -0
  13. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-csip-3.0.1386 → tencentcloud-sdk-python-csip-3.0.1388}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.0.1386
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
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-csip',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1386"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1388"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Csip SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1386'
17
+ __version__ = '3.0.1388'
@@ -5987,9 +5987,9 @@ class CVMAssetVO(AbstractModel):
5987
5987
  :type CWPStatus: int
5988
5988
  :param _AssetCreateTime: 资产创建时间
5989
5989
  :type AssetCreateTime: str
5990
- :param _PublicIp: 公网ip
5990
+ :param _PublicIp: 公网IP
5991
5991
  :type PublicIp: str
5992
- :param _PrivateIp: 私网ip
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: uuid
6012
+ :param _InstanceUuid: 主机安全Agent UUID
6013
6013
  :type InstanceUuid: str
6014
- :param _InstanceQUuid: qquid
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
- """公网ip
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
- """私网ip
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
- """uuid
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
- """qquid
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: 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
- """memberiD
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: 公网ip
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: 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
- """公网ip
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
- """memberid信息
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: 所属主账号memberid
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
- """所属主账号memberid
22299
+ """所属主账号memberId信息
22302
22300
  :rtype: str
22303
22301
  """
22304
22302
  return self._OwnerMemberID
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-csip
3
- Version: 3.0.1386
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1388
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1386