tencentcloud-sdk-python-ckafka 3.0.1482__tar.gz → 3.0.1486__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_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/models.py +37 -30
  5. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ckafka-3.0.1486/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ckafka-3.0.1482/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
  13. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
  14. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud_sdk_python_ckafka-3.0.1482 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1482
3
+ Version: 3.0.1486
4
4
  Summary: Tencent Cloud Ckafka 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<4.0.0,>=3.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ckafka',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1482,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1486,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ckafka 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.1482'
17
+ __version__ = '3.0.1486'
@@ -6469,30 +6469,28 @@ class CreateRouteRequest(AbstractModel):
6469
6469
 
6470
6470
  def __init__(self):
6471
6471
  r"""
6472
- :param _InstanceId: ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
6472
+ :param _InstanceId: <p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
6473
6473
  :type InstanceId: str
6474
- :param _VipType: 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
6474
+ :param _VipType: <p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
6475
6475
  :type VipType: int
6476
- :param _VpcId: vpc网络Id,当vipType为3时必填
6476
+ :param _VpcId: <p>vpc网络Id,当vipType为3时必填</p>
6477
6477
  :type VpcId: str
6478
- :param _SubnetId: vpc子网id,当vipType为3时必填
6478
+ :param _SubnetId: <p>vpc子网id,当vipType为3时必填</p>
6479
6479
  :type SubnetId: str
6480
- :param _AccessType: 访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
6481
- vipType=3,支持 0,1,3,4,5
6482
- vipType=7,支持0,1,3
6483
- vipType=1,支持1,3
6484
-
6480
+ :param _AccessType: <p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
6485
6481
  :type AccessType: int
6486
- :param _AuthFlag: 是否需要权限管理,该字段已废弃
6482
+ :param _AuthFlag: <p>是否需要权限管理,该字段已废弃</p>
6487
6483
  :type AuthFlag: int
6488
- :param _CallerAppid: 调用方appId
6484
+ :param _CallerAppid: <p>调用方appId</p>
6489
6485
  :type CallerAppid: int
6490
- :param _PublicNetwork: 公网带宽,公网路由必传,且是3的倍数,无默认值
6486
+ :param _PublicNetwork: <p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
6491
6487
  :type PublicNetwork: int
6492
- :param _Ip: vip地址
6488
+ :param _Ip: <p>vip地址</p>
6493
6489
  :type Ip: str
6494
- :param _Note: 备注信息
6490
+ :param _Note: <p>备注信息</p>
6495
6491
  :type Note: str
6492
+ :param _SecurityGroupIds: <p>关联安全组有序列表</p>
6493
+ :type SecurityGroupIds: list of str
6496
6494
  """
6497
6495
  self._InstanceId = None
6498
6496
  self._VipType = None
@@ -6504,10 +6502,11 @@ vipType=1,支持1,3
6504
6502
  self._PublicNetwork = None
6505
6503
  self._Ip = None
6506
6504
  self._Note = None
6505
+ self._SecurityGroupIds = None
6507
6506
 
6508
6507
  @property
6509
6508
  def InstanceId(self):
6510
- r"""ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
6509
+ r"""<p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
6511
6510
  :rtype: str
6512
6511
  """
6513
6512
  return self._InstanceId
@@ -6518,7 +6517,7 @@ vipType=1,支持1,3
6518
6517
 
6519
6518
  @property
6520
6519
  def VipType(self):
6521
- r"""路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
6520
+ r"""<p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
6522
6521
  :rtype: int
6523
6522
  """
6524
6523
  return self._VipType
@@ -6529,7 +6528,7 @@ vipType=1,支持1,3
6529
6528
 
6530
6529
  @property
6531
6530
  def VpcId(self):
6532
- r"""vpc网络Id,当vipType为3时必填
6531
+ r"""<p>vpc网络Id,当vipType为3时必填</p>
6533
6532
  :rtype: str
6534
6533
  """
6535
6534
  return self._VpcId
@@ -6540,7 +6539,7 @@ vipType=1,支持1,3
6540
6539
 
6541
6540
  @property
6542
6541
  def SubnetId(self):
6543
- r"""vpc子网id,当vipType为3时必填
6542
+ r"""<p>vpc子网id,当vipType为3时必填</p>
6544
6543
  :rtype: str
6545
6544
  """
6546
6545
  return self._SubnetId
@@ -6551,11 +6550,7 @@ vipType=1,支持1,3
6551
6550
 
6552
6551
  @property
6553
6552
  def AccessType(self):
6554
- r"""访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
6555
- vipType=3,支持 0,1,3,4,5
6556
- vipType=7,支持0,1,3
6557
- vipType=1,支持1,3
6558
-
6553
+ r"""<p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
6559
6554
  :rtype: int
6560
6555
  """
6561
6556
  return self._AccessType
@@ -6566,7 +6561,7 @@ vipType=1,支持1,3
6566
6561
 
6567
6562
  @property
6568
6563
  def AuthFlag(self):
6569
- r"""是否需要权限管理,该字段已废弃
6564
+ r"""<p>是否需要权限管理,该字段已废弃</p>
6570
6565
  :rtype: int
6571
6566
  """
6572
6567
  return self._AuthFlag
@@ -6577,7 +6572,7 @@ vipType=1,支持1,3
6577
6572
 
6578
6573
  @property
6579
6574
  def CallerAppid(self):
6580
- r"""调用方appId
6575
+ r"""<p>调用方appId</p>
6581
6576
  :rtype: int
6582
6577
  """
6583
6578
  return self._CallerAppid
@@ -6588,7 +6583,7 @@ vipType=1,支持1,3
6588
6583
 
6589
6584
  @property
6590
6585
  def PublicNetwork(self):
6591
- r"""公网带宽,公网路由必传,且是3的倍数,无默认值
6586
+ r"""<p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
6592
6587
  :rtype: int
6593
6588
  """
6594
6589
  return self._PublicNetwork
@@ -6599,7 +6594,7 @@ vipType=1,支持1,3
6599
6594
 
6600
6595
  @property
6601
6596
  def Ip(self):
6602
- r"""vip地址
6597
+ r"""<p>vip地址</p>
6603
6598
  :rtype: str
6604
6599
  """
6605
6600
  return self._Ip
@@ -6610,7 +6605,7 @@ vipType=1,支持1,3
6610
6605
 
6611
6606
  @property
6612
6607
  def Note(self):
6613
- r"""备注信息
6608
+ r"""<p>备注信息</p>
6614
6609
  :rtype: str
6615
6610
  """
6616
6611
  return self._Note
@@ -6619,6 +6614,17 @@ vipType=1,支持1,3
6619
6614
  def Note(self, Note):
6620
6615
  self._Note = Note
6621
6616
 
6617
+ @property
6618
+ def SecurityGroupIds(self):
6619
+ r"""<p>关联安全组有序列表</p>
6620
+ :rtype: list of str
6621
+ """
6622
+ return self._SecurityGroupIds
6623
+
6624
+ @SecurityGroupIds.setter
6625
+ def SecurityGroupIds(self, SecurityGroupIds):
6626
+ self._SecurityGroupIds = SecurityGroupIds
6627
+
6622
6628
 
6623
6629
  def _deserialize(self, params):
6624
6630
  self._InstanceId = params.get("InstanceId")
@@ -6631,6 +6637,7 @@ vipType=1,支持1,3
6631
6637
  self._PublicNetwork = params.get("PublicNetwork")
6632
6638
  self._Ip = params.get("Ip")
6633
6639
  self._Note = params.get("Note")
6640
+ self._SecurityGroupIds = params.get("SecurityGroupIds")
6634
6641
  memeber_set = set(params.keys())
6635
6642
  for name, value in vars(self).items():
6636
6643
  property_name = name[1:]
@@ -6648,7 +6655,7 @@ class CreateRouteResponse(AbstractModel):
6648
6655
 
6649
6656
  def __init__(self):
6650
6657
  r"""
6651
- :param _Result: 返回结果
6658
+ :param _Result: <p>返回结果</p>
6652
6659
  :type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
6653
6660
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6654
6661
  :type RequestId: str
@@ -6658,7 +6665,7 @@ class CreateRouteResponse(AbstractModel):
6658
6665
 
6659
6666
  @property
6660
6667
  def Result(self):
6661
- r"""返回结果
6668
+ r"""<p>返回结果</p>
6662
6669
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
6663
6670
  """
6664
6671
  return self._Result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1482
3
+ Version: 3.0.1486
4
4
  Summary: Tencent Cloud Ckafka 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<4.0.0,>=3.0.1482
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1482