tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1346__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/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +14 -689
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/bi/v20220105/models.py +6 -2
- tencentcloud/cbs/v20170312/models.py +0 -20
- tencentcloud/cdwch/v20200915/models.py +111 -256
- tencentcloud/ckafka/v20190819/models.py +2 -1204
- tencentcloud/clb/v20180317/models.py +10 -10
- tencentcloud/cls/v20201016/cls_client.py +0 -92
- tencentcloud/cls/v20201016/models.py +18 -1032
- tencentcloud/cvm/v20170312/models.py +15 -0
- tencentcloud/cynosdb/v20190107/models.py +0 -84
- tencentcloud/dbbrain/v20191016/models.py +2 -22
- tencentcloud/dbbrain/v20210527/models.py +17 -96
- tencentcloud/dcdb/v20180411/models.py +0 -48
- tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +724 -0
- tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
- tencentcloud/dsgc/v20190723/models.py +0 -34
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +15 -456
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +0 -38
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -56
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/postgres/v20170312/models.py +0 -222
- tencentcloud/postgres/v20170312/postgres_client.py +5 -5
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -44
- tencentcloud/tcb/v20180608/models.py +0 -195
- tencentcloud/tcb/v20180608/tcb_client.py +0 -23
- tencentcloud/tcss/v20201101/models.py +1813 -2547
- tencentcloud/tcss/v20201101/tcss_client.py +92 -125
- tencentcloud/tdmq/v20200217/models.py +266 -154
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +239 -38
- tencentcloud/teo/v20220901/teo_client.py +46 -0
- tencentcloud/thpc/v20211109/models.py +0 -6
- tencentcloud/thpc/v20220401/models.py +0 -12
- tencentcloud/thpc/v20230321/models.py +0 -20
- tencentcloud/tke/v20180525/models.py +0 -54
- tencentcloud/tke/v20220501/models.py +0 -34
- tencentcloud/vpc/v20170312/models.py +0 -34
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/models.py +254 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +63 -63
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/top_level.txt +0 -0
@@ -808,6 +808,7 @@ class Cluster(AbstractModel):
|
|
808
808
|
:param _Healthy: 集群是否健康,1表示健康,0表示异常
|
809
809
|
:type Healthy: int
|
810
810
|
:param _HealthyInfo: 集群健康信息
|
811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
811
812
|
:type HealthyInfo: str
|
812
813
|
:param _Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
|
813
814
|
:type Status: int
|
@@ -822,38 +823,54 @@ class Cluster(AbstractModel):
|
|
822
823
|
:param _MaxStorageCapacity: 最大存储容量
|
823
824
|
:type MaxStorageCapacity: int
|
824
825
|
:param _Version: 集群版本
|
826
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
825
827
|
:type Version: str
|
826
828
|
:param _PublicEndPoint: 公网访问接入点
|
829
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
827
830
|
:type PublicEndPoint: str
|
828
831
|
:param _VpcEndPoint: VPC访问接入点
|
832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
829
833
|
:type VpcEndPoint: str
|
830
834
|
:param _NamespaceNum: 命名空间数量
|
835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
831
836
|
:type NamespaceNum: int
|
832
837
|
:param _UsedStorageBudget: 已使用存储限制,MB为单位
|
838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
833
839
|
:type UsedStorageBudget: int
|
834
840
|
:param _MaxPublishRateInMessages: 最大生产消息速率,以条数为单位
|
841
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
835
842
|
:type MaxPublishRateInMessages: int
|
836
843
|
:param _MaxDispatchRateInMessages: 最大推送消息速率,以条数为单位
|
844
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
837
845
|
:type MaxDispatchRateInMessages: int
|
838
846
|
:param _MaxPublishRateInBytes: 最大生产消息速率,以字节为单位
|
847
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
839
848
|
:type MaxPublishRateInBytes: int
|
840
849
|
:param _MaxDispatchRateInBytes: 最大推送消息速率,以字节为单位
|
850
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
841
851
|
:type MaxDispatchRateInBytes: int
|
842
852
|
:param _TopicNum: 已创建主题数
|
853
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
843
854
|
:type TopicNum: int
|
844
855
|
:param _MaxMessageDelayInSeconds: 最长消息延时,以秒为单位
|
856
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
845
857
|
:type MaxMessageDelayInSeconds: int
|
846
858
|
:param _PublicAccessEnabled: 是否开启公网访问,不填时默认开启
|
859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
847
860
|
:type PublicAccessEnabled: bool
|
848
861
|
:param _Tags: 标签
|
862
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
849
863
|
:type Tags: list of Tag
|
850
864
|
:param _PayMode: 计费模式:
|
851
865
|
0: 按量计费
|
852
866
|
1: 包年包月
|
867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
853
868
|
:type PayMode: int
|
854
869
|
:param _ProjectId: 项目ID
|
870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
855
871
|
:type ProjectId: int
|
856
872
|
:param _ProjectName: 项目名字
|
873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
857
874
|
:type ProjectName: str
|
858
875
|
:param _UpgradeProInstance: 是否支持升级专业版实例
|
859
876
|
:type UpgradeProInstance: bool
|
@@ -958,6 +975,7 @@ class Cluster(AbstractModel):
|
|
958
975
|
@property
|
959
976
|
def HealthyInfo(self):
|
960
977
|
"""集群健康信息
|
978
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
961
979
|
:rtype: str
|
962
980
|
"""
|
963
981
|
return self._HealthyInfo
|
@@ -1035,6 +1053,7 @@ class Cluster(AbstractModel):
|
|
1035
1053
|
@property
|
1036
1054
|
def Version(self):
|
1037
1055
|
"""集群版本
|
1056
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1038
1057
|
:rtype: str
|
1039
1058
|
"""
|
1040
1059
|
return self._Version
|
@@ -1046,6 +1065,7 @@ class Cluster(AbstractModel):
|
|
1046
1065
|
@property
|
1047
1066
|
def PublicEndPoint(self):
|
1048
1067
|
"""公网访问接入点
|
1068
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1049
1069
|
:rtype: str
|
1050
1070
|
"""
|
1051
1071
|
return self._PublicEndPoint
|
@@ -1057,6 +1077,7 @@ class Cluster(AbstractModel):
|
|
1057
1077
|
@property
|
1058
1078
|
def VpcEndPoint(self):
|
1059
1079
|
"""VPC访问接入点
|
1080
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1060
1081
|
:rtype: str
|
1061
1082
|
"""
|
1062
1083
|
return self._VpcEndPoint
|
@@ -1068,6 +1089,7 @@ class Cluster(AbstractModel):
|
|
1068
1089
|
@property
|
1069
1090
|
def NamespaceNum(self):
|
1070
1091
|
"""命名空间数量
|
1092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1071
1093
|
:rtype: int
|
1072
1094
|
"""
|
1073
1095
|
return self._NamespaceNum
|
@@ -1079,6 +1101,7 @@ class Cluster(AbstractModel):
|
|
1079
1101
|
@property
|
1080
1102
|
def UsedStorageBudget(self):
|
1081
1103
|
"""已使用存储限制,MB为单位
|
1104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1082
1105
|
:rtype: int
|
1083
1106
|
"""
|
1084
1107
|
return self._UsedStorageBudget
|
@@ -1090,6 +1113,7 @@ class Cluster(AbstractModel):
|
|
1090
1113
|
@property
|
1091
1114
|
def MaxPublishRateInMessages(self):
|
1092
1115
|
"""最大生产消息速率,以条数为单位
|
1116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1093
1117
|
:rtype: int
|
1094
1118
|
"""
|
1095
1119
|
return self._MaxPublishRateInMessages
|
@@ -1101,6 +1125,7 @@ class Cluster(AbstractModel):
|
|
1101
1125
|
@property
|
1102
1126
|
def MaxDispatchRateInMessages(self):
|
1103
1127
|
"""最大推送消息速率,以条数为单位
|
1128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1104
1129
|
:rtype: int
|
1105
1130
|
"""
|
1106
1131
|
return self._MaxDispatchRateInMessages
|
@@ -1112,6 +1137,7 @@ class Cluster(AbstractModel):
|
|
1112
1137
|
@property
|
1113
1138
|
def MaxPublishRateInBytes(self):
|
1114
1139
|
"""最大生产消息速率,以字节为单位
|
1140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1115
1141
|
:rtype: int
|
1116
1142
|
"""
|
1117
1143
|
return self._MaxPublishRateInBytes
|
@@ -1123,6 +1149,7 @@ class Cluster(AbstractModel):
|
|
1123
1149
|
@property
|
1124
1150
|
def MaxDispatchRateInBytes(self):
|
1125
1151
|
"""最大推送消息速率,以字节为单位
|
1152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1126
1153
|
:rtype: int
|
1127
1154
|
"""
|
1128
1155
|
return self._MaxDispatchRateInBytes
|
@@ -1134,6 +1161,7 @@ class Cluster(AbstractModel):
|
|
1134
1161
|
@property
|
1135
1162
|
def TopicNum(self):
|
1136
1163
|
"""已创建主题数
|
1164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1137
1165
|
:rtype: int
|
1138
1166
|
"""
|
1139
1167
|
return self._TopicNum
|
@@ -1145,6 +1173,7 @@ class Cluster(AbstractModel):
|
|
1145
1173
|
@property
|
1146
1174
|
def MaxMessageDelayInSeconds(self):
|
1147
1175
|
"""最长消息延时,以秒为单位
|
1176
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1148
1177
|
:rtype: int
|
1149
1178
|
"""
|
1150
1179
|
return self._MaxMessageDelayInSeconds
|
@@ -1156,6 +1185,7 @@ class Cluster(AbstractModel):
|
|
1156
1185
|
@property
|
1157
1186
|
def PublicAccessEnabled(self):
|
1158
1187
|
"""是否开启公网访问,不填时默认开启
|
1188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1159
1189
|
:rtype: bool
|
1160
1190
|
"""
|
1161
1191
|
return self._PublicAccessEnabled
|
@@ -1167,6 +1197,7 @@ class Cluster(AbstractModel):
|
|
1167
1197
|
@property
|
1168
1198
|
def Tags(self):
|
1169
1199
|
"""标签
|
1200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1170
1201
|
:rtype: list of Tag
|
1171
1202
|
"""
|
1172
1203
|
return self._Tags
|
@@ -1180,6 +1211,7 @@ class Cluster(AbstractModel):
|
|
1180
1211
|
"""计费模式:
|
1181
1212
|
0: 按量计费
|
1182
1213
|
1: 包年包月
|
1214
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1183
1215
|
:rtype: int
|
1184
1216
|
"""
|
1185
1217
|
return self._PayMode
|
@@ -1191,6 +1223,7 @@ class Cluster(AbstractModel):
|
|
1191
1223
|
@property
|
1192
1224
|
def ProjectId(self):
|
1193
1225
|
"""项目ID
|
1226
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1194
1227
|
:rtype: int
|
1195
1228
|
"""
|
1196
1229
|
return self._ProjectId
|
@@ -1202,6 +1235,7 @@ class Cluster(AbstractModel):
|
|
1202
1235
|
@property
|
1203
1236
|
def ProjectName(self):
|
1204
1237
|
"""项目名字
|
1238
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1205
1239
|
:rtype: str
|
1206
1240
|
"""
|
1207
1241
|
return self._ProjectName
|
@@ -2500,14 +2534,19 @@ class Consumer(AbstractModel):
|
|
2500
2534
|
def __init__(self):
|
2501
2535
|
r"""
|
2502
2536
|
:param _ConnectedSince: 消费者开始连接的时间。
|
2537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2503
2538
|
:type ConnectedSince: str
|
2504
2539
|
:param _ConsumerAddr: 消费者地址。
|
2540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2505
2541
|
:type ConsumerAddr: str
|
2506
2542
|
:param _ConsumerName: 消费者名称。
|
2543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2507
2544
|
:type ConsumerName: str
|
2508
2545
|
:param _ClientVersion: 消费者版本。
|
2546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2509
2547
|
:type ClientVersion: str
|
2510
2548
|
:param _Partition: 消费者连接的主题分区号
|
2549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2511
2550
|
:type Partition: int
|
2512
2551
|
"""
|
2513
2552
|
self._ConnectedSince = None
|
@@ -2519,6 +2558,7 @@ class Consumer(AbstractModel):
|
|
2519
2558
|
@property
|
2520
2559
|
def ConnectedSince(self):
|
2521
2560
|
"""消费者开始连接的时间。
|
2561
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2522
2562
|
:rtype: str
|
2523
2563
|
"""
|
2524
2564
|
return self._ConnectedSince
|
@@ -2530,6 +2570,7 @@ class Consumer(AbstractModel):
|
|
2530
2570
|
@property
|
2531
2571
|
def ConsumerAddr(self):
|
2532
2572
|
"""消费者地址。
|
2573
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2533
2574
|
:rtype: str
|
2534
2575
|
"""
|
2535
2576
|
return self._ConsumerAddr
|
@@ -2541,6 +2582,7 @@ class Consumer(AbstractModel):
|
|
2541
2582
|
@property
|
2542
2583
|
def ConsumerName(self):
|
2543
2584
|
"""消费者名称。
|
2585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2544
2586
|
:rtype: str
|
2545
2587
|
"""
|
2546
2588
|
return self._ConsumerName
|
@@ -2552,6 +2594,7 @@ class Consumer(AbstractModel):
|
|
2552
2594
|
@property
|
2553
2595
|
def ClientVersion(self):
|
2554
2596
|
"""消费者版本。
|
2597
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2555
2598
|
:rtype: str
|
2556
2599
|
"""
|
2557
2600
|
return self._ClientVersion
|
@@ -2563,6 +2606,7 @@ class Consumer(AbstractModel):
|
|
2563
2606
|
@property
|
2564
2607
|
def Partition(self):
|
2565
2608
|
"""消费者连接的主题分区号
|
2609
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2566
2610
|
:rtype: int
|
2567
2611
|
"""
|
2568
2612
|
return self._Partition
|
@@ -2722,8 +2766,10 @@ class ConsumerLogs(AbstractModel):
|
|
2722
2766
|
def __init__(self):
|
2723
2767
|
r"""
|
2724
2768
|
:param _TotalCount: 记录数。
|
2769
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2725
2770
|
:type TotalCount: int
|
2726
2771
|
:param _ConsumerLogSets: 消费日志。
|
2772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2727
2773
|
:type ConsumerLogSets: list of ConsumerLog
|
2728
2774
|
"""
|
2729
2775
|
self._TotalCount = None
|
@@ -2732,6 +2778,7 @@ class ConsumerLogs(AbstractModel):
|
|
2732
2778
|
@property
|
2733
2779
|
def TotalCount(self):
|
2734
2780
|
"""记录数。
|
2781
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2735
2782
|
:rtype: int
|
2736
2783
|
"""
|
2737
2784
|
return self._TotalCount
|
@@ -2743,6 +2790,7 @@ class ConsumerLogs(AbstractModel):
|
|
2743
2790
|
@property
|
2744
2791
|
def ConsumerLogSets(self):
|
2745
2792
|
"""消费日志。
|
2793
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2746
2794
|
:rtype: list of ConsumerLog
|
2747
2795
|
"""
|
2748
2796
|
return self._ConsumerLogSets
|
@@ -2935,16 +2983,20 @@ class ConsumersSchedule(AbstractModel):
|
|
2935
2983
|
def __init__(self):
|
2936
2984
|
r"""
|
2937
2985
|
:param _Partitions: 当前分区id。
|
2986
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2938
2987
|
:type Partitions: int
|
2939
2988
|
:param _NumberOfEntries: 消息数量。
|
2989
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2940
2990
|
:type NumberOfEntries: int
|
2941
2991
|
:param _MsgBacklog: 消息积压数量。
|
2992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2942
2993
|
:type MsgBacklog: int
|
2943
2994
|
:param _MsgRateOut: 消费者每秒分发消息的数量之和。
|
2944
2995
|
:type MsgRateOut: str
|
2945
2996
|
:param _MsgThroughputOut: 消费者每秒消息的byte。
|
2946
2997
|
:type MsgThroughputOut: str
|
2947
2998
|
:param _MsgRateExpired: 超时丢弃比例。
|
2999
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2948
3000
|
:type MsgRateExpired: str
|
2949
3001
|
"""
|
2950
3002
|
self._Partitions = None
|
@@ -2957,6 +3009,7 @@ class ConsumersSchedule(AbstractModel):
|
|
2957
3009
|
@property
|
2958
3010
|
def Partitions(self):
|
2959
3011
|
"""当前分区id。
|
3012
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2960
3013
|
:rtype: int
|
2961
3014
|
"""
|
2962
3015
|
return self._Partitions
|
@@ -2968,6 +3021,7 @@ class ConsumersSchedule(AbstractModel):
|
|
2968
3021
|
@property
|
2969
3022
|
def NumberOfEntries(self):
|
2970
3023
|
"""消息数量。
|
3024
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2971
3025
|
:rtype: int
|
2972
3026
|
"""
|
2973
3027
|
return self._NumberOfEntries
|
@@ -2979,6 +3033,7 @@ class ConsumersSchedule(AbstractModel):
|
|
2979
3033
|
@property
|
2980
3034
|
def MsgBacklog(self):
|
2981
3035
|
"""消息积压数量。
|
3036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2982
3037
|
:rtype: int
|
2983
3038
|
"""
|
2984
3039
|
return self._MsgBacklog
|
@@ -3012,6 +3067,7 @@ class ConsumersSchedule(AbstractModel):
|
|
3012
3067
|
@property
|
3013
3068
|
def MsgRateExpired(self):
|
3014
3069
|
"""超时丢弃比例。
|
3070
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3015
3071
|
:rtype: str
|
3016
3072
|
"""
|
3017
3073
|
return self._MsgRateExpired
|
@@ -20503,6 +20559,7 @@ class DimensionInstance(AbstractModel):
|
|
20503
20559
|
def __init__(self):
|
20504
20560
|
r"""
|
20505
20561
|
:param _Dimensions: 实例的维度组合
|
20562
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20506
20563
|
:type Dimensions: list of DimensionOpt
|
20507
20564
|
"""
|
20508
20565
|
self._Dimensions = None
|
@@ -20510,6 +20567,7 @@ class DimensionInstance(AbstractModel):
|
|
20510
20567
|
@property
|
20511
20568
|
def Dimensions(self):
|
20512
20569
|
"""实例的维度组合
|
20570
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20513
20571
|
:rtype: list of DimensionOpt
|
20514
20572
|
"""
|
20515
20573
|
return self._Dimensions
|
@@ -20613,10 +20671,13 @@ class Environment(AbstractModel):
|
|
20613
20671
|
:param _NamespaceName: 命名空间名称
|
20614
20672
|
:type NamespaceName: str
|
20615
20673
|
:param _TopicNum: Topic数量
|
20674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20616
20675
|
:type TopicNum: int
|
20617
20676
|
:param _RetentionPolicy: 消息保留策略
|
20677
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20618
20678
|
:type RetentionPolicy: :class:`tencentcloud.tdmq.v20200217.models.RetentionPolicy`
|
20619
20679
|
:param _AutoSubscriptionCreation: 是否自动创建订阅
|
20680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20620
20681
|
:type AutoSubscriptionCreation: bool
|
20621
20682
|
"""
|
20622
20683
|
self._EnvironmentId = None
|
@@ -20710,6 +20771,7 @@ class Environment(AbstractModel):
|
|
20710
20771
|
@property
|
20711
20772
|
def TopicNum(self):
|
20712
20773
|
"""Topic数量
|
20774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20713
20775
|
:rtype: int
|
20714
20776
|
"""
|
20715
20777
|
return self._TopicNum
|
@@ -20721,6 +20783,7 @@ class Environment(AbstractModel):
|
|
20721
20783
|
@property
|
20722
20784
|
def RetentionPolicy(self):
|
20723
20785
|
"""消息保留策略
|
20786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20724
20787
|
:rtype: :class:`tencentcloud.tdmq.v20200217.models.RetentionPolicy`
|
20725
20788
|
"""
|
20726
20789
|
return self._RetentionPolicy
|
@@ -20732,6 +20795,7 @@ class Environment(AbstractModel):
|
|
20732
20795
|
@property
|
20733
20796
|
def AutoSubscriptionCreation(self):
|
20734
20797
|
"""是否自动创建订阅
|
20798
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20735
20799
|
:rtype: bool
|
20736
20800
|
"""
|
20737
20801
|
return self._AutoSubscriptionCreation
|
@@ -20883,9 +20947,11 @@ class EnvironmentRoleSet(AbstractModel):
|
|
20883
20947
|
def __init__(self):
|
20884
20948
|
r"""
|
20885
20949
|
:param _EnvironmentId: 需要绑定的命名空间Id,不重复且存在资源
|
20950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20886
20951
|
:type EnvironmentId: str
|
20887
20952
|
:param _Permissions: 名字空间需要绑定的权限,枚举为 "consume" "produce" 组合,但是不为空
|
20888
20953
|
|
20954
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20889
20955
|
:type Permissions: list of str
|
20890
20956
|
"""
|
20891
20957
|
self._EnvironmentId = None
|
@@ -20894,6 +20960,7 @@ class EnvironmentRoleSet(AbstractModel):
|
|
20894
20960
|
@property
|
20895
20961
|
def EnvironmentId(self):
|
20896
20962
|
"""需要绑定的命名空间Id,不重复且存在资源
|
20963
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20897
20964
|
:rtype: str
|
20898
20965
|
"""
|
20899
20966
|
return self._EnvironmentId
|
@@ -20906,6 +20973,7 @@ class EnvironmentRoleSet(AbstractModel):
|
|
20906
20973
|
def Permissions(self):
|
20907
20974
|
"""名字空间需要绑定的权限,枚举为 "consume" "produce" 组合,但是不为空
|
20908
20975
|
|
20976
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20909
20977
|
:rtype: list of str
|
20910
20978
|
"""
|
20911
20979
|
return self._Permissions
|
@@ -21765,6 +21833,7 @@ class InstanceNodeDistribution(AbstractModel):
|
|
21765
21833
|
:param _NodePermWipeFlag: 有调度任务且没有切回的可用区,此标识为true
|
21766
21834
|
:type NodePermWipeFlag: bool
|
21767
21835
|
:param _ZoneStatus: 可用区状态
|
21836
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21768
21837
|
:type ZoneStatus: str
|
21769
21838
|
"""
|
21770
21839
|
self._ZoneName = None
|
@@ -21820,6 +21889,7 @@ class InstanceNodeDistribution(AbstractModel):
|
|
21820
21889
|
@property
|
21821
21890
|
def ZoneStatus(self):
|
21822
21891
|
"""可用区状态
|
21892
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21823
21893
|
:rtype: str
|
21824
21894
|
"""
|
21825
21895
|
return self._ZoneStatus
|
@@ -21889,12 +21959,16 @@ class InternalTenant(AbstractModel):
|
|
21889
21959
|
:param _MaxDispatchTps: 命名空间最大消费TPS
|
21890
21960
|
:type MaxDispatchTps: int
|
21891
21961
|
:param _MaxDispatchRateInBytes: 命名空间最大消费带宽,byte为单位
|
21962
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21892
21963
|
:type MaxDispatchRateInBytes: int
|
21893
21964
|
:param _MaxPublishRateInBytes: 命名空间最大生产带宽,byte为单位
|
21965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21894
21966
|
:type MaxPublishRateInBytes: int
|
21895
21967
|
:param _MaxRetentionSizeInMB: 消息最大保留空间,MB为单位
|
21968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21896
21969
|
:type MaxRetentionSizeInMB: int
|
21897
21970
|
:param _PublicAccessEnabled: public Access Enabled
|
21971
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21898
21972
|
:type PublicAccessEnabled: bool
|
21899
21973
|
"""
|
21900
21974
|
self._TenantId = None
|
@@ -22121,6 +22195,7 @@ class InternalTenant(AbstractModel):
|
|
22121
22195
|
@property
|
22122
22196
|
def MaxDispatchRateInBytes(self):
|
22123
22197
|
"""命名空间最大消费带宽,byte为单位
|
22198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
22124
22199
|
:rtype: int
|
22125
22200
|
"""
|
22126
22201
|
return self._MaxDispatchRateInBytes
|
@@ -22132,6 +22207,7 @@ class InternalTenant(AbstractModel):
|
|
22132
22207
|
@property
|
22133
22208
|
def MaxPublishRateInBytes(self):
|
22134
22209
|
"""命名空间最大生产带宽,byte为单位
|
22210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
22135
22211
|
:rtype: int
|
22136
22212
|
"""
|
22137
22213
|
return self._MaxPublishRateInBytes
|
@@ -22143,6 +22219,7 @@ class InternalTenant(AbstractModel):
|
|
22143
22219
|
@property
|
22144
22220
|
def MaxRetentionSizeInMB(self):
|
22145
22221
|
"""消息最大保留空间,MB为单位
|
22222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
22146
22223
|
:rtype: int
|
22147
22224
|
"""
|
22148
22225
|
return self._MaxRetentionSizeInMB
|
@@ -22154,6 +22231,7 @@ class InternalTenant(AbstractModel):
|
|
22154
22231
|
@property
|
22155
22232
|
def PublicAccessEnabled(self):
|
22156
22233
|
"""public Access Enabled
|
22234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
22157
22235
|
:rtype: bool
|
22158
22236
|
"""
|
22159
22237
|
return self._PublicAccessEnabled
|
@@ -23409,160 +23487,6 @@ class ModifyEnvironmentRoleResponse(AbstractModel):
|
|
23409
23487
|
self._RequestId = params.get("RequestId")
|
23410
23488
|
|
23411
23489
|
|
23412
|
-
class ModifyPublicNetworkAccessPointRequest(AbstractModel):
|
23413
|
-
"""ModifyPublicNetworkAccessPoint请求参数结构体
|
23414
|
-
|
23415
|
-
"""
|
23416
|
-
|
23417
|
-
def __init__(self):
|
23418
|
-
r"""
|
23419
|
-
:param _ClusterId: 集群名字
|
23420
|
-
:type ClusterId: str
|
23421
|
-
:param _PublicNetworkAccessPointStatus: 是否开启
|
23422
|
-
:type PublicNetworkAccessPointStatus: bool
|
23423
|
-
:param _SwitchOwner: 必填,公网控制台的开关/Vpc控制台的开关,示例值,Public/Vpc
|
23424
|
-
:type SwitchOwner: str
|
23425
|
-
:param _VpcId: Vpc
|
23426
|
-
:type VpcId: str
|
23427
|
-
:param _SubnetId: 子网
|
23428
|
-
:type SubnetId: str
|
23429
|
-
:param _SelectIp: 子网下面指定ip作为vpc接入点
|
23430
|
-
:type SelectIp: str
|
23431
|
-
"""
|
23432
|
-
self._ClusterId = None
|
23433
|
-
self._PublicNetworkAccessPointStatus = None
|
23434
|
-
self._SwitchOwner = None
|
23435
|
-
self._VpcId = None
|
23436
|
-
self._SubnetId = None
|
23437
|
-
self._SelectIp = None
|
23438
|
-
|
23439
|
-
@property
|
23440
|
-
def ClusterId(self):
|
23441
|
-
"""集群名字
|
23442
|
-
:rtype: str
|
23443
|
-
"""
|
23444
|
-
return self._ClusterId
|
23445
|
-
|
23446
|
-
@ClusterId.setter
|
23447
|
-
def ClusterId(self, ClusterId):
|
23448
|
-
self._ClusterId = ClusterId
|
23449
|
-
|
23450
|
-
@property
|
23451
|
-
def PublicNetworkAccessPointStatus(self):
|
23452
|
-
"""是否开启
|
23453
|
-
:rtype: bool
|
23454
|
-
"""
|
23455
|
-
return self._PublicNetworkAccessPointStatus
|
23456
|
-
|
23457
|
-
@PublicNetworkAccessPointStatus.setter
|
23458
|
-
def PublicNetworkAccessPointStatus(self, PublicNetworkAccessPointStatus):
|
23459
|
-
self._PublicNetworkAccessPointStatus = PublicNetworkAccessPointStatus
|
23460
|
-
|
23461
|
-
@property
|
23462
|
-
def SwitchOwner(self):
|
23463
|
-
"""必填,公网控制台的开关/Vpc控制台的开关,示例值,Public/Vpc
|
23464
|
-
:rtype: str
|
23465
|
-
"""
|
23466
|
-
return self._SwitchOwner
|
23467
|
-
|
23468
|
-
@SwitchOwner.setter
|
23469
|
-
def SwitchOwner(self, SwitchOwner):
|
23470
|
-
self._SwitchOwner = SwitchOwner
|
23471
|
-
|
23472
|
-
@property
|
23473
|
-
def VpcId(self):
|
23474
|
-
"""Vpc
|
23475
|
-
:rtype: str
|
23476
|
-
"""
|
23477
|
-
return self._VpcId
|
23478
|
-
|
23479
|
-
@VpcId.setter
|
23480
|
-
def VpcId(self, VpcId):
|
23481
|
-
self._VpcId = VpcId
|
23482
|
-
|
23483
|
-
@property
|
23484
|
-
def SubnetId(self):
|
23485
|
-
"""子网
|
23486
|
-
:rtype: str
|
23487
|
-
"""
|
23488
|
-
return self._SubnetId
|
23489
|
-
|
23490
|
-
@SubnetId.setter
|
23491
|
-
def SubnetId(self, SubnetId):
|
23492
|
-
self._SubnetId = SubnetId
|
23493
|
-
|
23494
|
-
@property
|
23495
|
-
def SelectIp(self):
|
23496
|
-
"""子网下面指定ip作为vpc接入点
|
23497
|
-
:rtype: str
|
23498
|
-
"""
|
23499
|
-
return self._SelectIp
|
23500
|
-
|
23501
|
-
@SelectIp.setter
|
23502
|
-
def SelectIp(self, SelectIp):
|
23503
|
-
self._SelectIp = SelectIp
|
23504
|
-
|
23505
|
-
|
23506
|
-
def _deserialize(self, params):
|
23507
|
-
self._ClusterId = params.get("ClusterId")
|
23508
|
-
self._PublicNetworkAccessPointStatus = params.get("PublicNetworkAccessPointStatus")
|
23509
|
-
self._SwitchOwner = params.get("SwitchOwner")
|
23510
|
-
self._VpcId = params.get("VpcId")
|
23511
|
-
self._SubnetId = params.get("SubnetId")
|
23512
|
-
self._SelectIp = params.get("SelectIp")
|
23513
|
-
memeber_set = set(params.keys())
|
23514
|
-
for name, value in vars(self).items():
|
23515
|
-
property_name = name[1:]
|
23516
|
-
if property_name in memeber_set:
|
23517
|
-
memeber_set.remove(property_name)
|
23518
|
-
if len(memeber_set) > 0:
|
23519
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
23520
|
-
|
23521
|
-
|
23522
|
-
|
23523
|
-
class ModifyPublicNetworkAccessPointResponse(AbstractModel):
|
23524
|
-
"""ModifyPublicNetworkAccessPoint返回参数结构体
|
23525
|
-
|
23526
|
-
"""
|
23527
|
-
|
23528
|
-
def __init__(self):
|
23529
|
-
r"""
|
23530
|
-
:param _ModifyResult: 修改结果
|
23531
|
-
:type ModifyResult: str
|
23532
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23533
|
-
:type RequestId: str
|
23534
|
-
"""
|
23535
|
-
self._ModifyResult = None
|
23536
|
-
self._RequestId = None
|
23537
|
-
|
23538
|
-
@property
|
23539
|
-
def ModifyResult(self):
|
23540
|
-
"""修改结果
|
23541
|
-
:rtype: str
|
23542
|
-
"""
|
23543
|
-
return self._ModifyResult
|
23544
|
-
|
23545
|
-
@ModifyResult.setter
|
23546
|
-
def ModifyResult(self, ModifyResult):
|
23547
|
-
self._ModifyResult = ModifyResult
|
23548
|
-
|
23549
|
-
@property
|
23550
|
-
def RequestId(self):
|
23551
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23552
|
-
:rtype: str
|
23553
|
-
"""
|
23554
|
-
return self._RequestId
|
23555
|
-
|
23556
|
-
@RequestId.setter
|
23557
|
-
def RequestId(self, RequestId):
|
23558
|
-
self._RequestId = RequestId
|
23559
|
-
|
23560
|
-
|
23561
|
-
def _deserialize(self, params):
|
23562
|
-
self._ModifyResult = params.get("ModifyResult")
|
23563
|
-
self._RequestId = params.get("RequestId")
|
23564
|
-
|
23565
|
-
|
23566
23490
|
class ModifyPublicNetworkSecurityPolicyRequest(AbstractModel):
|
23567
23491
|
"""ModifyPublicNetworkSecurityPolicy请求参数结构体
|
23568
23492
|
|
@@ -25659,30 +25583,43 @@ class PartitionsTopic(AbstractModel):
|
|
25659
25583
|
def __init__(self):
|
25660
25584
|
r"""
|
25661
25585
|
:param _AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
25586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25662
25587
|
:type AverageMsgSize: str
|
25663
25588
|
:param _ConsumerCount: 消费者数量。
|
25589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25664
25590
|
:type ConsumerCount: str
|
25665
25591
|
:param _LastConfirmedEntry: 被记录下来的消息总数。
|
25592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25666
25593
|
:type LastConfirmedEntry: str
|
25667
25594
|
:param _LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
25595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25668
25596
|
:type LastLedgerCreatedTimestamp: str
|
25669
25597
|
:param _MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
25598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25670
25599
|
:type MsgRateIn: str
|
25671
25600
|
:param _MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
25601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25672
25602
|
:type MsgRateOut: str
|
25673
25603
|
:param _MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
25604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25674
25605
|
:type MsgThroughputIn: str
|
25675
25606
|
:param _MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
25607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25676
25608
|
:type MsgThroughputOut: str
|
25677
25609
|
:param _NumberOfEntries: 被记录下来的消息总数。
|
25610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25678
25611
|
:type NumberOfEntries: str
|
25679
25612
|
:param _Partitions: 子分区id。
|
25613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25680
25614
|
:type Partitions: int
|
25681
25615
|
:param _ProducerCount: 生产者数量。
|
25616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25682
25617
|
:type ProducerCount: str
|
25683
25618
|
:param _TotalSize: 以byte计算的所有消息存储总量。
|
25619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25684
25620
|
:type TotalSize: str
|
25685
25621
|
:param _TopicType: topic类型描述。
|
25622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25686
25623
|
:type TopicType: int
|
25687
25624
|
"""
|
25688
25625
|
self._AverageMsgSize = None
|
@@ -25702,6 +25639,7 @@ class PartitionsTopic(AbstractModel):
|
|
25702
25639
|
@property
|
25703
25640
|
def AverageMsgSize(self):
|
25704
25641
|
"""最后一次间隔内发布消息的平均byte大小。
|
25642
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25705
25643
|
:rtype: str
|
25706
25644
|
"""
|
25707
25645
|
return self._AverageMsgSize
|
@@ -25713,6 +25651,7 @@ class PartitionsTopic(AbstractModel):
|
|
25713
25651
|
@property
|
25714
25652
|
def ConsumerCount(self):
|
25715
25653
|
"""消费者数量。
|
25654
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25716
25655
|
:rtype: str
|
25717
25656
|
"""
|
25718
25657
|
return self._ConsumerCount
|
@@ -25724,6 +25663,7 @@ class PartitionsTopic(AbstractModel):
|
|
25724
25663
|
@property
|
25725
25664
|
def LastConfirmedEntry(self):
|
25726
25665
|
"""被记录下来的消息总数。
|
25666
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25727
25667
|
:rtype: str
|
25728
25668
|
"""
|
25729
25669
|
return self._LastConfirmedEntry
|
@@ -25735,6 +25675,7 @@ class PartitionsTopic(AbstractModel):
|
|
25735
25675
|
@property
|
25736
25676
|
def LastLedgerCreatedTimestamp(self):
|
25737
25677
|
"""最后一个ledger创建的时间。
|
25678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25738
25679
|
:rtype: str
|
25739
25680
|
"""
|
25740
25681
|
return self._LastLedgerCreatedTimestamp
|
@@ -25746,6 +25687,7 @@ class PartitionsTopic(AbstractModel):
|
|
25746
25687
|
@property
|
25747
25688
|
def MsgRateIn(self):
|
25748
25689
|
"""本地和复制的发布者每秒发布消息的速率。
|
25690
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25749
25691
|
:rtype: str
|
25750
25692
|
"""
|
25751
25693
|
return self._MsgRateIn
|
@@ -25757,6 +25699,7 @@ class PartitionsTopic(AbstractModel):
|
|
25757
25699
|
@property
|
25758
25700
|
def MsgRateOut(self):
|
25759
25701
|
"""本地和复制的消费者每秒分发消息的数量之和。
|
25702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25760
25703
|
:rtype: str
|
25761
25704
|
"""
|
25762
25705
|
return self._MsgRateOut
|
@@ -25768,6 +25711,7 @@ class PartitionsTopic(AbstractModel):
|
|
25768
25711
|
@property
|
25769
25712
|
def MsgThroughputIn(self):
|
25770
25713
|
"""本地和复制的发布者每秒发布消息的byte。
|
25714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25771
25715
|
:rtype: str
|
25772
25716
|
"""
|
25773
25717
|
return self._MsgThroughputIn
|
@@ -25779,6 +25723,7 @@ class PartitionsTopic(AbstractModel):
|
|
25779
25723
|
@property
|
25780
25724
|
def MsgThroughputOut(self):
|
25781
25725
|
"""本地和复制的消费者每秒分发消息的byte。
|
25726
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25782
25727
|
:rtype: str
|
25783
25728
|
"""
|
25784
25729
|
return self._MsgThroughputOut
|
@@ -25790,6 +25735,7 @@ class PartitionsTopic(AbstractModel):
|
|
25790
25735
|
@property
|
25791
25736
|
def NumberOfEntries(self):
|
25792
25737
|
"""被记录下来的消息总数。
|
25738
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25793
25739
|
:rtype: str
|
25794
25740
|
"""
|
25795
25741
|
return self._NumberOfEntries
|
@@ -25801,6 +25747,7 @@ class PartitionsTopic(AbstractModel):
|
|
25801
25747
|
@property
|
25802
25748
|
def Partitions(self):
|
25803
25749
|
"""子分区id。
|
25750
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25804
25751
|
:rtype: int
|
25805
25752
|
"""
|
25806
25753
|
return self._Partitions
|
@@ -25812,6 +25759,7 @@ class PartitionsTopic(AbstractModel):
|
|
25812
25759
|
@property
|
25813
25760
|
def ProducerCount(self):
|
25814
25761
|
"""生产者数量。
|
25762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25815
25763
|
:rtype: str
|
25816
25764
|
"""
|
25817
25765
|
return self._ProducerCount
|
@@ -25823,6 +25771,7 @@ class PartitionsTopic(AbstractModel):
|
|
25823
25771
|
@property
|
25824
25772
|
def TotalSize(self):
|
25825
25773
|
"""以byte计算的所有消息存储总量。
|
25774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25826
25775
|
:rtype: str
|
25827
25776
|
"""
|
25828
25777
|
return self._TotalSize
|
@@ -25834,6 +25783,7 @@ class PartitionsTopic(AbstractModel):
|
|
25834
25783
|
@property
|
25835
25784
|
def TopicType(self):
|
25836
25785
|
"""topic类型描述。
|
25786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25837
25787
|
:rtype: int
|
25838
25788
|
"""
|
25839
25789
|
return self._TopicType
|
@@ -26269,22 +26219,31 @@ class Publisher(AbstractModel):
|
|
26269
26219
|
def __init__(self):
|
26270
26220
|
r"""
|
26271
26221
|
:param _ProducerId: 生产者id
|
26222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26272
26223
|
:type ProducerId: int
|
26273
26224
|
:param _ProducerName: 生产者名称
|
26225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26274
26226
|
:type ProducerName: str
|
26275
26227
|
:param _Address: 生产者地址
|
26228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26276
26229
|
:type Address: str
|
26277
26230
|
:param _ClientVersion: 客户端版本
|
26231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26278
26232
|
:type ClientVersion: str
|
26279
26233
|
:param _MsgRateIn: 消息生产速率(条/秒)
|
26234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26280
26235
|
:type MsgRateIn: float
|
26281
26236
|
:param _MsgThroughputIn: 消息生产吞吐速率(字节/秒)
|
26237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26282
26238
|
:type MsgThroughputIn: float
|
26283
26239
|
:param _AverageMsgSize: 平均消息大小(字节)
|
26240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26284
26241
|
:type AverageMsgSize: float
|
26285
26242
|
:param _ConnectedSince: 连接时间
|
26243
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26286
26244
|
:type ConnectedSince: str
|
26287
26245
|
:param _Partition: 生产者连接的主题分区号
|
26246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26288
26247
|
:type Partition: int
|
26289
26248
|
"""
|
26290
26249
|
self._ProducerId = None
|
@@ -26300,6 +26259,7 @@ class Publisher(AbstractModel):
|
|
26300
26259
|
@property
|
26301
26260
|
def ProducerId(self):
|
26302
26261
|
"""生产者id
|
26262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26303
26263
|
:rtype: int
|
26304
26264
|
"""
|
26305
26265
|
return self._ProducerId
|
@@ -26311,6 +26271,7 @@ class Publisher(AbstractModel):
|
|
26311
26271
|
@property
|
26312
26272
|
def ProducerName(self):
|
26313
26273
|
"""生产者名称
|
26274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26314
26275
|
:rtype: str
|
26315
26276
|
"""
|
26316
26277
|
return self._ProducerName
|
@@ -26322,6 +26283,7 @@ class Publisher(AbstractModel):
|
|
26322
26283
|
@property
|
26323
26284
|
def Address(self):
|
26324
26285
|
"""生产者地址
|
26286
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26325
26287
|
:rtype: str
|
26326
26288
|
"""
|
26327
26289
|
return self._Address
|
@@ -26333,6 +26295,7 @@ class Publisher(AbstractModel):
|
|
26333
26295
|
@property
|
26334
26296
|
def ClientVersion(self):
|
26335
26297
|
"""客户端版本
|
26298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26336
26299
|
:rtype: str
|
26337
26300
|
"""
|
26338
26301
|
return self._ClientVersion
|
@@ -26344,6 +26307,7 @@ class Publisher(AbstractModel):
|
|
26344
26307
|
@property
|
26345
26308
|
def MsgRateIn(self):
|
26346
26309
|
"""消息生产速率(条/秒)
|
26310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26347
26311
|
:rtype: float
|
26348
26312
|
"""
|
26349
26313
|
return self._MsgRateIn
|
@@ -26355,6 +26319,7 @@ class Publisher(AbstractModel):
|
|
26355
26319
|
@property
|
26356
26320
|
def MsgThroughputIn(self):
|
26357
26321
|
"""消息生产吞吐速率(字节/秒)
|
26322
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26358
26323
|
:rtype: float
|
26359
26324
|
"""
|
26360
26325
|
return self._MsgThroughputIn
|
@@ -26366,6 +26331,7 @@ class Publisher(AbstractModel):
|
|
26366
26331
|
@property
|
26367
26332
|
def AverageMsgSize(self):
|
26368
26333
|
"""平均消息大小(字节)
|
26334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26369
26335
|
:rtype: float
|
26370
26336
|
"""
|
26371
26337
|
return self._AverageMsgSize
|
@@ -26377,6 +26343,7 @@ class Publisher(AbstractModel):
|
|
26377
26343
|
@property
|
26378
26344
|
def ConnectedSince(self):
|
26379
26345
|
"""连接时间
|
26346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26380
26347
|
:rtype: str
|
26381
26348
|
"""
|
26382
26349
|
return self._ConnectedSince
|
@@ -26388,6 +26355,7 @@ class Publisher(AbstractModel):
|
|
26388
26355
|
@property
|
26389
26356
|
def Partition(self):
|
26390
26357
|
"""生产者连接的主题分区号
|
26358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26391
26359
|
:rtype: int
|
26392
26360
|
"""
|
26393
26361
|
return self._Partition
|
@@ -26425,8 +26393,10 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26425
26393
|
def __init__(self):
|
26426
26394
|
r"""
|
26427
26395
|
:param _VpcId: vpc的id,支撑网和公网接入点,该字段为空
|
26396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26428
26397
|
:type VpcId: str
|
26429
26398
|
:param _SubnetId: 子网id,支撑网和公网接入点,该字段为空
|
26399
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26430
26400
|
:type SubnetId: str
|
26431
26401
|
:param _Endpoint: 接入地址
|
26432
26402
|
:type Endpoint: str
|
@@ -26442,16 +26412,22 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26442
26412
|
2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
26443
26413
|
3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
26444
26414
|
4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
26415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26445
26416
|
:type OperationType: int
|
26446
26417
|
:param _AccessPointsType: 接入点类型
|
26418
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26447
26419
|
:type AccessPointsType: str
|
26448
26420
|
:param _Bandwidth: 带宽,目前只有公网会有这个值
|
26421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26449
26422
|
:type Bandwidth: int
|
26450
26423
|
:param _SecurityPolicy: 类
|
26424
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26451
26425
|
:type SecurityPolicy: list of SecurityPolicy
|
26452
26426
|
:param _StandardAccessPoint: 是否是标准的接入点 true是标准的 false不是标准的
|
26427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26453
26428
|
:type StandardAccessPoint: bool
|
26454
26429
|
:param _ZoneName: 可用区信息
|
26430
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26455
26431
|
:type ZoneName: str
|
26456
26432
|
"""
|
26457
26433
|
self._VpcId = None
|
@@ -26469,6 +26445,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26469
26445
|
@property
|
26470
26446
|
def VpcId(self):
|
26471
26447
|
"""vpc的id,支撑网和公网接入点,该字段为空
|
26448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26472
26449
|
:rtype: str
|
26473
26450
|
"""
|
26474
26451
|
return self._VpcId
|
@@ -26480,6 +26457,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26480
26457
|
@property
|
26481
26458
|
def SubnetId(self):
|
26482
26459
|
"""子网id,支撑网和公网接入点,该字段为空
|
26460
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26483
26461
|
:rtype: str
|
26484
26462
|
"""
|
26485
26463
|
return self._SubnetId
|
@@ -26531,6 +26509,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26531
26509
|
2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
26532
26510
|
3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
26533
26511
|
4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
26512
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26534
26513
|
:rtype: int
|
26535
26514
|
"""
|
26536
26515
|
return self._OperationType
|
@@ -26542,6 +26521,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26542
26521
|
@property
|
26543
26522
|
def AccessPointsType(self):
|
26544
26523
|
"""接入点类型
|
26524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26545
26525
|
:rtype: str
|
26546
26526
|
"""
|
26547
26527
|
return self._AccessPointsType
|
@@ -26553,6 +26533,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26553
26533
|
@property
|
26554
26534
|
def Bandwidth(self):
|
26555
26535
|
"""带宽,目前只有公网会有这个值
|
26536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26556
26537
|
:rtype: int
|
26557
26538
|
"""
|
26558
26539
|
return self._Bandwidth
|
@@ -26564,6 +26545,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26564
26545
|
@property
|
26565
26546
|
def SecurityPolicy(self):
|
26566
26547
|
"""类
|
26548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26567
26549
|
:rtype: list of SecurityPolicy
|
26568
26550
|
"""
|
26569
26551
|
return self._SecurityPolicy
|
@@ -26575,6 +26557,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26575
26557
|
@property
|
26576
26558
|
def StandardAccessPoint(self):
|
26577
26559
|
"""是否是标准的接入点 true是标准的 false不是标准的
|
26560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26578
26561
|
:rtype: bool
|
26579
26562
|
"""
|
26580
26563
|
return self._StandardAccessPoint
|
@@ -26586,6 +26569,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26586
26569
|
@property
|
26587
26570
|
def ZoneName(self):
|
26588
26571
|
"""可用区信息
|
26572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26589
26573
|
:rtype: str
|
26590
26574
|
"""
|
26591
26575
|
return self._ZoneName
|
@@ -26642,19 +26626,25 @@ class PulsarProClusterInfo(AbstractModel):
|
|
26642
26626
|
:param _Version: 集群版本
|
26643
26627
|
:type Version: str
|
26644
26628
|
:param _NodeDistribution: 节点分布情况
|
26629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26645
26630
|
:type NodeDistribution: list of InstanceNodeDistribution
|
26646
26631
|
:param _MaxStorage: 最大储存容量,单位:MB
|
26647
26632
|
:type MaxStorage: int
|
26648
26633
|
:param _CanEditRoute: 是否可以修改路由
|
26634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26649
26635
|
:type CanEditRoute: bool
|
26650
26636
|
:param _BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
26637
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26651
26638
|
:type BillingLabelVersion: str
|
26652
26639
|
:param _ExpireTime: 实例到期时间戳,毫秒级精度。
|
26640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26653
26641
|
:type ExpireTime: int
|
26654
26642
|
:param _AutoCreateTopicStatus: 是否开启自动创建主题
|
26655
26643
|
true就是开启了,false是关闭
|
26644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26656
26645
|
:type AutoCreateTopicStatus: bool
|
26657
26646
|
:param _DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
|
26647
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26658
26648
|
:type DefaultPartitionNumber: int
|
26659
26649
|
:param _Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
|
26660
26650
|
|
@@ -26744,6 +26734,7 @@ true就是开启了,false是关闭
|
|
26744
26734
|
@property
|
26745
26735
|
def NodeDistribution(self):
|
26746
26736
|
"""节点分布情况
|
26737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26747
26738
|
:rtype: list of InstanceNodeDistribution
|
26748
26739
|
"""
|
26749
26740
|
return self._NodeDistribution
|
@@ -26766,6 +26757,7 @@ true就是开启了,false是关闭
|
|
26766
26757
|
@property
|
26767
26758
|
def CanEditRoute(self):
|
26768
26759
|
"""是否可以修改路由
|
26760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26769
26761
|
:rtype: bool
|
26770
26762
|
"""
|
26771
26763
|
return self._CanEditRoute
|
@@ -26777,6 +26769,7 @@ true就是开启了,false是关闭
|
|
26777
26769
|
@property
|
26778
26770
|
def BillingLabelVersion(self):
|
26779
26771
|
"""代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
26772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26780
26773
|
:rtype: str
|
26781
26774
|
"""
|
26782
26775
|
return self._BillingLabelVersion
|
@@ -26788,6 +26781,7 @@ true就是开启了,false是关闭
|
|
26788
26781
|
@property
|
26789
26782
|
def ExpireTime(self):
|
26790
26783
|
"""实例到期时间戳,毫秒级精度。
|
26784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26791
26785
|
:rtype: int
|
26792
26786
|
"""
|
26793
26787
|
return self._ExpireTime
|
@@ -26800,6 +26794,7 @@ true就是开启了,false是关闭
|
|
26800
26794
|
def AutoCreateTopicStatus(self):
|
26801
26795
|
"""是否开启自动创建主题
|
26802
26796
|
true就是开启了,false是关闭
|
26797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26803
26798
|
:rtype: bool
|
26804
26799
|
"""
|
26805
26800
|
return self._AutoCreateTopicStatus
|
@@ -26811,6 +26806,7 @@ true就是开启了,false是关闭
|
|
26811
26806
|
@property
|
26812
26807
|
def DefaultPartitionNumber(self):
|
26813
26808
|
"""自动创建主题的默认分区数,如果没开启就是0
|
26809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26814
26810
|
:rtype: int
|
26815
26811
|
"""
|
26816
26812
|
return self._DefaultPartitionNumber
|
@@ -26880,9 +26876,11 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26880
26876
|
:param _MaxTopics: 最大主题分区数
|
26881
26877
|
:type MaxTopics: int
|
26882
26878
|
:param _ScalableTps: 规格外弹性TPS
|
26879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26883
26880
|
:type ScalableTps: int
|
26884
26881
|
:param _MaxPartitions: 32或者128
|
26885
26882
|
当前集群topic的最大分区数
|
26883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26886
26884
|
:type MaxPartitions: int
|
26887
26885
|
:param _MaxDelayedMessages: 商品最大延迟消息数量。0代表没有限制
|
26888
26886
|
:type MaxDelayedMessages: int
|
@@ -26954,6 +26952,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26954
26952
|
@property
|
26955
26953
|
def ScalableTps(self):
|
26956
26954
|
"""规格外弹性TPS
|
26955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26957
26956
|
:rtype: int
|
26958
26957
|
"""
|
26959
26958
|
return self._ScalableTps
|
@@ -26966,6 +26965,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26966
26965
|
def MaxPartitions(self):
|
26967
26966
|
"""32或者128
|
26968
26967
|
当前集群topic的最大分区数
|
26968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26969
26969
|
:rtype: int
|
26970
26970
|
"""
|
26971
26971
|
return self._MaxPartitions
|
@@ -27033,22 +27033,29 @@ class PulsarProInstance(AbstractModel):
|
|
27033
27033
|
:param _PayMode: 0-后付费,1-预付费
|
27034
27034
|
:type PayMode: int
|
27035
27035
|
:param _Remark: 备注信息
|
27036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27036
27037
|
:type Remark: str
|
27037
27038
|
:param _SpecName: 实例配置ID
|
27038
27039
|
:type SpecName: str
|
27039
27040
|
:param _ScalableTps: 规格外弹性TPS
|
27041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27040
27042
|
:type ScalableTps: int
|
27041
27043
|
:param _VpcId: VPC的id
|
27044
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27042
27045
|
:type VpcId: str
|
27043
27046
|
:param _SubnetId: 子网id
|
27047
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27044
27048
|
:type SubnetId: str
|
27045
27049
|
:param _MaxBandWidth: 峰值带宽。单位:mbps
|
27046
27050
|
:type MaxBandWidth: int
|
27047
27051
|
:param _Tags: 集群的标签列表
|
27052
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27048
27053
|
:type Tags: list of Tag
|
27049
27054
|
:param _CreateTime: 集群创建时间
|
27055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27050
27056
|
:type CreateTime: str
|
27051
27057
|
:param _BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
27058
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27052
27059
|
:type BillingLabelVersion: str
|
27053
27060
|
:param _Tenant: 自定义租户
|
27054
27061
|
:type Tenant: str
|
@@ -27187,6 +27194,7 @@ class PulsarProInstance(AbstractModel):
|
|
27187
27194
|
@property
|
27188
27195
|
def Remark(self):
|
27189
27196
|
"""备注信息
|
27197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27190
27198
|
:rtype: str
|
27191
27199
|
"""
|
27192
27200
|
return self._Remark
|
@@ -27209,6 +27217,7 @@ class PulsarProInstance(AbstractModel):
|
|
27209
27217
|
@property
|
27210
27218
|
def ScalableTps(self):
|
27211
27219
|
"""规格外弹性TPS
|
27220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27212
27221
|
:rtype: int
|
27213
27222
|
"""
|
27214
27223
|
return self._ScalableTps
|
@@ -27220,6 +27229,7 @@ class PulsarProInstance(AbstractModel):
|
|
27220
27229
|
@property
|
27221
27230
|
def VpcId(self):
|
27222
27231
|
"""VPC的id
|
27232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27223
27233
|
:rtype: str
|
27224
27234
|
"""
|
27225
27235
|
return self._VpcId
|
@@ -27231,6 +27241,7 @@ class PulsarProInstance(AbstractModel):
|
|
27231
27241
|
@property
|
27232
27242
|
def SubnetId(self):
|
27233
27243
|
"""子网id
|
27244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27234
27245
|
:rtype: str
|
27235
27246
|
"""
|
27236
27247
|
return self._SubnetId
|
@@ -27253,6 +27264,7 @@ class PulsarProInstance(AbstractModel):
|
|
27253
27264
|
@property
|
27254
27265
|
def Tags(self):
|
27255
27266
|
"""集群的标签列表
|
27267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27256
27268
|
:rtype: list of Tag
|
27257
27269
|
"""
|
27258
27270
|
return self._Tags
|
@@ -27264,6 +27276,7 @@ class PulsarProInstance(AbstractModel):
|
|
27264
27276
|
@property
|
27265
27277
|
def CreateTime(self):
|
27266
27278
|
"""集群创建时间
|
27279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27267
27280
|
:rtype: str
|
27268
27281
|
"""
|
27269
27282
|
return self._CreateTime
|
@@ -27275,6 +27288,7 @@ class PulsarProInstance(AbstractModel):
|
|
27275
27288
|
@property
|
27276
27289
|
def BillingLabelVersion(self):
|
27277
27290
|
"""代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
27291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27278
27292
|
:rtype: str
|
27279
27293
|
"""
|
27280
27294
|
return self._BillingLabelVersion
|
@@ -34473,11 +34487,14 @@ class SecurityPolicy(AbstractModel):
|
|
34473
34487
|
def __init__(self):
|
34474
34488
|
r"""
|
34475
34489
|
:param _Route: ip或者网段
|
34490
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34476
34491
|
:type Route: str
|
34477
34492
|
:param _Policy: 策略 true就是允许,白名单或者 false 拒绝 黑名单
|
34478
34493
|
|
34494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34479
34495
|
:type Policy: bool
|
34480
34496
|
:param _Remark: 备注
|
34497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34481
34498
|
:type Remark: str
|
34482
34499
|
"""
|
34483
34500
|
self._Route = None
|
@@ -34487,6 +34504,7 @@ class SecurityPolicy(AbstractModel):
|
|
34487
34504
|
@property
|
34488
34505
|
def Route(self):
|
34489
34506
|
"""ip或者网段
|
34507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34490
34508
|
:rtype: str
|
34491
34509
|
"""
|
34492
34510
|
return self._Route
|
@@ -34499,6 +34517,7 @@ class SecurityPolicy(AbstractModel):
|
|
34499
34517
|
def Policy(self):
|
34500
34518
|
"""策略 true就是允许,白名单或者 false 拒绝 黑名单
|
34501
34519
|
|
34520
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34502
34521
|
:rtype: bool
|
34503
34522
|
"""
|
34504
34523
|
return self._Policy
|
@@ -34510,6 +34529,7 @@ class SecurityPolicy(AbstractModel):
|
|
34510
34529
|
@property
|
34511
34530
|
def Remark(self):
|
34512
34531
|
"""备注
|
34532
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34513
34533
|
:rtype: str
|
34514
34534
|
"""
|
34515
34535
|
return self._Remark
|
@@ -35584,40 +35604,58 @@ class Subscription(AbstractModel):
|
|
35584
35604
|
:param _EnvironmentId: 环境(命名空间)名称。
|
35585
35605
|
:type EnvironmentId: str
|
35586
35606
|
:param _ConnectedSince: 消费者开始连接的时间。
|
35607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35587
35608
|
:type ConnectedSince: str
|
35588
35609
|
:param _ConsumerAddr: 消费者地址。
|
35610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35589
35611
|
:type ConsumerAddr: str
|
35590
35612
|
:param _ConsumerCount: 消费者数量。
|
35613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35591
35614
|
:type ConsumerCount: str
|
35592
35615
|
:param _ConsumerName: 消费者名称。
|
35616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35593
35617
|
:type ConsumerName: str
|
35594
35618
|
:param _MsgBacklog: 堆积的消息数量。
|
35619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35595
35620
|
:type MsgBacklog: str
|
35596
35621
|
:param _MsgRateExpired: 于TTL,此订阅下没有被发送而是被丢弃的比例。
|
35622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35597
35623
|
:type MsgRateExpired: str
|
35598
35624
|
:param _MsgRateOut: 消费者每秒分发消息的数量之和。
|
35625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35599
35626
|
:type MsgRateOut: str
|
35600
35627
|
:param _MsgThroughputOut: 消费者每秒消息的byte。
|
35628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35601
35629
|
:type MsgThroughputOut: str
|
35602
35630
|
:param _SubscriptionName: 订阅名称。
|
35631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35603
35632
|
:type SubscriptionName: str
|
35604
35633
|
:param _ConsumerSets: 消费者集合。
|
35634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35605
35635
|
:type ConsumerSets: list of Consumer
|
35606
35636
|
:param _IsOnline: 是否在线。
|
35637
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35607
35638
|
:type IsOnline: bool
|
35608
35639
|
:param _ConsumersScheduleSets: 消费进度集合。
|
35640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35609
35641
|
:type ConsumersScheduleSets: list of ConsumersSchedule
|
35610
35642
|
:param _Remark: 备注。
|
35643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35611
35644
|
:type Remark: str
|
35612
35645
|
:param _CreateTime: 创建时间。
|
35646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35613
35647
|
:type CreateTime: str
|
35614
35648
|
:param _UpdateTime: 最近修改时间。
|
35649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35615
35650
|
:type UpdateTime: str
|
35616
35651
|
:param _SubType: 订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
35652
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35617
35653
|
:type SubType: str
|
35618
35654
|
:param _BlockedSubscriptionOnUnackedMsgs: 是否由于未 ack 数到达上限而被 block
|
35655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35619
35656
|
:type BlockedSubscriptionOnUnackedMsgs: bool
|
35620
35657
|
:param _MaxUnackedMsgNum: 未 ack 消息数上限
|
35658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35621
35659
|
:type MaxUnackedMsgNum: int
|
35622
35660
|
"""
|
35623
35661
|
self._TopicName = None
|
@@ -35666,6 +35704,7 @@ class Subscription(AbstractModel):
|
|
35666
35704
|
@property
|
35667
35705
|
def ConnectedSince(self):
|
35668
35706
|
"""消费者开始连接的时间。
|
35707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35669
35708
|
:rtype: str
|
35670
35709
|
"""
|
35671
35710
|
return self._ConnectedSince
|
@@ -35677,6 +35716,7 @@ class Subscription(AbstractModel):
|
|
35677
35716
|
@property
|
35678
35717
|
def ConsumerAddr(self):
|
35679
35718
|
"""消费者地址。
|
35719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35680
35720
|
:rtype: str
|
35681
35721
|
"""
|
35682
35722
|
return self._ConsumerAddr
|
@@ -35688,6 +35728,7 @@ class Subscription(AbstractModel):
|
|
35688
35728
|
@property
|
35689
35729
|
def ConsumerCount(self):
|
35690
35730
|
"""消费者数量。
|
35731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35691
35732
|
:rtype: str
|
35692
35733
|
"""
|
35693
35734
|
return self._ConsumerCount
|
@@ -35699,6 +35740,7 @@ class Subscription(AbstractModel):
|
|
35699
35740
|
@property
|
35700
35741
|
def ConsumerName(self):
|
35701
35742
|
"""消费者名称。
|
35743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35702
35744
|
:rtype: str
|
35703
35745
|
"""
|
35704
35746
|
return self._ConsumerName
|
@@ -35710,6 +35752,7 @@ class Subscription(AbstractModel):
|
|
35710
35752
|
@property
|
35711
35753
|
def MsgBacklog(self):
|
35712
35754
|
"""堆积的消息数量。
|
35755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35713
35756
|
:rtype: str
|
35714
35757
|
"""
|
35715
35758
|
return self._MsgBacklog
|
@@ -35721,6 +35764,7 @@ class Subscription(AbstractModel):
|
|
35721
35764
|
@property
|
35722
35765
|
def MsgRateExpired(self):
|
35723
35766
|
"""于TTL,此订阅下没有被发送而是被丢弃的比例。
|
35767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35724
35768
|
:rtype: str
|
35725
35769
|
"""
|
35726
35770
|
return self._MsgRateExpired
|
@@ -35732,6 +35776,7 @@ class Subscription(AbstractModel):
|
|
35732
35776
|
@property
|
35733
35777
|
def MsgRateOut(self):
|
35734
35778
|
"""消费者每秒分发消息的数量之和。
|
35779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35735
35780
|
:rtype: str
|
35736
35781
|
"""
|
35737
35782
|
return self._MsgRateOut
|
@@ -35743,6 +35788,7 @@ class Subscription(AbstractModel):
|
|
35743
35788
|
@property
|
35744
35789
|
def MsgThroughputOut(self):
|
35745
35790
|
"""消费者每秒消息的byte。
|
35791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35746
35792
|
:rtype: str
|
35747
35793
|
"""
|
35748
35794
|
return self._MsgThroughputOut
|
@@ -35754,6 +35800,7 @@ class Subscription(AbstractModel):
|
|
35754
35800
|
@property
|
35755
35801
|
def SubscriptionName(self):
|
35756
35802
|
"""订阅名称。
|
35803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35757
35804
|
:rtype: str
|
35758
35805
|
"""
|
35759
35806
|
return self._SubscriptionName
|
@@ -35765,6 +35812,7 @@ class Subscription(AbstractModel):
|
|
35765
35812
|
@property
|
35766
35813
|
def ConsumerSets(self):
|
35767
35814
|
"""消费者集合。
|
35815
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35768
35816
|
:rtype: list of Consumer
|
35769
35817
|
"""
|
35770
35818
|
return self._ConsumerSets
|
@@ -35776,6 +35824,7 @@ class Subscription(AbstractModel):
|
|
35776
35824
|
@property
|
35777
35825
|
def IsOnline(self):
|
35778
35826
|
"""是否在线。
|
35827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35779
35828
|
:rtype: bool
|
35780
35829
|
"""
|
35781
35830
|
return self._IsOnline
|
@@ -35787,6 +35836,7 @@ class Subscription(AbstractModel):
|
|
35787
35836
|
@property
|
35788
35837
|
def ConsumersScheduleSets(self):
|
35789
35838
|
"""消费进度集合。
|
35839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35790
35840
|
:rtype: list of ConsumersSchedule
|
35791
35841
|
"""
|
35792
35842
|
return self._ConsumersScheduleSets
|
@@ -35798,6 +35848,7 @@ class Subscription(AbstractModel):
|
|
35798
35848
|
@property
|
35799
35849
|
def Remark(self):
|
35800
35850
|
"""备注。
|
35851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35801
35852
|
:rtype: str
|
35802
35853
|
"""
|
35803
35854
|
return self._Remark
|
@@ -35809,6 +35860,7 @@ class Subscription(AbstractModel):
|
|
35809
35860
|
@property
|
35810
35861
|
def CreateTime(self):
|
35811
35862
|
"""创建时间。
|
35863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35812
35864
|
:rtype: str
|
35813
35865
|
"""
|
35814
35866
|
return self._CreateTime
|
@@ -35820,6 +35872,7 @@ class Subscription(AbstractModel):
|
|
35820
35872
|
@property
|
35821
35873
|
def UpdateTime(self):
|
35822
35874
|
"""最近修改时间。
|
35875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35823
35876
|
:rtype: str
|
35824
35877
|
"""
|
35825
35878
|
return self._UpdateTime
|
@@ -35831,6 +35884,7 @@ class Subscription(AbstractModel):
|
|
35831
35884
|
@property
|
35832
35885
|
def SubType(self):
|
35833
35886
|
"""订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
35887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35834
35888
|
:rtype: str
|
35835
35889
|
"""
|
35836
35890
|
return self._SubType
|
@@ -35842,6 +35896,7 @@ class Subscription(AbstractModel):
|
|
35842
35896
|
@property
|
35843
35897
|
def BlockedSubscriptionOnUnackedMsgs(self):
|
35844
35898
|
"""是否由于未 ack 数到达上限而被 block
|
35899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35845
35900
|
:rtype: bool
|
35846
35901
|
"""
|
35847
35902
|
return self._BlockedSubscriptionOnUnackedMsgs
|
@@ -35853,6 +35908,7 @@ class Subscription(AbstractModel):
|
|
35853
35908
|
@property
|
35854
35909
|
def MaxUnackedMsgNum(self):
|
35855
35910
|
"""未 ack 消息数上限
|
35911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35856
35912
|
:rtype: int
|
35857
35913
|
"""
|
35858
35914
|
return self._MaxUnackedMsgNum
|
@@ -35977,8 +36033,10 @@ class Tag(AbstractModel):
|
|
35977
36033
|
def __init__(self):
|
35978
36034
|
r"""
|
35979
36035
|
:param _TagKey: 标签的key的值
|
36036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35980
36037
|
:type TagKey: str
|
35981
36038
|
:param _TagValue: 标签的Value的值
|
36039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35982
36040
|
:type TagValue: str
|
35983
36041
|
"""
|
35984
36042
|
self._TagKey = None
|
@@ -35987,6 +36045,7 @@ class Tag(AbstractModel):
|
|
35987
36045
|
@property
|
35988
36046
|
def TagKey(self):
|
35989
36047
|
"""标签的key的值
|
36048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35990
36049
|
:rtype: str
|
35991
36050
|
"""
|
35992
36051
|
return self._TagKey
|
@@ -35998,6 +36057,7 @@ class Tag(AbstractModel):
|
|
35998
36057
|
@property
|
35999
36058
|
def TagValue(self):
|
36000
36059
|
"""标签的Value的值
|
36060
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36001
36061
|
:rtype: str
|
36002
36062
|
"""
|
36003
36063
|
return self._TagValue
|
@@ -36028,30 +36088,43 @@ class Topic(AbstractModel):
|
|
36028
36088
|
def __init__(self):
|
36029
36089
|
r"""
|
36030
36090
|
:param _AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
36091
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36031
36092
|
:type AverageMsgSize: str
|
36032
36093
|
:param _ConsumerCount: 消费者数量。
|
36094
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36033
36095
|
:type ConsumerCount: str
|
36034
36096
|
:param _LastConfirmedEntry: 被记录下来的消息总数。
|
36097
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36035
36098
|
:type LastConfirmedEntry: str
|
36036
36099
|
:param _LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
36100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36037
36101
|
:type LastLedgerCreatedTimestamp: str
|
36038
36102
|
:param _MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
36103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36039
36104
|
:type MsgRateIn: str
|
36040
36105
|
:param _MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
36106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36041
36107
|
:type MsgRateOut: str
|
36042
36108
|
:param _MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
36109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36043
36110
|
:type MsgThroughputIn: str
|
36044
36111
|
:param _MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
36112
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36045
36113
|
:type MsgThroughputOut: str
|
36046
36114
|
:param _NumberOfEntries: 被记录下来的消息总数。
|
36115
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36047
36116
|
:type NumberOfEntries: str
|
36048
36117
|
:param _Partitions: 分区数<=0:topic下无子分区。
|
36118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36049
36119
|
:type Partitions: int
|
36050
36120
|
:param _ProducerCount: 生产者数量。
|
36121
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36051
36122
|
:type ProducerCount: str
|
36052
36123
|
:param _TotalSize: 以byte计算的所有消息存储总量。
|
36124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36053
36125
|
:type TotalSize: str
|
36054
36126
|
:param _SubTopicSets: 分区topic里面的子分区。
|
36127
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36055
36128
|
:type SubTopicSets: list of PartitionsTopic
|
36056
36129
|
:param _TopicType: topic类型描述:
|
36057
36130
|
0:普通消息;
|
@@ -36060,28 +36133,38 @@ class Topic(AbstractModel):
|
|
36060
36133
|
3:重试队列;
|
36061
36134
|
4:死信队列;
|
36062
36135
|
5:事务消息。
|
36136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36063
36137
|
:type TopicType: int
|
36064
36138
|
:param _EnvironmentId: 环境(命名空间)名称。
|
36139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36065
36140
|
:type EnvironmentId: str
|
36066
36141
|
:param _TopicName: 主题名称。
|
36142
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36067
36143
|
:type TopicName: str
|
36068
36144
|
:param _Remark: 说明,128个字符以内。
|
36145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36069
36146
|
:type Remark: str
|
36070
36147
|
:param _CreateTime: 创建时间。
|
36148
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36071
36149
|
:type CreateTime: str
|
36072
36150
|
:param _UpdateTime: 最近修改时间。
|
36151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36073
36152
|
:type UpdateTime: str
|
36074
36153
|
:param _ProducerLimit: 生产者上限。
|
36154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36075
36155
|
:type ProducerLimit: str
|
36076
36156
|
:param _ConsumerLimit: 消费者上限。
|
36157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36077
36158
|
:type ConsumerLimit: str
|
36078
36159
|
:param _PulsarTopicType: 0: 非持久非分区
|
36079
36160
|
1: 非持久分区
|
36080
36161
|
2: 持久非分区
|
36081
36162
|
3: 持久分区
|
36163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36082
36164
|
:type PulsarTopicType: int
|
36083
36165
|
:param _MsgTTL: 未消费消息过期时间,单位:秒
|
36084
36166
|
|
36167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36085
36168
|
:type MsgTTL: int
|
36086
36169
|
:param _ClusterId: 集群 ID
|
36087
36170
|
:type ClusterId: str
|
@@ -36118,6 +36201,7 @@ class Topic(AbstractModel):
|
|
36118
36201
|
@property
|
36119
36202
|
def AverageMsgSize(self):
|
36120
36203
|
"""最后一次间隔内发布消息的平均byte大小。
|
36204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36121
36205
|
:rtype: str
|
36122
36206
|
"""
|
36123
36207
|
return self._AverageMsgSize
|
@@ -36129,6 +36213,7 @@ class Topic(AbstractModel):
|
|
36129
36213
|
@property
|
36130
36214
|
def ConsumerCount(self):
|
36131
36215
|
"""消费者数量。
|
36216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36132
36217
|
:rtype: str
|
36133
36218
|
"""
|
36134
36219
|
return self._ConsumerCount
|
@@ -36140,6 +36225,7 @@ class Topic(AbstractModel):
|
|
36140
36225
|
@property
|
36141
36226
|
def LastConfirmedEntry(self):
|
36142
36227
|
"""被记录下来的消息总数。
|
36228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36143
36229
|
:rtype: str
|
36144
36230
|
"""
|
36145
36231
|
return self._LastConfirmedEntry
|
@@ -36151,6 +36237,7 @@ class Topic(AbstractModel):
|
|
36151
36237
|
@property
|
36152
36238
|
def LastLedgerCreatedTimestamp(self):
|
36153
36239
|
"""最后一个ledger创建的时间。
|
36240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36154
36241
|
:rtype: str
|
36155
36242
|
"""
|
36156
36243
|
return self._LastLedgerCreatedTimestamp
|
@@ -36162,6 +36249,7 @@ class Topic(AbstractModel):
|
|
36162
36249
|
@property
|
36163
36250
|
def MsgRateIn(self):
|
36164
36251
|
"""本地和复制的发布者每秒发布消息的速率。
|
36252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36165
36253
|
:rtype: str
|
36166
36254
|
"""
|
36167
36255
|
return self._MsgRateIn
|
@@ -36173,6 +36261,7 @@ class Topic(AbstractModel):
|
|
36173
36261
|
@property
|
36174
36262
|
def MsgRateOut(self):
|
36175
36263
|
"""本地和复制的消费者每秒分发消息的数量之和。
|
36264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36176
36265
|
:rtype: str
|
36177
36266
|
"""
|
36178
36267
|
return self._MsgRateOut
|
@@ -36184,6 +36273,7 @@ class Topic(AbstractModel):
|
|
36184
36273
|
@property
|
36185
36274
|
def MsgThroughputIn(self):
|
36186
36275
|
"""本地和复制的发布者每秒发布消息的byte。
|
36276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36187
36277
|
:rtype: str
|
36188
36278
|
"""
|
36189
36279
|
return self._MsgThroughputIn
|
@@ -36195,6 +36285,7 @@ class Topic(AbstractModel):
|
|
36195
36285
|
@property
|
36196
36286
|
def MsgThroughputOut(self):
|
36197
36287
|
"""本地和复制的消费者每秒分发消息的byte。
|
36288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36198
36289
|
:rtype: str
|
36199
36290
|
"""
|
36200
36291
|
return self._MsgThroughputOut
|
@@ -36206,6 +36297,7 @@ class Topic(AbstractModel):
|
|
36206
36297
|
@property
|
36207
36298
|
def NumberOfEntries(self):
|
36208
36299
|
"""被记录下来的消息总数。
|
36300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36209
36301
|
:rtype: str
|
36210
36302
|
"""
|
36211
36303
|
return self._NumberOfEntries
|
@@ -36217,6 +36309,7 @@ class Topic(AbstractModel):
|
|
36217
36309
|
@property
|
36218
36310
|
def Partitions(self):
|
36219
36311
|
"""分区数<=0:topic下无子分区。
|
36312
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36220
36313
|
:rtype: int
|
36221
36314
|
"""
|
36222
36315
|
return self._Partitions
|
@@ -36228,6 +36321,7 @@ class Topic(AbstractModel):
|
|
36228
36321
|
@property
|
36229
36322
|
def ProducerCount(self):
|
36230
36323
|
"""生产者数量。
|
36324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36231
36325
|
:rtype: str
|
36232
36326
|
"""
|
36233
36327
|
return self._ProducerCount
|
@@ -36239,6 +36333,7 @@ class Topic(AbstractModel):
|
|
36239
36333
|
@property
|
36240
36334
|
def TotalSize(self):
|
36241
36335
|
"""以byte计算的所有消息存储总量。
|
36336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36242
36337
|
:rtype: str
|
36243
36338
|
"""
|
36244
36339
|
return self._TotalSize
|
@@ -36250,6 +36345,7 @@ class Topic(AbstractModel):
|
|
36250
36345
|
@property
|
36251
36346
|
def SubTopicSets(self):
|
36252
36347
|
"""分区topic里面的子分区。
|
36348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36253
36349
|
:rtype: list of PartitionsTopic
|
36254
36350
|
"""
|
36255
36351
|
return self._SubTopicSets
|
@@ -36267,6 +36363,7 @@ class Topic(AbstractModel):
|
|
36267
36363
|
3:重试队列;
|
36268
36364
|
4:死信队列;
|
36269
36365
|
5:事务消息。
|
36366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36270
36367
|
:rtype: int
|
36271
36368
|
"""
|
36272
36369
|
return self._TopicType
|
@@ -36278,6 +36375,7 @@ class Topic(AbstractModel):
|
|
36278
36375
|
@property
|
36279
36376
|
def EnvironmentId(self):
|
36280
36377
|
"""环境(命名空间)名称。
|
36378
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36281
36379
|
:rtype: str
|
36282
36380
|
"""
|
36283
36381
|
return self._EnvironmentId
|
@@ -36289,6 +36387,7 @@ class Topic(AbstractModel):
|
|
36289
36387
|
@property
|
36290
36388
|
def TopicName(self):
|
36291
36389
|
"""主题名称。
|
36390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36292
36391
|
:rtype: str
|
36293
36392
|
"""
|
36294
36393
|
return self._TopicName
|
@@ -36300,6 +36399,7 @@ class Topic(AbstractModel):
|
|
36300
36399
|
@property
|
36301
36400
|
def Remark(self):
|
36302
36401
|
"""说明,128个字符以内。
|
36402
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36303
36403
|
:rtype: str
|
36304
36404
|
"""
|
36305
36405
|
return self._Remark
|
@@ -36311,6 +36411,7 @@ class Topic(AbstractModel):
|
|
36311
36411
|
@property
|
36312
36412
|
def CreateTime(self):
|
36313
36413
|
"""创建时间。
|
36414
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36314
36415
|
:rtype: str
|
36315
36416
|
"""
|
36316
36417
|
return self._CreateTime
|
@@ -36322,6 +36423,7 @@ class Topic(AbstractModel):
|
|
36322
36423
|
@property
|
36323
36424
|
def UpdateTime(self):
|
36324
36425
|
"""最近修改时间。
|
36426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36325
36427
|
:rtype: str
|
36326
36428
|
"""
|
36327
36429
|
return self._UpdateTime
|
@@ -36333,6 +36435,7 @@ class Topic(AbstractModel):
|
|
36333
36435
|
@property
|
36334
36436
|
def ProducerLimit(self):
|
36335
36437
|
"""生产者上限。
|
36438
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36336
36439
|
:rtype: str
|
36337
36440
|
"""
|
36338
36441
|
return self._ProducerLimit
|
@@ -36344,6 +36447,7 @@ class Topic(AbstractModel):
|
|
36344
36447
|
@property
|
36345
36448
|
def ConsumerLimit(self):
|
36346
36449
|
"""消费者上限。
|
36450
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36347
36451
|
:rtype: str
|
36348
36452
|
"""
|
36349
36453
|
return self._ConsumerLimit
|
@@ -36358,6 +36462,7 @@ class Topic(AbstractModel):
|
|
36358
36462
|
1: 非持久分区
|
36359
36463
|
2: 持久非分区
|
36360
36464
|
3: 持久分区
|
36465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36361
36466
|
:rtype: int
|
36362
36467
|
"""
|
36363
36468
|
return self._PulsarTopicType
|
@@ -36370,6 +36475,7 @@ class Topic(AbstractModel):
|
|
36370
36475
|
def MsgTTL(self):
|
36371
36476
|
"""未消费消息过期时间,单位:秒
|
36372
36477
|
|
36478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36373
36479
|
:rtype: int
|
36374
36480
|
"""
|
36375
36481
|
return self._MsgTTL
|
@@ -36625,11 +36731,13 @@ class Topic_Simplification(AbstractModel):
|
|
36625
36731
|
def __init__(self):
|
36626
36732
|
r"""
|
36627
36733
|
:param _TopicName: 主题名称。
|
36734
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36628
36735
|
:type TopicName: str
|
36629
36736
|
:param _PulsarTopicType: 0: 非持久非分区
|
36630
36737
|
1: 非持久分区
|
36631
36738
|
2: 持久非分区
|
36632
36739
|
3: 持久分区
|
36740
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36633
36741
|
:type PulsarTopicType: int
|
36634
36742
|
"""
|
36635
36743
|
self._TopicName = None
|
@@ -36638,6 +36746,7 @@ class Topic_Simplification(AbstractModel):
|
|
36638
36746
|
@property
|
36639
36747
|
def TopicName(self):
|
36640
36748
|
"""主题名称。
|
36749
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36641
36750
|
:rtype: str
|
36642
36751
|
"""
|
36643
36752
|
return self._TopicName
|
@@ -36652,6 +36761,7 @@ class Topic_Simplification(AbstractModel):
|
|
36652
36761
|
1: 非持久分区
|
36653
36762
|
2: 持久非分区
|
36654
36763
|
3: 持久分区
|
36764
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36655
36765
|
:rtype: int
|
36656
36766
|
"""
|
36657
36767
|
return self._PulsarTopicType
|
@@ -36997,6 +37107,7 @@ class VpcBindRecord(AbstractModel):
|
|
36997
37107
|
:param _Port: Vpc的Port
|
36998
37108
|
:type Port: int
|
36999
37109
|
:param _Remark: 说明,128个字符以内
|
37110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
37000
37111
|
:type Remark: str
|
37001
37112
|
"""
|
37002
37113
|
self._UniqueVpcId = None
|
@@ -37064,6 +37175,7 @@ class VpcBindRecord(AbstractModel):
|
|
37064
37175
|
@property
|
37065
37176
|
def Remark(self):
|
37066
37177
|
"""说明,128个字符以内
|
37178
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
37067
37179
|
:rtype: str
|
37068
37180
|
"""
|
37069
37181
|
return self._Remark
|