tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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/aiart/v20221229/aiart_client.py +55 -0
- tencentcloud/aiart/v20221229/models.py +386 -0
- tencentcloud/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +42 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +165 -380
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +198 -14
- tencentcloud/dc/v20180410/dc_client.py +1 -1
- tencentcloud/dc/v20180410/models.py +46 -48
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/emr/v20190103/models.py +50 -122
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/ess/v20201111/ess_client.py +26 -5
- tencentcloud/ess/v20201111/models.py +58 -86
- tencentcloud/essbasic/v20210526/models.py +86 -134
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +326 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +84 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
- tencentcloud/iotexplorer/v20190423/models.py +1473 -75
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +6 -8
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +60 -18
- tencentcloud/mna/v20210119/models.py +0 -52
- tencentcloud/monitor/v20180724/models.py +57 -6
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +871 -18
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +49 -4
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/redis/v20180412/models.py +6 -2
- tencentcloud/rum/v20210622/models.py +92 -4
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/ssl/v20191205/models.py +19 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tcb/v20180608/models.py +2 -86
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +8 -18
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/tke/v20220501/models.py +2 -2
- tencentcloud/trro/v20220325/models.py +15 -58
- tencentcloud/trtc/v20190722/models.py +30 -0
- tencentcloud/tse/v20201207/models.py +185 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +508 -40
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +1368 -2
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -372,7 +372,6 @@ class ApplyInternetAddressResponse(AbstractModel):
|
|
372
372
|
def __init__(self):
|
373
373
|
r"""
|
374
374
|
:param _InstanceId: 互联网公网地址ID
|
375
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
376
375
|
:type InstanceId: str
|
377
376
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
378
377
|
:type RequestId: str
|
@@ -383,7 +382,6 @@ class ApplyInternetAddressResponse(AbstractModel):
|
|
383
382
|
@property
|
384
383
|
def InstanceId(self):
|
385
384
|
"""互联网公网地址ID
|
386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
387
385
|
:rtype: str
|
388
386
|
"""
|
389
387
|
return self._InstanceId
|
@@ -610,7 +608,6 @@ stoped:终止状态
|
|
610
608
|
:param _ApplyTime: 敏捷上云申请的时间
|
611
609
|
:type ApplyTime: str
|
612
610
|
:param _ReadyTime: 敏捷上云建设完成的时间
|
613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
614
611
|
:type ReadyTime: str
|
615
612
|
:param _ExpireTime: 敏捷上云过期时间
|
616
613
|
:type ExpireTime: str
|
@@ -632,6 +629,8 @@ cross-region:跨地域
|
|
632
629
|
:type CloudAttachServiceGatewaysSupport: bool
|
633
630
|
:param _BUpdateBandwidth: 敏捷上云服务是否处于升降配中
|
634
631
|
:type BUpdateBandwidth: bool
|
632
|
+
:param _ArRegion: 接入地域
|
633
|
+
:type ArRegion: str
|
635
634
|
"""
|
636
635
|
self._InstanceId = None
|
637
636
|
self._Name = None
|
@@ -652,6 +651,7 @@ cross-region:跨地域
|
|
652
651
|
self._DirectConnectId = None
|
653
652
|
self._CloudAttachServiceGatewaysSupport = None
|
654
653
|
self._BUpdateBandwidth = None
|
654
|
+
self._ArRegion = None
|
655
655
|
|
656
656
|
@property
|
657
657
|
def InstanceId(self):
|
@@ -762,7 +762,6 @@ stoped:终止状态
|
|
762
762
|
@property
|
763
763
|
def ReadyTime(self):
|
764
764
|
"""敏捷上云建设完成的时间
|
765
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
766
765
|
:rtype: str
|
767
766
|
"""
|
768
767
|
return self._ReadyTime
|
@@ -872,6 +871,17 @@ cross-region:跨地域
|
|
872
871
|
def BUpdateBandwidth(self, BUpdateBandwidth):
|
873
872
|
self._BUpdateBandwidth = BUpdateBandwidth
|
874
873
|
|
874
|
+
@property
|
875
|
+
def ArRegion(self):
|
876
|
+
"""接入地域
|
877
|
+
:rtype: str
|
878
|
+
"""
|
879
|
+
return self._ArRegion
|
880
|
+
|
881
|
+
@ArRegion.setter
|
882
|
+
def ArRegion(self, ArRegion):
|
883
|
+
self._ArRegion = ArRegion
|
884
|
+
|
875
885
|
|
876
886
|
def _deserialize(self, params):
|
877
887
|
self._InstanceId = params.get("InstanceId")
|
@@ -893,6 +903,7 @@ cross-region:跨地域
|
|
893
903
|
self._DirectConnectId = params.get("DirectConnectId")
|
894
904
|
self._CloudAttachServiceGatewaysSupport = params.get("CloudAttachServiceGatewaysSupport")
|
895
905
|
self._BUpdateBandwidth = params.get("BUpdateBandwidth")
|
906
|
+
self._ArRegion = params.get("ArRegion")
|
896
907
|
memeber_set = set(params.keys())
|
897
908
|
for name, value in vars(self).items():
|
898
909
|
property_name = name[1:]
|
@@ -973,6 +984,8 @@ class CreateCasInput(AbstractModel):
|
|
973
984
|
:type Telephone: str
|
974
985
|
:param _Remarks: 备注信息
|
975
986
|
:type Remarks: str
|
987
|
+
:param _ArRegion: 接入地域
|
988
|
+
:type ArRegion: str
|
976
989
|
"""
|
977
990
|
self._Name = None
|
978
991
|
self._IdcAddress = None
|
@@ -980,6 +993,7 @@ class CreateCasInput(AbstractModel):
|
|
980
993
|
self._Bandwidth = None
|
981
994
|
self._Telephone = None
|
982
995
|
self._Remarks = None
|
996
|
+
self._ArRegion = None
|
983
997
|
|
984
998
|
@property
|
985
999
|
def Name(self):
|
@@ -1047,6 +1061,17 @@ class CreateCasInput(AbstractModel):
|
|
1047
1061
|
def Remarks(self, Remarks):
|
1048
1062
|
self._Remarks = Remarks
|
1049
1063
|
|
1064
|
+
@property
|
1065
|
+
def ArRegion(self):
|
1066
|
+
"""接入地域
|
1067
|
+
:rtype: str
|
1068
|
+
"""
|
1069
|
+
return self._ArRegion
|
1070
|
+
|
1071
|
+
@ArRegion.setter
|
1072
|
+
def ArRegion(self, ArRegion):
|
1073
|
+
self._ArRegion = ArRegion
|
1074
|
+
|
1050
1075
|
|
1051
1076
|
def _deserialize(self, params):
|
1052
1077
|
self._Name = params.get("Name")
|
@@ -1055,6 +1080,7 @@ class CreateCasInput(AbstractModel):
|
|
1055
1080
|
self._Bandwidth = params.get("Bandwidth")
|
1056
1081
|
self._Telephone = params.get("Telephone")
|
1057
1082
|
self._Remarks = params.get("Remarks")
|
1083
|
+
self._ArRegion = params.get("ArRegion")
|
1058
1084
|
memeber_set = set(params.keys())
|
1059
1085
|
for name, value in vars(self).items():
|
1060
1086
|
property_name = name[1:]
|
@@ -2525,7 +2551,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
|
|
2525
2551
|
:param _TotalCount: 符合物理专线列表数量。
|
2526
2552
|
:type TotalCount: int
|
2527
2553
|
:param _AllSignLaw: 用户名下物理专线是否都签署了用户协议。
|
2528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2529
2554
|
:type AllSignLaw: bool
|
2530
2555
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2531
2556
|
:type RequestId: str
|
@@ -2560,7 +2585,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
|
|
2560
2585
|
@property
|
2561
2586
|
def AllSignLaw(self):
|
2562
2587
|
"""用户名下物理专线是否都签署了用户协议。
|
2563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2564
2588
|
:rtype: bool
|
2565
2589
|
"""
|
2566
2590
|
return self._AllSignLaw
|
@@ -2607,19 +2631,14 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2607
2631
|
def __init__(self):
|
2608
2632
|
r"""
|
2609
2633
|
:param _Ipv6PrefixLen: IPv6互联网公网允许的最小前缀长度
|
2610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2611
2634
|
:type Ipv6PrefixLen: int
|
2612
2635
|
:param _Ipv4BgpQuota: BGP类型IPv4互联网地址配额
|
2613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2614
2636
|
:type Ipv4BgpQuota: int
|
2615
2637
|
:param _Ipv4OtherQuota: 非BGP类型IPv4互联网地址配额
|
2616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2617
2638
|
:type Ipv4OtherQuota: int
|
2618
2639
|
:param _Ipv4BgpNum: BGP类型IPv4互联网地址已使用数量
|
2619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2620
2640
|
:type Ipv4BgpNum: int
|
2621
2641
|
:param _Ipv4OtherNum: 非BGP类型互联网地址已使用数量
|
2622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2623
2642
|
:type Ipv4OtherNum: int
|
2624
2643
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2625
2644
|
:type RequestId: str
|
@@ -2634,7 +2653,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2634
2653
|
@property
|
2635
2654
|
def Ipv6PrefixLen(self):
|
2636
2655
|
"""IPv6互联网公网允许的最小前缀长度
|
2637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2638
2656
|
:rtype: int
|
2639
2657
|
"""
|
2640
2658
|
return self._Ipv6PrefixLen
|
@@ -2646,7 +2664,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2646
2664
|
@property
|
2647
2665
|
def Ipv4BgpQuota(self):
|
2648
2666
|
"""BGP类型IPv4互联网地址配额
|
2649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2650
2667
|
:rtype: int
|
2651
2668
|
"""
|
2652
2669
|
return self._Ipv4BgpQuota
|
@@ -2658,7 +2675,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2658
2675
|
@property
|
2659
2676
|
def Ipv4OtherQuota(self):
|
2660
2677
|
"""非BGP类型IPv4互联网地址配额
|
2661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2662
2678
|
:rtype: int
|
2663
2679
|
"""
|
2664
2680
|
return self._Ipv4OtherQuota
|
@@ -2670,7 +2686,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2670
2686
|
@property
|
2671
2687
|
def Ipv4BgpNum(self):
|
2672
2688
|
"""BGP类型IPv4互联网地址已使用数量
|
2673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2674
2689
|
:rtype: int
|
2675
2690
|
"""
|
2676
2691
|
return self._Ipv4BgpNum
|
@@ -2682,7 +2697,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
|
|
2682
2697
|
@property
|
2683
2698
|
def Ipv4OtherNum(self):
|
2684
2699
|
"""非BGP类型互联网地址已使用数量
|
2685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2686
2700
|
:rtype: int
|
2687
2701
|
"""
|
2688
2702
|
return self._Ipv4OtherNum
|
@@ -2723,12 +2737,7 @@ class DescribeInternetAddressRequest(AbstractModel):
|
|
2723
2737
|
:type Offset: int
|
2724
2738
|
:param _Limit: 返回数量,默认为20,最大值100
|
2725
2739
|
:type Limit: int
|
2726
|
-
:param _Filters: 过滤条件:
|
2727
|
-
<li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
|
2728
|
-
<li>AddrProto地址类型。0:IPv4 1:IPv6</li>
|
2729
|
-
<li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
|
2730
|
-
<li>Subnet 互联网公网地址,数组</li>
|
2731
|
-
<InstanceIds>互联网公网地址ID,数组</li>
|
2740
|
+
:param _Filters: 过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
|
2732
2741
|
:type Filters: list of Filter
|
2733
2742
|
"""
|
2734
2743
|
self._Offset = None
|
@@ -2759,12 +2768,7 @@ class DescribeInternetAddressRequest(AbstractModel):
|
|
2759
2768
|
|
2760
2769
|
@property
|
2761
2770
|
def Filters(self):
|
2762
|
-
"""过滤条件:
|
2763
|
-
<li>AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通</li>
|
2764
|
-
<li>AddrProto地址类型。0:IPv4 1:IPv6</li>
|
2765
|
-
<li>Status 地址状态。 0:使用中, 1:已停用, 2:已退还</li>
|
2766
|
-
<li>Subnet 互联网公网地址,数组</li>
|
2767
|
-
<InstanceIds>互联网公网地址ID,数组</li>
|
2771
|
+
"""过滤条件: <li>AddrType,地址类型。0:BGP 1;1: 电信;2:移动;3:联通</li> <li>AddrProto,地址类型。0:IPv4;1:IPv6</li> <li>Status,地址状态。 0:使用中;1:已停用; 2:已退还</li> <li>Subnet,互联网公网地址。数组</li> <li>InstanceIds,互联网公网地址ID。数组</li>
|
2768
2772
|
:rtype: list of Filter
|
2769
2773
|
"""
|
2770
2774
|
return self._Filters
|
@@ -2803,7 +2807,6 @@ class DescribeInternetAddressResponse(AbstractModel):
|
|
2803
2807
|
:param _TotalCount: 互联网公网地址数量
|
2804
2808
|
:type TotalCount: int
|
2805
2809
|
:param _Subnets: 互联网公网地址列表
|
2806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2807
2810
|
:type Subnets: list of InternetAddressDetail
|
2808
2811
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2809
2812
|
:type RequestId: str
|
@@ -2826,7 +2829,6 @@ class DescribeInternetAddressResponse(AbstractModel):
|
|
2826
2829
|
@property
|
2827
2830
|
def Subnets(self):
|
2828
2831
|
"""互联网公网地址列表
|
2829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2830
2832
|
:rtype: list of InternetAddressDetail
|
2831
2833
|
"""
|
2832
2834
|
return self._Subnets
|
@@ -2874,7 +2876,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
|
|
2874
2876
|
:param _TotalCount: 互联网公网地址统计信息数量
|
2875
2877
|
:type TotalCount: int
|
2876
2878
|
:param _InternetAddressStatistics: 互联网公网地址统计信息列表
|
2877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2878
2879
|
:type InternetAddressStatistics: list of InternetAddressStatistics
|
2879
2880
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2880
2881
|
:type RequestId: str
|
@@ -2897,7 +2898,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
|
|
2897
2898
|
@property
|
2898
2899
|
def InternetAddressStatistics(self):
|
2899
2900
|
"""互联网公网地址统计信息列表
|
2900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2901
2901
|
:rtype: list of InternetAddressStatistics
|
2902
2902
|
"""
|
2903
2903
|
return self._InternetAddressStatistics
|
@@ -2936,15 +2936,15 @@ class DescribePublicDirectConnectTunnelRoutesRequest(AbstractModel):
|
|
2936
2936
|
|
2937
2937
|
def __init__(self):
|
2938
2938
|
r"""
|
2939
|
-
:param _DirectConnectTunnelId: 专用通道ID
|
2939
|
+
:param _DirectConnectTunnelId: 专用通道ID。
|
2940
2940
|
:type DirectConnectTunnelId: str
|
2941
2941
|
:param _Filters: 过滤条件:
|
2942
|
-
route-type:路由类型,取值:BGP/STATIC
|
2943
|
-
route-subnet:路由cidr,取值如:192.68.1.0/24
|
2942
|
+
route-type:路由类型,取值:BGP/STATIC;
|
2943
|
+
route-subnet:路由cidr,取值如:192.68.1.0/24。
|
2944
2944
|
:type Filters: list of Filter
|
2945
|
-
:param _Offset: 偏移量,默认为0
|
2945
|
+
:param _Offset: 偏移量,默认为0。
|
2946
2946
|
:type Offset: int
|
2947
|
-
:param _Limit: 返回数量,默认为20,最大值为100
|
2947
|
+
:param _Limit: 返回数量,默认为20,最大值为100。
|
2948
2948
|
:type Limit: int
|
2949
2949
|
"""
|
2950
2950
|
self._DirectConnectTunnelId = None
|
@@ -2954,7 +2954,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
2954
2954
|
|
2955
2955
|
@property
|
2956
2956
|
def DirectConnectTunnelId(self):
|
2957
|
-
"""专用通道ID
|
2957
|
+
"""专用通道ID。
|
2958
2958
|
:rtype: str
|
2959
2959
|
"""
|
2960
2960
|
return self._DirectConnectTunnelId
|
@@ -2966,8 +2966,8 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
2966
2966
|
@property
|
2967
2967
|
def Filters(self):
|
2968
2968
|
"""过滤条件:
|
2969
|
-
route-type:路由类型,取值:BGP/STATIC
|
2970
|
-
route-subnet:路由cidr,取值如:192.68.1.0/24
|
2969
|
+
route-type:路由类型,取值:BGP/STATIC;
|
2970
|
+
route-subnet:路由cidr,取值如:192.68.1.0/24。
|
2971
2971
|
:rtype: list of Filter
|
2972
2972
|
"""
|
2973
2973
|
return self._Filters
|
@@ -2978,7 +2978,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
2978
2978
|
|
2979
2979
|
@property
|
2980
2980
|
def Offset(self):
|
2981
|
-
"""偏移量,默认为0
|
2981
|
+
"""偏移量,默认为0。
|
2982
2982
|
:rtype: int
|
2983
2983
|
"""
|
2984
2984
|
return self._Offset
|
@@ -2989,7 +2989,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
|
|
2989
2989
|
|
2990
2990
|
@property
|
2991
2991
|
def Limit(self):
|
2992
|
-
"""返回数量,默认为20,最大值为100
|
2992
|
+
"""返回数量,默认为20,最大值为100。
|
2993
2993
|
:rtype: int
|
2994
2994
|
"""
|
2995
2995
|
return self._Limit
|
@@ -3026,9 +3026,9 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
|
|
3026
3026
|
|
3027
3027
|
def __init__(self):
|
3028
3028
|
r"""
|
3029
|
-
:param _Routes:
|
3029
|
+
:param _Routes: 互联网通道路由列表。
|
3030
3030
|
:type Routes: list of DirectConnectTunnelRoute
|
3031
|
-
:param _TotalCount:
|
3031
|
+
:param _TotalCount: 路由总数量。
|
3032
3032
|
:type TotalCount: int
|
3033
3033
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3034
3034
|
:type RequestId: str
|
@@ -3039,7 +3039,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
|
|
3039
3039
|
|
3040
3040
|
@property
|
3041
3041
|
def Routes(self):
|
3042
|
-
"""
|
3042
|
+
"""互联网通道路由列表。
|
3043
3043
|
:rtype: list of DirectConnectTunnelRoute
|
3044
3044
|
"""
|
3045
3045
|
return self._Routes
|
@@ -3050,7 +3050,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
|
|
3050
3050
|
|
3051
3051
|
@property
|
3052
3052
|
def TotalCount(self):
|
3053
|
-
"""
|
3053
|
+
"""路由总数量。
|
3054
3054
|
:rtype: int
|
3055
3055
|
"""
|
3056
3056
|
return self._TotalCount
|
@@ -4833,7 +4833,6 @@ class DirectConnectTunnelRoute(AbstractModel):
|
|
4833
4833
|
:param _NextHop: 路由下一跳IP
|
4834
4834
|
:type NextHop: str
|
4835
4835
|
:param _UpdateTime: 路由更新时间
|
4836
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4837
4836
|
:type UpdateTime: str
|
4838
4837
|
:param _ApplyOnTunnelEnable: 是否配置在通道上
|
4839
4838
|
:type ApplyOnTunnelEnable: bool
|
@@ -4916,7 +4915,6 @@ class DirectConnectTunnelRoute(AbstractModel):
|
|
4916
4915
|
@property
|
4917
4916
|
def UpdateTime(self):
|
4918
4917
|
"""路由更新时间
|
4919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4920
4918
|
:rtype: str
|
4921
4919
|
"""
|
4922
4920
|
return self._UpdateTime
|
@@ -29007,6 +29007,44 @@ class SessionResourceTemplate(AbstractModel):
|
|
29007
29007
|
|
29008
29008
|
|
29009
29009
|
|
29010
|
+
class SmartOptimizerChangeTablePolicy(AbstractModel):
|
29011
|
+
"""混合表中,change表的数据保存时间,单位为天
|
29012
|
+
|
29013
|
+
"""
|
29014
|
+
|
29015
|
+
def __init__(self):
|
29016
|
+
r"""
|
29017
|
+
:param _DataRetentionTime: change表的数据保存时间,单位为天
|
29018
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
29019
|
+
:type DataRetentionTime: int
|
29020
|
+
"""
|
29021
|
+
self._DataRetentionTime = None
|
29022
|
+
|
29023
|
+
@property
|
29024
|
+
def DataRetentionTime(self):
|
29025
|
+
"""change表的数据保存时间,单位为天
|
29026
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
29027
|
+
:rtype: int
|
29028
|
+
"""
|
29029
|
+
return self._DataRetentionTime
|
29030
|
+
|
29031
|
+
@DataRetentionTime.setter
|
29032
|
+
def DataRetentionTime(self, DataRetentionTime):
|
29033
|
+
self._DataRetentionTime = DataRetentionTime
|
29034
|
+
|
29035
|
+
|
29036
|
+
def _deserialize(self, params):
|
29037
|
+
self._DataRetentionTime = params.get("DataRetentionTime")
|
29038
|
+
memeber_set = set(params.keys())
|
29039
|
+
for name, value in vars(self).items():
|
29040
|
+
property_name = name[1:]
|
29041
|
+
if property_name in memeber_set:
|
29042
|
+
memeber_set.remove(property_name)
|
29043
|
+
if len(memeber_set) > 0:
|
29044
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
29045
|
+
|
29046
|
+
|
29047
|
+
|
29010
29048
|
class SmartOptimizerIndexPolicy(AbstractModel):
|
29011
29049
|
"""SmartOptimizerIndexPolicy
|
29012
29050
|
|
@@ -29173,12 +29211,16 @@ class SmartOptimizerPolicy(AbstractModel):
|
|
29173
29211
|
:param _Index: SmartOptimizerIndexPolicy
|
29174
29212
|
注意:此字段可能返回 null,表示取不到有效值。
|
29175
29213
|
:type Index: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerIndexPolicy`
|
29214
|
+
:param _ChangeTable: SmartOptimizerChangeTablePolicy
|
29215
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
29216
|
+
:type ChangeTable: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerChangeTablePolicy`
|
29176
29217
|
"""
|
29177
29218
|
self._Inherit = None
|
29178
29219
|
self._Resources = None
|
29179
29220
|
self._Written = None
|
29180
29221
|
self._Lifecycle = None
|
29181
29222
|
self._Index = None
|
29223
|
+
self._ChangeTable = None
|
29182
29224
|
|
29183
29225
|
@property
|
29184
29226
|
def Inherit(self):
|
@@ -29240,6 +29282,18 @@ class SmartOptimizerPolicy(AbstractModel):
|
|
29240
29282
|
def Index(self, Index):
|
29241
29283
|
self._Index = Index
|
29242
29284
|
|
29285
|
+
@property
|
29286
|
+
def ChangeTable(self):
|
29287
|
+
"""SmartOptimizerChangeTablePolicy
|
29288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
29289
|
+
:rtype: :class:`tencentcloud.dlc.v20210125.models.SmartOptimizerChangeTablePolicy`
|
29290
|
+
"""
|
29291
|
+
return self._ChangeTable
|
29292
|
+
|
29293
|
+
@ChangeTable.setter
|
29294
|
+
def ChangeTable(self, ChangeTable):
|
29295
|
+
self._ChangeTable = ChangeTable
|
29296
|
+
|
29243
29297
|
|
29244
29298
|
def _deserialize(self, params):
|
29245
29299
|
self._Inherit = params.get("Inherit")
|
@@ -29258,6 +29312,9 @@ class SmartOptimizerPolicy(AbstractModel):
|
|
29258
29312
|
if params.get("Index") is not None:
|
29259
29313
|
self._Index = SmartOptimizerIndexPolicy()
|
29260
29314
|
self._Index._deserialize(params.get("Index"))
|
29315
|
+
if params.get("ChangeTable") is not None:
|
29316
|
+
self._ChangeTable = SmartOptimizerChangeTablePolicy()
|
29317
|
+
self._ChangeTable._deserialize(params.get("ChangeTable"))
|
29261
29318
|
memeber_set = set(params.keys())
|
29262
29319
|
for name, value in vars(self).items():
|
29263
29320
|
property_name = name[1:]
|
@@ -31555,6 +31612,9 @@ class TableBaseInfo(AbstractModel):
|
|
31555
31612
|
:param _SmartPolicy: 智能数据治理配置项
|
31556
31613
|
注意:此字段可能返回 null,表示取不到有效值。
|
31557
31614
|
:type SmartPolicy: :class:`tencentcloud.dlc.v20210125.models.SmartPolicy`
|
31615
|
+
:param _PrimaryKeys: T-ICEBERG表的主键
|
31616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31617
|
+
:type PrimaryKeys: list of str
|
31558
31618
|
"""
|
31559
31619
|
self._DatabaseName = None
|
31560
31620
|
self._TableName = None
|
@@ -31567,6 +31627,7 @@ class TableBaseInfo(AbstractModel):
|
|
31567
31627
|
self._GovernPolicy = None
|
31568
31628
|
self._DbGovernPolicyIsDisable = None
|
31569
31629
|
self._SmartPolicy = None
|
31630
|
+
self._PrimaryKeys = None
|
31570
31631
|
|
31571
31632
|
@property
|
31572
31633
|
def DatabaseName(self):
|
@@ -31706,6 +31767,18 @@ class TableBaseInfo(AbstractModel):
|
|
31706
31767
|
def SmartPolicy(self, SmartPolicy):
|
31707
31768
|
self._SmartPolicy = SmartPolicy
|
31708
31769
|
|
31770
|
+
@property
|
31771
|
+
def PrimaryKeys(self):
|
31772
|
+
"""T-ICEBERG表的主键
|
31773
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31774
|
+
:rtype: list of str
|
31775
|
+
"""
|
31776
|
+
return self._PrimaryKeys
|
31777
|
+
|
31778
|
+
@PrimaryKeys.setter
|
31779
|
+
def PrimaryKeys(self, PrimaryKeys):
|
31780
|
+
self._PrimaryKeys = PrimaryKeys
|
31781
|
+
|
31709
31782
|
|
31710
31783
|
def _deserialize(self, params):
|
31711
31784
|
self._DatabaseName = params.get("DatabaseName")
|
@@ -31723,6 +31796,7 @@ class TableBaseInfo(AbstractModel):
|
|
31723
31796
|
if params.get("SmartPolicy") is not None:
|
31724
31797
|
self._SmartPolicy = SmartPolicy()
|
31725
31798
|
self._SmartPolicy._deserialize(params.get("SmartPolicy"))
|
31799
|
+
self._PrimaryKeys = params.get("PrimaryKeys")
|
31726
31800
|
memeber_set = set(params.keys())
|
31727
31801
|
for name, value in vars(self).items():
|
31728
31802
|
property_name = name[1:]
|
@@ -31885,6 +31959,8 @@ class TableResponseInfo(AbstractModel):
|
|
31885
31959
|
:param _HeatValue: 访问热点
|
31886
31960
|
注意:此字段可能返回 null,表示取不到有效值。
|
31887
31961
|
:type HeatValue: int
|
31962
|
+
:param _InputFormatShort: InputFormat的缩写
|
31963
|
+
:type InputFormatShort: str
|
31888
31964
|
"""
|
31889
31965
|
self._TableBaseInfo = None
|
31890
31966
|
self._Columns = None
|
@@ -31898,6 +31974,7 @@ class TableResponseInfo(AbstractModel):
|
|
31898
31974
|
self._RecordCount = None
|
31899
31975
|
self._MapMaterializedViewName = None
|
31900
31976
|
self._HeatValue = None
|
31977
|
+
self._InputFormatShort = None
|
31901
31978
|
|
31902
31979
|
@property
|
31903
31980
|
def TableBaseInfo(self):
|
@@ -32042,6 +32119,17 @@ class TableResponseInfo(AbstractModel):
|
|
32042
32119
|
def HeatValue(self, HeatValue):
|
32043
32120
|
self._HeatValue = HeatValue
|
32044
32121
|
|
32122
|
+
@property
|
32123
|
+
def InputFormatShort(self):
|
32124
|
+
"""InputFormat的缩写
|
32125
|
+
:rtype: str
|
32126
|
+
"""
|
32127
|
+
return self._InputFormatShort
|
32128
|
+
|
32129
|
+
@InputFormatShort.setter
|
32130
|
+
def InputFormatShort(self, InputFormatShort):
|
32131
|
+
self._InputFormatShort = InputFormatShort
|
32132
|
+
|
32045
32133
|
|
32046
32134
|
def _deserialize(self, params):
|
32047
32135
|
if params.get("TableBaseInfo") is not None:
|
@@ -32073,6 +32161,7 @@ class TableResponseInfo(AbstractModel):
|
|
32073
32161
|
self._RecordCount = params.get("RecordCount")
|
32074
32162
|
self._MapMaterializedViewName = params.get("MapMaterializedViewName")
|
32075
32163
|
self._HeatValue = params.get("HeatValue")
|
32164
|
+
self._InputFormatShort = params.get("InputFormatShort")
|
32076
32165
|
memeber_set = set(params.keys())
|
32077
32166
|
for name, value in vars(self).items():
|
32078
32167
|
property_name = name[1:]
|
@@ -8937,7 +8937,6 @@ class DescribeNetworkInterfacesResponse(AbstractModel):
|
|
8937
8937
|
:param _TotalCount: 符合条件的实例数量。
|
8938
8938
|
:type TotalCount: int
|
8939
8939
|
:param _NetworkInterfaceSet: 实例详细信息列表。
|
8940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8941
8940
|
:type NetworkInterfaceSet: list of NetworkInterface
|
8942
8941
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8943
8942
|
:type RequestId: str
|
@@ -8960,7 +8959,6 @@ class DescribeNetworkInterfacesResponse(AbstractModel):
|
|
8960
8959
|
@property
|
8961
8960
|
def NetworkInterfaceSet(self):
|
8962
8961
|
"""实例详细信息列表。
|
8963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8964
8962
|
:rtype: list of NetworkInterface
|
8965
8963
|
"""
|
8966
8964
|
return self._NetworkInterfaceSet
|
@@ -9973,7 +9971,6 @@ class DescribeRouteTablesResponse(AbstractModel):
|
|
9973
9971
|
:param _TotalCount: 符合条件的实例数量
|
9974
9972
|
:type TotalCount: int
|
9975
9973
|
:param _RouteTableSet: 路由表列表
|
9976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9977
9974
|
:type RouteTableSet: list of RouteTable
|
9978
9975
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9979
9976
|
:type RequestId: str
|
@@ -9996,7 +9993,6 @@ class DescribeRouteTablesResponse(AbstractModel):
|
|
9996
9993
|
@property
|
9997
9994
|
def RouteTableSet(self):
|
9998
9995
|
"""路由表列表
|
9999
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10000
9996
|
:rtype: list of RouteTable
|
10001
9997
|
"""
|
10002
9998
|
return self._RouteTableSet
|
@@ -10730,7 +10726,6 @@ class DescribeSubnetsResponse(AbstractModel):
|
|
10730
10726
|
:param _TotalCount: 符合条件的实例数量。
|
10731
10727
|
:type TotalCount: int
|
10732
10728
|
:param _SubnetSet: 子网对象。
|
10733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10734
10729
|
:type SubnetSet: list of Subnet
|
10735
10730
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10736
10731
|
:type RequestId: str
|
@@ -10753,7 +10748,6 @@ class DescribeSubnetsResponse(AbstractModel):
|
|
10753
10748
|
@property
|
10754
10749
|
def SubnetSet(self):
|
10755
10750
|
"""子网对象。
|
10756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10757
10751
|
:rtype: list of Subnet
|
10758
10752
|
"""
|
10759
10753
|
return self._SubnetSet
|
@@ -11342,7 +11336,6 @@ class DescribeVpcsResponse(AbstractModel):
|
|
11342
11336
|
:param _TotalCount: 符合条件的对象数。
|
11343
11337
|
:type TotalCount: int
|
11344
11338
|
:param _VpcSet: 私有网络对象。
|
11345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11346
11339
|
:type VpcSet: list of VpcInfo
|
11347
11340
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11348
11341
|
:type RequestId: str
|
@@ -11365,7 +11358,6 @@ class DescribeVpcsResponse(AbstractModel):
|
|
11365
11358
|
@property
|
11366
11359
|
def VpcSet(self):
|
11367
11360
|
"""私有网络对象。
|
11368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11369
11361
|
:rtype: list of VpcInfo
|
11370
11362
|
"""
|
11371
11363
|
return self._VpcSet
|
@@ -22284,7 +22276,6 @@ class PrivateIpAddressSpecification(AbstractModel):
|
|
22284
22276
|
:param _PrivateIpAddress: 内网IP地址。
|
22285
22277
|
:type PrivateIpAddress: str
|
22286
22278
|
:param _Primary: 是否是主IP。
|
22287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22288
22279
|
:type Primary: bool
|
22289
22280
|
:param _PublicIpAddress: 公网IP地址。
|
22290
22281
|
:type PublicIpAddress: str
|
@@ -22293,7 +22284,6 @@ class PrivateIpAddressSpecification(AbstractModel):
|
|
22293
22284
|
:param _Description: 内网IP描述信息。
|
22294
22285
|
:type Description: str
|
22295
22286
|
:param _IsWanIpBlocked: 公网IP是否被封堵。
|
22296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22297
22287
|
:type IsWanIpBlocked: bool
|
22298
22288
|
:param _State: IP状态:
|
22299
22289
|
PENDING:生产中
|
@@ -22324,7 +22314,6 @@ AVAILABLE:可用的
|
|
22324
22314
|
@property
|
22325
22315
|
def Primary(self):
|
22326
22316
|
"""是否是主IP。
|
22327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22328
22317
|
:rtype: bool
|
22329
22318
|
"""
|
22330
22319
|
return self._Primary
|
@@ -22369,7 +22358,6 @@ AVAILABLE:可用的
|
|
22369
22358
|
@property
|
22370
22359
|
def IsWanIpBlocked(self):
|
22371
22360
|
"""公网IP是否被封堵。
|
22372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22373
22361
|
:rtype: bool
|
22374
22362
|
"""
|
22375
22363
|
return self._IsWanIpBlocked
|
@@ -25431,7 +25419,6 @@ class SecurityGroupPolicy(AbstractModel):
|
|
25431
25419
|
:param _PolicyDescription: 安全组规则描述。
|
25432
25420
|
:type PolicyDescription: str
|
25433
25421
|
:param _ModifyTime: 修改时间,例如 2020-07-22 19:27:23
|
25434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25435
25422
|
:type ModifyTime: str
|
25436
25423
|
:param _Ipv6CidrBlock: 网段或IPv6(互斥)。
|
25437
25424
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -25551,7 +25538,6 @@ class SecurityGroupPolicy(AbstractModel):
|
|
25551
25538
|
@property
|
25552
25539
|
def ModifyTime(self):
|
25553
25540
|
"""修改时间,例如 2020-07-22 19:27:23
|
25554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25555
25541
|
:rtype: str
|
25556
25542
|
"""
|
25557
25543
|
return self._ModifyTime
|
@@ -27024,10 +27010,8 @@ class Tag(AbstractModel):
|
|
27024
27010
|
def __init__(self):
|
27025
27011
|
r"""
|
27026
27012
|
:param _Key: 标签健。
|
27027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27028
27013
|
:type Key: str
|
27029
27014
|
:param _Value: 标签值。
|
27030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27031
27015
|
:type Value: str
|
27032
27016
|
"""
|
27033
27017
|
self._Key = None
|
@@ -27036,7 +27020,6 @@ class Tag(AbstractModel):
|
|
27036
27020
|
@property
|
27037
27021
|
def Key(self):
|
27038
27022
|
"""标签健。
|
27039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27040
27023
|
:rtype: str
|
27041
27024
|
"""
|
27042
27025
|
return self._Key
|
@@ -27048,7 +27031,6 @@ class Tag(AbstractModel):
|
|
27048
27031
|
@property
|
27049
27032
|
def Value(self):
|
27050
27033
|
"""标签值。
|
27051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27052
27034
|
:rtype: str
|
27053
27035
|
"""
|
27054
27036
|
return self._Value
|