tencentcloud-sdk-python 3.0.1345__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 +12 -687
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +0 -150
- tencentcloud/cdwch/v20200915/models.py +111 -146
- tencentcloud/ckafka/v20190819/models.py +18 -960
- tencentcloud/cls/v20201016/models.py +0 -112
- tencentcloud/dbbrain/v20191016/models.py +2 -2
- tencentcloud/dbbrain/v20210527/models.py +17 -4
- 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/models.py +0 -52
- tencentcloud/lke/v20231130/lke_client.py +0 -23
- tencentcloud/lke/v20231130/models.py +0 -79
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -2
- tencentcloud/tdmq/v20200217/models.py +266 -0
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +81 -2
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20220401/models.py +0 -6
- tencentcloud/thpc/v20230321/models.py +0 -12
- tencentcloud/wedata/v20210820/models.py +222 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/RECORD +36 -36
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1346.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1345.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
|
@@ -25505,30 +25583,43 @@ class PartitionsTopic(AbstractModel):
|
|
25505
25583
|
def __init__(self):
|
25506
25584
|
r"""
|
25507
25585
|
:param _AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
25586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25508
25587
|
:type AverageMsgSize: str
|
25509
25588
|
:param _ConsumerCount: 消费者数量。
|
25589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25510
25590
|
:type ConsumerCount: str
|
25511
25591
|
:param _LastConfirmedEntry: 被记录下来的消息总数。
|
25592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25512
25593
|
:type LastConfirmedEntry: str
|
25513
25594
|
:param _LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
25595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25514
25596
|
:type LastLedgerCreatedTimestamp: str
|
25515
25597
|
:param _MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
25598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25516
25599
|
:type MsgRateIn: str
|
25517
25600
|
:param _MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
25601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25518
25602
|
:type MsgRateOut: str
|
25519
25603
|
:param _MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
25604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25520
25605
|
:type MsgThroughputIn: str
|
25521
25606
|
:param _MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
25607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25522
25608
|
:type MsgThroughputOut: str
|
25523
25609
|
:param _NumberOfEntries: 被记录下来的消息总数。
|
25610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25524
25611
|
:type NumberOfEntries: str
|
25525
25612
|
:param _Partitions: 子分区id。
|
25613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25526
25614
|
:type Partitions: int
|
25527
25615
|
:param _ProducerCount: 生产者数量。
|
25616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25528
25617
|
:type ProducerCount: str
|
25529
25618
|
:param _TotalSize: 以byte计算的所有消息存储总量。
|
25619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25530
25620
|
:type TotalSize: str
|
25531
25621
|
:param _TopicType: topic类型描述。
|
25622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25532
25623
|
:type TopicType: int
|
25533
25624
|
"""
|
25534
25625
|
self._AverageMsgSize = None
|
@@ -25548,6 +25639,7 @@ class PartitionsTopic(AbstractModel):
|
|
25548
25639
|
@property
|
25549
25640
|
def AverageMsgSize(self):
|
25550
25641
|
"""最后一次间隔内发布消息的平均byte大小。
|
25642
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25551
25643
|
:rtype: str
|
25552
25644
|
"""
|
25553
25645
|
return self._AverageMsgSize
|
@@ -25559,6 +25651,7 @@ class PartitionsTopic(AbstractModel):
|
|
25559
25651
|
@property
|
25560
25652
|
def ConsumerCount(self):
|
25561
25653
|
"""消费者数量。
|
25654
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25562
25655
|
:rtype: str
|
25563
25656
|
"""
|
25564
25657
|
return self._ConsumerCount
|
@@ -25570,6 +25663,7 @@ class PartitionsTopic(AbstractModel):
|
|
25570
25663
|
@property
|
25571
25664
|
def LastConfirmedEntry(self):
|
25572
25665
|
"""被记录下来的消息总数。
|
25666
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25573
25667
|
:rtype: str
|
25574
25668
|
"""
|
25575
25669
|
return self._LastConfirmedEntry
|
@@ -25581,6 +25675,7 @@ class PartitionsTopic(AbstractModel):
|
|
25581
25675
|
@property
|
25582
25676
|
def LastLedgerCreatedTimestamp(self):
|
25583
25677
|
"""最后一个ledger创建的时间。
|
25678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25584
25679
|
:rtype: str
|
25585
25680
|
"""
|
25586
25681
|
return self._LastLedgerCreatedTimestamp
|
@@ -25592,6 +25687,7 @@ class PartitionsTopic(AbstractModel):
|
|
25592
25687
|
@property
|
25593
25688
|
def MsgRateIn(self):
|
25594
25689
|
"""本地和复制的发布者每秒发布消息的速率。
|
25690
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25595
25691
|
:rtype: str
|
25596
25692
|
"""
|
25597
25693
|
return self._MsgRateIn
|
@@ -25603,6 +25699,7 @@ class PartitionsTopic(AbstractModel):
|
|
25603
25699
|
@property
|
25604
25700
|
def MsgRateOut(self):
|
25605
25701
|
"""本地和复制的消费者每秒分发消息的数量之和。
|
25702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25606
25703
|
:rtype: str
|
25607
25704
|
"""
|
25608
25705
|
return self._MsgRateOut
|
@@ -25614,6 +25711,7 @@ class PartitionsTopic(AbstractModel):
|
|
25614
25711
|
@property
|
25615
25712
|
def MsgThroughputIn(self):
|
25616
25713
|
"""本地和复制的发布者每秒发布消息的byte。
|
25714
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25617
25715
|
:rtype: str
|
25618
25716
|
"""
|
25619
25717
|
return self._MsgThroughputIn
|
@@ -25625,6 +25723,7 @@ class PartitionsTopic(AbstractModel):
|
|
25625
25723
|
@property
|
25626
25724
|
def MsgThroughputOut(self):
|
25627
25725
|
"""本地和复制的消费者每秒分发消息的byte。
|
25726
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25628
25727
|
:rtype: str
|
25629
25728
|
"""
|
25630
25729
|
return self._MsgThroughputOut
|
@@ -25636,6 +25735,7 @@ class PartitionsTopic(AbstractModel):
|
|
25636
25735
|
@property
|
25637
25736
|
def NumberOfEntries(self):
|
25638
25737
|
"""被记录下来的消息总数。
|
25738
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25639
25739
|
:rtype: str
|
25640
25740
|
"""
|
25641
25741
|
return self._NumberOfEntries
|
@@ -25647,6 +25747,7 @@ class PartitionsTopic(AbstractModel):
|
|
25647
25747
|
@property
|
25648
25748
|
def Partitions(self):
|
25649
25749
|
"""子分区id。
|
25750
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25650
25751
|
:rtype: int
|
25651
25752
|
"""
|
25652
25753
|
return self._Partitions
|
@@ -25658,6 +25759,7 @@ class PartitionsTopic(AbstractModel):
|
|
25658
25759
|
@property
|
25659
25760
|
def ProducerCount(self):
|
25660
25761
|
"""生产者数量。
|
25762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25661
25763
|
:rtype: str
|
25662
25764
|
"""
|
25663
25765
|
return self._ProducerCount
|
@@ -25669,6 +25771,7 @@ class PartitionsTopic(AbstractModel):
|
|
25669
25771
|
@property
|
25670
25772
|
def TotalSize(self):
|
25671
25773
|
"""以byte计算的所有消息存储总量。
|
25774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25672
25775
|
:rtype: str
|
25673
25776
|
"""
|
25674
25777
|
return self._TotalSize
|
@@ -25680,6 +25783,7 @@ class PartitionsTopic(AbstractModel):
|
|
25680
25783
|
@property
|
25681
25784
|
def TopicType(self):
|
25682
25785
|
"""topic类型描述。
|
25786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
25683
25787
|
:rtype: int
|
25684
25788
|
"""
|
25685
25789
|
return self._TopicType
|
@@ -26115,22 +26219,31 @@ class Publisher(AbstractModel):
|
|
26115
26219
|
def __init__(self):
|
26116
26220
|
r"""
|
26117
26221
|
:param _ProducerId: 生产者id
|
26222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26118
26223
|
:type ProducerId: int
|
26119
26224
|
:param _ProducerName: 生产者名称
|
26225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26120
26226
|
:type ProducerName: str
|
26121
26227
|
:param _Address: 生产者地址
|
26228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26122
26229
|
:type Address: str
|
26123
26230
|
:param _ClientVersion: 客户端版本
|
26231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26124
26232
|
:type ClientVersion: str
|
26125
26233
|
:param _MsgRateIn: 消息生产速率(条/秒)
|
26234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26126
26235
|
:type MsgRateIn: float
|
26127
26236
|
:param _MsgThroughputIn: 消息生产吞吐速率(字节/秒)
|
26237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26128
26238
|
:type MsgThroughputIn: float
|
26129
26239
|
:param _AverageMsgSize: 平均消息大小(字节)
|
26240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26130
26241
|
:type AverageMsgSize: float
|
26131
26242
|
:param _ConnectedSince: 连接时间
|
26243
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26132
26244
|
:type ConnectedSince: str
|
26133
26245
|
:param _Partition: 生产者连接的主题分区号
|
26246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26134
26247
|
:type Partition: int
|
26135
26248
|
"""
|
26136
26249
|
self._ProducerId = None
|
@@ -26146,6 +26259,7 @@ class Publisher(AbstractModel):
|
|
26146
26259
|
@property
|
26147
26260
|
def ProducerId(self):
|
26148
26261
|
"""生产者id
|
26262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26149
26263
|
:rtype: int
|
26150
26264
|
"""
|
26151
26265
|
return self._ProducerId
|
@@ -26157,6 +26271,7 @@ class Publisher(AbstractModel):
|
|
26157
26271
|
@property
|
26158
26272
|
def ProducerName(self):
|
26159
26273
|
"""生产者名称
|
26274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26160
26275
|
:rtype: str
|
26161
26276
|
"""
|
26162
26277
|
return self._ProducerName
|
@@ -26168,6 +26283,7 @@ class Publisher(AbstractModel):
|
|
26168
26283
|
@property
|
26169
26284
|
def Address(self):
|
26170
26285
|
"""生产者地址
|
26286
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26171
26287
|
:rtype: str
|
26172
26288
|
"""
|
26173
26289
|
return self._Address
|
@@ -26179,6 +26295,7 @@ class Publisher(AbstractModel):
|
|
26179
26295
|
@property
|
26180
26296
|
def ClientVersion(self):
|
26181
26297
|
"""客户端版本
|
26298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26182
26299
|
:rtype: str
|
26183
26300
|
"""
|
26184
26301
|
return self._ClientVersion
|
@@ -26190,6 +26307,7 @@ class Publisher(AbstractModel):
|
|
26190
26307
|
@property
|
26191
26308
|
def MsgRateIn(self):
|
26192
26309
|
"""消息生产速率(条/秒)
|
26310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26193
26311
|
:rtype: float
|
26194
26312
|
"""
|
26195
26313
|
return self._MsgRateIn
|
@@ -26201,6 +26319,7 @@ class Publisher(AbstractModel):
|
|
26201
26319
|
@property
|
26202
26320
|
def MsgThroughputIn(self):
|
26203
26321
|
"""消息生产吞吐速率(字节/秒)
|
26322
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26204
26323
|
:rtype: float
|
26205
26324
|
"""
|
26206
26325
|
return self._MsgThroughputIn
|
@@ -26212,6 +26331,7 @@ class Publisher(AbstractModel):
|
|
26212
26331
|
@property
|
26213
26332
|
def AverageMsgSize(self):
|
26214
26333
|
"""平均消息大小(字节)
|
26334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26215
26335
|
:rtype: float
|
26216
26336
|
"""
|
26217
26337
|
return self._AverageMsgSize
|
@@ -26223,6 +26343,7 @@ class Publisher(AbstractModel):
|
|
26223
26343
|
@property
|
26224
26344
|
def ConnectedSince(self):
|
26225
26345
|
"""连接时间
|
26346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26226
26347
|
:rtype: str
|
26227
26348
|
"""
|
26228
26349
|
return self._ConnectedSince
|
@@ -26234,6 +26355,7 @@ class Publisher(AbstractModel):
|
|
26234
26355
|
@property
|
26235
26356
|
def Partition(self):
|
26236
26357
|
"""生产者连接的主题分区号
|
26358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26237
26359
|
:rtype: int
|
26238
26360
|
"""
|
26239
26361
|
return self._Partition
|
@@ -26271,8 +26393,10 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26271
26393
|
def __init__(self):
|
26272
26394
|
r"""
|
26273
26395
|
:param _VpcId: vpc的id,支撑网和公网接入点,该字段为空
|
26396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26274
26397
|
:type VpcId: str
|
26275
26398
|
:param _SubnetId: 子网id,支撑网和公网接入点,该字段为空
|
26399
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26276
26400
|
:type SubnetId: str
|
26277
26401
|
:param _Endpoint: 接入地址
|
26278
26402
|
:type Endpoint: str
|
@@ -26288,16 +26412,22 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26288
26412
|
2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
26289
26413
|
3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
26290
26414
|
4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
26415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26291
26416
|
:type OperationType: int
|
26292
26417
|
:param _AccessPointsType: 接入点类型
|
26418
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26293
26419
|
:type AccessPointsType: str
|
26294
26420
|
:param _Bandwidth: 带宽,目前只有公网会有这个值
|
26421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26295
26422
|
:type Bandwidth: int
|
26296
26423
|
:param _SecurityPolicy: 类
|
26424
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26297
26425
|
:type SecurityPolicy: list of SecurityPolicy
|
26298
26426
|
:param _StandardAccessPoint: 是否是标准的接入点 true是标准的 false不是标准的
|
26427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26299
26428
|
:type StandardAccessPoint: bool
|
26300
26429
|
:param _ZoneName: 可用区信息
|
26430
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26301
26431
|
:type ZoneName: str
|
26302
26432
|
"""
|
26303
26433
|
self._VpcId = None
|
@@ -26315,6 +26445,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26315
26445
|
@property
|
26316
26446
|
def VpcId(self):
|
26317
26447
|
"""vpc的id,支撑网和公网接入点,该字段为空
|
26448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26318
26449
|
:rtype: str
|
26319
26450
|
"""
|
26320
26451
|
return self._VpcId
|
@@ -26326,6 +26457,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26326
26457
|
@property
|
26327
26458
|
def SubnetId(self):
|
26328
26459
|
"""子网id,支撑网和公网接入点,该字段为空
|
26460
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26329
26461
|
:rtype: str
|
26330
26462
|
"""
|
26331
26463
|
return self._SubnetId
|
@@ -26377,6 +26509,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26377
26509
|
2:跨地域访问,已经完成了异地切换,该状态用于源集群的接入点,该状态下的接入点不可删除
|
26378
26510
|
3:跨地域访问,随时可以进行异地访问切回,该状态用于目标集群的接入点,该状态下的接入点不可删除
|
26379
26511
|
4:跨地域访问,目标集群已经完成异地切回,等待删除状态
|
26512
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26380
26513
|
:rtype: int
|
26381
26514
|
"""
|
26382
26515
|
return self._OperationType
|
@@ -26388,6 +26521,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26388
26521
|
@property
|
26389
26522
|
def AccessPointsType(self):
|
26390
26523
|
"""接入点类型
|
26524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26391
26525
|
:rtype: str
|
26392
26526
|
"""
|
26393
26527
|
return self._AccessPointsType
|
@@ -26399,6 +26533,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26399
26533
|
@property
|
26400
26534
|
def Bandwidth(self):
|
26401
26535
|
"""带宽,目前只有公网会有这个值
|
26536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26402
26537
|
:rtype: int
|
26403
26538
|
"""
|
26404
26539
|
return self._Bandwidth
|
@@ -26410,6 +26545,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26410
26545
|
@property
|
26411
26546
|
def SecurityPolicy(self):
|
26412
26547
|
"""类
|
26548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26413
26549
|
:rtype: list of SecurityPolicy
|
26414
26550
|
"""
|
26415
26551
|
return self._SecurityPolicy
|
@@ -26421,6 +26557,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26421
26557
|
@property
|
26422
26558
|
def StandardAccessPoint(self):
|
26423
26559
|
"""是否是标准的接入点 true是标准的 false不是标准的
|
26560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26424
26561
|
:rtype: bool
|
26425
26562
|
"""
|
26426
26563
|
return self._StandardAccessPoint
|
@@ -26432,6 +26569,7 @@ class PulsarNetworkAccessPointInfo(AbstractModel):
|
|
26432
26569
|
@property
|
26433
26570
|
def ZoneName(self):
|
26434
26571
|
"""可用区信息
|
26572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26435
26573
|
:rtype: str
|
26436
26574
|
"""
|
26437
26575
|
return self._ZoneName
|
@@ -26488,19 +26626,25 @@ class PulsarProClusterInfo(AbstractModel):
|
|
26488
26626
|
:param _Version: 集群版本
|
26489
26627
|
:type Version: str
|
26490
26628
|
:param _NodeDistribution: 节点分布情况
|
26629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26491
26630
|
:type NodeDistribution: list of InstanceNodeDistribution
|
26492
26631
|
:param _MaxStorage: 最大储存容量,单位:MB
|
26493
26632
|
:type MaxStorage: int
|
26494
26633
|
:param _CanEditRoute: 是否可以修改路由
|
26634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26495
26635
|
:type CanEditRoute: bool
|
26496
26636
|
:param _BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
26637
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26497
26638
|
:type BillingLabelVersion: str
|
26498
26639
|
:param _ExpireTime: 实例到期时间戳,毫秒级精度。
|
26640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26499
26641
|
:type ExpireTime: int
|
26500
26642
|
:param _AutoCreateTopicStatus: 是否开启自动创建主题
|
26501
26643
|
true就是开启了,false是关闭
|
26644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26502
26645
|
:type AutoCreateTopicStatus: bool
|
26503
26646
|
:param _DefaultPartitionNumber: 自动创建主题的默认分区数,如果没开启就是0
|
26647
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26504
26648
|
:type DefaultPartitionNumber: int
|
26505
26649
|
:param _Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
|
26506
26650
|
|
@@ -26590,6 +26734,7 @@ true就是开启了,false是关闭
|
|
26590
26734
|
@property
|
26591
26735
|
def NodeDistribution(self):
|
26592
26736
|
"""节点分布情况
|
26737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26593
26738
|
:rtype: list of InstanceNodeDistribution
|
26594
26739
|
"""
|
26595
26740
|
return self._NodeDistribution
|
@@ -26612,6 +26757,7 @@ true就是开启了,false是关闭
|
|
26612
26757
|
@property
|
26613
26758
|
def CanEditRoute(self):
|
26614
26759
|
"""是否可以修改路由
|
26760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26615
26761
|
:rtype: bool
|
26616
26762
|
"""
|
26617
26763
|
return self._CanEditRoute
|
@@ -26623,6 +26769,7 @@ true就是开启了,false是关闭
|
|
26623
26769
|
@property
|
26624
26770
|
def BillingLabelVersion(self):
|
26625
26771
|
"""代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
26772
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26626
26773
|
:rtype: str
|
26627
26774
|
"""
|
26628
26775
|
return self._BillingLabelVersion
|
@@ -26634,6 +26781,7 @@ true就是开启了,false是关闭
|
|
26634
26781
|
@property
|
26635
26782
|
def ExpireTime(self):
|
26636
26783
|
"""实例到期时间戳,毫秒级精度。
|
26784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26637
26785
|
:rtype: int
|
26638
26786
|
"""
|
26639
26787
|
return self._ExpireTime
|
@@ -26646,6 +26794,7 @@ true就是开启了,false是关闭
|
|
26646
26794
|
def AutoCreateTopicStatus(self):
|
26647
26795
|
"""是否开启自动创建主题
|
26648
26796
|
true就是开启了,false是关闭
|
26797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26649
26798
|
:rtype: bool
|
26650
26799
|
"""
|
26651
26800
|
return self._AutoCreateTopicStatus
|
@@ -26657,6 +26806,7 @@ true就是开启了,false是关闭
|
|
26657
26806
|
@property
|
26658
26807
|
def DefaultPartitionNumber(self):
|
26659
26808
|
"""自动创建主题的默认分区数,如果没开启就是0
|
26809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26660
26810
|
:rtype: int
|
26661
26811
|
"""
|
26662
26812
|
return self._DefaultPartitionNumber
|
@@ -26726,9 +26876,11 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26726
26876
|
:param _MaxTopics: 最大主题分区数
|
26727
26877
|
:type MaxTopics: int
|
26728
26878
|
:param _ScalableTps: 规格外弹性TPS
|
26879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26729
26880
|
:type ScalableTps: int
|
26730
26881
|
:param _MaxPartitions: 32或者128
|
26731
26882
|
当前集群topic的最大分区数
|
26883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26732
26884
|
:type MaxPartitions: int
|
26733
26885
|
:param _MaxDelayedMessages: 商品最大延迟消息数量。0代表没有限制
|
26734
26886
|
:type MaxDelayedMessages: int
|
@@ -26800,6 +26952,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26800
26952
|
@property
|
26801
26953
|
def ScalableTps(self):
|
26802
26954
|
"""规格外弹性TPS
|
26955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26803
26956
|
:rtype: int
|
26804
26957
|
"""
|
26805
26958
|
return self._ScalableTps
|
@@ -26812,6 +26965,7 @@ class PulsarProClusterSpecInfo(AbstractModel):
|
|
26812
26965
|
def MaxPartitions(self):
|
26813
26966
|
"""32或者128
|
26814
26967
|
当前集群topic的最大分区数
|
26968
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26815
26969
|
:rtype: int
|
26816
26970
|
"""
|
26817
26971
|
return self._MaxPartitions
|
@@ -26879,22 +27033,29 @@ class PulsarProInstance(AbstractModel):
|
|
26879
27033
|
:param _PayMode: 0-后付费,1-预付费
|
26880
27034
|
:type PayMode: int
|
26881
27035
|
:param _Remark: 备注信息
|
27036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26882
27037
|
:type Remark: str
|
26883
27038
|
:param _SpecName: 实例配置ID
|
26884
27039
|
:type SpecName: str
|
26885
27040
|
:param _ScalableTps: 规格外弹性TPS
|
27041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26886
27042
|
:type ScalableTps: int
|
26887
27043
|
:param _VpcId: VPC的id
|
27044
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26888
27045
|
:type VpcId: str
|
26889
27046
|
:param _SubnetId: 子网id
|
27047
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26890
27048
|
:type SubnetId: str
|
26891
27049
|
:param _MaxBandWidth: 峰值带宽。单位:mbps
|
26892
27050
|
:type MaxBandWidth: int
|
26893
27051
|
:param _Tags: 集群的标签列表
|
27052
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26894
27053
|
:type Tags: list of Tag
|
26895
27054
|
:param _CreateTime: 集群创建时间
|
27055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26896
27056
|
:type CreateTime: str
|
26897
27057
|
:param _BillingLabelVersion: 代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
27058
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
26898
27059
|
:type BillingLabelVersion: str
|
26899
27060
|
:param _Tenant: 自定义租户
|
26900
27061
|
:type Tenant: str
|
@@ -27033,6 +27194,7 @@ class PulsarProInstance(AbstractModel):
|
|
27033
27194
|
@property
|
27034
27195
|
def Remark(self):
|
27035
27196
|
"""备注信息
|
27197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27036
27198
|
:rtype: str
|
27037
27199
|
"""
|
27038
27200
|
return self._Remark
|
@@ -27055,6 +27217,7 @@ class PulsarProInstance(AbstractModel):
|
|
27055
27217
|
@property
|
27056
27218
|
def ScalableTps(self):
|
27057
27219
|
"""规格外弹性TPS
|
27220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27058
27221
|
:rtype: int
|
27059
27222
|
"""
|
27060
27223
|
return self._ScalableTps
|
@@ -27066,6 +27229,7 @@ class PulsarProInstance(AbstractModel):
|
|
27066
27229
|
@property
|
27067
27230
|
def VpcId(self):
|
27068
27231
|
"""VPC的id
|
27232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27069
27233
|
:rtype: str
|
27070
27234
|
"""
|
27071
27235
|
return self._VpcId
|
@@ -27077,6 +27241,7 @@ class PulsarProInstance(AbstractModel):
|
|
27077
27241
|
@property
|
27078
27242
|
def SubnetId(self):
|
27079
27243
|
"""子网id
|
27244
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27080
27245
|
:rtype: str
|
27081
27246
|
"""
|
27082
27247
|
return self._SubnetId
|
@@ -27099,6 +27264,7 @@ class PulsarProInstance(AbstractModel):
|
|
27099
27264
|
@property
|
27100
27265
|
def Tags(self):
|
27101
27266
|
"""集群的标签列表
|
27267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27102
27268
|
:rtype: list of Tag
|
27103
27269
|
"""
|
27104
27270
|
return self._Tags
|
@@ -27110,6 +27276,7 @@ class PulsarProInstance(AbstractModel):
|
|
27110
27276
|
@property
|
27111
27277
|
def CreateTime(self):
|
27112
27278
|
"""集群创建时间
|
27279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27113
27280
|
:rtype: str
|
27114
27281
|
"""
|
27115
27282
|
return self._CreateTime
|
@@ -27121,6 +27288,7 @@ class PulsarProInstance(AbstractModel):
|
|
27121
27288
|
@property
|
27122
27289
|
def BillingLabelVersion(self):
|
27123
27290
|
"""代表是专业版和小规格专业版的不同计费规格PULSAR.P1固定存储PULSAR.P2弹性存储
|
27291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
27124
27292
|
:rtype: str
|
27125
27293
|
"""
|
27126
27294
|
return self._BillingLabelVersion
|
@@ -34319,11 +34487,14 @@ class SecurityPolicy(AbstractModel):
|
|
34319
34487
|
def __init__(self):
|
34320
34488
|
r"""
|
34321
34489
|
:param _Route: ip或者网段
|
34490
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34322
34491
|
:type Route: str
|
34323
34492
|
:param _Policy: 策略 true就是允许,白名单或者 false 拒绝 黑名单
|
34324
34493
|
|
34494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34325
34495
|
:type Policy: bool
|
34326
34496
|
:param _Remark: 备注
|
34497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34327
34498
|
:type Remark: str
|
34328
34499
|
"""
|
34329
34500
|
self._Route = None
|
@@ -34333,6 +34504,7 @@ class SecurityPolicy(AbstractModel):
|
|
34333
34504
|
@property
|
34334
34505
|
def Route(self):
|
34335
34506
|
"""ip或者网段
|
34507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34336
34508
|
:rtype: str
|
34337
34509
|
"""
|
34338
34510
|
return self._Route
|
@@ -34345,6 +34517,7 @@ class SecurityPolicy(AbstractModel):
|
|
34345
34517
|
def Policy(self):
|
34346
34518
|
"""策略 true就是允许,白名单或者 false 拒绝 黑名单
|
34347
34519
|
|
34520
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34348
34521
|
:rtype: bool
|
34349
34522
|
"""
|
34350
34523
|
return self._Policy
|
@@ -34356,6 +34529,7 @@ class SecurityPolicy(AbstractModel):
|
|
34356
34529
|
@property
|
34357
34530
|
def Remark(self):
|
34358
34531
|
"""备注
|
34532
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
34359
34533
|
:rtype: str
|
34360
34534
|
"""
|
34361
34535
|
return self._Remark
|
@@ -35430,40 +35604,58 @@ class Subscription(AbstractModel):
|
|
35430
35604
|
:param _EnvironmentId: 环境(命名空间)名称。
|
35431
35605
|
:type EnvironmentId: str
|
35432
35606
|
:param _ConnectedSince: 消费者开始连接的时间。
|
35607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35433
35608
|
:type ConnectedSince: str
|
35434
35609
|
:param _ConsumerAddr: 消费者地址。
|
35610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35435
35611
|
:type ConsumerAddr: str
|
35436
35612
|
:param _ConsumerCount: 消费者数量。
|
35613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35437
35614
|
:type ConsumerCount: str
|
35438
35615
|
:param _ConsumerName: 消费者名称。
|
35616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35439
35617
|
:type ConsumerName: str
|
35440
35618
|
:param _MsgBacklog: 堆积的消息数量。
|
35619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35441
35620
|
:type MsgBacklog: str
|
35442
35621
|
:param _MsgRateExpired: 于TTL,此订阅下没有被发送而是被丢弃的比例。
|
35622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35443
35623
|
:type MsgRateExpired: str
|
35444
35624
|
:param _MsgRateOut: 消费者每秒分发消息的数量之和。
|
35625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35445
35626
|
:type MsgRateOut: str
|
35446
35627
|
:param _MsgThroughputOut: 消费者每秒消息的byte。
|
35628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35447
35629
|
:type MsgThroughputOut: str
|
35448
35630
|
:param _SubscriptionName: 订阅名称。
|
35631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35449
35632
|
:type SubscriptionName: str
|
35450
35633
|
:param _ConsumerSets: 消费者集合。
|
35634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35451
35635
|
:type ConsumerSets: list of Consumer
|
35452
35636
|
:param _IsOnline: 是否在线。
|
35637
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35453
35638
|
:type IsOnline: bool
|
35454
35639
|
:param _ConsumersScheduleSets: 消费进度集合。
|
35640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35455
35641
|
:type ConsumersScheduleSets: list of ConsumersSchedule
|
35456
35642
|
:param _Remark: 备注。
|
35643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35457
35644
|
:type Remark: str
|
35458
35645
|
:param _CreateTime: 创建时间。
|
35646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35459
35647
|
:type CreateTime: str
|
35460
35648
|
:param _UpdateTime: 最近修改时间。
|
35649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35461
35650
|
:type UpdateTime: str
|
35462
35651
|
:param _SubType: 订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
35652
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35463
35653
|
:type SubType: str
|
35464
35654
|
:param _BlockedSubscriptionOnUnackedMsgs: 是否由于未 ack 数到达上限而被 block
|
35655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35465
35656
|
:type BlockedSubscriptionOnUnackedMsgs: bool
|
35466
35657
|
:param _MaxUnackedMsgNum: 未 ack 消息数上限
|
35658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35467
35659
|
:type MaxUnackedMsgNum: int
|
35468
35660
|
"""
|
35469
35661
|
self._TopicName = None
|
@@ -35512,6 +35704,7 @@ class Subscription(AbstractModel):
|
|
35512
35704
|
@property
|
35513
35705
|
def ConnectedSince(self):
|
35514
35706
|
"""消费者开始连接的时间。
|
35707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35515
35708
|
:rtype: str
|
35516
35709
|
"""
|
35517
35710
|
return self._ConnectedSince
|
@@ -35523,6 +35716,7 @@ class Subscription(AbstractModel):
|
|
35523
35716
|
@property
|
35524
35717
|
def ConsumerAddr(self):
|
35525
35718
|
"""消费者地址。
|
35719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35526
35720
|
:rtype: str
|
35527
35721
|
"""
|
35528
35722
|
return self._ConsumerAddr
|
@@ -35534,6 +35728,7 @@ class Subscription(AbstractModel):
|
|
35534
35728
|
@property
|
35535
35729
|
def ConsumerCount(self):
|
35536
35730
|
"""消费者数量。
|
35731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35537
35732
|
:rtype: str
|
35538
35733
|
"""
|
35539
35734
|
return self._ConsumerCount
|
@@ -35545,6 +35740,7 @@ class Subscription(AbstractModel):
|
|
35545
35740
|
@property
|
35546
35741
|
def ConsumerName(self):
|
35547
35742
|
"""消费者名称。
|
35743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35548
35744
|
:rtype: str
|
35549
35745
|
"""
|
35550
35746
|
return self._ConsumerName
|
@@ -35556,6 +35752,7 @@ class Subscription(AbstractModel):
|
|
35556
35752
|
@property
|
35557
35753
|
def MsgBacklog(self):
|
35558
35754
|
"""堆积的消息数量。
|
35755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35559
35756
|
:rtype: str
|
35560
35757
|
"""
|
35561
35758
|
return self._MsgBacklog
|
@@ -35567,6 +35764,7 @@ class Subscription(AbstractModel):
|
|
35567
35764
|
@property
|
35568
35765
|
def MsgRateExpired(self):
|
35569
35766
|
"""于TTL,此订阅下没有被发送而是被丢弃的比例。
|
35767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35570
35768
|
:rtype: str
|
35571
35769
|
"""
|
35572
35770
|
return self._MsgRateExpired
|
@@ -35578,6 +35776,7 @@ class Subscription(AbstractModel):
|
|
35578
35776
|
@property
|
35579
35777
|
def MsgRateOut(self):
|
35580
35778
|
"""消费者每秒分发消息的数量之和。
|
35779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35581
35780
|
:rtype: str
|
35582
35781
|
"""
|
35583
35782
|
return self._MsgRateOut
|
@@ -35589,6 +35788,7 @@ class Subscription(AbstractModel):
|
|
35589
35788
|
@property
|
35590
35789
|
def MsgThroughputOut(self):
|
35591
35790
|
"""消费者每秒消息的byte。
|
35791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35592
35792
|
:rtype: str
|
35593
35793
|
"""
|
35594
35794
|
return self._MsgThroughputOut
|
@@ -35600,6 +35800,7 @@ class Subscription(AbstractModel):
|
|
35600
35800
|
@property
|
35601
35801
|
def SubscriptionName(self):
|
35602
35802
|
"""订阅名称。
|
35803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35603
35804
|
:rtype: str
|
35604
35805
|
"""
|
35605
35806
|
return self._SubscriptionName
|
@@ -35611,6 +35812,7 @@ class Subscription(AbstractModel):
|
|
35611
35812
|
@property
|
35612
35813
|
def ConsumerSets(self):
|
35613
35814
|
"""消费者集合。
|
35815
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35614
35816
|
:rtype: list of Consumer
|
35615
35817
|
"""
|
35616
35818
|
return self._ConsumerSets
|
@@ -35622,6 +35824,7 @@ class Subscription(AbstractModel):
|
|
35622
35824
|
@property
|
35623
35825
|
def IsOnline(self):
|
35624
35826
|
"""是否在线。
|
35827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35625
35828
|
:rtype: bool
|
35626
35829
|
"""
|
35627
35830
|
return self._IsOnline
|
@@ -35633,6 +35836,7 @@ class Subscription(AbstractModel):
|
|
35633
35836
|
@property
|
35634
35837
|
def ConsumersScheduleSets(self):
|
35635
35838
|
"""消费进度集合。
|
35839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35636
35840
|
:rtype: list of ConsumersSchedule
|
35637
35841
|
"""
|
35638
35842
|
return self._ConsumersScheduleSets
|
@@ -35644,6 +35848,7 @@ class Subscription(AbstractModel):
|
|
35644
35848
|
@property
|
35645
35849
|
def Remark(self):
|
35646
35850
|
"""备注。
|
35851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35647
35852
|
:rtype: str
|
35648
35853
|
"""
|
35649
35854
|
return self._Remark
|
@@ -35655,6 +35860,7 @@ class Subscription(AbstractModel):
|
|
35655
35860
|
@property
|
35656
35861
|
def CreateTime(self):
|
35657
35862
|
"""创建时间。
|
35863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35658
35864
|
:rtype: str
|
35659
35865
|
"""
|
35660
35866
|
return self._CreateTime
|
@@ -35666,6 +35872,7 @@ class Subscription(AbstractModel):
|
|
35666
35872
|
@property
|
35667
35873
|
def UpdateTime(self):
|
35668
35874
|
"""最近修改时间。
|
35875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35669
35876
|
:rtype: str
|
35670
35877
|
"""
|
35671
35878
|
return self._UpdateTime
|
@@ -35677,6 +35884,7 @@ class Subscription(AbstractModel):
|
|
35677
35884
|
@property
|
35678
35885
|
def SubType(self):
|
35679
35886
|
"""订阅类型,Exclusive,Shared,Failover, Key_Shared,空或NULL表示未知,
|
35887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35680
35888
|
:rtype: str
|
35681
35889
|
"""
|
35682
35890
|
return self._SubType
|
@@ -35688,6 +35896,7 @@ class Subscription(AbstractModel):
|
|
35688
35896
|
@property
|
35689
35897
|
def BlockedSubscriptionOnUnackedMsgs(self):
|
35690
35898
|
"""是否由于未 ack 数到达上限而被 block
|
35899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35691
35900
|
:rtype: bool
|
35692
35901
|
"""
|
35693
35902
|
return self._BlockedSubscriptionOnUnackedMsgs
|
@@ -35699,6 +35908,7 @@ class Subscription(AbstractModel):
|
|
35699
35908
|
@property
|
35700
35909
|
def MaxUnackedMsgNum(self):
|
35701
35910
|
"""未 ack 消息数上限
|
35911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35702
35912
|
:rtype: int
|
35703
35913
|
"""
|
35704
35914
|
return self._MaxUnackedMsgNum
|
@@ -35823,8 +36033,10 @@ class Tag(AbstractModel):
|
|
35823
36033
|
def __init__(self):
|
35824
36034
|
r"""
|
35825
36035
|
:param _TagKey: 标签的key的值
|
36036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35826
36037
|
:type TagKey: str
|
35827
36038
|
:param _TagValue: 标签的Value的值
|
36039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35828
36040
|
:type TagValue: str
|
35829
36041
|
"""
|
35830
36042
|
self._TagKey = None
|
@@ -35833,6 +36045,7 @@ class Tag(AbstractModel):
|
|
35833
36045
|
@property
|
35834
36046
|
def TagKey(self):
|
35835
36047
|
"""标签的key的值
|
36048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35836
36049
|
:rtype: str
|
35837
36050
|
"""
|
35838
36051
|
return self._TagKey
|
@@ -35844,6 +36057,7 @@ class Tag(AbstractModel):
|
|
35844
36057
|
@property
|
35845
36058
|
def TagValue(self):
|
35846
36059
|
"""标签的Value的值
|
36060
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35847
36061
|
:rtype: str
|
35848
36062
|
"""
|
35849
36063
|
return self._TagValue
|
@@ -35874,30 +36088,43 @@ class Topic(AbstractModel):
|
|
35874
36088
|
def __init__(self):
|
35875
36089
|
r"""
|
35876
36090
|
:param _AverageMsgSize: 最后一次间隔内发布消息的平均byte大小。
|
36091
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35877
36092
|
:type AverageMsgSize: str
|
35878
36093
|
:param _ConsumerCount: 消费者数量。
|
36094
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35879
36095
|
:type ConsumerCount: str
|
35880
36096
|
:param _LastConfirmedEntry: 被记录下来的消息总数。
|
36097
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35881
36098
|
:type LastConfirmedEntry: str
|
35882
36099
|
:param _LastLedgerCreatedTimestamp: 最后一个ledger创建的时间。
|
36100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35883
36101
|
:type LastLedgerCreatedTimestamp: str
|
35884
36102
|
:param _MsgRateIn: 本地和复制的发布者每秒发布消息的速率。
|
36103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35885
36104
|
:type MsgRateIn: str
|
35886
36105
|
:param _MsgRateOut: 本地和复制的消费者每秒分发消息的数量之和。
|
36106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35887
36107
|
:type MsgRateOut: str
|
35888
36108
|
:param _MsgThroughputIn: 本地和复制的发布者每秒发布消息的byte。
|
36109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35889
36110
|
:type MsgThroughputIn: str
|
35890
36111
|
:param _MsgThroughputOut: 本地和复制的消费者每秒分发消息的byte。
|
36112
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35891
36113
|
:type MsgThroughputOut: str
|
35892
36114
|
:param _NumberOfEntries: 被记录下来的消息总数。
|
36115
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35893
36116
|
:type NumberOfEntries: str
|
35894
36117
|
:param _Partitions: 分区数<=0:topic下无子分区。
|
36118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35895
36119
|
:type Partitions: int
|
35896
36120
|
:param _ProducerCount: 生产者数量。
|
36121
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35897
36122
|
:type ProducerCount: str
|
35898
36123
|
:param _TotalSize: 以byte计算的所有消息存储总量。
|
36124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35899
36125
|
:type TotalSize: str
|
35900
36126
|
:param _SubTopicSets: 分区topic里面的子分区。
|
36127
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35901
36128
|
:type SubTopicSets: list of PartitionsTopic
|
35902
36129
|
:param _TopicType: topic类型描述:
|
35903
36130
|
0:普通消息;
|
@@ -35906,28 +36133,38 @@ class Topic(AbstractModel):
|
|
35906
36133
|
3:重试队列;
|
35907
36134
|
4:死信队列;
|
35908
36135
|
5:事务消息。
|
36136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35909
36137
|
:type TopicType: int
|
35910
36138
|
:param _EnvironmentId: 环境(命名空间)名称。
|
36139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35911
36140
|
:type EnvironmentId: str
|
35912
36141
|
:param _TopicName: 主题名称。
|
36142
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35913
36143
|
:type TopicName: str
|
35914
36144
|
:param _Remark: 说明,128个字符以内。
|
36145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35915
36146
|
:type Remark: str
|
35916
36147
|
:param _CreateTime: 创建时间。
|
36148
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35917
36149
|
:type CreateTime: str
|
35918
36150
|
:param _UpdateTime: 最近修改时间。
|
36151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35919
36152
|
:type UpdateTime: str
|
35920
36153
|
:param _ProducerLimit: 生产者上限。
|
36154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35921
36155
|
:type ProducerLimit: str
|
35922
36156
|
:param _ConsumerLimit: 消费者上限。
|
36157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35923
36158
|
:type ConsumerLimit: str
|
35924
36159
|
:param _PulsarTopicType: 0: 非持久非分区
|
35925
36160
|
1: 非持久分区
|
35926
36161
|
2: 持久非分区
|
35927
36162
|
3: 持久分区
|
36163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35928
36164
|
:type PulsarTopicType: int
|
35929
36165
|
:param _MsgTTL: 未消费消息过期时间,单位:秒
|
35930
36166
|
|
36167
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35931
36168
|
:type MsgTTL: int
|
35932
36169
|
:param _ClusterId: 集群 ID
|
35933
36170
|
:type ClusterId: str
|
@@ -35964,6 +36201,7 @@ class Topic(AbstractModel):
|
|
35964
36201
|
@property
|
35965
36202
|
def AverageMsgSize(self):
|
35966
36203
|
"""最后一次间隔内发布消息的平均byte大小。
|
36204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35967
36205
|
:rtype: str
|
35968
36206
|
"""
|
35969
36207
|
return self._AverageMsgSize
|
@@ -35975,6 +36213,7 @@ class Topic(AbstractModel):
|
|
35975
36213
|
@property
|
35976
36214
|
def ConsumerCount(self):
|
35977
36215
|
"""消费者数量。
|
36216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35978
36217
|
:rtype: str
|
35979
36218
|
"""
|
35980
36219
|
return self._ConsumerCount
|
@@ -35986,6 +36225,7 @@ class Topic(AbstractModel):
|
|
35986
36225
|
@property
|
35987
36226
|
def LastConfirmedEntry(self):
|
35988
36227
|
"""被记录下来的消息总数。
|
36228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35989
36229
|
:rtype: str
|
35990
36230
|
"""
|
35991
36231
|
return self._LastConfirmedEntry
|
@@ -35997,6 +36237,7 @@ class Topic(AbstractModel):
|
|
35997
36237
|
@property
|
35998
36238
|
def LastLedgerCreatedTimestamp(self):
|
35999
36239
|
"""最后一个ledger创建的时间。
|
36240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36000
36241
|
:rtype: str
|
36001
36242
|
"""
|
36002
36243
|
return self._LastLedgerCreatedTimestamp
|
@@ -36008,6 +36249,7 @@ class Topic(AbstractModel):
|
|
36008
36249
|
@property
|
36009
36250
|
def MsgRateIn(self):
|
36010
36251
|
"""本地和复制的发布者每秒发布消息的速率。
|
36252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36011
36253
|
:rtype: str
|
36012
36254
|
"""
|
36013
36255
|
return self._MsgRateIn
|
@@ -36019,6 +36261,7 @@ class Topic(AbstractModel):
|
|
36019
36261
|
@property
|
36020
36262
|
def MsgRateOut(self):
|
36021
36263
|
"""本地和复制的消费者每秒分发消息的数量之和。
|
36264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36022
36265
|
:rtype: str
|
36023
36266
|
"""
|
36024
36267
|
return self._MsgRateOut
|
@@ -36030,6 +36273,7 @@ class Topic(AbstractModel):
|
|
36030
36273
|
@property
|
36031
36274
|
def MsgThroughputIn(self):
|
36032
36275
|
"""本地和复制的发布者每秒发布消息的byte。
|
36276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36033
36277
|
:rtype: str
|
36034
36278
|
"""
|
36035
36279
|
return self._MsgThroughputIn
|
@@ -36041,6 +36285,7 @@ class Topic(AbstractModel):
|
|
36041
36285
|
@property
|
36042
36286
|
def MsgThroughputOut(self):
|
36043
36287
|
"""本地和复制的消费者每秒分发消息的byte。
|
36288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36044
36289
|
:rtype: str
|
36045
36290
|
"""
|
36046
36291
|
return self._MsgThroughputOut
|
@@ -36052,6 +36297,7 @@ class Topic(AbstractModel):
|
|
36052
36297
|
@property
|
36053
36298
|
def NumberOfEntries(self):
|
36054
36299
|
"""被记录下来的消息总数。
|
36300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36055
36301
|
:rtype: str
|
36056
36302
|
"""
|
36057
36303
|
return self._NumberOfEntries
|
@@ -36063,6 +36309,7 @@ class Topic(AbstractModel):
|
|
36063
36309
|
@property
|
36064
36310
|
def Partitions(self):
|
36065
36311
|
"""分区数<=0:topic下无子分区。
|
36312
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36066
36313
|
:rtype: int
|
36067
36314
|
"""
|
36068
36315
|
return self._Partitions
|
@@ -36074,6 +36321,7 @@ class Topic(AbstractModel):
|
|
36074
36321
|
@property
|
36075
36322
|
def ProducerCount(self):
|
36076
36323
|
"""生产者数量。
|
36324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36077
36325
|
:rtype: str
|
36078
36326
|
"""
|
36079
36327
|
return self._ProducerCount
|
@@ -36085,6 +36333,7 @@ class Topic(AbstractModel):
|
|
36085
36333
|
@property
|
36086
36334
|
def TotalSize(self):
|
36087
36335
|
"""以byte计算的所有消息存储总量。
|
36336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36088
36337
|
:rtype: str
|
36089
36338
|
"""
|
36090
36339
|
return self._TotalSize
|
@@ -36096,6 +36345,7 @@ class Topic(AbstractModel):
|
|
36096
36345
|
@property
|
36097
36346
|
def SubTopicSets(self):
|
36098
36347
|
"""分区topic里面的子分区。
|
36348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36099
36349
|
:rtype: list of PartitionsTopic
|
36100
36350
|
"""
|
36101
36351
|
return self._SubTopicSets
|
@@ -36113,6 +36363,7 @@ class Topic(AbstractModel):
|
|
36113
36363
|
3:重试队列;
|
36114
36364
|
4:死信队列;
|
36115
36365
|
5:事务消息。
|
36366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36116
36367
|
:rtype: int
|
36117
36368
|
"""
|
36118
36369
|
return self._TopicType
|
@@ -36124,6 +36375,7 @@ class Topic(AbstractModel):
|
|
36124
36375
|
@property
|
36125
36376
|
def EnvironmentId(self):
|
36126
36377
|
"""环境(命名空间)名称。
|
36378
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36127
36379
|
:rtype: str
|
36128
36380
|
"""
|
36129
36381
|
return self._EnvironmentId
|
@@ -36135,6 +36387,7 @@ class Topic(AbstractModel):
|
|
36135
36387
|
@property
|
36136
36388
|
def TopicName(self):
|
36137
36389
|
"""主题名称。
|
36390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36138
36391
|
:rtype: str
|
36139
36392
|
"""
|
36140
36393
|
return self._TopicName
|
@@ -36146,6 +36399,7 @@ class Topic(AbstractModel):
|
|
36146
36399
|
@property
|
36147
36400
|
def Remark(self):
|
36148
36401
|
"""说明,128个字符以内。
|
36402
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36149
36403
|
:rtype: str
|
36150
36404
|
"""
|
36151
36405
|
return self._Remark
|
@@ -36157,6 +36411,7 @@ class Topic(AbstractModel):
|
|
36157
36411
|
@property
|
36158
36412
|
def CreateTime(self):
|
36159
36413
|
"""创建时间。
|
36414
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36160
36415
|
:rtype: str
|
36161
36416
|
"""
|
36162
36417
|
return self._CreateTime
|
@@ -36168,6 +36423,7 @@ class Topic(AbstractModel):
|
|
36168
36423
|
@property
|
36169
36424
|
def UpdateTime(self):
|
36170
36425
|
"""最近修改时间。
|
36426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36171
36427
|
:rtype: str
|
36172
36428
|
"""
|
36173
36429
|
return self._UpdateTime
|
@@ -36179,6 +36435,7 @@ class Topic(AbstractModel):
|
|
36179
36435
|
@property
|
36180
36436
|
def ProducerLimit(self):
|
36181
36437
|
"""生产者上限。
|
36438
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36182
36439
|
:rtype: str
|
36183
36440
|
"""
|
36184
36441
|
return self._ProducerLimit
|
@@ -36190,6 +36447,7 @@ class Topic(AbstractModel):
|
|
36190
36447
|
@property
|
36191
36448
|
def ConsumerLimit(self):
|
36192
36449
|
"""消费者上限。
|
36450
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36193
36451
|
:rtype: str
|
36194
36452
|
"""
|
36195
36453
|
return self._ConsumerLimit
|
@@ -36204,6 +36462,7 @@ class Topic(AbstractModel):
|
|
36204
36462
|
1: 非持久分区
|
36205
36463
|
2: 持久非分区
|
36206
36464
|
3: 持久分区
|
36465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36207
36466
|
:rtype: int
|
36208
36467
|
"""
|
36209
36468
|
return self._PulsarTopicType
|
@@ -36216,6 +36475,7 @@ class Topic(AbstractModel):
|
|
36216
36475
|
def MsgTTL(self):
|
36217
36476
|
"""未消费消息过期时间,单位:秒
|
36218
36477
|
|
36478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36219
36479
|
:rtype: int
|
36220
36480
|
"""
|
36221
36481
|
return self._MsgTTL
|
@@ -36471,11 +36731,13 @@ class Topic_Simplification(AbstractModel):
|
|
36471
36731
|
def __init__(self):
|
36472
36732
|
r"""
|
36473
36733
|
:param _TopicName: 主题名称。
|
36734
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36474
36735
|
:type TopicName: str
|
36475
36736
|
:param _PulsarTopicType: 0: 非持久非分区
|
36476
36737
|
1: 非持久分区
|
36477
36738
|
2: 持久非分区
|
36478
36739
|
3: 持久分区
|
36740
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36479
36741
|
:type PulsarTopicType: int
|
36480
36742
|
"""
|
36481
36743
|
self._TopicName = None
|
@@ -36484,6 +36746,7 @@ class Topic_Simplification(AbstractModel):
|
|
36484
36746
|
@property
|
36485
36747
|
def TopicName(self):
|
36486
36748
|
"""主题名称。
|
36749
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36487
36750
|
:rtype: str
|
36488
36751
|
"""
|
36489
36752
|
return self._TopicName
|
@@ -36498,6 +36761,7 @@ class Topic_Simplification(AbstractModel):
|
|
36498
36761
|
1: 非持久分区
|
36499
36762
|
2: 持久非分区
|
36500
36763
|
3: 持久分区
|
36764
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36501
36765
|
:rtype: int
|
36502
36766
|
"""
|
36503
36767
|
return self._PulsarTopicType
|
@@ -36843,6 +37107,7 @@ class VpcBindRecord(AbstractModel):
|
|
36843
37107
|
:param _Port: Vpc的Port
|
36844
37108
|
:type Port: int
|
36845
37109
|
:param _Remark: 说明,128个字符以内
|
37110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36846
37111
|
:type Remark: str
|
36847
37112
|
"""
|
36848
37113
|
self._UniqueVpcId = None
|
@@ -36910,6 +37175,7 @@ class VpcBindRecord(AbstractModel):
|
|
36910
37175
|
@property
|
36911
37176
|
def Remark(self):
|
36912
37177
|
"""说明,128个字符以内
|
37178
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36913
37179
|
:rtype: str
|
36914
37180
|
"""
|
36915
37181
|
return self._Remark
|