tencentcloud-sdk-nodejs-tdmq 4.1.214 → 4.1.216
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.
package/package.json
CHANGED
|
@@ -4026,19 +4026,19 @@ export interface DescribeMsgResponse {
|
|
|
4026
4026
|
*/
|
|
4027
4027
|
export interface CreateProClusterResponse {
|
|
4028
4028
|
/**
|
|
4029
|
-
*
|
|
4029
|
+
* <p>子订单号</p>
|
|
4030
4030
|
*/
|
|
4031
4031
|
DealName?: string;
|
|
4032
4032
|
/**
|
|
4033
|
-
*
|
|
4033
|
+
* <p>订单号</p>
|
|
4034
4034
|
*/
|
|
4035
4035
|
BigDealId?: string;
|
|
4036
4036
|
/**
|
|
4037
|
-
*
|
|
4037
|
+
* <p>集群Id</p>
|
|
4038
4038
|
*/
|
|
4039
4039
|
ClusterId?: string;
|
|
4040
4040
|
/**
|
|
4041
|
-
*
|
|
4041
|
+
* <p>集群名称</p>
|
|
4042
4042
|
*/
|
|
4043
4043
|
ClusterName?: string;
|
|
4044
4044
|
/**
|
|
@@ -4095,47 +4095,45 @@ export interface Tag {
|
|
|
4095
4095
|
*/
|
|
4096
4096
|
export interface CreateProClusterRequest {
|
|
4097
4097
|
/**
|
|
4098
|
-
*
|
|
4099
|
-
|
|
4100
|
-
单可用区部署选择一个可用区,示例[200002]
|
|
4098
|
+
* <p>多可用区部署选择三个可用区,示例[200002,200003,200004]<br>单可用区部署选择一个可用区,示例[200002]</p><p>当选择PULSAR.P2.MINI1 时只支持两个可用区,其他支持三个可用区</p>
|
|
4101
4099
|
*/
|
|
4102
4100
|
ZoneIds: Array<number | bigint>;
|
|
4103
4101
|
/**
|
|
4104
|
-
*
|
|
4105
|
-
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
|
4102
|
+
* <p>集群规格代号<br>参考 <a href="https://cloud.tencent.com/document/product/1179/83705">专业集群规格</a></p>
|
|
4106
4103
|
*/
|
|
4107
4104
|
ProductName: string;
|
|
4108
4105
|
/**
|
|
4109
|
-
* 1: true
|
|
4110
|
-
|
|
4111
|
-
0: false,关闭自动按月续费
|
|
4106
|
+
* <p>1: true,开启自动按月续费</p><p>0: false,关闭自动按月续费</p>
|
|
4112
4107
|
*/
|
|
4113
4108
|
AutoRenewFlag: number;
|
|
4114
4109
|
/**
|
|
4115
|
-
*
|
|
4110
|
+
* <p>购买时长,取值范围:1~50</p>
|
|
4116
4111
|
*/
|
|
4117
4112
|
TimeSpan: number;
|
|
4118
4113
|
/**
|
|
4119
|
-
*
|
|
4114
|
+
* <p>集群名称不能为空,支持数字、字母、中文以及符号 “-_=:.”,长度不超过64个字符</p>
|
|
4120
4115
|
*/
|
|
4121
4116
|
ClusterName: string;
|
|
4122
4117
|
/**
|
|
4123
|
-
*
|
|
4118
|
+
* <p>是否自动选择代金券 1是 0否 默认为0</p>
|
|
4124
4119
|
*/
|
|
4125
4120
|
AutoVoucher: number;
|
|
4126
4121
|
/**
|
|
4127
|
-
*
|
|
4128
|
-
参考 [专业集群规格](https://cloud.tencent.com/document/product/1179/83705)
|
|
4122
|
+
* <p>存储规格<br>参考 <a href="https://cloud.tencent.com/document/product/1179/83705">专业集群规格</a></p>
|
|
4129
4123
|
*/
|
|
4130
4124
|
StorageSize?: number;
|
|
4131
4125
|
/**
|
|
4132
|
-
* vpc
|
|
4126
|
+
* <p>vpc网络标签</p>
|
|
4133
4127
|
*/
|
|
4134
4128
|
Vpc?: VpcInfo;
|
|
4135
4129
|
/**
|
|
4136
|
-
*
|
|
4130
|
+
* <p>集群的标签列表(已废弃)</p>
|
|
4137
4131
|
*/
|
|
4138
4132
|
Tags?: Array<Tag>;
|
|
4133
|
+
/**
|
|
4134
|
+
* <p>集群版本信息</p>
|
|
4135
|
+
*/
|
|
4136
|
+
InstanceVersion?: string;
|
|
4139
4137
|
}
|
|
4140
4138
|
/**
|
|
4141
4139
|
* DescribeRabbitMQVipInstances返回参数结构体
|
|
@@ -5876,29 +5874,41 @@ export interface CreateRocketMQGroupRequest {
|
|
|
5876
5874
|
*/
|
|
5877
5875
|
export interface Role {
|
|
5878
5876
|
/**
|
|
5879
|
-
*
|
|
5877
|
+
* <p>角色名称。</p>
|
|
5880
5878
|
*/
|
|
5881
5879
|
RoleName?: string;
|
|
5882
5880
|
/**
|
|
5883
|
-
*
|
|
5881
|
+
* <p>角色token值。</p>
|
|
5884
5882
|
*/
|
|
5885
5883
|
Token?: string;
|
|
5886
5884
|
/**
|
|
5887
|
-
*
|
|
5885
|
+
* <p>备注说明。</p>
|
|
5888
5886
|
*/
|
|
5889
5887
|
Remark?: string;
|
|
5890
5888
|
/**
|
|
5891
|
-
*
|
|
5889
|
+
* <p>创建时间。</p>
|
|
5892
5890
|
*/
|
|
5893
5891
|
CreateTime?: string;
|
|
5894
5892
|
/**
|
|
5895
|
-
*
|
|
5893
|
+
* <p>更新时间。</p>
|
|
5896
5894
|
*/
|
|
5897
5895
|
UpdateTime?: string;
|
|
5898
5896
|
/**
|
|
5899
|
-
*
|
|
5897
|
+
* <p>授权类型(Cluster:集群;TopicAndGroup:主题或消费组)</p>
|
|
5900
5898
|
*/
|
|
5901
5899
|
PermType?: string;
|
|
5900
|
+
/**
|
|
5901
|
+
* <p>角色类型</p><p>枚举值:</p><ul><li>Temporary: 轮转密钥</li><li>Permanent: 永久密钥</li></ul>
|
|
5902
|
+
*/
|
|
5903
|
+
TokenType?: string;
|
|
5904
|
+
/**
|
|
5905
|
+
* <p>SSM 唯一 ID</p>
|
|
5906
|
+
*/
|
|
5907
|
+
SecretName?: string;
|
|
5908
|
+
/**
|
|
5909
|
+
* <p>轮转周期</p><p>单位:天</p>
|
|
5910
|
+
*/
|
|
5911
|
+
RotateFreq?: number;
|
|
5902
5912
|
}
|
|
5903
5913
|
/**
|
|
5904
5914
|
* DescribeTopicMsgs返回参数结构体
|