@pulumi/linode 4.13.0-alpha.1706829707 → 4.13.0-alpha.1707496582
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/databaseMysql.d.ts +1 -1
- package/databaseMysql.js +1 -1
- package/databasePostgresql.d.ts +1 -1
- package/databasePostgresql.js +1 -1
- package/domain.d.ts +1 -1
- package/domain.js +1 -1
- package/domainRecord.d.ts +1 -1
- package/domainRecord.js +1 -1
- package/firewall.d.ts +1 -1
- package/firewall.js +1 -1
- package/image.d.ts +1 -1
- package/image.js +1 -1
- package/instance.d.ts +7 -3
- package/instance.js +7 -3
- package/instance.js.map +1 -1
- package/instanceDisk.d.ts +1 -1
- package/instanceDisk.js +1 -1
- package/lkeCluster.d.ts +1 -1
- package/lkeCluster.js +1 -1
- package/nodeBalancer.d.ts +1 -1
- package/nodeBalancer.js +1 -1
- package/nodeBalancerConfig.d.ts +1 -1
- package/nodeBalancerConfig.js +1 -1
- package/nodeBalancerNode.d.ts +1 -1
- package/nodeBalancerNode.js +1 -1
- package/objectStorageBucket.d.ts +1 -1
- package/objectStorageBucket.js +1 -1
- package/package.json +1 -1
- package/rdns.d.ts +1 -1
- package/rdns.js +1 -1
- package/sshKey.d.ts +1 -1
- package/sshKey.js +1 -1
- package/stackScript.d.ts +1 -1
- package/stackScript.js +1 -1
- package/token.d.ts +1 -1
- package/token.js +1 -1
- package/volume.d.ts +1 -1
- package/volume.js +1 -1
package/databaseMysql.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ import * as outputs from "./types/output";
|
|
|
67
67
|
* Linode MySQL Databases can be imported using the `id`, e.g.
|
|
68
68
|
*
|
|
69
69
|
* ```sh
|
|
70
|
-
*
|
|
70
|
+
* $ pulumi import linode:index/databaseMysql:DatabaseMysql foobar 1234567
|
|
71
71
|
* ```
|
|
72
72
|
*/
|
|
73
73
|
export declare class DatabaseMysql extends pulumi.CustomResource {
|
package/databaseMysql.js
CHANGED
|
@@ -71,7 +71,7 @@ const utilities = require("./utilities");
|
|
|
71
71
|
* Linode MySQL Databases can be imported using the `id`, e.g.
|
|
72
72
|
*
|
|
73
73
|
* ```sh
|
|
74
|
-
*
|
|
74
|
+
* $ pulumi import linode:index/databaseMysql:DatabaseMysql foobar 1234567
|
|
75
75
|
* ```
|
|
76
76
|
*/
|
|
77
77
|
class DatabaseMysql extends pulumi.CustomResource {
|
package/databasePostgresql.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ import * as outputs from "./types/output";
|
|
|
68
68
|
* Linode PostgreSQL Databases can be imported using the `id`, e.g.
|
|
69
69
|
*
|
|
70
70
|
* ```sh
|
|
71
|
-
*
|
|
71
|
+
* $ pulumi import linode:index/databasePostgresql:DatabasePostgresql foobar 1234567
|
|
72
72
|
* ```
|
|
73
73
|
*/
|
|
74
74
|
export declare class DatabasePostgresql extends pulumi.CustomResource {
|
package/databasePostgresql.js
CHANGED
|
@@ -72,7 +72,7 @@ const utilities = require("./utilities");
|
|
|
72
72
|
* Linode PostgreSQL Databases can be imported using the `id`, e.g.
|
|
73
73
|
*
|
|
74
74
|
* ```sh
|
|
75
|
-
*
|
|
75
|
+
* $ pulumi import linode:index/databasePostgresql:DatabasePostgresql foobar 1234567
|
|
76
76
|
* ```
|
|
77
77
|
*/
|
|
78
78
|
class DatabasePostgresql extends pulumi.CustomResource {
|
package/domain.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
* Linodes Domains can be imported using the Linode Domain `id`, e.g.
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import linode:index/domain:Domain foobar 1234567
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
export declare class Domain extends pulumi.CustomResource {
|
package/domain.js
CHANGED
|
@@ -39,7 +39,7 @@ const utilities = require("./utilities");
|
|
|
39
39
|
* Linodes Domains can be imported using the Linode Domain `id`, e.g.
|
|
40
40
|
*
|
|
41
41
|
* ```sh
|
|
42
|
-
*
|
|
42
|
+
* $ pulumi import linode:index/domain:Domain foobar 1234567
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
class Domain extends pulumi.CustomResource {
|
package/domainRecord.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
29
|
* Linodes Domain Records can be imported using the Linode Domain `id` followed by the Domain Record `id` separated by a comma, e.g.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
|
-
*
|
|
32
|
+
* $ pulumi import linode:index/domainRecord:DomainRecord www-foobar 1234567,7654321
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
export declare class DomainRecord extends pulumi.CustomResource {
|
package/domainRecord.js
CHANGED
|
@@ -35,7 +35,7 @@ const utilities = require("./utilities");
|
|
|
35
35
|
* Linodes Domain Records can be imported using the Linode Domain `id` followed by the Domain Record `id` separated by a comma, e.g.
|
|
36
36
|
*
|
|
37
37
|
* ```sh
|
|
38
|
-
*
|
|
38
|
+
* $ pulumi import linode:index/domainRecord:DomainRecord www-foobar 1234567,7654321
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
class DomainRecord extends pulumi.CustomResource {
|
package/firewall.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ import * as outputs from "./types/output";
|
|
|
69
69
|
* Firewalls can be imported using the `id`, e.g.
|
|
70
70
|
*
|
|
71
71
|
* ```sh
|
|
72
|
-
*
|
|
72
|
+
* $ pulumi import linode:index/firewall:Firewall my_firewall 12345
|
|
73
73
|
* ```
|
|
74
74
|
*/
|
|
75
75
|
export declare class Firewall extends pulumi.CustomResource {
|
package/firewall.js
CHANGED
|
@@ -73,7 +73,7 @@ const utilities = require("./utilities");
|
|
|
73
73
|
* Firewalls can be imported using the `id`, e.g.
|
|
74
74
|
*
|
|
75
75
|
* ```sh
|
|
76
|
-
*
|
|
76
|
+
* $ pulumi import linode:index/firewall:Firewall my_firewall 12345
|
|
77
77
|
* ```
|
|
78
78
|
*/
|
|
79
79
|
class Firewall extends pulumi.CustomResource {
|
package/image.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* Linodes Images can be imported using the Linode Image `id`, e.g.
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
*
|
|
12
|
+
* $ pulumi import linode:index/image:Image myimage 1234567
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
export declare class Image extends pulumi.CustomResource {
|
package/image.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* Linodes Images can be imported using the Linode Image `id`, e.g.
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
|
-
*
|
|
18
|
+
* $ pulumi import linode:index/image:Image myimage 1234567
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
class Image extends pulumi.CustomResource {
|
package/instance.d.ts
CHANGED
|
@@ -33,12 +33,16 @@ import * as outputs from "./types/output";
|
|
|
33
33
|
* Linodes Instances can be imported using the Linode `id`, e.g.
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import linode:index/instance:Instance mylinode 1234567
|
|
37
37
|
* ```
|
|
38
38
|
*
|
|
39
|
-
* When importing an instance, all `disk` and `config` values must be represented.
|
|
39
|
+
* When importing an instance, all `disk` and `config` values must be represented.
|
|
40
40
|
*
|
|
41
|
-
*
|
|
41
|
+
* Imported disks must include their `label` value.
|
|
42
|
+
*
|
|
43
|
+
* **Any disk that is not precisely represented may be removed resulting in data loss.**
|
|
44
|
+
*
|
|
45
|
+
* Imported configs should include all `devices`, and must include `label`, `kernel`, and the `root_device`.
|
|
42
46
|
*
|
|
43
47
|
* The instance must include a `boot_config_label` referring to the correct configuration profile.
|
|
44
48
|
*/
|
package/instance.js
CHANGED
|
@@ -37,12 +37,16 @@ const utilities = require("./utilities");
|
|
|
37
37
|
* Linodes Instances can be imported using the Linode `id`, e.g.
|
|
38
38
|
*
|
|
39
39
|
* ```sh
|
|
40
|
-
*
|
|
40
|
+
* $ pulumi import linode:index/instance:Instance mylinode 1234567
|
|
41
41
|
* ```
|
|
42
42
|
*
|
|
43
|
-
* When importing an instance, all `disk` and `config` values must be represented.
|
|
43
|
+
* When importing an instance, all `disk` and `config` values must be represented.
|
|
44
44
|
*
|
|
45
|
-
*
|
|
45
|
+
* Imported disks must include their `label` value.
|
|
46
|
+
*
|
|
47
|
+
* **Any disk that is not precisely represented may be removed resulting in data loss.**
|
|
48
|
+
*
|
|
49
|
+
* Imported configs should include all `devices`, and must include `label`, `kernel`, and the `root_device`.
|
|
46
50
|
*
|
|
47
51
|
* The instance must include a `boot_config_label` referring to the correct configuration profile.
|
|
48
52
|
*/
|
package/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../instance.ts"],"names":[],"mappings":"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"}
|
package/instanceDisk.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
55
55
|
* Instance Disks can be imported using the `linode_id` followed by the Instance Disk `id` separated by a comma, e.g.
|
|
56
56
|
*
|
|
57
57
|
* ```sh
|
|
58
|
-
*
|
|
58
|
+
* $ pulumi import linode:index/instanceDisk:InstanceDisk my-disk 1234567,7654321
|
|
59
59
|
* ```
|
|
60
60
|
*/
|
|
61
61
|
export declare class InstanceDisk extends pulumi.CustomResource {
|
package/instanceDisk.js
CHANGED
|
@@ -61,7 +61,7 @@ const utilities = require("./utilities");
|
|
|
61
61
|
* Instance Disks can be imported using the `linode_id` followed by the Instance Disk `id` separated by a comma, e.g.
|
|
62
62
|
*
|
|
63
63
|
* ```sh
|
|
64
|
-
*
|
|
64
|
+
* $ pulumi import linode:index/instanceDisk:InstanceDisk my-disk 1234567,7654321
|
|
65
65
|
* ```
|
|
66
66
|
*/
|
|
67
67
|
class InstanceDisk extends pulumi.CustomResource {
|
package/lkeCluster.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ import * as outputs from "./types/output";
|
|
|
51
51
|
* LKE Clusters can be imported using the `id`, e.g.
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
|
-
*
|
|
54
|
+
* $ pulumi import linode:index/lkeCluster:LkeCluster my_cluster 12345
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
export declare class LkeCluster extends pulumi.CustomResource {
|
package/lkeCluster.js
CHANGED
|
@@ -55,7 +55,7 @@ const utilities = require("./utilities");
|
|
|
55
55
|
* LKE Clusters can be imported using the `id`, e.g.
|
|
56
56
|
*
|
|
57
57
|
* ```sh
|
|
58
|
-
*
|
|
58
|
+
* $ pulumi import linode:index/lkeCluster:LkeCluster my_cluster 12345
|
|
59
59
|
* ```
|
|
60
60
|
*/
|
|
61
61
|
class LkeCluster extends pulumi.CustomResource {
|
package/nodeBalancer.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ import * as outputs from "./types/output";
|
|
|
26
26
|
* Linodes NodeBalancers can be imported using the Linode NodeBalancer `id`, e.g.
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
*
|
|
29
|
+
* $ pulumi import linode:index/nodeBalancer:NodeBalancer mynodebalancer 1234567
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
32
|
export declare class NodeBalancer extends pulumi.CustomResource {
|
package/nodeBalancer.js
CHANGED
|
@@ -30,7 +30,7 @@ const utilities = require("./utilities");
|
|
|
30
30
|
* Linodes NodeBalancers can be imported using the Linode NodeBalancer `id`, e.g.
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
*
|
|
33
|
+
* $ pulumi import linode:index/nodeBalancer:NodeBalancer mynodebalancer 1234567
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
class NodeBalancer extends pulumi.CustomResource {
|
package/nodeBalancerConfig.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ import * as outputs from "./types/output";
|
|
|
36
36
|
* NodeBalancer Configs can be imported using the NodeBalancer `nodebalancer_id` followed by the NodeBalancer Config `id` separated by a comma, e.g.
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
|
-
*
|
|
39
|
+
* $ pulumi import linode:index/nodeBalancerConfig:NodeBalancerConfig http-foobar 1234567,7654321
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
export declare class NodeBalancerConfig extends pulumi.CustomResource {
|
package/nodeBalancerConfig.js
CHANGED
|
@@ -40,7 +40,7 @@ const utilities = require("./utilities");
|
|
|
40
40
|
* NodeBalancer Configs can be imported using the NodeBalancer `nodebalancer_id` followed by the NodeBalancer Config `id` separated by a comma, e.g.
|
|
41
41
|
*
|
|
42
42
|
* ```sh
|
|
43
|
-
*
|
|
43
|
+
* $ pulumi import linode:index/nodeBalancerConfig:NodeBalancerConfig http-foobar 1234567,7654321
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
class NodeBalancerConfig extends pulumi.CustomResource {
|
package/nodeBalancerNode.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* NodeBalancer Nodes can be imported using the NodeBalancer `nodebalancer_id` followed by the NodeBalancer Config `config_id` followed by the NodeBalancer Node `id`, separated by a comma, e.g.
|
|
9
9
|
*
|
|
10
10
|
* ```sh
|
|
11
|
-
*
|
|
11
|
+
* $ pulumi import linode:index/nodeBalancerNode:NodeBalancerNode https-foobar-1 1234567,7654321,9999999
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
export declare class NodeBalancerNode extends pulumi.CustomResource {
|
package/nodeBalancerNode.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* NodeBalancer Nodes can be imported using the NodeBalancer `nodebalancer_id` followed by the NodeBalancer Config `config_id` followed by the NodeBalancer Node `id`, separated by a comma, e.g.
|
|
15
15
|
*
|
|
16
16
|
* ```sh
|
|
17
|
-
*
|
|
17
|
+
* $ pulumi import linode:index/nodeBalancerNode:NodeBalancerNode https-foobar-1 1234567,7654321,9999999
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
class NodeBalancerNode extends pulumi.CustomResource {
|
package/objectStorageBucket.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ import * as outputs from "./types/output";
|
|
|
49
49
|
* Linodes Object Storage Buckets can be imported using the resource `id` which is made of `cluster:label`, e.g.
|
|
50
50
|
*
|
|
51
51
|
* ```sh
|
|
52
|
-
*
|
|
52
|
+
* $ pulumi import linode:index/objectStorageBucket:ObjectStorageBucket mybucket us-east-1:foobar
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
55
|
export declare class ObjectStorageBucket extends pulumi.CustomResource {
|
package/objectStorageBucket.js
CHANGED
|
@@ -53,7 +53,7 @@ const utilities = require("./utilities");
|
|
|
53
53
|
* Linodes Object Storage Buckets can be imported using the resource `id` which is made of `cluster:label`, e.g.
|
|
54
54
|
*
|
|
55
55
|
* ```sh
|
|
56
|
-
*
|
|
56
|
+
* $ pulumi import linode:index/objectStorageBucket:ObjectStorageBucket mybucket us-east-1:foobar
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
class ObjectStorageBucket extends pulumi.CustomResource {
|
package/package.json
CHANGED
package/rdns.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* Linodes RDNS resources can be imported using the address as the `id`.
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
|
-
*
|
|
14
|
+
* $ pulumi import linode:index/rdns:Rdns foo 123.123.123.123
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
export declare class Rdns extends pulumi.CustomResource {
|
package/rdns.js
CHANGED
|
@@ -17,7 +17,7 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* Linodes RDNS resources can be imported using the address as the `id`.
|
|
18
18
|
*
|
|
19
19
|
* ```sh
|
|
20
|
-
*
|
|
20
|
+
* $ pulumi import linode:index/rdns:Rdns foo 123.123.123.123
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
23
23
|
class Rdns extends pulumi.CustomResource {
|
package/sshKey.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* Linodes SSH Keys can be imported using the Linode SSH Key `id`, e.g.
|
|
9
9
|
*
|
|
10
10
|
* ```sh
|
|
11
|
-
*
|
|
11
|
+
* $ pulumi import linode:index/sshKey:SshKey mysshkey 1234567
|
|
12
12
|
* ```
|
|
13
13
|
*/
|
|
14
14
|
export declare class SshKey extends pulumi.CustomResource {
|
package/sshKey.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* Linodes SSH Keys can be imported using the Linode SSH Key `id`, e.g.
|
|
15
15
|
*
|
|
16
16
|
* ```sh
|
|
17
|
-
*
|
|
17
|
+
* $ pulumi import linode:index/sshKey:SshKey mysshkey 1234567
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
class SshKey extends pulumi.CustomResource {
|
package/stackScript.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* Linodes StackScripts can be imported using the Linode StackScript `id`, e.g.
|
|
47
47
|
*
|
|
48
48
|
* ```sh
|
|
49
|
-
*
|
|
49
|
+
* $ pulumi import linode:index/stackScript:StackScript mystackscript 1234567
|
|
50
50
|
* ```
|
|
51
51
|
*/
|
|
52
52
|
export declare class StackScript extends pulumi.CustomResource {
|
package/stackScript.js
CHANGED
|
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* Linodes StackScripts can be imported using the Linode StackScript `id`, e.g.
|
|
51
51
|
*
|
|
52
52
|
* ```sh
|
|
53
|
-
*
|
|
53
|
+
* $ pulumi import linode:index/stackScript:StackScript mystackscript 1234567
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
56
|
class StackScript extends pulumi.CustomResource {
|
package/token.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
29
|
* The secret token will not be imported.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
|
-
*
|
|
32
|
+
* $ pulumi import linode:index/token:Token mytoken 1234567
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
export declare class Token extends pulumi.CustomResource {
|
package/token.js
CHANGED
|
@@ -35,7 +35,7 @@ const utilities = require("./utilities");
|
|
|
35
35
|
* The secret token will not be imported.
|
|
36
36
|
*
|
|
37
37
|
* ```sh
|
|
38
|
-
*
|
|
38
|
+
* $ pulumi import linode:index/token:Token mytoken 1234567
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
41
|
class Token extends pulumi.CustomResource {
|
package/volume.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* Linodes Volumes can be imported using the Linode Volume `id`, e.g.
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
*
|
|
12
|
+
* $ pulumi import linode:index/volume:Volume myvolume 1234567
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
export declare class Volume extends pulumi.CustomResource {
|
package/volume.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* Linodes Volumes can be imported using the Linode Volume `id`, e.g.
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
|
-
*
|
|
18
|
+
* $ pulumi import linode:index/volume:Volume myvolume 1234567
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
class Volume extends pulumi.CustomResource {
|