tencentcloud-sdk-python-ckafka 3.0.1373__tar.gz → 3.0.1374__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.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/ckafka/v20190819/models.py +0 -24
  5. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ckafka-3.0.1374/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ckafka-3.0.1373/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/ckafka/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
  13. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ckafka-3.0.1373 → tencentcloud-sdk-python-ckafka-3.0.1374}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1373
3
+ Version: 3.0.1374
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
@@ -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.1373"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1374"],
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.1373'
17
+ __version__ = '3.0.1374'
@@ -21820,10 +21820,8 @@ class InstanceRoute(AbstractModel):
21820
21820
  def __init__(self):
21821
21821
  r"""
21822
21822
  :param _InstanceId: ckafka集群实例Id
21823
- 注意:此字段可能返回 null,表示取不到有效值。
21824
21823
  :type InstanceId: str
21825
21824
  :param _RouteId: 路由Id
21826
- 注意:此字段可能返回 null,表示取不到有效值。
21827
21825
  :type RouteId: int
21828
21826
  """
21829
21827
  self._InstanceId = None
@@ -21832,7 +21830,6 @@ class InstanceRoute(AbstractModel):
21832
21830
  @property
21833
21831
  def InstanceId(self):
21834
21832
  """ckafka集群实例Id
21835
- 注意:此字段可能返回 null,表示取不到有效值。
21836
21833
  :rtype: str
21837
21834
  """
21838
21835
  return self._InstanceId
@@ -21844,7 +21841,6 @@ class InstanceRoute(AbstractModel):
21844
21841
  @property
21845
21842
  def RouteId(self):
21846
21843
  """路由Id
21847
- 注意:此字段可能返回 null,表示取不到有效值。
21848
21844
  :rtype: int
21849
21845
  """
21850
21846
  return self._RouteId
@@ -28523,13 +28519,10 @@ class RouteFilter(AbstractModel):
28523
28519
  def __init__(self):
28524
28520
  r"""
28525
28521
  :param _Name: 过滤名称,目前支持security-group-id,按安全组关联过滤
28526
- 注意:此字段可能返回 null,表示取不到有效值。
28527
28522
  :type Name: str
28528
28523
  :param _Values: 过滤值,当过滤名称为security-group-id时仅支持传单个value
28529
- 注意:此字段可能返回 null,表示取不到有效值。
28530
28524
  :type Values: list of str
28531
28525
  :param _Relation: 过滤关系,支持IN和NOT_IN,默认为IN
28532
- 注意:此字段可能返回 null,表示取不到有效值。
28533
28526
  :type Relation: str
28534
28527
  """
28535
28528
  self._Name = None
@@ -28539,7 +28532,6 @@ class RouteFilter(AbstractModel):
28539
28532
  @property
28540
28533
  def Name(self):
28541
28534
  """过滤名称,目前支持security-group-id,按安全组关联过滤
28542
- 注意:此字段可能返回 null,表示取不到有效值。
28543
28535
  :rtype: str
28544
28536
  """
28545
28537
  return self._Name
@@ -28551,7 +28543,6 @@ class RouteFilter(AbstractModel):
28551
28543
  @property
28552
28544
  def Values(self):
28553
28545
  """过滤值,当过滤名称为security-group-id时仅支持传单个value
28554
- 注意:此字段可能返回 null,表示取不到有效值。
28555
28546
  :rtype: list of str
28556
28547
  """
28557
28548
  return self._Values
@@ -28563,7 +28554,6 @@ class RouteFilter(AbstractModel):
28563
28554
  @property
28564
28555
  def Relation(self):
28565
28556
  """过滤关系,支持IN和NOT_IN,默认为IN
28566
- 注意:此字段可能返回 null,表示取不到有效值。
28567
28557
  :rtype: str
28568
28558
  """
28569
28559
  return self._Relation
@@ -29417,19 +29407,14 @@ class SecurityGroupRoute(AbstractModel):
29417
29407
  def __init__(self):
29418
29408
  r"""
29419
29409
  :param _InstanceRoute: 路由信息
29420
- 注意:此字段可能返回 null,表示取不到有效值。
29421
29410
  :type InstanceRoute: :class:`tencentcloud.ckafka.v20190819.models.InstanceRoute`
29422
29411
  :param _SecurityGroupIds: 关联的安全组列表
29423
- 注意:此字段可能返回 null,表示取不到有效值。
29424
29412
  :type SecurityGroupIds: list of str
29425
29413
  :param _InstanceName: ckafka集群实例名称
29426
- 注意:此字段可能返回 null,表示取不到有效值。
29427
29414
  :type InstanceName: str
29428
29415
  :param _VpcId: 路由vpcId
29429
- 注意:此字段可能返回 null,表示取不到有效值。
29430
29416
  :type VpcId: str
29431
29417
  :param _Vip: 路由vip
29432
- 注意:此字段可能返回 null,表示取不到有效值。
29433
29418
  :type Vip: str
29434
29419
  """
29435
29420
  self._InstanceRoute = None
@@ -29441,7 +29426,6 @@ class SecurityGroupRoute(AbstractModel):
29441
29426
  @property
29442
29427
  def InstanceRoute(self):
29443
29428
  """路由信息
29444
- 注意:此字段可能返回 null,表示取不到有效值。
29445
29429
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.InstanceRoute`
29446
29430
  """
29447
29431
  return self._InstanceRoute
@@ -29453,7 +29437,6 @@ class SecurityGroupRoute(AbstractModel):
29453
29437
  @property
29454
29438
  def SecurityGroupIds(self):
29455
29439
  """关联的安全组列表
29456
- 注意:此字段可能返回 null,表示取不到有效值。
29457
29440
  :rtype: list of str
29458
29441
  """
29459
29442
  return self._SecurityGroupIds
@@ -29465,7 +29448,6 @@ class SecurityGroupRoute(AbstractModel):
29465
29448
  @property
29466
29449
  def InstanceName(self):
29467
29450
  """ckafka集群实例名称
29468
- 注意:此字段可能返回 null,表示取不到有效值。
29469
29451
  :rtype: str
29470
29452
  """
29471
29453
  return self._InstanceName
@@ -29477,7 +29459,6 @@ class SecurityGroupRoute(AbstractModel):
29477
29459
  @property
29478
29460
  def VpcId(self):
29479
29461
  """路由vpcId
29480
- 注意:此字段可能返回 null,表示取不到有效值。
29481
29462
  :rtype: str
29482
29463
  """
29483
29464
  return self._VpcId
@@ -29489,7 +29470,6 @@ class SecurityGroupRoute(AbstractModel):
29489
29470
  @property
29490
29471
  def Vip(self):
29491
29472
  """路由vip
29492
- 注意:此字段可能返回 null,表示取不到有效值。
29493
29473
  :rtype: str
29494
29474
  """
29495
29475
  return self._Vip
@@ -29525,10 +29505,8 @@ class SecurityGroupRouteResp(AbstractModel):
29525
29505
  def __init__(self):
29526
29506
  r"""
29527
29507
  :param _TotalCount: 符合条件的安全组路由信息总数
29528
- 注意:此字段可能返回 null,表示取不到有效值。
29529
29508
  :type TotalCount: int
29530
29509
  :param _SecurityGroupRoutes: 符合条件的安全组路由信息列表
29531
- 注意:此字段可能返回 null,表示取不到有效值。
29532
29510
  :type SecurityGroupRoutes: list of SecurityGroupRoute
29533
29511
  """
29534
29512
  self._TotalCount = None
@@ -29537,7 +29515,6 @@ class SecurityGroupRouteResp(AbstractModel):
29537
29515
  @property
29538
29516
  def TotalCount(self):
29539
29517
  """符合条件的安全组路由信息总数
29540
- 注意:此字段可能返回 null,表示取不到有效值。
29541
29518
  :rtype: int
29542
29519
  """
29543
29520
  return self._TotalCount
@@ -29549,7 +29526,6 @@ class SecurityGroupRouteResp(AbstractModel):
29549
29526
  @property
29550
29527
  def SecurityGroupRoutes(self):
29551
29528
  """符合条件的安全组路由信息列表
29552
- 注意:此字段可能返回 null,表示取不到有效值。
29553
29529
  :rtype: list of SecurityGroupRoute
29554
29530
  """
29555
29531
  return self._SecurityGroupRoutes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1373
3
+ Version: 3.0.1374
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1374
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1373