@volcengine/pulumi-volcenginecc 0.0.27 → 0.0.28
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/cen/cen.d.ts +3 -17
- package/cen/cen.js +2 -17
- package/cen/cen.js.map +1 -1
- package/cen/getCen.d.ts +4 -0
- package/cen/getCen.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +2 -2
- package/ecs/getLaunchTemplate.js +2 -2
- package/ecs/getLaunchTemplateVersion.d.ts +2 -2
- package/ecs/getLaunchTemplateVersion.js +2 -2
- package/ecs/getLaunchTemplateVersions.d.ts +2 -2
- package/ecs/getLaunchTemplateVersions.js +2 -2
- package/ecs/getLaunchTemplates.d.ts +2 -2
- package/ecs/getLaunchTemplates.js +2 -2
- package/emr/getNodeGroup.d.ts +117 -0
- package/emr/getNodeGroup.js +28 -0
- package/emr/getNodeGroup.js.map +1 -0
- package/emr/getNodeGroups.d.ts +22 -0
- package/emr/getNodeGroups.js +24 -0
- package/emr/getNodeGroups.js.map +1 -0
- package/emr/index.d.ts +9 -0
- package/emr/index.js +12 -1
- package/emr/index.js.map +1 -1
- package/emr/nodeGroup.d.ts +239 -0
- package/emr/nodeGroup.js +111 -0
- package/emr/nodeGroup.js.map +1 -0
- package/package.json +1 -1
- package/rdsmssql/getAllowList.d.ts +2 -2
- package/rdsmssql/getAllowList.js +2 -2
- package/rdsmssql/getAllowLists.d.ts +2 -2
- package/rdsmssql/getAllowLists.js +2 -2
- package/types/input.d.ts +120 -0
- package/types/output.d.ts +252 -0
package/types/output.d.ts
CHANGED
|
@@ -7803,6 +7803,24 @@ export declare namespace cdn {
|
|
|
7803
7803
|
}
|
|
7804
7804
|
}
|
|
7805
7805
|
export declare namespace cen {
|
|
7806
|
+
interface CenInstance {
|
|
7807
|
+
/**
|
|
7808
|
+
* 网络实例的ID。
|
|
7809
|
+
*/
|
|
7810
|
+
instanceId: string;
|
|
7811
|
+
/**
|
|
7812
|
+
* 网络实例所属账号的ID。
|
|
7813
|
+
*/
|
|
7814
|
+
instanceOwnerId: string;
|
|
7815
|
+
/**
|
|
7816
|
+
* 网络实例所在的地域。
|
|
7817
|
+
*/
|
|
7818
|
+
instanceRegionId: string;
|
|
7819
|
+
/**
|
|
7820
|
+
* 网络实例的类型。
|
|
7821
|
+
*/
|
|
7822
|
+
instanceType: string;
|
|
7823
|
+
}
|
|
7806
7824
|
interface CenTag {
|
|
7807
7825
|
/**
|
|
7808
7826
|
* 用户标签的标签键。长度限制为1~128个字符。大小写敏感,不能以空格开头或结尾。允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。同一资源的标签键不允许重复
|
|
@@ -7813,6 +7831,36 @@ export declare namespace cen {
|
|
|
7813
7831
|
*/
|
|
7814
7832
|
value: string;
|
|
7815
7833
|
}
|
|
7834
|
+
interface GetCenInstance {
|
|
7835
|
+
/**
|
|
7836
|
+
* 云企业网实例的ID。
|
|
7837
|
+
*/
|
|
7838
|
+
cenId: string;
|
|
7839
|
+
/**
|
|
7840
|
+
* 网络实例的创建时间。
|
|
7841
|
+
*/
|
|
7842
|
+
creationTime: string;
|
|
7843
|
+
/**
|
|
7844
|
+
* 网络实例的ID。
|
|
7845
|
+
*/
|
|
7846
|
+
instanceId: string;
|
|
7847
|
+
/**
|
|
7848
|
+
* 网络实例所属账号的ID。
|
|
7849
|
+
*/
|
|
7850
|
+
instanceOwnerId: string;
|
|
7851
|
+
/**
|
|
7852
|
+
* 网络实例所在的地域。
|
|
7853
|
+
*/
|
|
7854
|
+
instanceRegionId: string;
|
|
7855
|
+
/**
|
|
7856
|
+
* 网络实例的类型。
|
|
7857
|
+
*/
|
|
7858
|
+
instanceType: string;
|
|
7859
|
+
/**
|
|
7860
|
+
* 网络实例的加载状态。Attaching:加载中Available:可用
|
|
7861
|
+
*/
|
|
7862
|
+
status: string;
|
|
7863
|
+
}
|
|
7816
7864
|
interface GetCenTag {
|
|
7817
7865
|
/**
|
|
7818
7866
|
* 用户标签的标签键。长度限制为1~128个字符。大小写敏感,不能以空格开头或结尾。允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。同一资源的标签键不允许重复
|
|
@@ -12003,6 +12051,210 @@ export declare namespace emr {
|
|
|
12003
12051
|
*/
|
|
12004
12052
|
value: string;
|
|
12005
12053
|
}
|
|
12054
|
+
interface GetNodeGroupApplicationLayout {
|
|
12055
|
+
/**
|
|
12056
|
+
* 应用名称。
|
|
12057
|
+
*/
|
|
12058
|
+
applicationName: string;
|
|
12059
|
+
/**
|
|
12060
|
+
* 组件的自定义配置参数列表。
|
|
12061
|
+
*/
|
|
12062
|
+
layoutComponentNames: string[];
|
|
12063
|
+
}
|
|
12064
|
+
interface GetNodeGroupChargePreConfig {
|
|
12065
|
+
/**
|
|
12066
|
+
* 是否开启自动续费。
|
|
12067
|
+
*/
|
|
12068
|
+
autoRenew: boolean;
|
|
12069
|
+
/**
|
|
12070
|
+
* 自动续费触发时的续费时长,当autoRenew=true时,默认值=1。
|
|
12071
|
+
*/
|
|
12072
|
+
autoRenewPeriod: number;
|
|
12073
|
+
/**
|
|
12074
|
+
* 自动续费触发时的续费时长单位,当autoRenew=true时,默认值=Month。取值范围:Month:月。Year:年。
|
|
12075
|
+
*/
|
|
12076
|
+
autoRenewPeriodUnit: string;
|
|
12077
|
+
/**
|
|
12078
|
+
* chargeType=PRE默认值=1,包月的购买时长单位。
|
|
12079
|
+
*/
|
|
12080
|
+
chargePeriod: number;
|
|
12081
|
+
/**
|
|
12082
|
+
* chargeType=PRE时,默认值=Month,包月的购买时长单位。取值范围:Month:月。Year:年。
|
|
12083
|
+
*/
|
|
12084
|
+
chargePeriodUnit: string;
|
|
12085
|
+
/**
|
|
12086
|
+
* 付费类型,枚举值:POST,PRE。
|
|
12087
|
+
*/
|
|
12088
|
+
chargeType: string;
|
|
12089
|
+
}
|
|
12090
|
+
interface GetNodeGroupDataDisk {
|
|
12091
|
+
/**
|
|
12092
|
+
* 磁盘块数,默认值4,最大15,最小1。
|
|
12093
|
+
*/
|
|
12094
|
+
count: number;
|
|
12095
|
+
/**
|
|
12096
|
+
* 磁盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
12097
|
+
*/
|
|
12098
|
+
size: number;
|
|
12099
|
+
/**
|
|
12100
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
12101
|
+
*/
|
|
12102
|
+
volumeType: string;
|
|
12103
|
+
}
|
|
12104
|
+
interface GetNodeGroupNode {
|
|
12105
|
+
/**
|
|
12106
|
+
* 节点创建时间。
|
|
12107
|
+
*/
|
|
12108
|
+
createdTime: number;
|
|
12109
|
+
/**
|
|
12110
|
+
* ecs实例规格。
|
|
12111
|
+
*/
|
|
12112
|
+
ecsInstanceType: string;
|
|
12113
|
+
/**
|
|
12114
|
+
* 节点FQDN。
|
|
12115
|
+
*/
|
|
12116
|
+
nodeFqdn: string;
|
|
12117
|
+
/**
|
|
12118
|
+
* 节点ID。
|
|
12119
|
+
*/
|
|
12120
|
+
nodeId: string;
|
|
12121
|
+
/**
|
|
12122
|
+
* 节点名称。
|
|
12123
|
+
*/
|
|
12124
|
+
nodeName: string;
|
|
12125
|
+
/**
|
|
12126
|
+
* 节点状态。UNKNOWN:未知状态。CREATING:创建中。RUNNING:运行中。STOPPING:停止中。STOPPED:已停止。REBOOTING:重启中。DELETED:已删除。
|
|
12127
|
+
*/
|
|
12128
|
+
nodeState: string;
|
|
12129
|
+
/**
|
|
12130
|
+
* 私有IP。
|
|
12131
|
+
*/
|
|
12132
|
+
privateIp: string;
|
|
12133
|
+
/**
|
|
12134
|
+
* 公网IP。
|
|
12135
|
+
*/
|
|
12136
|
+
publicIp: string;
|
|
12137
|
+
/**
|
|
12138
|
+
* 准备完毕时间。
|
|
12139
|
+
*/
|
|
12140
|
+
readyTime: number;
|
|
12141
|
+
/**
|
|
12142
|
+
* 集群终止时间。
|
|
12143
|
+
*/
|
|
12144
|
+
terminateTime: number;
|
|
12145
|
+
}
|
|
12146
|
+
interface GetNodeGroupSystemDisk {
|
|
12147
|
+
/**
|
|
12148
|
+
* 系统盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
12149
|
+
*/
|
|
12150
|
+
size: number;
|
|
12151
|
+
/**
|
|
12152
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
12153
|
+
*/
|
|
12154
|
+
volumeType: string;
|
|
12155
|
+
}
|
|
12156
|
+
interface NodeGroupApplicationLayout {
|
|
12157
|
+
/**
|
|
12158
|
+
* 应用名称。
|
|
12159
|
+
*/
|
|
12160
|
+
applicationName: string;
|
|
12161
|
+
/**
|
|
12162
|
+
* 组件的自定义配置参数列表。
|
|
12163
|
+
*/
|
|
12164
|
+
layoutComponentNames: string[];
|
|
12165
|
+
}
|
|
12166
|
+
interface NodeGroupChargePreConfig {
|
|
12167
|
+
/**
|
|
12168
|
+
* 是否开启自动续费。
|
|
12169
|
+
*/
|
|
12170
|
+
autoRenew: boolean;
|
|
12171
|
+
/**
|
|
12172
|
+
* 自动续费触发时的续费时长,当autoRenew=true时,默认值=1。
|
|
12173
|
+
*/
|
|
12174
|
+
autoRenewPeriod: number;
|
|
12175
|
+
/**
|
|
12176
|
+
* 自动续费触发时的续费时长单位,当autoRenew=true时,默认值=Month。取值范围:Month:月。Year:年。
|
|
12177
|
+
*/
|
|
12178
|
+
autoRenewPeriodUnit: string;
|
|
12179
|
+
/**
|
|
12180
|
+
* chargeType=PRE默认值=1,包月的购买时长单位。
|
|
12181
|
+
*/
|
|
12182
|
+
chargePeriod: number;
|
|
12183
|
+
/**
|
|
12184
|
+
* chargeType=PRE时,默认值=Month,包月的购买时长单位。取值范围:Month:月。Year:年。
|
|
12185
|
+
*/
|
|
12186
|
+
chargePeriodUnit: string;
|
|
12187
|
+
/**
|
|
12188
|
+
* 付费类型,枚举值:POST,PRE。
|
|
12189
|
+
*/
|
|
12190
|
+
chargeType: string;
|
|
12191
|
+
}
|
|
12192
|
+
interface NodeGroupDataDisk {
|
|
12193
|
+
/**
|
|
12194
|
+
* 磁盘块数,默认值4,最大15,最小1。
|
|
12195
|
+
*/
|
|
12196
|
+
count: number;
|
|
12197
|
+
/**
|
|
12198
|
+
* 磁盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
12199
|
+
*/
|
|
12200
|
+
size: number;
|
|
12201
|
+
/**
|
|
12202
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
12203
|
+
*/
|
|
12204
|
+
volumeType: string;
|
|
12205
|
+
}
|
|
12206
|
+
interface NodeGroupNode {
|
|
12207
|
+
/**
|
|
12208
|
+
* 节点创建时间。
|
|
12209
|
+
*/
|
|
12210
|
+
createdTime: number;
|
|
12211
|
+
/**
|
|
12212
|
+
* ecs实例规格。
|
|
12213
|
+
*/
|
|
12214
|
+
ecsInstanceType: string;
|
|
12215
|
+
/**
|
|
12216
|
+
* 节点FQDN。
|
|
12217
|
+
*/
|
|
12218
|
+
nodeFqdn: string;
|
|
12219
|
+
/**
|
|
12220
|
+
* 节点ID。
|
|
12221
|
+
*/
|
|
12222
|
+
nodeId: string;
|
|
12223
|
+
/**
|
|
12224
|
+
* 节点名称。
|
|
12225
|
+
*/
|
|
12226
|
+
nodeName: string;
|
|
12227
|
+
/**
|
|
12228
|
+
* 节点状态。UNKNOWN:未知状态。CREATING:创建中。RUNNING:运行中。STOPPING:停止中。STOPPED:已停止。REBOOTING:重启中。DELETED:已删除。
|
|
12229
|
+
*/
|
|
12230
|
+
nodeState: string;
|
|
12231
|
+
/**
|
|
12232
|
+
* 私有IP。
|
|
12233
|
+
*/
|
|
12234
|
+
privateIp: string;
|
|
12235
|
+
/**
|
|
12236
|
+
* 公网IP。
|
|
12237
|
+
*/
|
|
12238
|
+
publicIp: string;
|
|
12239
|
+
/**
|
|
12240
|
+
* 准备完毕时间。
|
|
12241
|
+
*/
|
|
12242
|
+
readyTime: number;
|
|
12243
|
+
/**
|
|
12244
|
+
* 集群终止时间。
|
|
12245
|
+
*/
|
|
12246
|
+
terminateTime: number;
|
|
12247
|
+
}
|
|
12248
|
+
interface NodeGroupSystemDisk {
|
|
12249
|
+
/**
|
|
12250
|
+
* 系统盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
12251
|
+
*/
|
|
12252
|
+
size: number;
|
|
12253
|
+
/**
|
|
12254
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
12255
|
+
*/
|
|
12256
|
+
volumeType: string;
|
|
12257
|
+
}
|
|
12006
12258
|
}
|
|
12007
12259
|
export declare namespace escloud {
|
|
12008
12260
|
interface GetInstanceInstanceConfiguration {
|