@pulumi/digitalocean 4.7.0-alpha.1633346817
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/LICENSE +202 -0
- package/README.md +68 -0
- package/app.d.ts +203 -0
- package/app.js +174 -0
- package/app.js.map +1 -0
- package/cdn.d.ts +169 -0
- package/cdn.js +116 -0
- package/cdn.js.map +1 -0
- package/certificate.d.ts +225 -0
- package/certificate.js +137 -0
- package/certificate.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +10 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +20 -0
- package/config/vars.js +28 -0
- package/config/vars.js.map +1 -0
- package/containerRegistry.d.ts +88 -0
- package/containerRegistry.js +83 -0
- package/containerRegistry.js.map +1 -0
- package/containerRegistryDockerCredentials.d.ts +108 -0
- package/containerRegistryDockerCredentials.js +93 -0
- package/containerRegistryDockerCredentials.js.map +1 -0
- package/customImage.d.ts +155 -0
- package/customImage.js +113 -0
- package/customImage.js.map +1 -0
- package/databaseCluster.d.ts +306 -0
- package/databaseCluster.js +165 -0
- package/databaseCluster.js.map +1 -0
- package/databaseConnectionPool.d.ts +189 -0
- package/databaseConnectionPool.js +120 -0
- package/databaseConnectionPool.js.map +1 -0
- package/databaseDb.d.ts +87 -0
- package/databaseDb.js +82 -0
- package/databaseDb.js.map +1 -0
- package/databaseFirewall.d.ts +129 -0
- package/databaseFirewall.js +126 -0
- package/databaseFirewall.js.map +1 -0
- package/databaseReplica.d.ts +204 -0
- package/databaseReplica.js +110 -0
- package/databaseReplica.js.map +1 -0
- package/databaseUser.d.ts +117 -0
- package/databaseUser.js +90 -0
- package/databaseUser.js.map +1 -0
- package/dnsRecord.d.ts +200 -0
- package/dnsRecord.js +114 -0
- package/dnsRecord.js.map +1 -0
- package/domain.d.ts +103 -0
- package/domain.js +83 -0
- package/domain.js.map +1 -0
- package/droplet.d.ts +386 -0
- package/droplet.js +137 -0
- package/droplet.js.map +1 -0
- package/dropletSnapshot.d.ts +117 -0
- package/dropletSnapshot.js +88 -0
- package/dropletSnapshot.js.map +1 -0
- package/firewall.d.ts +226 -0
- package/firewall.js +150 -0
- package/firewall.js.map +1 -0
- package/floatingIp.d.ts +112 -0
- package/floatingIp.js +91 -0
- package/floatingIp.js.map +1 -0
- package/floatingIpAssignment.d.ts +85 -0
- package/floatingIpAssignment.js +83 -0
- package/floatingIpAssignment.js.map +1 -0
- package/getAccount.d.ts +32 -0
- package/getAccount.js +31 -0
- package/getAccount.js.map +1 -0
- package/getApp.d.ts +63 -0
- package/getApp.js +36 -0
- package/getApp.js.map +1 -0
- package/getCertificate.d.ts +48 -0
- package/getCertificate.js +40 -0
- package/getCertificate.js.map +1 -0
- package/getContainerRegistry.d.ts +54 -0
- package/getContainerRegistry.js +41 -0
- package/getContainerRegistry.js.map +1 -0
- package/getDatabaseCluster.d.ts +103 -0
- package/getDatabaseCluster.js +35 -0
- package/getDatabaseCluster.js.map +1 -0
- package/getDatabaseReplica.d.ts +87 -0
- package/getDatabaseReplica.js +40 -0
- package/getDatabaseReplica.js.map +1 -0
- package/getDomain.d.ts +37 -0
- package/getDomain.js +28 -0
- package/getDomain.js.map +1 -0
- package/getDomains.d.ts +61 -0
- package/getDomains.js +49 -0
- package/getDomains.js.map +1 -0
- package/getDroplet.d.ts +161 -0
- package/getDroplet.js +67 -0
- package/getDroplet.js.map +1 -0
- package/getDropletSnapshot.d.ts +76 -0
- package/getDropletSnapshot.js +43 -0
- package/getDropletSnapshot.js.map +1 -0
- package/getDroplets.d.ts +85 -0
- package/getDroplets.js +73 -0
- package/getDroplets.js.map +1 -0
- package/getFirewall.d.ts +83 -0
- package/getFirewall.js +40 -0
- package/getFirewall.js.map +1 -0
- package/getFloatingIp.d.ts +48 -0
- package/getFloatingIp.js +43 -0
- package/getFloatingIp.js.map +1 -0
- package/getImage.d.ts +110 -0
- package/getImage.js +71 -0
- package/getImage.js.map +1 -0
- package/getImages.d.ts +90 -0
- package/getImages.js +74 -0
- package/getImages.js.map +1 -0
- package/getKubernetesCluster.d.ts +95 -0
- package/getKubernetesCluster.js +23 -0
- package/getKubernetesCluster.js.map +1 -0
- package/getKubernetesVersions.d.ts +79 -0
- package/getKubernetesVersions.js +70 -0
- package/getKubernetesVersions.js.map +1 -0
- package/getLoadBalancer.d.ts +59 -0
- package/getLoadBalancer.js +41 -0
- package/getLoadBalancer.js.map +1 -0
- package/getProject.d.ts +72 -0
- package/getProject.js +37 -0
- package/getProject.js.map +1 -0
- package/getProjects.d.ts +85 -0
- package/getProjects.js +72 -0
- package/getProjects.js.map +1 -0
- package/getRecord.d.ts +42 -0
- package/getRecord.js +28 -0
- package/getRecord.js.map +1 -0
- package/getRecords.d.ts +39 -0
- package/getRecords.js +25 -0
- package/getRecords.js.map +1 -0
- package/getRegion.d.ts +56 -0
- package/getRegion.js +35 -0
- package/getRegion.js.map +1 -0
- package/getRegions.d.ts +82 -0
- package/getRegions.js +70 -0
- package/getRegions.js.map +1 -0
- package/getSizes.d.ts +35 -0
- package/getSizes.js +26 -0
- package/getSizes.js.map +1 -0
- package/getSpacesBucket.d.ts +59 -0
- package/getSpacesBucket.js +39 -0
- package/getSpacesBucket.js.map +1 -0
- package/getSpacesBucketObject.d.ts +125 -0
- package/getSpacesBucketObject.js +53 -0
- package/getSpacesBucketObject.js.map +1 -0
- package/getSpacesBucketObjects.d.ts +83 -0
- package/getSpacesBucketObjects.js +49 -0
- package/getSpacesBucketObjects.js.map +1 -0
- package/getSpacesBuckets.d.ts +75 -0
- package/getSpacesBuckets.js +63 -0
- package/getSpacesBuckets.js.map +1 -0
- package/getSshKey.d.ts +47 -0
- package/getSshKey.js +46 -0
- package/getSshKey.js.map +1 -0
- package/getSshKeys.d.ts +58 -0
- package/getSshKeys.js +46 -0
- package/getSshKeys.js.map +1 -0
- package/getTag.d.ts +71 -0
- package/getTag.js +45 -0
- package/getTag.js.map +1 -0
- package/getTags.d.ts +50 -0
- package/getTags.js +41 -0
- package/getTags.js.map +1 -0
- package/getVolume.d.ts +98 -0
- package/getVolume.js +64 -0
- package/getVolume.js.map +1 -0
- package/getVolumeSnapshot.d.ts +98 -0
- package/getVolumeSnapshot.js +61 -0
- package/getVolumeSnapshot.js.map +1 -0
- package/getVpc.d.ts +95 -0
- package/getVpc.js +61 -0
- package/getVpc.js.map +1 -0
- package/index.d.ts +74 -0
- package/index.js +240 -0
- package/index.js.map +1 -0
- package/kubernetesCluster.d.ts +220 -0
- package/kubernetesCluster.js +102 -0
- package/kubernetesCluster.js.map +1 -0
- package/kubernetesNodePool.d.ts +242 -0
- package/kubernetesNodePool.js +141 -0
- package/kubernetesNodePool.js.map +1 -0
- package/loadBalancer.d.ts +307 -0
- package/loadBalancer.js +161 -0
- package/loadBalancer.js.map +1 -0
- package/monitorAlert.d.ts +193 -0
- package/monitorAlert.js +99 -0
- package/monitorAlert.js.map +1 -0
- package/package.json +28 -0
- package/package.json.bak +27 -0
- package/package.json.dev +27 -0
- package/project.d.ts +191 -0
- package/project.js +129 -0
- package/project.js.map +1 -0
- package/projectResources.d.ts +100 -0
- package/projectResources.js +98 -0
- package/projectResources.js.map +1 -0
- package/provider.d.ts +67 -0
- package/provider.js +51 -0
- package/provider.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +21 -0
- package/spacesBucket.d.ts +210 -0
- package/spacesBucket.js +139 -0
- package/spacesBucket.js.map +1 -0
- package/spacesBucketObject.d.ts +293 -0
- package/spacesBucketObject.js +139 -0
- package/spacesBucketObject.js.map +1 -0
- package/sshKey.d.ts +103 -0
- package/sshKey.js +89 -0
- package/sshKey.js.map +1 -0
- package/tag.d.ts +127 -0
- package/tag.js +93 -0
- package/tag.js.map +1 -0
- package/types/enums/index.d.ts +151 -0
- package/types/enums/index.js +148 -0
- package/types/enums/index.js.map +1 -0
- package/types/index.d.ts +4 -0
- package/types/index.js +12 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +1584 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +2730 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +51 -0
- package/utilities.js.map +1 -0
- package/volume.d.ts +225 -0
- package/volume.js +128 -0
- package/volume.js.map +1 -0
- package/volumeAttachment.d.ts +88 -0
- package/volumeAttachment.js +86 -0
- package/volumeAttachment.js.map +1 -0
- package/volumeSnapshot.d.ts +129 -0
- package/volumeSnapshot.js +90 -0
- package/volumeSnapshot.js.map +1 -0
- package/vpc.d.ts +152 -0
- package/vpc.js +109 -0
- package/vpc.js.map +1 -0
package/tag.d.ts
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a DigitalOcean Tag resource. A Tag is a label that can be applied to a
|
|
4
|
+
* Droplet resource in order to better organize or facilitate the lookups and
|
|
5
|
+
* actions on it. Tags created with this resource can be referenced in your Droplet
|
|
6
|
+
* configuration via their ID or name.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as digitalocean from "@pulumi/digitalocean";
|
|
13
|
+
*
|
|
14
|
+
* // Create a new tag
|
|
15
|
+
* const foobar = new digitalocean.Tag("foobar", {});
|
|
16
|
+
* // Create a new Droplet in nyc3 with the foobar tag
|
|
17
|
+
* const web = new digitalocean.Droplet("web", {
|
|
18
|
+
* image: "ubuntu-18-04-x64",
|
|
19
|
+
* region: "nyc3",
|
|
20
|
+
* size: "s-1vcpu-1gb",
|
|
21
|
+
* tags: [foobar.id],
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* Tags can be imported using the `name`, e.g.
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import digitalocean:index/tag:Tag mytag tagname
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare class Tag extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing Tag resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TagState, opts?: pulumi.CustomResourceOptions): Tag;
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of Tag. 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: any): obj is Tag;
|
|
49
|
+
/**
|
|
50
|
+
* A count of the database clusters that the tag is applied to.
|
|
51
|
+
*/
|
|
52
|
+
readonly databasesCount: pulumi.Output<number>;
|
|
53
|
+
/**
|
|
54
|
+
* A count of the Droplets the tag is applied to.
|
|
55
|
+
*/
|
|
56
|
+
readonly dropletsCount: pulumi.Output<number>;
|
|
57
|
+
/**
|
|
58
|
+
* A count of the images that the tag is applied to.
|
|
59
|
+
*/
|
|
60
|
+
readonly imagesCount: pulumi.Output<number>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the tag
|
|
63
|
+
*/
|
|
64
|
+
readonly name: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* A count of the total number of resources that the tag is applied to.
|
|
67
|
+
*/
|
|
68
|
+
readonly totalResourceCount: pulumi.Output<number>;
|
|
69
|
+
/**
|
|
70
|
+
* A count of the volume snapshots that the tag is applied to.
|
|
71
|
+
*/
|
|
72
|
+
readonly volumeSnapshotsCount: pulumi.Output<number>;
|
|
73
|
+
/**
|
|
74
|
+
* A count of the volumes that the tag is applied to.
|
|
75
|
+
*/
|
|
76
|
+
readonly volumesCount: pulumi.Output<number>;
|
|
77
|
+
/**
|
|
78
|
+
* Create a Tag resource with the given unique name, arguments, and options.
|
|
79
|
+
*
|
|
80
|
+
* @param name The _unique_ name of the resource.
|
|
81
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
82
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
83
|
+
*/
|
|
84
|
+
constructor(name: string, args?: TagArgs, opts?: pulumi.CustomResourceOptions);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Input properties used for looking up and filtering Tag resources.
|
|
88
|
+
*/
|
|
89
|
+
export interface TagState {
|
|
90
|
+
/**
|
|
91
|
+
* A count of the database clusters that the tag is applied to.
|
|
92
|
+
*/
|
|
93
|
+
databasesCount?: pulumi.Input<number>;
|
|
94
|
+
/**
|
|
95
|
+
* A count of the Droplets the tag is applied to.
|
|
96
|
+
*/
|
|
97
|
+
dropletsCount?: pulumi.Input<number>;
|
|
98
|
+
/**
|
|
99
|
+
* A count of the images that the tag is applied to.
|
|
100
|
+
*/
|
|
101
|
+
imagesCount?: pulumi.Input<number>;
|
|
102
|
+
/**
|
|
103
|
+
* The name of the tag
|
|
104
|
+
*/
|
|
105
|
+
name?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* A count of the total number of resources that the tag is applied to.
|
|
108
|
+
*/
|
|
109
|
+
totalResourceCount?: pulumi.Input<number>;
|
|
110
|
+
/**
|
|
111
|
+
* A count of the volume snapshots that the tag is applied to.
|
|
112
|
+
*/
|
|
113
|
+
volumeSnapshotsCount?: pulumi.Input<number>;
|
|
114
|
+
/**
|
|
115
|
+
* A count of the volumes that the tag is applied to.
|
|
116
|
+
*/
|
|
117
|
+
volumesCount?: pulumi.Input<number>;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* The set of arguments for constructing a Tag resource.
|
|
121
|
+
*/
|
|
122
|
+
export interface TagArgs {
|
|
123
|
+
/**
|
|
124
|
+
* The name of the tag
|
|
125
|
+
*/
|
|
126
|
+
name?: pulumi.Input<string>;
|
|
127
|
+
}
|
package/tag.js
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
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
|
+
const pulumi = require("@pulumi/pulumi");
|
|
6
|
+
const utilities = require("./utilities");
|
|
7
|
+
/**
|
|
8
|
+
* Provides a DigitalOcean Tag resource. A Tag is a label that can be applied to a
|
|
9
|
+
* Droplet resource in order to better organize or facilitate the lookups and
|
|
10
|
+
* actions on it. Tags created with this resource can be referenced in your Droplet
|
|
11
|
+
* configuration via their ID or name.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as digitalocean from "@pulumi/digitalocean";
|
|
18
|
+
*
|
|
19
|
+
* // Create a new tag
|
|
20
|
+
* const foobar = new digitalocean.Tag("foobar", {});
|
|
21
|
+
* // Create a new Droplet in nyc3 with the foobar tag
|
|
22
|
+
* const web = new digitalocean.Droplet("web", {
|
|
23
|
+
* image: "ubuntu-18-04-x64",
|
|
24
|
+
* region: "nyc3",
|
|
25
|
+
* size: "s-1vcpu-1gb",
|
|
26
|
+
* tags: [foobar.id],
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* ## Import
|
|
31
|
+
*
|
|
32
|
+
* Tags can be imported using the `name`, e.g.
|
|
33
|
+
*
|
|
34
|
+
* ```sh
|
|
35
|
+
* $ pulumi import digitalocean:index/tag:Tag mytag tagname
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
class Tag extends pulumi.CustomResource {
|
|
39
|
+
constructor(name, argsOrState, opts) {
|
|
40
|
+
let inputs = {};
|
|
41
|
+
opts = opts || {};
|
|
42
|
+
if (opts.id) {
|
|
43
|
+
const state = argsOrState;
|
|
44
|
+
inputs["databasesCount"] = state ? state.databasesCount : undefined;
|
|
45
|
+
inputs["dropletsCount"] = state ? state.dropletsCount : undefined;
|
|
46
|
+
inputs["imagesCount"] = state ? state.imagesCount : undefined;
|
|
47
|
+
inputs["name"] = state ? state.name : undefined;
|
|
48
|
+
inputs["totalResourceCount"] = state ? state.totalResourceCount : undefined;
|
|
49
|
+
inputs["volumeSnapshotsCount"] = state ? state.volumeSnapshotsCount : undefined;
|
|
50
|
+
inputs["volumesCount"] = state ? state.volumesCount : undefined;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
const args = argsOrState;
|
|
54
|
+
inputs["name"] = args ? args.name : undefined;
|
|
55
|
+
inputs["databasesCount"] = undefined /*out*/;
|
|
56
|
+
inputs["dropletsCount"] = undefined /*out*/;
|
|
57
|
+
inputs["imagesCount"] = undefined /*out*/;
|
|
58
|
+
inputs["totalResourceCount"] = undefined /*out*/;
|
|
59
|
+
inputs["volumeSnapshotsCount"] = undefined /*out*/;
|
|
60
|
+
inputs["volumesCount"] = undefined /*out*/;
|
|
61
|
+
}
|
|
62
|
+
if (!opts.version) {
|
|
63
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
64
|
+
}
|
|
65
|
+
super(Tag.__pulumiType, name, inputs, opts);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Get an existing Tag resource's state with the given name, ID, and optional extra
|
|
69
|
+
* properties used to qualify the lookup.
|
|
70
|
+
*
|
|
71
|
+
* @param name The _unique_ name of the resulting resource.
|
|
72
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
73
|
+
* @param state Any extra arguments used during the lookup.
|
|
74
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
75
|
+
*/
|
|
76
|
+
static get(name, id, state, opts) {
|
|
77
|
+
return new Tag(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Returns true if the given object is an instance of Tag. This is designed to work even
|
|
81
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
82
|
+
*/
|
|
83
|
+
static isInstance(obj) {
|
|
84
|
+
if (obj === undefined || obj === null) {
|
|
85
|
+
return false;
|
|
86
|
+
}
|
|
87
|
+
return obj['__pulumiType'] === Tag.__pulumiType;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.Tag = Tag;
|
|
91
|
+
/** @internal */
|
|
92
|
+
Tag.__pulumiType = 'digitalocean:index/tag:Tag';
|
|
93
|
+
//# sourceMappingURL=tag.js.map
|
package/tag.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
export declare const Algorithm: {
|
|
2
|
+
readonly RoundRobin: "round_robin";
|
|
3
|
+
readonly LeastConnections: "least_connections";
|
|
4
|
+
};
|
|
5
|
+
export declare type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
|
|
6
|
+
export declare const CertificateType: {
|
|
7
|
+
readonly LetsEncrypt: "lets_encrypt";
|
|
8
|
+
readonly Custom: "custom";
|
|
9
|
+
};
|
|
10
|
+
export declare type CertificateType = (typeof CertificateType)[keyof typeof CertificateType];
|
|
11
|
+
export declare const DatabaseSlug: {
|
|
12
|
+
readonly DB_1VPCU1GB: "db-s-1vcpu-1gb";
|
|
13
|
+
readonly DB_1VPCU2GB: "db-s-1vcpu-2gb";
|
|
14
|
+
readonly DB_2VPCU4GB: "db-s-2vcpu-4gb";
|
|
15
|
+
readonly DB_4VPCU8GB: "db-s-4vcpu-8gb";
|
|
16
|
+
readonly DB_6VPCU16GB: "db-s-6vcpu-16gb";
|
|
17
|
+
readonly DB_8VPCU32GB: "db-s-8vcpu-32gb";
|
|
18
|
+
readonly DB_16VPCU64GB: "db-s-16vcpu-64gb";
|
|
19
|
+
};
|
|
20
|
+
export declare type DatabaseSlug = (typeof DatabaseSlug)[keyof typeof DatabaseSlug];
|
|
21
|
+
export declare const DropletSlug: {
|
|
22
|
+
readonly DropletS1VCPU1GB: "s-1vcpu-1gb";
|
|
23
|
+
readonly DropletS1VCPU1GB_AMD: "s-1vcpu-1gb-amd";
|
|
24
|
+
readonly DropletS1VCPU1GB_INTEL: "s-1vcpu-1gb-intel";
|
|
25
|
+
readonly DropletS1VCPU2GB: "s-1vcpu-2gb";
|
|
26
|
+
readonly DropletS1VCPU2GB_AMD: "s-1vcpu-2gb-amd";
|
|
27
|
+
readonly DropletS1VCPU2GB_INTEL: "s-1vcpu-2gb-intel";
|
|
28
|
+
readonly DropletS2VCPU2GB: "s-2vcpu-2gb";
|
|
29
|
+
readonly DropletS2VCPU2GB_AMD: "s-2vcpu-2gb-amd";
|
|
30
|
+
readonly DropletS2VCPU2GB_INTEL: "s-2vcpu-2gb-intel";
|
|
31
|
+
readonly DropletS2VCPU4GB: "s-2vcpu-4gb";
|
|
32
|
+
readonly DropletS2VCPU4GB_AMD: "s-2vcpu-4gb-amd";
|
|
33
|
+
readonly DropletS2VCPU4GB_INTEL: "s-2vcpu-4gb-intel";
|
|
34
|
+
readonly DropletS4VCPU8GB: "s-4vcpu-8gb";
|
|
35
|
+
readonly DropletS4VCPU8GB_AMD: "s-4vcpu-8gb-amd";
|
|
36
|
+
readonly DropletS4VCPU8GB_INTEL: "s-4vcpu-8gb-intel";
|
|
37
|
+
readonly DropletS8VCPU16GB_AMD: "s-8vcpu-16gb-amd";
|
|
38
|
+
readonly DropletS8VCPU16GB_INTEL: "s-8vcpu-16gb-intel";
|
|
39
|
+
readonly DropletC2: "c-2";
|
|
40
|
+
readonly DropletC22VCPU4GB: "c2-2vcpu-4gb";
|
|
41
|
+
readonly DropletC22VCPU8GB: "c2-4vcpu-8gb";
|
|
42
|
+
readonly DropletC28VCPU16GB: "c2-8vcpu-16gb";
|
|
43
|
+
readonly DropletC216VCPU32GB: "c2-16vcpu-32gb";
|
|
44
|
+
readonly DropletC232VCPU64GB: "c2-32vcpu-64gb";
|
|
45
|
+
readonly DropletC4: "c-4";
|
|
46
|
+
readonly DropletC8: "c-8";
|
|
47
|
+
readonly DropletC16: "c-16";
|
|
48
|
+
readonly DropletC32: "c-32";
|
|
49
|
+
readonly DropletG2VCPU8GB: "g-2vcpu-8gb";
|
|
50
|
+
readonly DropletG4VCPU16GB: "g-4vcpu-16gb";
|
|
51
|
+
readonly DropletG8VCPU32GB: "g-8vcpu-32gb";
|
|
52
|
+
readonly DropletG16VCPU64GB: "g-16vcpu-64gb";
|
|
53
|
+
readonly DropletG32VCPU128GB: "g-32vcpu-128gb";
|
|
54
|
+
readonly DropletG40VCPU160GB: "g-40vcpu-160gb";
|
|
55
|
+
readonly DropletGD2VCPU8GB: "gd-2vcpu-8gb";
|
|
56
|
+
readonly DropletGD4VCPU16GB: "gd-4vcpu-16gb";
|
|
57
|
+
readonly DropletGD8VCPU32GB: "gd-8vcpu-32gb";
|
|
58
|
+
readonly DropletGD16VCPU64GB: "gd-16vcpu-64gb";
|
|
59
|
+
readonly DropletGD32VCPU128GB: "gd-32vcpu-128gb";
|
|
60
|
+
readonly DropletGD40VCPU160GB: "gd-40vcpu-160gb";
|
|
61
|
+
readonly DropletS8VCPU16GB: "s-8vcpu-16gb";
|
|
62
|
+
readonly DropletM2VCPU16GB: "m-2vcpu-16gb";
|
|
63
|
+
readonly DropletM4VCPU32GB: "m-4vcpu-32gb";
|
|
64
|
+
readonly DropletM8VCPU64GB: "m-8vcpu-64gb";
|
|
65
|
+
readonly DropletM16VCPU128GB: "m-16vcpu-128gb";
|
|
66
|
+
readonly DropletM24VCPU192GB: "m-24vcpu-192gb";
|
|
67
|
+
readonly DropletM32VCPU256GB: "m-32vcpu-256gb";
|
|
68
|
+
readonly DropletM32VCPU16GB: "m3-2vcpu-16gb";
|
|
69
|
+
readonly DropletM34VCPU32GB: "m3-4vcpu-32gb";
|
|
70
|
+
readonly DropletM38VCPU64GB: "m3-8vcpu-64gb";
|
|
71
|
+
readonly DropletM316VCPU128GB: "m3-16vcpu-128gb";
|
|
72
|
+
readonly DropletM324VCPU192GB: "m3-24vcpu-192gb";
|
|
73
|
+
readonly DropletM332VCPU256GB: "m3-32vcpu-256gb";
|
|
74
|
+
readonly DropletM62VCPU16GB: "m6-2vcpu-16gb";
|
|
75
|
+
readonly DropletM64VCPU32GB: "m6-4vcpu-32gb";
|
|
76
|
+
readonly DropletM68VCPU64GB: "m6-8vcpu-64gb";
|
|
77
|
+
readonly DropletM616VCPU128GB: "m6-16vcpu-128gb";
|
|
78
|
+
readonly DropletM624VCPU192GB: "m6-24vcpu-192gb";
|
|
79
|
+
readonly DropletM632VCPU256GB: "m6-32vcpu-256gb";
|
|
80
|
+
readonly DropletSO2VCPU16GB: "so-2vcpu-16gb";
|
|
81
|
+
readonly DropletSO4VCPU32GB: "so-4vcpu-32gb";
|
|
82
|
+
readonly DropletSO8VCPU64GB: "so-8vcpu-64gb";
|
|
83
|
+
readonly DropletSO16VCPU128GB: "so-16vcpu-128gb";
|
|
84
|
+
readonly DropletSO24VCPU192GB: "so-24vcpu-192gb";
|
|
85
|
+
readonly DropletSO32VCPU256GB: "so-32vcpu-256gb";
|
|
86
|
+
readonly DropletSO152VCPU16GB: "so1_5-2vcpu-16gb";
|
|
87
|
+
readonly DropletSO154VCPU32GB: "so1_5-4vcpu-32gb";
|
|
88
|
+
readonly DropletSO158VCPU64GB: "so1_5-8vcpu-64gb";
|
|
89
|
+
readonly DropletSO1516VCPU128GB: "so1_5-16vcpu-128gb";
|
|
90
|
+
readonly DropletSO1524VCPU192GB: "so1_5-24vcpu-192gb";
|
|
91
|
+
readonly DropletSO1532VCPU256GB: "so1_5-32vcpu-256gb";
|
|
92
|
+
readonly Droplet512mb: "512mb";
|
|
93
|
+
readonly Droplet1GB: "1gb";
|
|
94
|
+
readonly Droplet2GB: "2gb";
|
|
95
|
+
readonly Droplet4GB: "4gb";
|
|
96
|
+
readonly Droplet8GB: "8gb";
|
|
97
|
+
readonly Droplet16GB: "16gb";
|
|
98
|
+
readonly Droplet32GB: "32gb";
|
|
99
|
+
readonly Droplet48GB: "48gb";
|
|
100
|
+
readonly Droplet64GB: "64gb";
|
|
101
|
+
readonly DropletS1VCPU3GB: "s-1vcpu-3gb";
|
|
102
|
+
readonly DropletS3VCPU1GB: "s-3vcpu-1gb";
|
|
103
|
+
readonly DropletS6VCPU16GB: "s-6vcpu-16gb";
|
|
104
|
+
readonly DropletS8VCPU32GB: "s-8vcpu-32gb";
|
|
105
|
+
readonly DropletS12VCPU48GB: "s-12vcpu-48gb";
|
|
106
|
+
readonly DropletS16VCPU64GB: "s-16vcpu-64gb";
|
|
107
|
+
readonly DropletS20VCPU96GB: "s-20vcpu-96gb";
|
|
108
|
+
readonly DropletS24VCPU128GB: "s-24vcpu-128gb";
|
|
109
|
+
readonly DropletS32VCPU192GB: "s-32vcpu-192gb";
|
|
110
|
+
};
|
|
111
|
+
export declare type DropletSlug = (typeof DropletSlug)[keyof typeof DropletSlug];
|
|
112
|
+
export declare const FileSystemType: {
|
|
113
|
+
readonly EXT4: "ext4";
|
|
114
|
+
readonly XFS: "xfs";
|
|
115
|
+
};
|
|
116
|
+
export declare type FileSystemType = (typeof FileSystemType)[keyof typeof FileSystemType];
|
|
117
|
+
export declare const Protocol: {
|
|
118
|
+
readonly TCP: "tcp";
|
|
119
|
+
readonly UDP: "udp";
|
|
120
|
+
readonly ICMP: "icmp";
|
|
121
|
+
readonly HTTP: "http";
|
|
122
|
+
readonly HTTPS: "https";
|
|
123
|
+
};
|
|
124
|
+
export declare type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
125
|
+
export declare const RecordType: {
|
|
126
|
+
readonly A: "A";
|
|
127
|
+
readonly AAAA: "AAAA";
|
|
128
|
+
readonly CAA: "CAA";
|
|
129
|
+
readonly CNAME: "CNAME";
|
|
130
|
+
readonly MX: "MX";
|
|
131
|
+
readonly NS: "NS";
|
|
132
|
+
readonly TXT: "TXT";
|
|
133
|
+
readonly SRV: "SRV";
|
|
134
|
+
};
|
|
135
|
+
export declare type RecordType = (typeof RecordType)[keyof typeof RecordType];
|
|
136
|
+
export declare const Region: {
|
|
137
|
+
readonly NYC1: "nyc1";
|
|
138
|
+
readonly NYC2: "nyc2";
|
|
139
|
+
readonly NYC3: "nyc3";
|
|
140
|
+
readonly SGP1: "sgp1";
|
|
141
|
+
readonly LON1: "lon1";
|
|
142
|
+
readonly AMS2: "ams2";
|
|
143
|
+
readonly AMS3: "ams3";
|
|
144
|
+
readonly FRA1: "fra1";
|
|
145
|
+
readonly TOR1: "tor1";
|
|
146
|
+
readonly SFO1: "sfo1";
|
|
147
|
+
readonly SFO2: "sfo2";
|
|
148
|
+
readonly SFO3: "sfo3";
|
|
149
|
+
readonly BLR1: "blr1";
|
|
150
|
+
};
|
|
151
|
+
export declare type Region = (typeof Region)[keyof typeof Region];
|
|
@@ -0,0 +1,148 @@
|
|
|
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.Algorithm = {
|
|
6
|
+
RoundRobin: "round_robin",
|
|
7
|
+
LeastConnections: "least_connections",
|
|
8
|
+
};
|
|
9
|
+
exports.CertificateType = {
|
|
10
|
+
LetsEncrypt: "lets_encrypt",
|
|
11
|
+
Custom: "custom",
|
|
12
|
+
};
|
|
13
|
+
exports.DatabaseSlug = {
|
|
14
|
+
DB_1VPCU1GB: "db-s-1vcpu-1gb",
|
|
15
|
+
DB_1VPCU2GB: "db-s-1vcpu-2gb",
|
|
16
|
+
DB_2VPCU4GB: "db-s-2vcpu-4gb",
|
|
17
|
+
DB_4VPCU8GB: "db-s-4vcpu-8gb",
|
|
18
|
+
DB_6VPCU16GB: "db-s-6vcpu-16gb",
|
|
19
|
+
DB_8VPCU32GB: "db-s-8vcpu-32gb",
|
|
20
|
+
DB_16VPCU64GB: "db-s-16vcpu-64gb",
|
|
21
|
+
};
|
|
22
|
+
exports.DropletSlug = {
|
|
23
|
+
DropletS1VCPU1GB: "s-1vcpu-1gb",
|
|
24
|
+
DropletS1VCPU1GB_AMD: "s-1vcpu-1gb-amd",
|
|
25
|
+
DropletS1VCPU1GB_INTEL: "s-1vcpu-1gb-intel",
|
|
26
|
+
DropletS1VCPU2GB: "s-1vcpu-2gb",
|
|
27
|
+
DropletS1VCPU2GB_AMD: "s-1vcpu-2gb-amd",
|
|
28
|
+
DropletS1VCPU2GB_INTEL: "s-1vcpu-2gb-intel",
|
|
29
|
+
DropletS2VCPU2GB: "s-2vcpu-2gb",
|
|
30
|
+
DropletS2VCPU2GB_AMD: "s-2vcpu-2gb-amd",
|
|
31
|
+
DropletS2VCPU2GB_INTEL: "s-2vcpu-2gb-intel",
|
|
32
|
+
DropletS2VCPU4GB: "s-2vcpu-4gb",
|
|
33
|
+
DropletS2VCPU4GB_AMD: "s-2vcpu-4gb-amd",
|
|
34
|
+
DropletS2VCPU4GB_INTEL: "s-2vcpu-4gb-intel",
|
|
35
|
+
DropletS4VCPU8GB: "s-4vcpu-8gb",
|
|
36
|
+
DropletS4VCPU8GB_AMD: "s-4vcpu-8gb-amd",
|
|
37
|
+
DropletS4VCPU8GB_INTEL: "s-4vcpu-8gb-intel",
|
|
38
|
+
DropletS8VCPU16GB_AMD: "s-8vcpu-16gb-amd",
|
|
39
|
+
DropletS8VCPU16GB_INTEL: "s-8vcpu-16gb-intel",
|
|
40
|
+
DropletC2: "c-2",
|
|
41
|
+
DropletC22VCPU4GB: "c2-2vcpu-4gb",
|
|
42
|
+
DropletC22VCPU8GB: "c2-4vcpu-8gb",
|
|
43
|
+
DropletC28VCPU16GB: "c2-8vcpu-16gb",
|
|
44
|
+
DropletC216VCPU32GB: "c2-16vcpu-32gb",
|
|
45
|
+
DropletC232VCPU64GB: "c2-32vcpu-64gb",
|
|
46
|
+
DropletC4: "c-4",
|
|
47
|
+
DropletC8: "c-8",
|
|
48
|
+
DropletC16: "c-16",
|
|
49
|
+
DropletC32: "c-32",
|
|
50
|
+
DropletG2VCPU8GB: "g-2vcpu-8gb",
|
|
51
|
+
DropletG4VCPU16GB: "g-4vcpu-16gb",
|
|
52
|
+
DropletG8VCPU32GB: "g-8vcpu-32gb",
|
|
53
|
+
DropletG16VCPU64GB: "g-16vcpu-64gb",
|
|
54
|
+
DropletG32VCPU128GB: "g-32vcpu-128gb",
|
|
55
|
+
DropletG40VCPU160GB: "g-40vcpu-160gb",
|
|
56
|
+
DropletGD2VCPU8GB: "gd-2vcpu-8gb",
|
|
57
|
+
DropletGD4VCPU16GB: "gd-4vcpu-16gb",
|
|
58
|
+
DropletGD8VCPU32GB: "gd-8vcpu-32gb",
|
|
59
|
+
DropletGD16VCPU64GB: "gd-16vcpu-64gb",
|
|
60
|
+
DropletGD32VCPU128GB: "gd-32vcpu-128gb",
|
|
61
|
+
DropletGD40VCPU160GB: "gd-40vcpu-160gb",
|
|
62
|
+
DropletS8VCPU16GB: "s-8vcpu-16gb",
|
|
63
|
+
DropletM2VCPU16GB: "m-2vcpu-16gb",
|
|
64
|
+
DropletM4VCPU32GB: "m-4vcpu-32gb",
|
|
65
|
+
DropletM8VCPU64GB: "m-8vcpu-64gb",
|
|
66
|
+
DropletM16VCPU128GB: "m-16vcpu-128gb",
|
|
67
|
+
DropletM24VCPU192GB: "m-24vcpu-192gb",
|
|
68
|
+
DropletM32VCPU256GB: "m-32vcpu-256gb",
|
|
69
|
+
DropletM32VCPU16GB: "m3-2vcpu-16gb",
|
|
70
|
+
DropletM34VCPU32GB: "m3-4vcpu-32gb",
|
|
71
|
+
DropletM38VCPU64GB: "m3-8vcpu-64gb",
|
|
72
|
+
DropletM316VCPU128GB: "m3-16vcpu-128gb",
|
|
73
|
+
DropletM324VCPU192GB: "m3-24vcpu-192gb",
|
|
74
|
+
DropletM332VCPU256GB: "m3-32vcpu-256gb",
|
|
75
|
+
DropletM62VCPU16GB: "m6-2vcpu-16gb",
|
|
76
|
+
DropletM64VCPU32GB: "m6-4vcpu-32gb",
|
|
77
|
+
DropletM68VCPU64GB: "m6-8vcpu-64gb",
|
|
78
|
+
DropletM616VCPU128GB: "m6-16vcpu-128gb",
|
|
79
|
+
DropletM624VCPU192GB: "m6-24vcpu-192gb",
|
|
80
|
+
DropletM632VCPU256GB: "m6-32vcpu-256gb",
|
|
81
|
+
DropletSO2VCPU16GB: "so-2vcpu-16gb",
|
|
82
|
+
DropletSO4VCPU32GB: "so-4vcpu-32gb",
|
|
83
|
+
DropletSO8VCPU64GB: "so-8vcpu-64gb",
|
|
84
|
+
DropletSO16VCPU128GB: "so-16vcpu-128gb",
|
|
85
|
+
DropletSO24VCPU192GB: "so-24vcpu-192gb",
|
|
86
|
+
DropletSO32VCPU256GB: "so-32vcpu-256gb",
|
|
87
|
+
DropletSO152VCPU16GB: "so1_5-2vcpu-16gb",
|
|
88
|
+
DropletSO154VCPU32GB: "so1_5-4vcpu-32gb",
|
|
89
|
+
DropletSO158VCPU64GB: "so1_5-8vcpu-64gb",
|
|
90
|
+
DropletSO1516VCPU128GB: "so1_5-16vcpu-128gb",
|
|
91
|
+
DropletSO1524VCPU192GB: "so1_5-24vcpu-192gb",
|
|
92
|
+
DropletSO1532VCPU256GB: "so1_5-32vcpu-256gb",
|
|
93
|
+
Droplet512mb: "512mb",
|
|
94
|
+
Droplet1GB: "1gb",
|
|
95
|
+
Droplet2GB: "2gb",
|
|
96
|
+
Droplet4GB: "4gb",
|
|
97
|
+
Droplet8GB: "8gb",
|
|
98
|
+
Droplet16GB: "16gb",
|
|
99
|
+
Droplet32GB: "32gb",
|
|
100
|
+
Droplet48GB: "48gb",
|
|
101
|
+
Droplet64GB: "64gb",
|
|
102
|
+
DropletS1VCPU3GB: "s-1vcpu-3gb",
|
|
103
|
+
DropletS3VCPU1GB: "s-3vcpu-1gb",
|
|
104
|
+
DropletS6VCPU16GB: "s-6vcpu-16gb",
|
|
105
|
+
DropletS8VCPU32GB: "s-8vcpu-32gb",
|
|
106
|
+
DropletS12VCPU48GB: "s-12vcpu-48gb",
|
|
107
|
+
DropletS16VCPU64GB: "s-16vcpu-64gb",
|
|
108
|
+
DropletS20VCPU96GB: "s-20vcpu-96gb",
|
|
109
|
+
DropletS24VCPU128GB: "s-24vcpu-128gb",
|
|
110
|
+
DropletS32VCPU192GB: "s-32vcpu-192gb",
|
|
111
|
+
};
|
|
112
|
+
exports.FileSystemType = {
|
|
113
|
+
EXT4: "ext4",
|
|
114
|
+
XFS: "xfs",
|
|
115
|
+
};
|
|
116
|
+
exports.Protocol = {
|
|
117
|
+
TCP: "tcp",
|
|
118
|
+
UDP: "udp",
|
|
119
|
+
ICMP: "icmp",
|
|
120
|
+
HTTP: "http",
|
|
121
|
+
HTTPS: "https",
|
|
122
|
+
};
|
|
123
|
+
exports.RecordType = {
|
|
124
|
+
A: "A",
|
|
125
|
+
AAAA: "AAAA",
|
|
126
|
+
CAA: "CAA",
|
|
127
|
+
CNAME: "CNAME",
|
|
128
|
+
MX: "MX",
|
|
129
|
+
NS: "NS",
|
|
130
|
+
TXT: "TXT",
|
|
131
|
+
SRV: "SRV",
|
|
132
|
+
};
|
|
133
|
+
exports.Region = {
|
|
134
|
+
NYC1: "nyc1",
|
|
135
|
+
NYC2: "nyc2",
|
|
136
|
+
NYC3: "nyc3",
|
|
137
|
+
SGP1: "sgp1",
|
|
138
|
+
LON1: "lon1",
|
|
139
|
+
AMS2: "ams2",
|
|
140
|
+
AMS3: "ams3",
|
|
141
|
+
FRA1: "fra1",
|
|
142
|
+
TOR1: "tor1",
|
|
143
|
+
SFO1: "sfo1",
|
|
144
|
+
SFO2: "sfo2",
|
|
145
|
+
SFO3: "sfo3",
|
|
146
|
+
BLR1: "blr1",
|
|
147
|
+
};
|
|
148
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":"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"}
|
package/types/index.d.ts
ADDED
package/types/index.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
// Export sub-modules:
|
|
6
|
+
const enums = require("./enums");
|
|
7
|
+
exports.enums = enums;
|
|
8
|
+
const input = require("./input");
|
|
9
|
+
exports.input = input;
|
|
10
|
+
const output = require("./output");
|
|
11
|
+
exports.output = output;
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,sBAAsB;AACtB,iCAAiC;AAK7B,sBAAK;AAJT,iCAAiC;AAK7B,sBAAK;AAJT,mCAAmC;AAK/B,wBAAM"}
|