@volcengine/pulumi 0.0.16 → 0.0.18
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/cloudfs/access.d.ts +180 -0
- package/cloudfs/access.js +104 -0
- package/cloudfs/access.js.map +1 -0
- package/cloudfs/accesses.d.ts +78 -0
- package/cloudfs/accesses.js +46 -0
- package/cloudfs/accesses.js.map +1 -0
- package/cloudfs/fileSystem.d.ts +287 -0
- package/cloudfs/fileSystem.js +140 -0
- package/cloudfs/fileSystem.js.map +1 -0
- package/cloudfs/fileSystems.d.ts +93 -0
- package/cloudfs/fileSystems.js +49 -0
- package/cloudfs/fileSystems.js.map +1 -0
- package/cloudfs/index.d.ts +24 -0
- package/cloudfs/index.js +47 -0
- package/cloudfs/index.js.map +1 -0
- package/cloudfs/namespace.d.ts +183 -0
- package/cloudfs/namespace.js +100 -0
- package/cloudfs/namespace.js.map +1 -0
- package/cloudfs/namespaces.d.ts +98 -0
- package/cloudfs/namespaces.js +50 -0
- package/cloudfs/namespaces.js.map +1 -0
- package/cloudfs/nsQuotas.d.ts +81 -0
- package/cloudfs/nsQuotas.js +52 -0
- package/cloudfs/nsQuotas.js.map +1 -0
- package/cloudfs/quotas.d.ts +62 -0
- package/cloudfs/quotas.js +42 -0
- package/cloudfs/quotas.js.map +1 -0
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- 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 +18 -0
- package/ecs/index.js +23 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +4 -4
- 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/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/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +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 +41 -32
- 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/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/tos/bucketObject.d.ts +8 -0
- package/tos/bucketObject.js +2 -0
- package/tos/bucketObject.js.map +1 -1
- package/types/input.d.ts +43 -1
- package/types/output.d.ts +505 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage cloudfs namespace
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.cloudfs.Namespace("foo", {
|
|
11
|
+
* fsName: "tf-test-fs",
|
|
12
|
+
* readOnly: true,
|
|
13
|
+
* tosBucket: "tf-test",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* CloudfsNamespace can be imported using the FsName:NsId, e.g.
|
|
20
|
+
*
|
|
21
|
+
* ```sh
|
|
22
|
+
* $ pulumi import volcengine:cloudfs/namespace:Namespace default tfname:1801439850948****
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare class Namespace extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing Namespace resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NamespaceState, opts?: pulumi.CustomResourceOptions): Namespace;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the given object is an instance of Namespace. This is designed to work even
|
|
38
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
+
*/
|
|
40
|
+
static isInstance(obj: any): obj is Namespace;
|
|
41
|
+
/**
|
|
42
|
+
* The creation time of the namespace.
|
|
43
|
+
*/
|
|
44
|
+
readonly createdTime: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* The name of file system.
|
|
47
|
+
*/
|
|
48
|
+
readonly fsName: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Whether the tos bucket is your own bucket.
|
|
51
|
+
*/
|
|
52
|
+
readonly isMyBucket: pulumi.Output<boolean>;
|
|
53
|
+
/**
|
|
54
|
+
* The id of namespace.
|
|
55
|
+
*/
|
|
56
|
+
readonly nsId: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Whether the namespace is read-only.
|
|
59
|
+
*/
|
|
60
|
+
readonly readOnly: pulumi.Output<boolean | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Whether the namespace is the official service for volcengine.
|
|
63
|
+
*/
|
|
64
|
+
readonly serviceManaged: pulumi.Output<boolean>;
|
|
65
|
+
/**
|
|
66
|
+
* The status of the namespace.
|
|
67
|
+
*/
|
|
68
|
+
readonly status: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* When a data lake scenario instance chooses to associate a bucket under another account, you need to set the ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
71
|
+
*/
|
|
72
|
+
readonly tosAccountId: pulumi.Output<number | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* The tos ak. When the data lake scenario chooses to associate buckets under other accounts, need to set the Access Key ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
75
|
+
*/
|
|
76
|
+
readonly tosAk: pulumi.Output<string | undefined>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of tos bucket.
|
|
79
|
+
*/
|
|
80
|
+
readonly tosBucket: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The tos prefix. Must not start with /, but must end with /, such as prefix/. When it is empty, it means the root path.
|
|
83
|
+
*/
|
|
84
|
+
readonly tosPrefix: pulumi.Output<string | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* The tos sk. When the data lake scenario chooses to associate buckets under other accounts, need to set the Secret Access Key of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
87
|
+
*/
|
|
88
|
+
readonly tosSk: pulumi.Output<string | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* Create a Namespace resource with the given unique name, arguments, and options.
|
|
91
|
+
*
|
|
92
|
+
* @param name The _unique_ name of the resource.
|
|
93
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
94
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
95
|
+
*/
|
|
96
|
+
constructor(name: string, args: NamespaceArgs, opts?: pulumi.CustomResourceOptions);
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Input properties used for looking up and filtering Namespace resources.
|
|
100
|
+
*/
|
|
101
|
+
export interface NamespaceState {
|
|
102
|
+
/**
|
|
103
|
+
* The creation time of the namespace.
|
|
104
|
+
*/
|
|
105
|
+
createdTime?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The name of file system.
|
|
108
|
+
*/
|
|
109
|
+
fsName?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Whether the tos bucket is your own bucket.
|
|
112
|
+
*/
|
|
113
|
+
isMyBucket?: pulumi.Input<boolean>;
|
|
114
|
+
/**
|
|
115
|
+
* The id of namespace.
|
|
116
|
+
*/
|
|
117
|
+
nsId?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Whether the namespace is read-only.
|
|
120
|
+
*/
|
|
121
|
+
readOnly?: pulumi.Input<boolean>;
|
|
122
|
+
/**
|
|
123
|
+
* Whether the namespace is the official service for volcengine.
|
|
124
|
+
*/
|
|
125
|
+
serviceManaged?: pulumi.Input<boolean>;
|
|
126
|
+
/**
|
|
127
|
+
* The status of the namespace.
|
|
128
|
+
*/
|
|
129
|
+
status?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* When a data lake scenario instance chooses to associate a bucket under another account, you need to set the ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
132
|
+
*/
|
|
133
|
+
tosAccountId?: pulumi.Input<number>;
|
|
134
|
+
/**
|
|
135
|
+
* The tos ak. When the data lake scenario chooses to associate buckets under other accounts, need to set the Access Key ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
136
|
+
*/
|
|
137
|
+
tosAk?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The name of tos bucket.
|
|
140
|
+
*/
|
|
141
|
+
tosBucket?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The tos prefix. Must not start with /, but must end with /, such as prefix/. When it is empty, it means the root path.
|
|
144
|
+
*/
|
|
145
|
+
tosPrefix?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The tos sk. When the data lake scenario chooses to associate buckets under other accounts, need to set the Secret Access Key of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
148
|
+
*/
|
|
149
|
+
tosSk?: pulumi.Input<string>;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* The set of arguments for constructing a Namespace resource.
|
|
153
|
+
*/
|
|
154
|
+
export interface NamespaceArgs {
|
|
155
|
+
/**
|
|
156
|
+
* The name of file system.
|
|
157
|
+
*/
|
|
158
|
+
fsName: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* Whether the namespace is read-only.
|
|
161
|
+
*/
|
|
162
|
+
readOnly?: pulumi.Input<boolean>;
|
|
163
|
+
/**
|
|
164
|
+
* When a data lake scenario instance chooses to associate a bucket under another account, you need to set the ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
165
|
+
*/
|
|
166
|
+
tosAccountId?: pulumi.Input<number>;
|
|
167
|
+
/**
|
|
168
|
+
* The tos ak. When the data lake scenario chooses to associate buckets under other accounts, need to set the Access Key ID of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
169
|
+
*/
|
|
170
|
+
tosAk?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* The name of tos bucket.
|
|
173
|
+
*/
|
|
174
|
+
tosBucket: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The tos prefix. Must not start with /, but must end with /, such as prefix/. When it is empty, it means the root path.
|
|
177
|
+
*/
|
|
178
|
+
tosPrefix?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The tos sk. When the data lake scenario chooses to associate buckets under other accounts, need to set the Secret Access Key of the account. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
181
|
+
*/
|
|
182
|
+
tosSk?: pulumi.Input<string>;
|
|
183
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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.Namespace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage cloudfs namespace
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.cloudfs.Namespace("foo", {
|
|
17
|
+
* fsName: "tf-test-fs",
|
|
18
|
+
* readOnly: true,
|
|
19
|
+
* tosBucket: "tf-test",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* CloudfsNamespace can be imported using the FsName:NsId, e.g.
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import volcengine:cloudfs/namespace:Namespace default tfname:1801439850948****
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class Namespace extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing Namespace resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new Namespace(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of Namespace. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === Namespace.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
60
|
+
resourceInputs["fsName"] = state ? state.fsName : undefined;
|
|
61
|
+
resourceInputs["isMyBucket"] = state ? state.isMyBucket : undefined;
|
|
62
|
+
resourceInputs["nsId"] = state ? state.nsId : undefined;
|
|
63
|
+
resourceInputs["readOnly"] = state ? state.readOnly : undefined;
|
|
64
|
+
resourceInputs["serviceManaged"] = state ? state.serviceManaged : undefined;
|
|
65
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
66
|
+
resourceInputs["tosAccountId"] = state ? state.tosAccountId : undefined;
|
|
67
|
+
resourceInputs["tosAk"] = state ? state.tosAk : undefined;
|
|
68
|
+
resourceInputs["tosBucket"] = state ? state.tosBucket : undefined;
|
|
69
|
+
resourceInputs["tosPrefix"] = state ? state.tosPrefix : undefined;
|
|
70
|
+
resourceInputs["tosSk"] = state ? state.tosSk : undefined;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
const args = argsOrState;
|
|
74
|
+
if ((!args || args.fsName === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'fsName'");
|
|
76
|
+
}
|
|
77
|
+
if ((!args || args.tosBucket === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'tosBucket'");
|
|
79
|
+
}
|
|
80
|
+
resourceInputs["fsName"] = args ? args.fsName : undefined;
|
|
81
|
+
resourceInputs["readOnly"] = args ? args.readOnly : undefined;
|
|
82
|
+
resourceInputs["tosAccountId"] = args ? args.tosAccountId : undefined;
|
|
83
|
+
resourceInputs["tosAk"] = args ? args.tosAk : undefined;
|
|
84
|
+
resourceInputs["tosBucket"] = args ? args.tosBucket : undefined;
|
|
85
|
+
resourceInputs["tosPrefix"] = args ? args.tosPrefix : undefined;
|
|
86
|
+
resourceInputs["tosSk"] = args ? args.tosSk : undefined;
|
|
87
|
+
resourceInputs["createdTime"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["isMyBucket"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["nsId"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["serviceManaged"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
92
|
+
}
|
|
93
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
94
|
+
super(Namespace.__pulumiType, name, resourceInputs, opts);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.Namespace = Namespace;
|
|
98
|
+
/** @internal */
|
|
99
|
+
Namespace.__pulumiType = 'volcengine:cloudfs/namespace:Namespace';
|
|
100
|
+
//# sourceMappingURL=namespace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"namespace.js","sourceRoot":"","sources":["../../cloudfs/namespace.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of cloudfs namespaces
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.cloudfs.Namespaces({
|
|
12
|
+
* fsName: "tf-test-fs",
|
|
13
|
+
* nsId: "1801439850948****",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function namespaces(args: NamespacesArgs, opts?: pulumi.InvokeOptions): Promise<NamespacesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking Namespaces.
|
|
20
|
+
*/
|
|
21
|
+
export interface NamespacesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The name of file system.
|
|
24
|
+
*/
|
|
25
|
+
fsName: string;
|
|
26
|
+
/**
|
|
27
|
+
* The id of namespace.
|
|
28
|
+
*/
|
|
29
|
+
nsId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* File name where to save data source results.
|
|
32
|
+
*/
|
|
33
|
+
outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of tos bucket.
|
|
36
|
+
*/
|
|
37
|
+
tosBucket?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A collection of values returned by Namespaces.
|
|
41
|
+
*/
|
|
42
|
+
export interface NamespacesResult {
|
|
43
|
+
readonly fsName: string;
|
|
44
|
+
/**
|
|
45
|
+
* The provider-assigned unique ID for this managed resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* The collection of query.
|
|
50
|
+
*/
|
|
51
|
+
readonly namespaces: outputs.cloudfs.NamespacesNamespace[];
|
|
52
|
+
readonly nsId?: string;
|
|
53
|
+
readonly outputFile?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the tos bucket.
|
|
56
|
+
*/
|
|
57
|
+
readonly tosBucket?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The total count of query.
|
|
60
|
+
*/
|
|
61
|
+
readonly totalCount: number;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Use this data source to query detailed information of cloudfs namespaces
|
|
65
|
+
* ## Example Usage
|
|
66
|
+
*
|
|
67
|
+
* ```typescript
|
|
68
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
69
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
70
|
+
*
|
|
71
|
+
* const default = volcengine.cloudfs.Namespaces({
|
|
72
|
+
* fsName: "tf-test-fs",
|
|
73
|
+
* nsId: "1801439850948****",
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
export declare function namespacesOutput(args: NamespacesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<NamespacesResult>;
|
|
78
|
+
/**
|
|
79
|
+
* A collection of arguments for invoking Namespaces.
|
|
80
|
+
*/
|
|
81
|
+
export interface NamespacesOutputArgs {
|
|
82
|
+
/**
|
|
83
|
+
* The name of file system.
|
|
84
|
+
*/
|
|
85
|
+
fsName: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The id of namespace.
|
|
88
|
+
*/
|
|
89
|
+
nsId?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* File name where to save data source results.
|
|
92
|
+
*/
|
|
93
|
+
outputFile?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The name of tos bucket.
|
|
96
|
+
*/
|
|
97
|
+
tosBucket?: pulumi.Input<string>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.namespacesOutput = exports.namespaces = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of cloudfs namespaces
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.cloudfs.Namespaces({
|
|
17
|
+
* fsName: "tf-test-fs",
|
|
18
|
+
* nsId: "1801439850948****",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function namespaces(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:cloudfs/namespaces:Namespaces", {
|
|
25
|
+
"fsName": args.fsName,
|
|
26
|
+
"nsId": args.nsId,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"tosBucket": args.tosBucket,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.namespaces = namespaces;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of cloudfs namespaces
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const default = volcengine.cloudfs.Namespaces({
|
|
41
|
+
* fsName: "tf-test-fs",
|
|
42
|
+
* nsId: "1801439850948****",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function namespacesOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => namespaces(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.namespacesOutput = namespacesOutput;
|
|
50
|
+
//# sourceMappingURL=namespaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"namespaces.js","sourceRoot":"","sources":["../../cloudfs/namespaces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AAgDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of cloudfs ns quotas
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.cloudfs.NsQuotas({
|
|
12
|
+
* fsNames: [
|
|
13
|
+
* "tffile",
|
|
14
|
+
* "tftest2",
|
|
15
|
+
* ],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function nsQuotas(args: NsQuotasArgs, opts?: pulumi.InvokeOptions): Promise<NsQuotasResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking NsQuotas.
|
|
22
|
+
*/
|
|
23
|
+
export interface NsQuotasArgs {
|
|
24
|
+
/**
|
|
25
|
+
* A list of fs name.
|
|
26
|
+
*/
|
|
27
|
+
fsNames: string[];
|
|
28
|
+
/**
|
|
29
|
+
* File name where to save data source results.
|
|
30
|
+
*/
|
|
31
|
+
outputFile?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by NsQuotas.
|
|
35
|
+
*/
|
|
36
|
+
export interface NsQuotasResult {
|
|
37
|
+
readonly fsNames: string[];
|
|
38
|
+
/**
|
|
39
|
+
* The provider-assigned unique ID for this managed resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
readonly outputFile?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The collection of query.
|
|
45
|
+
*/
|
|
46
|
+
readonly quotas: outputs.cloudfs.NsQuotasQuota[];
|
|
47
|
+
/**
|
|
48
|
+
* The total count of cloud fs quota query.
|
|
49
|
+
*/
|
|
50
|
+
readonly totalCount: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Use this data source to query detailed information of cloudfs ns quotas
|
|
54
|
+
* ## Example Usage
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
59
|
+
*
|
|
60
|
+
* const default = volcengine.cloudfs.NsQuotas({
|
|
61
|
+
* fsNames: [
|
|
62
|
+
* "tffile",
|
|
63
|
+
* "tftest2",
|
|
64
|
+
* ],
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function nsQuotasOutput(args: NsQuotasOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<NsQuotasResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking NsQuotas.
|
|
71
|
+
*/
|
|
72
|
+
export interface NsQuotasOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* A list of fs name.
|
|
75
|
+
*/
|
|
76
|
+
fsNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
|
+
/**
|
|
78
|
+
* File name where to save data source results.
|
|
79
|
+
*/
|
|
80
|
+
outputFile?: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.nsQuotasOutput = exports.nsQuotas = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of cloudfs ns quotas
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.cloudfs.NsQuotas({
|
|
17
|
+
* fsNames: [
|
|
18
|
+
* "tffile",
|
|
19
|
+
* "tftest2",
|
|
20
|
+
* ],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function nsQuotas(args, opts) {
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:cloudfs/nsQuotas:NsQuotas", {
|
|
27
|
+
"fsNames": args.fsNames,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.nsQuotas = nsQuotas;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of cloudfs ns quotas
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const default = volcengine.cloudfs.NsQuotas({
|
|
41
|
+
* fsNames: [
|
|
42
|
+
* "tffile",
|
|
43
|
+
* "tftest2",
|
|
44
|
+
* ],
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function nsQuotasOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply((a) => nsQuotas(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.nsQuotasOutput = nsQuotasOutput;
|
|
52
|
+
//# sourceMappingURL=nsQuotas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nsQuotas.js","sourceRoot":"","sources":["../../cloudfs/nsQuotas.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAmCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of cloudfs quotas
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.cloudfs.Quotas({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function quotas(args?: QuotasArgs, opts?: pulumi.InvokeOptions): Promise<QuotasResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking Quotas.
|
|
17
|
+
*/
|
|
18
|
+
export interface QuotasArgs {
|
|
19
|
+
/**
|
|
20
|
+
* File name where to save data source results.
|
|
21
|
+
*/
|
|
22
|
+
outputFile?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by Quotas.
|
|
26
|
+
*/
|
|
27
|
+
export interface QuotasResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly outputFile?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The collection of query.
|
|
35
|
+
*/
|
|
36
|
+
readonly quotas: outputs.cloudfs.QuotasQuota[];
|
|
37
|
+
/**
|
|
38
|
+
* The total count of cloud fs quota query.
|
|
39
|
+
*/
|
|
40
|
+
readonly totalCount: number;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Use this data source to query detailed information of cloudfs quotas
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
49
|
+
*
|
|
50
|
+
* const default = volcengine.cloudfs.Quotas({});
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
export declare function quotasOutput(args?: QuotasOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<QuotasResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking Quotas.
|
|
56
|
+
*/
|
|
57
|
+
export interface QuotasOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* File name where to save data source results.
|
|
60
|
+
*/
|
|
61
|
+
outputFile?: pulumi.Input<string>;
|
|
62
|
+
}
|