@volcengine/pulumi 0.0.25 → 0.0.26
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/ebs/volume.d.ts +3 -3
- package/ecs/instances.d.ts +12 -0
- package/ecs/instances.js +1 -0
- package/ecs/instances.js.map +1 -1
- package/ecs/launchTemplate.d.ts +1 -1
- package/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/private_zone/index.d.ts +33 -0
- package/private_zone/index.js +62 -0
- package/private_zone/index.js.map +1 -0
- package/private_zone/privateZone.d.ts +144 -0
- package/private_zone/privateZone.js +99 -0
- package/private_zone/privateZone.js.map +1 -0
- package/private_zone/privateZones.d.ts +133 -0
- package/private_zone/privateZones.js +34 -0
- package/private_zone/privateZones.js.map +1 -0
- package/private_zone/record.d.ts +143 -0
- package/private_zone/record.js +86 -0
- package/private_zone/record.js.map +1 -0
- package/private_zone/recordSets.d.ts +88 -0
- package/private_zone/recordSets.js +29 -0
- package/private_zone/recordSets.js.map +1 -0
- package/private_zone/recordWeightEnabler.d.ts +83 -0
- package/private_zone/recordWeightEnabler.js +73 -0
- package/private_zone/recordWeightEnabler.js.map +1 -0
- package/private_zone/records.d.ts +148 -0
- package/private_zone/records.js +35 -0
- package/private_zone/records.js.map +1 -0
- package/private_zone/resolverEndpoint.d.ts +155 -0
- package/private_zone/resolverEndpoint.js +116 -0
- package/private_zone/resolverEndpoint.js.map +1 -0
- package/private_zone/resolverEndpoints.d.ts +119 -0
- package/private_zone/resolverEndpoints.js +47 -0
- package/private_zone/resolverEndpoints.js.map +1 -0
- package/private_zone/resolverRule.d.ts +153 -0
- package/private_zone/resolverRule.js +98 -0
- package/private_zone/resolverRule.js.map +1 -0
- package/private_zone/resolverRules.d.ts +107 -0
- package/private_zone/resolverRules.js +46 -0
- package/private_zone/resolverRules.js.map +1 -0
- package/private_zone/userVpcAuthorization.d.ts +67 -0
- package/private_zone/userVpcAuthorization.js +71 -0
- package/private_zone/userVpcAuthorization.js.map +1 -0
- package/rds_postgresql/allowlist.d.ts +129 -0
- package/rds_postgresql/allowlist.js +92 -0
- package/rds_postgresql/allowlist.js.map +1 -0
- package/rds_postgresql/allowlistAssociate.d.ts +130 -0
- package/rds_postgresql/allowlistAssociate.js +127 -0
- package/rds_postgresql/allowlistAssociate.js.map +1 -0
- package/rds_postgresql/allowlists.d.ts +83 -0
- package/rds_postgresql/allowlists.js +44 -0
- package/rds_postgresql/allowlists.js.map +1 -0
- package/rds_postgresql/index.d.ts +9 -0
- package/rds_postgresql/index.js +14 -1
- package/rds_postgresql/index.js.map +1 -1
- package/types/input.d.ts +106 -0
- package/types/output.d.ts +699 -1
- package/vepfs/fileSystem.d.ts +311 -0
- package/vepfs/fileSystem.js +150 -0
- package/vepfs/fileSystem.js.map +1 -0
- package/vepfs/fileSystems.d.ts +192 -0
- package/vepfs/fileSystems.js +101 -0
- package/vepfs/fileSystems.js.map +1 -0
- package/vepfs/fileset.d.ts +210 -0
- package/vepfs/fileset.js +130 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/filesets.d.ts +200 -0
- package/vepfs/filesets.js +119 -0
- package/vepfs/filesets.js.map +1 -0
- package/vepfs/index.d.ts +21 -0
- package/vepfs/index.js +46 -0
- package/vepfs/index.js.map +1 -0
- package/vepfs/mountService.d.ts +192 -0
- package/vepfs/mountService.js +116 -0
- package/vepfs/mountService.js.map +1 -0
- package/vepfs/mountServiceAttachment.d.ts +131 -0
- package/vepfs/mountServiceAttachment.js +112 -0
- package/vepfs/mountServiceAttachment.js.map +1 -0
- package/vepfs/mountServices.d.ts +157 -0
- package/vepfs/mountServices.js +85 -0
- package/vepfs/mountServices.js.map +1 -0
- package/vke/cluster.d.ts +3 -3
- package/vke/node.d.ts +18 -18
- package/vke/nodePool.d.ts +109 -0
- package/vke/nodePool.js +80 -0
- package/vke/nodePool.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -5551,7 +5551,7 @@ export declare namespace ecs {
|
|
|
5551
5551
|
*/
|
|
5552
5552
|
instanceId: string;
|
|
5553
5553
|
/**
|
|
5554
|
-
* The name of ECS instance.
|
|
5554
|
+
* The name of ECS instance. This field support fuzzy query.
|
|
5555
5555
|
*/
|
|
5556
5556
|
instanceName: string;
|
|
5557
5557
|
/**
|
|
@@ -9134,6 +9134,322 @@ export declare namespace organization {
|
|
|
9134
9134
|
updatedTime: string;
|
|
9135
9135
|
}
|
|
9136
9136
|
}
|
|
9137
|
+
export declare namespace private_zone {
|
|
9138
|
+
interface PrivateZoneVpc {
|
|
9139
|
+
/**
|
|
9140
|
+
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
9141
|
+
*/
|
|
9142
|
+
region: string;
|
|
9143
|
+
/**
|
|
9144
|
+
* The id of the bind vpc.
|
|
9145
|
+
*/
|
|
9146
|
+
vpcId: string;
|
|
9147
|
+
}
|
|
9148
|
+
interface PrivateZonesPrivateZone {
|
|
9149
|
+
/**
|
|
9150
|
+
* The Bind vpc info of the private zone.
|
|
9151
|
+
*/
|
|
9152
|
+
bindVpcs: outputs.private_zone.PrivateZonesPrivateZoneBindVpc[];
|
|
9153
|
+
/**
|
|
9154
|
+
* The created time of the private zone.
|
|
9155
|
+
*/
|
|
9156
|
+
createdAt: string;
|
|
9157
|
+
/**
|
|
9158
|
+
* The id of the private zone.
|
|
9159
|
+
*/
|
|
9160
|
+
id: string;
|
|
9161
|
+
/**
|
|
9162
|
+
* The account id of the last operator who created the private zone.
|
|
9163
|
+
*/
|
|
9164
|
+
lastOperator: string;
|
|
9165
|
+
/**
|
|
9166
|
+
* The line mode of Private Zone, specified whether the intelligent mode and the load balance function is enabled.
|
|
9167
|
+
*/
|
|
9168
|
+
lineMode: number;
|
|
9169
|
+
/**
|
|
9170
|
+
* The record count of the private zone.
|
|
9171
|
+
*/
|
|
9172
|
+
recordCount: number;
|
|
9173
|
+
/**
|
|
9174
|
+
* Whether the recursion mode of Private Zone is enabled.
|
|
9175
|
+
*/
|
|
9176
|
+
recursionMode: boolean;
|
|
9177
|
+
/**
|
|
9178
|
+
* The region of Private Zone.
|
|
9179
|
+
*/
|
|
9180
|
+
regions: string[];
|
|
9181
|
+
/**
|
|
9182
|
+
* The remark of the private zone.
|
|
9183
|
+
*/
|
|
9184
|
+
remark: string;
|
|
9185
|
+
/**
|
|
9186
|
+
* The updated time of the private zone.
|
|
9187
|
+
*/
|
|
9188
|
+
updatedAt: string;
|
|
9189
|
+
/**
|
|
9190
|
+
* The zid of Private Zone.
|
|
9191
|
+
*/
|
|
9192
|
+
zid: number;
|
|
9193
|
+
/**
|
|
9194
|
+
* The name of Private Zone.
|
|
9195
|
+
*/
|
|
9196
|
+
zoneName: string;
|
|
9197
|
+
}
|
|
9198
|
+
interface PrivateZonesPrivateZoneBindVpc {
|
|
9199
|
+
/**
|
|
9200
|
+
* The account id of the bind vpc.
|
|
9201
|
+
*/
|
|
9202
|
+
accountId: string;
|
|
9203
|
+
/**
|
|
9204
|
+
* The id of the private zone.
|
|
9205
|
+
*/
|
|
9206
|
+
id: string;
|
|
9207
|
+
/**
|
|
9208
|
+
* The region of Private Zone.
|
|
9209
|
+
*/
|
|
9210
|
+
region: string;
|
|
9211
|
+
/**
|
|
9212
|
+
* The region name of the bind vpc.
|
|
9213
|
+
*/
|
|
9214
|
+
regionName: string;
|
|
9215
|
+
}
|
|
9216
|
+
interface RecordSetsRecordSet {
|
|
9217
|
+
/**
|
|
9218
|
+
* The Complete domain name of the private zone record.
|
|
9219
|
+
*/
|
|
9220
|
+
fqdn: string;
|
|
9221
|
+
/**
|
|
9222
|
+
* The host of Private Zone Record Set.
|
|
9223
|
+
*/
|
|
9224
|
+
host: string;
|
|
9225
|
+
/**
|
|
9226
|
+
* The subnet id of the private zone record. This field is only effected when the `intelligentMode` of the private zone is true.
|
|
9227
|
+
*/
|
|
9228
|
+
line: string;
|
|
9229
|
+
/**
|
|
9230
|
+
* The id of Private Zone Record Set.
|
|
9231
|
+
*/
|
|
9232
|
+
recordSetId: string;
|
|
9233
|
+
/**
|
|
9234
|
+
* The type of the private zone record.
|
|
9235
|
+
*/
|
|
9236
|
+
type: string;
|
|
9237
|
+
/**
|
|
9238
|
+
* Whether to enable the load balance of the private zone record set.
|
|
9239
|
+
*/
|
|
9240
|
+
weightEnabled: boolean;
|
|
9241
|
+
}
|
|
9242
|
+
interface RecordsRecord {
|
|
9243
|
+
/**
|
|
9244
|
+
* The created time of the private zone record.
|
|
9245
|
+
*/
|
|
9246
|
+
createdAt: string;
|
|
9247
|
+
/**
|
|
9248
|
+
* Whether the private zone record is enabling.
|
|
9249
|
+
*/
|
|
9250
|
+
enable: boolean;
|
|
9251
|
+
/**
|
|
9252
|
+
* The host of Private Zone Record.
|
|
9253
|
+
*/
|
|
9254
|
+
host: string;
|
|
9255
|
+
/**
|
|
9256
|
+
* The last operator account id of Private Zone Record.
|
|
9257
|
+
*/
|
|
9258
|
+
lastOperator: string;
|
|
9259
|
+
/**
|
|
9260
|
+
* The subnet id of Private Zone Record. This field is only effected when the `intelligentMode` of the private zone is true.
|
|
9261
|
+
*/
|
|
9262
|
+
line: string;
|
|
9263
|
+
/**
|
|
9264
|
+
* The id of Private Zone Record.
|
|
9265
|
+
*/
|
|
9266
|
+
recordId: string;
|
|
9267
|
+
/**
|
|
9268
|
+
* The remark of the private zone record.
|
|
9269
|
+
*/
|
|
9270
|
+
remark: string;
|
|
9271
|
+
/**
|
|
9272
|
+
* The ttl of the private zone record. Unit: second.
|
|
9273
|
+
*/
|
|
9274
|
+
ttl: number;
|
|
9275
|
+
/**
|
|
9276
|
+
* The type of Private Zone Record.
|
|
9277
|
+
*/
|
|
9278
|
+
type: string;
|
|
9279
|
+
/**
|
|
9280
|
+
* The updated time of the private zone record.
|
|
9281
|
+
*/
|
|
9282
|
+
updatedAt: string;
|
|
9283
|
+
/**
|
|
9284
|
+
* The value of Private Zone Record.
|
|
9285
|
+
*/
|
|
9286
|
+
value: string;
|
|
9287
|
+
/**
|
|
9288
|
+
* The weight of the private zone record.
|
|
9289
|
+
*/
|
|
9290
|
+
weight: number;
|
|
9291
|
+
/**
|
|
9292
|
+
* The zid of Private Zone.
|
|
9293
|
+
*/
|
|
9294
|
+
zid: number;
|
|
9295
|
+
}
|
|
9296
|
+
interface ResolverEndpointIpConfig {
|
|
9297
|
+
/**
|
|
9298
|
+
* Id of the availability zone.
|
|
9299
|
+
*/
|
|
9300
|
+
azId: string;
|
|
9301
|
+
/**
|
|
9302
|
+
* Source IP address of traffic. You can add up to 6 IP addresses at most. To ensure high availability, you must add at least two IP addresses.
|
|
9303
|
+
*/
|
|
9304
|
+
ip: string;
|
|
9305
|
+
/**
|
|
9306
|
+
* Id of the subnet.
|
|
9307
|
+
*/
|
|
9308
|
+
subnetId: string;
|
|
9309
|
+
}
|
|
9310
|
+
interface ResolverEndpointsEndpoint {
|
|
9311
|
+
/**
|
|
9312
|
+
* The created time of the endpoint.
|
|
9313
|
+
*/
|
|
9314
|
+
createdAt: string;
|
|
9315
|
+
/**
|
|
9316
|
+
* The direction of the private zone resolver endpoint.
|
|
9317
|
+
*/
|
|
9318
|
+
direction: string;
|
|
9319
|
+
/**
|
|
9320
|
+
* The endpoint id.
|
|
9321
|
+
*/
|
|
9322
|
+
endpointId: number;
|
|
9323
|
+
/**
|
|
9324
|
+
* The id of the endpoint.
|
|
9325
|
+
*/
|
|
9326
|
+
id: string;
|
|
9327
|
+
/**
|
|
9328
|
+
* List of IP configurations.
|
|
9329
|
+
*/
|
|
9330
|
+
ipConfigs: outputs.private_zone.ResolverEndpointsEndpointIpConfig[];
|
|
9331
|
+
/**
|
|
9332
|
+
* The name of the private zone resolver endpoint.
|
|
9333
|
+
*/
|
|
9334
|
+
name: string;
|
|
9335
|
+
/**
|
|
9336
|
+
* The security group id of the endpoint.
|
|
9337
|
+
*/
|
|
9338
|
+
securityGroupId: string;
|
|
9339
|
+
/**
|
|
9340
|
+
* The status of the private zone resolver endpoint.
|
|
9341
|
+
*/
|
|
9342
|
+
status: string;
|
|
9343
|
+
/**
|
|
9344
|
+
* The updated time of the endpoint.
|
|
9345
|
+
*/
|
|
9346
|
+
updatedAt: string;
|
|
9347
|
+
/**
|
|
9348
|
+
* The vpc ID of the private zone resolver endpoint.
|
|
9349
|
+
*/
|
|
9350
|
+
vpcId: string;
|
|
9351
|
+
/**
|
|
9352
|
+
* The vpc region of the endpoint.
|
|
9353
|
+
*/
|
|
9354
|
+
vpcRegion: string;
|
|
9355
|
+
}
|
|
9356
|
+
interface ResolverEndpointsEndpointIpConfig {
|
|
9357
|
+
/**
|
|
9358
|
+
* The availability zone id of the endpoint.
|
|
9359
|
+
*/
|
|
9360
|
+
azId: string;
|
|
9361
|
+
/**
|
|
9362
|
+
* The IP address of the endpoint.
|
|
9363
|
+
*/
|
|
9364
|
+
ip: string;
|
|
9365
|
+
/**
|
|
9366
|
+
* The subnet id of the endpoint.
|
|
9367
|
+
*/
|
|
9368
|
+
subnetId: string;
|
|
9369
|
+
}
|
|
9370
|
+
interface ResolverRuleForwardIp {
|
|
9371
|
+
/**
|
|
9372
|
+
* IP address of the external DNS server. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
9373
|
+
*/
|
|
9374
|
+
ip: string;
|
|
9375
|
+
/**
|
|
9376
|
+
* The port of the external DNS server. Default is 53. This parameter is only valid and optional when the Type parameter is OUTBOUND.
|
|
9377
|
+
*/
|
|
9378
|
+
port: number;
|
|
9379
|
+
}
|
|
9380
|
+
interface ResolverRuleVpc {
|
|
9381
|
+
/**
|
|
9382
|
+
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
9383
|
+
*/
|
|
9384
|
+
region: string;
|
|
9385
|
+
/**
|
|
9386
|
+
* The id of the bind vpc.
|
|
9387
|
+
*/
|
|
9388
|
+
vpcId: string;
|
|
9389
|
+
}
|
|
9390
|
+
interface ResolverRulesRule {
|
|
9391
|
+
bindVpcs: outputs.private_zone.ResolverRulesRuleBindVpc[];
|
|
9392
|
+
/**
|
|
9393
|
+
* The created time of the rule.
|
|
9394
|
+
*/
|
|
9395
|
+
createdAt: string;
|
|
9396
|
+
/**
|
|
9397
|
+
* ID of the exit terminal node.
|
|
9398
|
+
*/
|
|
9399
|
+
endpointId: number;
|
|
9400
|
+
/**
|
|
9401
|
+
* The IP address and port of the DNS server outside of the VPC.
|
|
9402
|
+
*/
|
|
9403
|
+
forwardIps: outputs.private_zone.ResolverRulesRuleForwardIp[];
|
|
9404
|
+
/**
|
|
9405
|
+
* The id of the rule.
|
|
9406
|
+
*/
|
|
9407
|
+
id: string;
|
|
9408
|
+
/**
|
|
9409
|
+
* The ISP of the exit IP address of the recursive DNS server.
|
|
9410
|
+
*/
|
|
9411
|
+
line: number;
|
|
9412
|
+
/**
|
|
9413
|
+
* The name of the rule.
|
|
9414
|
+
*/
|
|
9415
|
+
name: string;
|
|
9416
|
+
/**
|
|
9417
|
+
* The id of the rule.
|
|
9418
|
+
*/
|
|
9419
|
+
ruleId: number;
|
|
9420
|
+
/**
|
|
9421
|
+
* The type of the rule.
|
|
9422
|
+
*/
|
|
9423
|
+
type: string;
|
|
9424
|
+
/**
|
|
9425
|
+
* The updated time of the rule.
|
|
9426
|
+
*/
|
|
9427
|
+
updatedAt: string;
|
|
9428
|
+
/**
|
|
9429
|
+
* The main domain associated with the forwarding rule. For example, if you set this parameter to example.com, DNS requests for example.com and all subdomains of example.com will be forwarded.
|
|
9430
|
+
*/
|
|
9431
|
+
zoneNames: string[];
|
|
9432
|
+
}
|
|
9433
|
+
interface ResolverRulesRuleBindVpc {
|
|
9434
|
+
accountId: string;
|
|
9435
|
+
/**
|
|
9436
|
+
* The id of the rule.
|
|
9437
|
+
*/
|
|
9438
|
+
id: string;
|
|
9439
|
+
region: string;
|
|
9440
|
+
regionName: string;
|
|
9441
|
+
}
|
|
9442
|
+
interface ResolverRulesRuleForwardIp {
|
|
9443
|
+
/**
|
|
9444
|
+
* The IP address of the DNS server outside of the VPC.
|
|
9445
|
+
*/
|
|
9446
|
+
ip: string;
|
|
9447
|
+
/**
|
|
9448
|
+
* The port of the DNS server outside of the VPC.
|
|
9449
|
+
*/
|
|
9450
|
+
port: number;
|
|
9451
|
+
}
|
|
9452
|
+
}
|
|
9137
9453
|
export declare namespace privatelink {
|
|
9138
9454
|
interface VpcEndpointConnectionZone {
|
|
9139
9455
|
/**
|
|
@@ -10947,6 +11263,72 @@ export declare namespace rds_postgresql {
|
|
|
10947
11263
|
*/
|
|
10948
11264
|
accountType: string;
|
|
10949
11265
|
}
|
|
11266
|
+
interface AllowlistAssociatedInstance {
|
|
11267
|
+
/**
|
|
11268
|
+
* The id of the postgresql instance.
|
|
11269
|
+
*/
|
|
11270
|
+
instanceId: string;
|
|
11271
|
+
/**
|
|
11272
|
+
* The name of the postgresql instance.
|
|
11273
|
+
*/
|
|
11274
|
+
instanceName: string;
|
|
11275
|
+
/**
|
|
11276
|
+
* The id of the vpc.
|
|
11277
|
+
*/
|
|
11278
|
+
vpc: string;
|
|
11279
|
+
}
|
|
11280
|
+
interface AllowlistsPostgresqlAllowList {
|
|
11281
|
+
/**
|
|
11282
|
+
* The description of the postgresql allow list.
|
|
11283
|
+
*/
|
|
11284
|
+
allowListDesc: string;
|
|
11285
|
+
/**
|
|
11286
|
+
* The id of the postgresql allow list.
|
|
11287
|
+
*/
|
|
11288
|
+
allowListId: string;
|
|
11289
|
+
/**
|
|
11290
|
+
* The total number of IP addresses (or address ranges) in the whitelist.
|
|
11291
|
+
*/
|
|
11292
|
+
allowListIpNum: number;
|
|
11293
|
+
/**
|
|
11294
|
+
* The name of the postgresql allow list.
|
|
11295
|
+
*/
|
|
11296
|
+
allowListName: string;
|
|
11297
|
+
/**
|
|
11298
|
+
* The type of the postgresql allow list.
|
|
11299
|
+
*/
|
|
11300
|
+
allowListType: string;
|
|
11301
|
+
/**
|
|
11302
|
+
* The IP address or a range of IP addresses in CIDR format.
|
|
11303
|
+
*/
|
|
11304
|
+
allowLists: string[];
|
|
11305
|
+
/**
|
|
11306
|
+
* The total number of instances bound under the whitelist.
|
|
11307
|
+
*/
|
|
11308
|
+
associatedInstanceNum: number;
|
|
11309
|
+
/**
|
|
11310
|
+
* The list of postgresql instances.
|
|
11311
|
+
*/
|
|
11312
|
+
associatedInstances: outputs.rds_postgresql.AllowlistsPostgresqlAllowListAssociatedInstance[];
|
|
11313
|
+
/**
|
|
11314
|
+
* The id of the postgresql allow list.
|
|
11315
|
+
*/
|
|
11316
|
+
id: string;
|
|
11317
|
+
}
|
|
11318
|
+
interface AllowlistsPostgresqlAllowListAssociatedInstance {
|
|
11319
|
+
/**
|
|
11320
|
+
* The id of the postgresql Instance.
|
|
11321
|
+
*/
|
|
11322
|
+
instanceId: string;
|
|
11323
|
+
/**
|
|
11324
|
+
* The name of the postgresql instance.
|
|
11325
|
+
*/
|
|
11326
|
+
instanceName: string;
|
|
11327
|
+
/**
|
|
11328
|
+
* The id of the vpc.
|
|
11329
|
+
*/
|
|
11330
|
+
vpc: string;
|
|
11331
|
+
}
|
|
10950
11332
|
interface DatabasesDatabase {
|
|
10951
11333
|
/**
|
|
10952
11334
|
* Character classification.
|
|
@@ -16146,6 +16528,320 @@ export declare namespace veenedge {
|
|
|
16146
16528
|
userIdentity: number;
|
|
16147
16529
|
}
|
|
16148
16530
|
}
|
|
16531
|
+
export declare namespace vepfs {
|
|
16532
|
+
interface FileSystemTag {
|
|
16533
|
+
/**
|
|
16534
|
+
* The Key of Tags.
|
|
16535
|
+
*/
|
|
16536
|
+
key: string;
|
|
16537
|
+
/**
|
|
16538
|
+
* The Value of Tags.
|
|
16539
|
+
*/
|
|
16540
|
+
value: string;
|
|
16541
|
+
}
|
|
16542
|
+
interface FileSystemsFileSystem {
|
|
16543
|
+
/**
|
|
16544
|
+
* The id of the account.
|
|
16545
|
+
*/
|
|
16546
|
+
accountId: string;
|
|
16547
|
+
/**
|
|
16548
|
+
* The bandwidth info of the vepfs file system.
|
|
16549
|
+
*/
|
|
16550
|
+
bandwidth: number;
|
|
16551
|
+
/**
|
|
16552
|
+
* The capacity info of the vepfs file system.
|
|
16553
|
+
*/
|
|
16554
|
+
capacityInfo: outputs.vepfs.FileSystemsFileSystemCapacityInfo;
|
|
16555
|
+
/**
|
|
16556
|
+
* The charge status of the vepfs file system.
|
|
16557
|
+
*/
|
|
16558
|
+
chargeStatus: string;
|
|
16559
|
+
/**
|
|
16560
|
+
* The charge type of the vepfs file system.
|
|
16561
|
+
*/
|
|
16562
|
+
chargeType: string;
|
|
16563
|
+
/**
|
|
16564
|
+
* The create time of the vepfs file system.
|
|
16565
|
+
*/
|
|
16566
|
+
createTime: string;
|
|
16567
|
+
/**
|
|
16568
|
+
* The description of the vepfs file system.
|
|
16569
|
+
*/
|
|
16570
|
+
description: string;
|
|
16571
|
+
/**
|
|
16572
|
+
* The expire time of the vepfs file system.
|
|
16573
|
+
*/
|
|
16574
|
+
expireTime: string;
|
|
16575
|
+
/**
|
|
16576
|
+
* The id of the vepfs file system.
|
|
16577
|
+
*/
|
|
16578
|
+
fileSystemId: string;
|
|
16579
|
+
/**
|
|
16580
|
+
* The Name of Vepfs File System. This field support fuzzy query.
|
|
16581
|
+
*/
|
|
16582
|
+
fileSystemName: string;
|
|
16583
|
+
/**
|
|
16584
|
+
* The type of the vepfs file system.
|
|
16585
|
+
*/
|
|
16586
|
+
fileSystemType: string;
|
|
16587
|
+
/**
|
|
16588
|
+
* The free time of the vepfs file system.
|
|
16589
|
+
*/
|
|
16590
|
+
freeTime: string;
|
|
16591
|
+
/**
|
|
16592
|
+
* The id of the vepfs file system.
|
|
16593
|
+
*/
|
|
16594
|
+
id: string;
|
|
16595
|
+
/**
|
|
16596
|
+
* The last modify time of the vepfs file system.
|
|
16597
|
+
*/
|
|
16598
|
+
lastModifyTime: string;
|
|
16599
|
+
/**
|
|
16600
|
+
* The project of Vepfs File System.
|
|
16601
|
+
*/
|
|
16602
|
+
project: string;
|
|
16603
|
+
/**
|
|
16604
|
+
* The protocol type of the vepfs file system.
|
|
16605
|
+
*/
|
|
16606
|
+
protocolType: string;
|
|
16607
|
+
/**
|
|
16608
|
+
* The id of the region.
|
|
16609
|
+
*/
|
|
16610
|
+
regionId: string;
|
|
16611
|
+
/**
|
|
16612
|
+
* The query status list of Vepfs File System.
|
|
16613
|
+
*/
|
|
16614
|
+
status: string;
|
|
16615
|
+
/**
|
|
16616
|
+
* The stop service time of the vepfs file system.
|
|
16617
|
+
*/
|
|
16618
|
+
stopServiceTime: string;
|
|
16619
|
+
/**
|
|
16620
|
+
* The Store Type of Vepfs File System.
|
|
16621
|
+
*/
|
|
16622
|
+
storeType: string;
|
|
16623
|
+
/**
|
|
16624
|
+
* The store type cn name of the vepfs file system.
|
|
16625
|
+
*/
|
|
16626
|
+
storeTypeCn: string;
|
|
16627
|
+
/**
|
|
16628
|
+
* The tags of the vepfs file system.
|
|
16629
|
+
*/
|
|
16630
|
+
tags: outputs.vepfs.FileSystemsFileSystemTag[];
|
|
16631
|
+
/**
|
|
16632
|
+
* The version info of the vepfs file system.
|
|
16633
|
+
*/
|
|
16634
|
+
version: string;
|
|
16635
|
+
/**
|
|
16636
|
+
* The zone id of File System.
|
|
16637
|
+
*/
|
|
16638
|
+
zoneId: string;
|
|
16639
|
+
/**
|
|
16640
|
+
* The name of the zone.
|
|
16641
|
+
*/
|
|
16642
|
+
zoneName: string;
|
|
16643
|
+
}
|
|
16644
|
+
interface FileSystemsFileSystemCapacityInfo {
|
|
16645
|
+
/**
|
|
16646
|
+
* The total size. Unit: TiB.
|
|
16647
|
+
*/
|
|
16648
|
+
totalTib: number;
|
|
16649
|
+
/**
|
|
16650
|
+
* The used size. Unit: GiB.
|
|
16651
|
+
*/
|
|
16652
|
+
usedGib: number;
|
|
16653
|
+
}
|
|
16654
|
+
interface FileSystemsFileSystemTag {
|
|
16655
|
+
/**
|
|
16656
|
+
* The Key of Tags.
|
|
16657
|
+
*/
|
|
16658
|
+
key: string;
|
|
16659
|
+
/**
|
|
16660
|
+
* The Type of Tags.
|
|
16661
|
+
*/
|
|
16662
|
+
type: string;
|
|
16663
|
+
/**
|
|
16664
|
+
* The Value of Tags.
|
|
16665
|
+
*/
|
|
16666
|
+
value: string;
|
|
16667
|
+
}
|
|
16668
|
+
interface FilesetsFileset {
|
|
16669
|
+
/**
|
|
16670
|
+
* The bandwidth Qos of the vepfs fileset.
|
|
16671
|
+
*/
|
|
16672
|
+
bandwidthQos: number;
|
|
16673
|
+
/**
|
|
16674
|
+
* The capacity limit of the vepfs fileset. Unit: GiB.
|
|
16675
|
+
*/
|
|
16676
|
+
capacityLimit: number;
|
|
16677
|
+
/**
|
|
16678
|
+
* The used capacity of the vepfs fileset. Unit: GiB.
|
|
16679
|
+
*/
|
|
16680
|
+
capacityUsed: number;
|
|
16681
|
+
/**
|
|
16682
|
+
* The create time of the vepfs fileset.
|
|
16683
|
+
*/
|
|
16684
|
+
createTime: string;
|
|
16685
|
+
/**
|
|
16686
|
+
* Quota for the number of files or directories. A return of 0 indicates that there is no quota limit set for the number of directories after the file.
|
|
16687
|
+
*/
|
|
16688
|
+
fileLimit: number;
|
|
16689
|
+
/**
|
|
16690
|
+
* The used file number of the vepfs fileset.
|
|
16691
|
+
*/
|
|
16692
|
+
fileUsed: number;
|
|
16693
|
+
/**
|
|
16694
|
+
* The id of Vepfs Fileset.
|
|
16695
|
+
*/
|
|
16696
|
+
filesetId: string;
|
|
16697
|
+
/**
|
|
16698
|
+
* The name of Vepfs Fileset. This field support fuzzy query.
|
|
16699
|
+
*/
|
|
16700
|
+
filesetName: string;
|
|
16701
|
+
/**
|
|
16702
|
+
* The path of Vepfs Fileset. This field support fuzzy query.
|
|
16703
|
+
*/
|
|
16704
|
+
filesetPath: string;
|
|
16705
|
+
/**
|
|
16706
|
+
* The id of the vepfs fileset.
|
|
16707
|
+
*/
|
|
16708
|
+
id: string;
|
|
16709
|
+
/**
|
|
16710
|
+
* The IOPS Qos of the vepfs fileset.
|
|
16711
|
+
*/
|
|
16712
|
+
iopsQos: number;
|
|
16713
|
+
/**
|
|
16714
|
+
* The max number of inode in the vepfs fileset.
|
|
16715
|
+
*/
|
|
16716
|
+
maxInodeNum: number;
|
|
16717
|
+
/**
|
|
16718
|
+
* The query status list of Vepfs Fileset.
|
|
16719
|
+
*/
|
|
16720
|
+
status: string;
|
|
16721
|
+
}
|
|
16722
|
+
interface MountServiceAttachFileSystem {
|
|
16723
|
+
/**
|
|
16724
|
+
* The account id of the vepfs file system.
|
|
16725
|
+
*/
|
|
16726
|
+
accountId: string;
|
|
16727
|
+
/**
|
|
16728
|
+
* The id of the vepfs file system.
|
|
16729
|
+
*/
|
|
16730
|
+
customerPath: string;
|
|
16731
|
+
/**
|
|
16732
|
+
* The id of the vepfs file system.
|
|
16733
|
+
*/
|
|
16734
|
+
fileSystemId: string;
|
|
16735
|
+
/**
|
|
16736
|
+
* The name of the vepfs file system.
|
|
16737
|
+
*/
|
|
16738
|
+
fileSystemName: string;
|
|
16739
|
+
/**
|
|
16740
|
+
* The status of the mount service.
|
|
16741
|
+
*/
|
|
16742
|
+
status: string;
|
|
16743
|
+
}
|
|
16744
|
+
interface MountServiceNode {
|
|
16745
|
+
/**
|
|
16746
|
+
* The default password of ecs instance.
|
|
16747
|
+
*/
|
|
16748
|
+
defaultPassword: string;
|
|
16749
|
+
/**
|
|
16750
|
+
* The id of ecs instance.
|
|
16751
|
+
*/
|
|
16752
|
+
nodeId: string;
|
|
16753
|
+
}
|
|
16754
|
+
interface MountServicesMountService {
|
|
16755
|
+
/**
|
|
16756
|
+
* The account id of the vepfs file system.
|
|
16757
|
+
*/
|
|
16758
|
+
accountId: string;
|
|
16759
|
+
/**
|
|
16760
|
+
* The attached file system info of the mount service.
|
|
16761
|
+
*/
|
|
16762
|
+
attachFileSystems: outputs.vepfs.MountServicesMountServiceAttachFileSystem[];
|
|
16763
|
+
/**
|
|
16764
|
+
* The created time of the mount service.
|
|
16765
|
+
*/
|
|
16766
|
+
createTime: string;
|
|
16767
|
+
/**
|
|
16768
|
+
* The id of the mount service.
|
|
16769
|
+
*/
|
|
16770
|
+
id: string;
|
|
16771
|
+
/**
|
|
16772
|
+
* The id of mount service.
|
|
16773
|
+
*/
|
|
16774
|
+
mountServiceId: string;
|
|
16775
|
+
/**
|
|
16776
|
+
* The name of mount service. This field support fuzzy query.
|
|
16777
|
+
*/
|
|
16778
|
+
mountServiceName: string;
|
|
16779
|
+
/**
|
|
16780
|
+
* The nodes info of the mount service.
|
|
16781
|
+
*/
|
|
16782
|
+
nodes: outputs.vepfs.MountServicesMountServiceNode[];
|
|
16783
|
+
/**
|
|
16784
|
+
* The project of the mount service.
|
|
16785
|
+
*/
|
|
16786
|
+
project: string;
|
|
16787
|
+
/**
|
|
16788
|
+
* The region id of the mount service.
|
|
16789
|
+
*/
|
|
16790
|
+
regionId: string;
|
|
16791
|
+
/**
|
|
16792
|
+
* The query status list of mount service.
|
|
16793
|
+
*/
|
|
16794
|
+
status: string;
|
|
16795
|
+
/**
|
|
16796
|
+
* The subnet id of the mount service.
|
|
16797
|
+
*/
|
|
16798
|
+
subnetId: string;
|
|
16799
|
+
/**
|
|
16800
|
+
* The vpc id of the mount service.
|
|
16801
|
+
*/
|
|
16802
|
+
vpcId: string;
|
|
16803
|
+
/**
|
|
16804
|
+
* The zone id of the mount service.
|
|
16805
|
+
*/
|
|
16806
|
+
zoneId: string;
|
|
16807
|
+
/**
|
|
16808
|
+
* The zone name of the mount service.
|
|
16809
|
+
*/
|
|
16810
|
+
zoneName: string;
|
|
16811
|
+
}
|
|
16812
|
+
interface MountServicesMountServiceAttachFileSystem {
|
|
16813
|
+
/**
|
|
16814
|
+
* The account id of the vepfs file system.
|
|
16815
|
+
*/
|
|
16816
|
+
accountId: string;
|
|
16817
|
+
/**
|
|
16818
|
+
* The id of the vepfs file system.
|
|
16819
|
+
*/
|
|
16820
|
+
customerPath: string;
|
|
16821
|
+
/**
|
|
16822
|
+
* The id of Vepfs File System.
|
|
16823
|
+
*/
|
|
16824
|
+
fileSystemId: string;
|
|
16825
|
+
/**
|
|
16826
|
+
* The name of the vepfs file system.
|
|
16827
|
+
*/
|
|
16828
|
+
fileSystemName: string;
|
|
16829
|
+
/**
|
|
16830
|
+
* The query status list of mount service.
|
|
16831
|
+
*/
|
|
16832
|
+
status: string;
|
|
16833
|
+
}
|
|
16834
|
+
interface MountServicesMountServiceNode {
|
|
16835
|
+
/**
|
|
16836
|
+
* The default password of ecs instance.
|
|
16837
|
+
*/
|
|
16838
|
+
defaultPassword: string;
|
|
16839
|
+
/**
|
|
16840
|
+
* The id of ecs instance.
|
|
16841
|
+
*/
|
|
16842
|
+
nodeId: string;
|
|
16843
|
+
}
|
|
16844
|
+
}
|
|
16149
16845
|
export declare namespace vke {
|
|
16150
16846
|
interface AddonsAddon {
|
|
16151
16847
|
/**
|
|
@@ -16235,6 +16931,8 @@ export declare namespace vke {
|
|
|
16235
16931
|
resourcePublicAccessDefaultEnabled?: boolean;
|
|
16236
16932
|
/**
|
|
16237
16933
|
* The subnet ID for the cluster control plane to communicate within the private network.
|
|
16934
|
+
* Up to 3 subnets can be selected from each available zone, and a maximum of 2 subnets can be added to each available zone.
|
|
16935
|
+
* Cannot support deleting configured subnets.
|
|
16238
16936
|
*/
|
|
16239
16937
|
subnetIds: string[];
|
|
16240
16938
|
}
|