@volcengine/pulumi 0.0.17 → 0.0.20
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/autoscaling/scalingGroup.d.ts +1 -1
- package/bioos/cluster.d.ts +11 -11
- package/bioos/cluster.js +6 -6
- package/bioos/cluster.js.map +1 -1
- package/bioos/clusters.d.ts +3 -0
- package/bioos/clusters.js.map +1 -1
- package/bioos/workspace.d.ts +1 -1
- package/cen/grantInstance.d.ts +1 -1
- package/cen/grantInstance.js +1 -1
- package/clb/acl.d.ts +1 -1
- package/clb/certificate.d.ts +1 -1
- package/clb/clb.d.ts +68 -18
- package/clb/clb.js +38 -17
- package/clb/clb.js.map +1 -1
- package/clb/listener.d.ts +101 -0
- package/clb/listener.js +26 -0
- package/clb/listener.js.map +1 -1
- package/clb/serverGroup.d.ts +12 -0
- package/clb/serverGroup.js +2 -0
- package/clb/serverGroup.js.map +1 -1
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- package/direct_connect/bgpPeer.d.ts +175 -0
- package/direct_connect/bgpPeer.js +100 -0
- package/direct_connect/bgpPeer.js.map +1 -0
- package/direct_connect/bgpPeers.d.ts +129 -0
- package/direct_connect/bgpPeers.js +52 -0
- package/direct_connect/bgpPeers.js.map +1 -0
- package/direct_connect/connection.d.ts +217 -0
- package/direct_connect/connection.js +133 -0
- package/direct_connect/connection.js.map +1 -0
- package/direct_connect/connections.d.ts +154 -0
- package/direct_connect/connections.js +54 -0
- package/direct_connect/connections.js.map +1 -0
- package/direct_connect/gateway.d.ts +100 -0
- package/direct_connect/gateway.js +79 -0
- package/direct_connect/gateway.js.map +1 -0
- package/direct_connect/gatewayRoute.d.ts +143 -0
- package/direct_connect/gatewayRoute.js +97 -0
- package/direct_connect/gatewayRoute.js.map +1 -0
- package/direct_connect/gatewayRoutes.d.ts +141 -0
- package/direct_connect/gatewayRoutes.js +58 -0
- package/direct_connect/gatewayRoutes.js.map +1 -0
- package/direct_connect/gateways.d.ts +118 -0
- package/direct_connect/gateways.js +51 -0
- package/direct_connect/gateways.js.map +1 -0
- package/direct_connect/index.d.ts +30 -0
- package/direct_connect/index.js +57 -0
- package/direct_connect/index.js.map +1 -0
- package/direct_connect/virtualInterface.d.ts +263 -0
- package/direct_connect/virtualInterface.js +127 -0
- package/direct_connect/virtualInterface.js.map +1 -0
- package/direct_connect/virtualInterfaces.d.ts +178 -0
- package/direct_connect/virtualInterfaces.js +56 -0
- package/direct_connect/virtualInterfaces.js.map +1 -0
- package/ebs/volume.d.ts +1 -1
- package/ecs/availableResources.d.ts +114 -0
- package/ecs/availableResources.js +50 -0
- package/ecs/availableResources.js.map +1 -0
- package/ecs/command.d.ts +157 -0
- package/ecs/command.js +93 -0
- package/ecs/command.js.map +1 -0
- package/ecs/commands.d.ts +132 -0
- package/ecs/commands.js +52 -0
- package/ecs/commands.js.map +1 -0
- package/ecs/index.d.ts +21 -0
- package/ecs/index.js +26 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +25 -4
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/invocation.d.ts +223 -0
- package/ecs/invocation.js +118 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/invocationResults.d.ts +116 -0
- package/ecs/invocationResults.js +51 -0
- package/ecs/invocationResults.js.map +1 -0
- package/ecs/invocations.d.ts +161 -0
- package/ecs/invocations.js +56 -0
- package/ecs/invocations.js.map +1 -0
- package/ecs/regions.d.ts +75 -0
- package/ecs/regions.js +47 -0
- package/ecs/regions.js.map +1 -0
- package/eip/address.d.ts +1 -1
- package/escloud/instance.d.ts +26 -13
- package/escloud/instance.js +26 -13
- package/escloud/instance.js.map +1 -1
- package/escloud/instances.d.ts +100 -6
- package/escloud/instances.js +100 -6
- package/escloud/instances.js.map +1 -1
- package/iam/index.d.ts +15 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/userGroup.d.ts +95 -0
- package/iam/userGroup.js +79 -0
- package/iam/userGroup.js.map +1 -0
- package/iam/userGroupAttachment.d.ts +92 -0
- package/iam/userGroupAttachment.js +89 -0
- package/iam/userGroupAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +105 -0
- package/iam/userGroupPolicyAttachment.js +95 -0
- package/iam/userGroupPolicyAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachments.d.ts +107 -0
- package/iam/userGroupPolicyAttachments.js +78 -0
- package/iam/userGroupPolicyAttachments.js.map +1 -0
- package/iam/userGroups.d.ts +87 -0
- package/iam/userGroups.js +59 -0
- package/iam/userGroups.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/nas/fileSystem.d.ts +241 -0
- package/nas/fileSystem.js +123 -0
- package/nas/fileSystem.js.map +1 -0
- package/nas/fileSystems.d.ts +231 -0
- package/nas/fileSystems.js +90 -0
- package/nas/fileSystems.js.map +1 -0
- package/nas/index.d.ts +30 -0
- package/nas/index.js +55 -0
- package/nas/index.js.map +1 -0
- package/nas/mountPoint.d.ts +103 -0
- package/nas/mountPoint.js +80 -0
- package/nas/mountPoint.js.map +1 -0
- package/nas/mountPoints.d.ts +91 -0
- package/nas/mountPoints.js +29 -0
- package/nas/mountPoints.js.map +1 -0
- package/nas/permissionGroup.d.ts +116 -0
- package/nas/permissionGroup.js +92 -0
- package/nas/permissionGroup.js.map +1 -0
- package/nas/permissionGroups.d.ts +116 -0
- package/nas/permissionGroups.js +87 -0
- package/nas/permissionGroups.js.map +1 -0
- package/nas/regions.d.ts +62 -0
- package/nas/regions.js +42 -0
- package/nas/regions.js.map +1 -0
- package/nas/snapshot.d.ts +167 -0
- package/nas/snapshot.js +100 -0
- package/nas/snapshot.js.map +1 -0
- package/nas/snapshots.d.ts +131 -0
- package/nas/snapshots.js +59 -0
- package/nas/snapshots.js.map +1 -0
- package/nas/zones.d.ts +62 -0
- package/nas/zones.js +42 -0
- package/nas/zones.js.map +1 -0
- package/nat/gateway.d.ts +1 -1
- package/package.json +2 -2
- package/rds_mysql/account.d.ts +48 -4
- package/rds_mysql/account.js +48 -4
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accounts.d.ts +106 -6
- package/rds_mysql/accounts.js +106 -6
- package/rds_mysql/accounts.js.map +1 -1
- package/rds_mysql/allowlist.d.ts +7 -3
- package/rds_mysql/allowlist.js +7 -3
- package/rds_mysql/allowlist.js.map +1 -1
- package/rds_mysql/allowlistAssociate.d.ts +47 -3
- package/rds_mysql/allowlistAssociate.js +47 -3
- package/rds_mysql/allowlistAssociate.js.map +1 -1
- package/rds_mysql/allowlists.d.ts +102 -4
- package/rds_mysql/allowlists.js +102 -4
- package/rds_mysql/allowlists.js.map +1 -1
- package/rds_mysql/database.d.ts +38 -4
- package/rds_mysql/database.js +38 -4
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/databases.d.ts +84 -6
- package/rds_mysql/databases.js +84 -6
- package/rds_mysql/databases.js.map +1 -1
- package/rds_mysql/instance.d.ts +18 -15
- package/rds_mysql/instance.js +17 -14
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +38 -3
- package/rds_mysql/instanceReadonlyNode.js +38 -3
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +74 -4
- package/rds_mysql/instances.js +74 -4
- package/rds_mysql/instances.js.map +1 -1
- package/redis/account.d.ts +32 -5
- package/redis/account.js +32 -5
- package/redis/account.js.map +1 -1
- package/redis/accounts.d.ts +74 -4
- package/redis/accounts.js +74 -4
- package/redis/accounts.js.map +1 -1
- package/redis/allowList.d.ts +2 -2
- package/redis/allowList.js +2 -2
- package/redis/allowListAssociate.d.ts +34 -6
- package/redis/allowListAssociate.js +34 -6
- package/redis/allowListAssociate.js.map +1 -1
- package/redis/allowLists.d.ts +78 -2
- package/redis/allowLists.js +78 -2
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +29 -1
- package/redis/backup.js +29 -1
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +33 -3
- package/redis/backupRestore.js +33 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +68 -6
- package/redis/backups.js +68 -6
- package/redis/backups.js.map +1 -1
- package/redis/continuousBackup.d.ts +29 -1
- package/redis/continuousBackup.js +29 -1
- package/redis/continuousBackup.js.map +1 -1
- package/redis/endpoint.d.ts +37 -3
- package/redis/endpoint.js +37 -3
- package/redis/endpoint.js.map +1 -1
- package/redis/instance.d.ts +47 -35
- package/redis/instance.js +41 -32
- package/redis/instance.js.map +1 -1
- package/redis/instances.d.ts +60 -4
- package/redis/instances.js +60 -4
- package/redis/instances.js.map +1 -1
- package/tls/alarmNotifyGroup.d.ts +1 -1
- package/tls/index_.d.ts +33 -8
- package/tls/index_.js +23 -8
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +211 -0
- package/transit_router/bandwidthPackage.js +102 -0
- package/transit_router/bandwidthPackage.js.map +1 -0
- package/transit_router/bandwidthPackages.d.ts +115 -0
- package/transit_router/bandwidthPackages.js +65 -0
- package/transit_router/bandwidthPackages.js.map +1 -0
- package/transit_router/directConnectGatewayAttachment.d.ts +116 -0
- package/transit_router/directConnectGatewayAttachment.js +87 -0
- package/transit_router/directConnectGatewayAttachment.js.map +1 -0
- package/transit_router/directConnectGatewayAttachments.d.ts +99 -0
- package/transit_router/directConnectGatewayAttachments.js +48 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -0
- package/transit_router/grantRule.d.ts +95 -0
- package/transit_router/grantRule.js +82 -0
- package/transit_router/grantRule.js.map +1 -0
- package/transit_router/grantRules.d.ts +90 -0
- package/transit_router/grantRules.js +47 -0
- package/transit_router/grantRules.js.map +1 -0
- package/transit_router/index.d.ts +69 -0
- package/transit_router/index.js +110 -0
- package/transit_router/index.js.map +1 -0
- package/transit_router/peerAttachment.d.ts +179 -0
- package/transit_router/peerAttachment.js +105 -0
- package/transit_router/peerAttachment.js.map +1 -0
- package/transit_router/peerAttachments.d.ts +132 -0
- package/transit_router/peerAttachments.js +52 -0
- package/transit_router/peerAttachments.js.map +1 -0
- package/transit_router/routeEntries.d.ts +122 -0
- package/transit_router/routeEntries.js +52 -0
- package/transit_router/routeEntries.js.map +1 -0
- package/transit_router/routeEntry.d.ts +173 -0
- package/transit_router/routeEntry.js +103 -0
- package/transit_router/routeEntry.js.map +1 -0
- package/transit_router/routeTable.d.ts +135 -0
- package/transit_router/routeTable.js +89 -0
- package/transit_router/routeTable.js.map +1 -0
- package/transit_router/routeTableAssociation.d.ts +82 -0
- package/transit_router/routeTableAssociation.js +79 -0
- package/transit_router/routeTableAssociation.js.map +1 -0
- package/transit_router/routeTableAssociations.d.ts +92 -0
- package/transit_router/routeTableAssociations.js +49 -0
- package/transit_router/routeTableAssociations.js.map +1 -0
- package/transit_router/routeTablePropagation.d.ts +82 -0
- package/transit_router/routeTablePropagation.js +79 -0
- package/transit_router/routeTablePropagation.js.map +1 -0
- package/transit_router/routeTablePropagations.d.ts +92 -0
- package/transit_router/routeTablePropagations.js +49 -0
- package/transit_router/routeTablePropagations.js.map +1 -0
- package/transit_router/routeTables.d.ts +98 -0
- package/transit_router/routeTables.js +50 -0
- package/transit_router/routeTables.js.map +1 -0
- package/transit_router/sharedTransitRouterState.d.ts +82 -0
- package/transit_router/sharedTransitRouterState.js +79 -0
- package/transit_router/sharedTransitRouterState.js.map +1 -0
- package/transit_router/transitRouter.d.ts +148 -0
- package/transit_router/transitRouter.js +89 -0
- package/transit_router/transitRouter.js.map +1 -0
- package/transit_router/transitRouters.d.ts +89 -0
- package/transit_router/transitRouters.js +50 -0
- package/transit_router/transitRouters.js.map +1 -0
- package/transit_router/vpcAttachment.d.ts +164 -0
- package/transit_router/vpcAttachment.js +108 -0
- package/transit_router/vpcAttachment.js.map +1 -0
- package/transit_router/vpcAttachments.d.ts +101 -0
- package/transit_router/vpcAttachments.js +50 -0
- package/transit_router/vpcAttachments.js.map +1 -0
- package/transit_router/vpnAttachment.d.ts +153 -0
- package/transit_router/vpnAttachment.js +99 -0
- package/transit_router/vpnAttachment.js.map +1 -0
- package/transit_router/vpnAttachments.d.ts +101 -0
- package/transit_router/vpnAttachments.js +50 -0
- package/transit_router/vpnAttachments.js.map +1 -0
- package/types/input.d.ts +320 -2
- package/types/output.d.ts +5482 -3219
- package/vke/index.d.ts +3 -0
- package/vke/index.js +4 -1
- package/vke/index.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +80 -0
- package/vke/supportResourceTypes.js +44 -0
- package/vke/supportResourceTypes.js.map +1 -0
- package/vpc/haVip.d.ts +206 -0
- package/vpc/haVip.js +120 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/haVipAssociate.d.ts +131 -0
- package/vpc/haVipAssociate.js +118 -0
- package/vpc/haVipAssociate.js.map +1 -0
- package/vpc/haVips.d.ts +192 -0
- package/vpc/haVips.js +90 -0
- package/vpc/haVips.js.map +1 -0
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +22 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +1 -1
- package/vpc/networkInterface.d.ts +31 -1
- package/vpc/networkInterface.js +4 -0
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/prefixList.d.ts +166 -0
- package/vpc/prefixList.js +106 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/prefixLists.d.ts +151 -0
- package/vpc/prefixLists.js +92 -0
- package/vpc/prefixLists.js.map +1 -0
- package/vpc/routeTable.d.ts +1 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
- package/vpn/connection.d.ts +1 -1
- package/vpn/customerGateway.d.ts +1 -1
- package/vpn/gateway.d.ts +37 -1
- package/vpn/gateway.js +6 -0
- package/vpn/gateway.js.map +1 -1
- package/vpn/index.d.ts +12 -0
- package/vpn/index.js +17 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +201 -0
- package/vpn/sslVpnClientCert.js +131 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
- package/vpn/sslVpnClientCerts.d.ts +192 -0
- package/vpn/sslVpnClientCerts.js +134 -0
- package/vpn/sslVpnClientCerts.js.map +1 -0
- package/vpn/sslVpnServer.d.ts +231 -0
- package/vpn/sslVpnServer.js +128 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/sslVpnServers.d.ts +167 -0
- package/vpn/sslVpnServers.js +117 -0
- package/vpn/sslVpnServers.js.map +1 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.FileSystem = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage nas file system
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooZones = volcengine.nas.Zones({});
|
|
18
|
+
* const fooFileSystem = new volcengine.nas.FileSystem("fooFileSystem", {
|
|
19
|
+
* fileSystemName: "acc-test-fs",
|
|
20
|
+
* description: "acc-test",
|
|
21
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
22
|
+
* capacity: 103,
|
|
23
|
+
* projectName: "default",
|
|
24
|
+
* tags: [{
|
|
25
|
+
* key: "k1",
|
|
26
|
+
* value: "v1",
|
|
27
|
+
* }],
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* NasFileSystem can be imported using the id, e.g.
|
|
34
|
+
*
|
|
35
|
+
* ```sh
|
|
36
|
+
* $ pulumi import volcengine:nas/fileSystem:FileSystem default enas-cnbjd3879745****
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
class FileSystem extends pulumi.CustomResource {
|
|
40
|
+
/**
|
|
41
|
+
* Get an existing FileSystem resource's state with the given name, ID, and optional extra
|
|
42
|
+
* properties used to qualify the lookup.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resulting resource.
|
|
45
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
+
* @param state Any extra arguments used during the lookup.
|
|
47
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
+
*/
|
|
49
|
+
static get(name, id, state, opts) {
|
|
50
|
+
return new FileSystem(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if the given object is an instance of FileSystem. This is designed to work even
|
|
54
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
+
*/
|
|
56
|
+
static isInstance(obj) {
|
|
57
|
+
if (obj === undefined || obj === null) {
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
return obj['__pulumiType'] === FileSystem.__pulumiType;
|
|
61
|
+
}
|
|
62
|
+
constructor(name, argsOrState, opts) {
|
|
63
|
+
let resourceInputs = {};
|
|
64
|
+
opts = opts || {};
|
|
65
|
+
if (opts.id) {
|
|
66
|
+
const state = argsOrState;
|
|
67
|
+
resourceInputs["capacity"] = state ? state.capacity : undefined;
|
|
68
|
+
resourceInputs["chargeType"] = state ? state.chargeType : undefined;
|
|
69
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
70
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
71
|
+
resourceInputs["fileSystemName"] = state ? state.fileSystemName : undefined;
|
|
72
|
+
resourceInputs["fileSystemType"] = state ? state.fileSystemType : undefined;
|
|
73
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
74
|
+
resourceInputs["protocolType"] = state ? state.protocolType : undefined;
|
|
75
|
+
resourceInputs["regionId"] = state ? state.regionId : undefined;
|
|
76
|
+
resourceInputs["snapshotCount"] = state ? state.snapshotCount : undefined;
|
|
77
|
+
resourceInputs["snapshotId"] = state ? state.snapshotId : undefined;
|
|
78
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
79
|
+
resourceInputs["storageType"] = state ? state.storageType : undefined;
|
|
80
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
81
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
82
|
+
resourceInputs["version"] = state ? state.version : undefined;
|
|
83
|
+
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
84
|
+
resourceInputs["zoneName"] = state ? state.zoneName : undefined;
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
const args = argsOrState;
|
|
88
|
+
if ((!args || args.capacity === undefined) && !opts.urn) {
|
|
89
|
+
throw new Error("Missing required property 'capacity'");
|
|
90
|
+
}
|
|
91
|
+
if ((!args || args.fileSystemName === undefined) && !opts.urn) {
|
|
92
|
+
throw new Error("Missing required property 'fileSystemName'");
|
|
93
|
+
}
|
|
94
|
+
if ((!args || args.zoneId === undefined) && !opts.urn) {
|
|
95
|
+
throw new Error("Missing required property 'zoneId'");
|
|
96
|
+
}
|
|
97
|
+
resourceInputs["capacity"] = args ? args.capacity : undefined;
|
|
98
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
99
|
+
resourceInputs["fileSystemName"] = args ? args.fileSystemName : undefined;
|
|
100
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
101
|
+
resourceInputs["snapshotId"] = args ? args.snapshotId : undefined;
|
|
102
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
103
|
+
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
104
|
+
resourceInputs["chargeType"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["fileSystemType"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["protocolType"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["regionId"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["snapshotCount"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["storageType"] = undefined /*out*/;
|
|
112
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
113
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
114
|
+
resourceInputs["zoneName"] = undefined /*out*/;
|
|
115
|
+
}
|
|
116
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
117
|
+
super(FileSystem.__pulumiType, name, resourceInputs, opts);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.FileSystem = FileSystem;
|
|
121
|
+
/** @internal */
|
|
122
|
+
FileSystem.__pulumiType = 'volcengine:nas/fileSystem:FileSystem';
|
|
123
|
+
//# sourceMappingURL=fileSystem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileSystem.js","sourceRoot":"","sources":["../../nas/fileSystem.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of nas file systems
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
12
|
+
*
|
|
13
|
+
* const fooZones = volcengine.nas.Zones({});
|
|
14
|
+
* const fooFileSystem: volcengine.nas.FileSystem[] = [];
|
|
15
|
+
* for (const range = {value: 0}; range.value < 3; range.value++) {
|
|
16
|
+
* fooFileSystem.push(new volcengine.nas.FileSystem(`fooFileSystem-${range.value}`, {
|
|
17
|
+
* fileSystemName: `acc-test-fs-${range.value}`,
|
|
18
|
+
* description: "acc-test",
|
|
19
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
20
|
+
* capacity: 103,
|
|
21
|
+
* projectName: "default",
|
|
22
|
+
* tags: [{
|
|
23
|
+
* key: "k1",
|
|
24
|
+
* value: "v1",
|
|
25
|
+
* }],
|
|
26
|
+
* }));
|
|
27
|
+
* }
|
|
28
|
+
* const fooFileSystems = volcengine.nas.FileSystemsOutput({
|
|
29
|
+
* ids: fooFileSystem.map(__item => __item.id),
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare function fileSystems(args?: FileSystemsArgs, opts?: pulumi.InvokeOptions): Promise<FileSystemsResult>;
|
|
34
|
+
/**
|
|
35
|
+
* A collection of arguments for invoking FileSystems.
|
|
36
|
+
*/
|
|
37
|
+
export interface FileSystemsArgs {
|
|
38
|
+
/**
|
|
39
|
+
* The charge type of nas file system.
|
|
40
|
+
*/
|
|
41
|
+
chargeType?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of nas file system. This field supports fuzzy queries.
|
|
44
|
+
*/
|
|
45
|
+
fileSystemName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* A list of nas file system ids.
|
|
48
|
+
*/
|
|
49
|
+
ids?: string[];
|
|
50
|
+
/**
|
|
51
|
+
* The mount point id of nas file system.
|
|
52
|
+
*/
|
|
53
|
+
mountPointId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* A Name Regex of Resource.
|
|
56
|
+
*/
|
|
57
|
+
nameRegex?: string;
|
|
58
|
+
/**
|
|
59
|
+
* File name where to save data source results.
|
|
60
|
+
*/
|
|
61
|
+
outputFile?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The permission group id of nas file system.
|
|
64
|
+
*/
|
|
65
|
+
permissionGroupId?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The project name of nas file system.
|
|
68
|
+
*/
|
|
69
|
+
projectName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The protocol type of nas file system.
|
|
72
|
+
*/
|
|
73
|
+
protocolType?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The status of nas file system.
|
|
76
|
+
*/
|
|
77
|
+
statuses?: string[];
|
|
78
|
+
/**
|
|
79
|
+
* The storage type of nas file system.
|
|
80
|
+
*/
|
|
81
|
+
storageType?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Tags.
|
|
84
|
+
*/
|
|
85
|
+
tags?: inputs.nas.FileSystemsTag[];
|
|
86
|
+
/**
|
|
87
|
+
* The zone id of nas file system.
|
|
88
|
+
*/
|
|
89
|
+
zoneId?: string;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* A collection of values returned by FileSystems.
|
|
93
|
+
*/
|
|
94
|
+
export interface FileSystemsResult {
|
|
95
|
+
/**
|
|
96
|
+
* The charge type of the nas file system.
|
|
97
|
+
*/
|
|
98
|
+
readonly chargeType?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The name of the nas file system.
|
|
101
|
+
*/
|
|
102
|
+
readonly fileSystemName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The collection of query.
|
|
105
|
+
*/
|
|
106
|
+
readonly fileSystems: outputs.nas.FileSystemsFileSystem[];
|
|
107
|
+
/**
|
|
108
|
+
* The provider-assigned unique ID for this managed resource.
|
|
109
|
+
*/
|
|
110
|
+
readonly id: string;
|
|
111
|
+
readonly ids?: string[];
|
|
112
|
+
readonly mountPointId?: string;
|
|
113
|
+
readonly nameRegex?: string;
|
|
114
|
+
readonly outputFile?: string;
|
|
115
|
+
readonly permissionGroupId?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The project name of the nas file system.
|
|
118
|
+
*/
|
|
119
|
+
readonly projectName?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The protocol type of the nas file system.
|
|
122
|
+
*/
|
|
123
|
+
readonly protocolType?: string;
|
|
124
|
+
/**
|
|
125
|
+
* The status of the nas file system.
|
|
126
|
+
*/
|
|
127
|
+
readonly statuses?: string[];
|
|
128
|
+
/**
|
|
129
|
+
* The storage type of the nas file system.
|
|
130
|
+
*/
|
|
131
|
+
readonly storageType?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Tags of the nas file system.
|
|
134
|
+
*/
|
|
135
|
+
readonly tags?: outputs.nas.FileSystemsTag[];
|
|
136
|
+
/**
|
|
137
|
+
* The total count of query.
|
|
138
|
+
*/
|
|
139
|
+
readonly totalCount: number;
|
|
140
|
+
/**
|
|
141
|
+
* The zone id of the nas file system.
|
|
142
|
+
*/
|
|
143
|
+
readonly zoneId?: string;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Use this data source to query detailed information of nas file systems
|
|
147
|
+
* ## Example Usage
|
|
148
|
+
*
|
|
149
|
+
* ```typescript
|
|
150
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
151
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
152
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
153
|
+
*
|
|
154
|
+
* const fooZones = volcengine.nas.Zones({});
|
|
155
|
+
* const fooFileSystem: volcengine.nas.FileSystem[] = [];
|
|
156
|
+
* for (const range = {value: 0}; range.value < 3; range.value++) {
|
|
157
|
+
* fooFileSystem.push(new volcengine.nas.FileSystem(`fooFileSystem-${range.value}`, {
|
|
158
|
+
* fileSystemName: `acc-test-fs-${range.value}`,
|
|
159
|
+
* description: "acc-test",
|
|
160
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
161
|
+
* capacity: 103,
|
|
162
|
+
* projectName: "default",
|
|
163
|
+
* tags: [{
|
|
164
|
+
* key: "k1",
|
|
165
|
+
* value: "v1",
|
|
166
|
+
* }],
|
|
167
|
+
* }));
|
|
168
|
+
* }
|
|
169
|
+
* const fooFileSystems = volcengine.nas.FileSystemsOutput({
|
|
170
|
+
* ids: fooFileSystem.map(__item => __item.id),
|
|
171
|
+
* });
|
|
172
|
+
* ```
|
|
173
|
+
*/
|
|
174
|
+
export declare function fileSystemsOutput(args?: FileSystemsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<FileSystemsResult>;
|
|
175
|
+
/**
|
|
176
|
+
* A collection of arguments for invoking FileSystems.
|
|
177
|
+
*/
|
|
178
|
+
export interface FileSystemsOutputArgs {
|
|
179
|
+
/**
|
|
180
|
+
* The charge type of nas file system.
|
|
181
|
+
*/
|
|
182
|
+
chargeType?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* The name of nas file system. This field supports fuzzy queries.
|
|
185
|
+
*/
|
|
186
|
+
fileSystemName?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* A list of nas file system ids.
|
|
189
|
+
*/
|
|
190
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
191
|
+
/**
|
|
192
|
+
* The mount point id of nas file system.
|
|
193
|
+
*/
|
|
194
|
+
mountPointId?: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* A Name Regex of Resource.
|
|
197
|
+
*/
|
|
198
|
+
nameRegex?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* File name where to save data source results.
|
|
201
|
+
*/
|
|
202
|
+
outputFile?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The permission group id of nas file system.
|
|
205
|
+
*/
|
|
206
|
+
permissionGroupId?: pulumi.Input<string>;
|
|
207
|
+
/**
|
|
208
|
+
* The project name of nas file system.
|
|
209
|
+
*/
|
|
210
|
+
projectName?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* The protocol type of nas file system.
|
|
213
|
+
*/
|
|
214
|
+
protocolType?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* The status of nas file system.
|
|
217
|
+
*/
|
|
218
|
+
statuses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
219
|
+
/**
|
|
220
|
+
* The storage type of nas file system.
|
|
221
|
+
*/
|
|
222
|
+
storageType?: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Tags.
|
|
225
|
+
*/
|
|
226
|
+
tags?: pulumi.Input<pulumi.Input<inputs.nas.FileSystemsTagArgs>[]>;
|
|
227
|
+
/**
|
|
228
|
+
* The zone id of nas file system.
|
|
229
|
+
*/
|
|
230
|
+
zoneId?: pulumi.Input<string>;
|
|
231
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.fileSystemsOutput = exports.fileSystems = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of nas file systems
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooZones = volcengine.nas.Zones({});
|
|
18
|
+
* const fooFileSystem: volcengine.nas.FileSystem[] = [];
|
|
19
|
+
* for (const range = {value: 0}; range.value < 3; range.value++) {
|
|
20
|
+
* fooFileSystem.push(new volcengine.nas.FileSystem(`fooFileSystem-${range.value}`, {
|
|
21
|
+
* fileSystemName: `acc-test-fs-${range.value}`,
|
|
22
|
+
* description: "acc-test",
|
|
23
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
24
|
+
* capacity: 103,
|
|
25
|
+
* projectName: "default",
|
|
26
|
+
* tags: [{
|
|
27
|
+
* key: "k1",
|
|
28
|
+
* value: "v1",
|
|
29
|
+
* }],
|
|
30
|
+
* }));
|
|
31
|
+
* }
|
|
32
|
+
* const fooFileSystems = volcengine.nas.FileSystemsOutput({
|
|
33
|
+
* ids: fooFileSystem.map(__item => __item.id),
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function fileSystems(args, opts) {
|
|
38
|
+
args = args || {};
|
|
39
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
40
|
+
return pulumi.runtime.invoke("volcengine:nas/fileSystems:FileSystems", {
|
|
41
|
+
"chargeType": args.chargeType,
|
|
42
|
+
"fileSystemName": args.fileSystemName,
|
|
43
|
+
"ids": args.ids,
|
|
44
|
+
"mountPointId": args.mountPointId,
|
|
45
|
+
"nameRegex": args.nameRegex,
|
|
46
|
+
"outputFile": args.outputFile,
|
|
47
|
+
"permissionGroupId": args.permissionGroupId,
|
|
48
|
+
"projectName": args.projectName,
|
|
49
|
+
"protocolType": args.protocolType,
|
|
50
|
+
"statuses": args.statuses,
|
|
51
|
+
"storageType": args.storageType,
|
|
52
|
+
"tags": args.tags,
|
|
53
|
+
"zoneId": args.zoneId,
|
|
54
|
+
}, opts);
|
|
55
|
+
}
|
|
56
|
+
exports.fileSystems = fileSystems;
|
|
57
|
+
/**
|
|
58
|
+
* Use this data source to query detailed information of nas file systems
|
|
59
|
+
* ## Example Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
64
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
65
|
+
*
|
|
66
|
+
* const fooZones = volcengine.nas.Zones({});
|
|
67
|
+
* const fooFileSystem: volcengine.nas.FileSystem[] = [];
|
|
68
|
+
* for (const range = {value: 0}; range.value < 3; range.value++) {
|
|
69
|
+
* fooFileSystem.push(new volcengine.nas.FileSystem(`fooFileSystem-${range.value}`, {
|
|
70
|
+
* fileSystemName: `acc-test-fs-${range.value}`,
|
|
71
|
+
* description: "acc-test",
|
|
72
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
73
|
+
* capacity: 103,
|
|
74
|
+
* projectName: "default",
|
|
75
|
+
* tags: [{
|
|
76
|
+
* key: "k1",
|
|
77
|
+
* value: "v1",
|
|
78
|
+
* }],
|
|
79
|
+
* }));
|
|
80
|
+
* }
|
|
81
|
+
* const fooFileSystems = volcengine.nas.FileSystemsOutput({
|
|
82
|
+
* ids: fooFileSystem.map(__item => __item.id),
|
|
83
|
+
* });
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
function fileSystemsOutput(args, opts) {
|
|
87
|
+
return pulumi.output(args).apply((a) => fileSystems(a, opts));
|
|
88
|
+
}
|
|
89
|
+
exports.fileSystemsOutput = fileSystemsOutput;
|
|
90
|
+
//# sourceMappingURL=fileSystems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileSystems.js","sourceRoot":"","sources":["../../nas/fileSystems.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAnBD,kCAmBC;AAkHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/nas/index.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export { FileSystemArgs, FileSystemState } from "./fileSystem";
|
|
2
|
+
export type FileSystem = import("./fileSystem").FileSystem;
|
|
3
|
+
export declare const FileSystem: typeof import("./fileSystem").FileSystem;
|
|
4
|
+
export { FileSystemsArgs, FileSystemsResult, FileSystemsOutputArgs } from "./fileSystems";
|
|
5
|
+
export declare const fileSystems: typeof import("./fileSystems").fileSystems;
|
|
6
|
+
export declare const fileSystemsOutput: typeof import("./fileSystems").fileSystemsOutput;
|
|
7
|
+
export { MountPointArgs, MountPointState } from "./mountPoint";
|
|
8
|
+
export type MountPoint = import("./mountPoint").MountPoint;
|
|
9
|
+
export declare const MountPoint: typeof import("./mountPoint").MountPoint;
|
|
10
|
+
export { MountPointsArgs, MountPointsResult, MountPointsOutputArgs } from "./mountPoints";
|
|
11
|
+
export declare const mountPoints: typeof import("./mountPoints").mountPoints;
|
|
12
|
+
export declare const mountPointsOutput: typeof import("./mountPoints").mountPointsOutput;
|
|
13
|
+
export { PermissionGroupArgs, PermissionGroupState } from "./permissionGroup";
|
|
14
|
+
export type PermissionGroup = import("./permissionGroup").PermissionGroup;
|
|
15
|
+
export declare const PermissionGroup: typeof import("./permissionGroup").PermissionGroup;
|
|
16
|
+
export { PermissionGroupsArgs, PermissionGroupsResult, PermissionGroupsOutputArgs } from "./permissionGroups";
|
|
17
|
+
export declare const permissionGroups: typeof import("./permissionGroups").permissionGroups;
|
|
18
|
+
export declare const permissionGroupsOutput: typeof import("./permissionGroups").permissionGroupsOutput;
|
|
19
|
+
export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
|
|
20
|
+
export declare const regions: typeof import("./regions").regions;
|
|
21
|
+
export declare const regionsOutput: typeof import("./regions").regionsOutput;
|
|
22
|
+
export { SnapshotArgs, SnapshotState } from "./snapshot";
|
|
23
|
+
export type Snapshot = import("./snapshot").Snapshot;
|
|
24
|
+
export declare const Snapshot: typeof import("./snapshot").Snapshot;
|
|
25
|
+
export { SnapshotsArgs, SnapshotsResult, SnapshotsOutputArgs } from "./snapshots";
|
|
26
|
+
export declare const snapshots: typeof import("./snapshots").snapshots;
|
|
27
|
+
export declare const snapshotsOutput: typeof import("./snapshots").snapshotsOutput;
|
|
28
|
+
export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
|
|
29
|
+
export declare const zones: typeof import("./zones").zones;
|
|
30
|
+
export declare const zonesOutput: typeof import("./zones").zonesOutput;
|
package/nas/index.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.zonesOutput = exports.zones = exports.snapshotsOutput = exports.snapshots = exports.Snapshot = exports.regionsOutput = exports.regions = exports.permissionGroupsOutput = exports.permissionGroups = exports.PermissionGroup = exports.mountPointsOutput = exports.mountPoints = exports.MountPoint = exports.fileSystemsOutput = exports.fileSystems = exports.FileSystem = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.FileSystem = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["FileSystem"], () => require("./fileSystem"));
|
|
10
|
+
exports.fileSystems = null;
|
|
11
|
+
exports.fileSystemsOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["fileSystems", "fileSystemsOutput"], () => require("./fileSystems"));
|
|
13
|
+
exports.MountPoint = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["MountPoint"], () => require("./mountPoint"));
|
|
15
|
+
exports.mountPoints = null;
|
|
16
|
+
exports.mountPointsOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["mountPoints", "mountPointsOutput"], () => require("./mountPoints"));
|
|
18
|
+
exports.PermissionGroup = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["PermissionGroup"], () => require("./permissionGroup"));
|
|
20
|
+
exports.permissionGroups = null;
|
|
21
|
+
exports.permissionGroupsOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["permissionGroups", "permissionGroupsOutput"], () => require("./permissionGroups"));
|
|
23
|
+
exports.regions = null;
|
|
24
|
+
exports.regionsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["regions", "regionsOutput"], () => require("./regions"));
|
|
26
|
+
exports.Snapshot = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
|
|
28
|
+
exports.snapshots = null;
|
|
29
|
+
exports.snapshotsOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["snapshots", "snapshotsOutput"], () => require("./snapshots"));
|
|
31
|
+
exports.zones = null;
|
|
32
|
+
exports.zonesOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["zones", "zonesOutput"], () => require("./zones"));
|
|
34
|
+
const _module = {
|
|
35
|
+
version: utilities.getVersion(),
|
|
36
|
+
construct: (name, type, urn) => {
|
|
37
|
+
switch (type) {
|
|
38
|
+
case "volcengine:nas/fileSystem:FileSystem":
|
|
39
|
+
return new exports.FileSystem(name, undefined, { urn });
|
|
40
|
+
case "volcengine:nas/mountPoint:MountPoint":
|
|
41
|
+
return new exports.MountPoint(name, undefined, { urn });
|
|
42
|
+
case "volcengine:nas/permissionGroup:PermissionGroup":
|
|
43
|
+
return new exports.PermissionGroup(name, undefined, { urn });
|
|
44
|
+
case "volcengine:nas/snapshot:Snapshot":
|
|
45
|
+
return new exports.Snapshot(name, undefined, { urn });
|
|
46
|
+
default:
|
|
47
|
+
throw new Error(`unknown resource type ${type}`);
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
pulumi.runtime.registerResourceModule("volcengine", "nas/fileSystem", _module);
|
|
52
|
+
pulumi.runtime.registerResourceModule("volcengine", "nas/mountPoint", _module);
|
|
53
|
+
pulumi.runtime.registerResourceModule("volcengine", "nas/permissionGroup", _module);
|
|
54
|
+
pulumi.runtime.registerResourceModule("volcengine", "nas/snapshot", _module);
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
package/nas/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../nas/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage nas mount point
|
|
4
|
+
*
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* Nas Mount Point can be imported using the file system id and mount point id, e.g.
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcengine:nas/mountPoint:MountPoint default enas-cnbj18bcb923****:mount-a6ee****
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MountPoint extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing MountPoint resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MountPointState, opts?: pulumi.CustomResourceOptions): MountPoint;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of MountPoint. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is MountPoint;
|
|
29
|
+
/**
|
|
30
|
+
* The file system id.
|
|
31
|
+
*/
|
|
32
|
+
readonly fileSystemId: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The mount point id.
|
|
35
|
+
*/
|
|
36
|
+
readonly mountPointId: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The mount point name.
|
|
39
|
+
*/
|
|
40
|
+
readonly mountPointName: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* The permission group id.
|
|
43
|
+
*/
|
|
44
|
+
readonly permissionGroupId: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* The subnet id.
|
|
47
|
+
*/
|
|
48
|
+
readonly subnetId: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a MountPoint resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args: MountPointArgs, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input properties used for looking up and filtering MountPoint resources.
|
|
60
|
+
*/
|
|
61
|
+
export interface MountPointState {
|
|
62
|
+
/**
|
|
63
|
+
* The file system id.
|
|
64
|
+
*/
|
|
65
|
+
fileSystemId?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The mount point id.
|
|
68
|
+
*/
|
|
69
|
+
mountPointId?: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The mount point name.
|
|
72
|
+
*/
|
|
73
|
+
mountPointName?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The permission group id.
|
|
76
|
+
*/
|
|
77
|
+
permissionGroupId?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The subnet id.
|
|
80
|
+
*/
|
|
81
|
+
subnetId?: pulumi.Input<string>;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* The set of arguments for constructing a MountPoint resource.
|
|
85
|
+
*/
|
|
86
|
+
export interface MountPointArgs {
|
|
87
|
+
/**
|
|
88
|
+
* The file system id.
|
|
89
|
+
*/
|
|
90
|
+
fileSystemId: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The mount point name.
|
|
93
|
+
*/
|
|
94
|
+
mountPointName: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The permission group id.
|
|
97
|
+
*/
|
|
98
|
+
permissionGroupId: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The subnet id.
|
|
101
|
+
*/
|
|
102
|
+
subnetId: pulumi.Input<string>;
|
|
103
|
+
}
|