@pulumiverse/scaleway 0.3.1-alpha.1660775142
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 +54 -0
- package/accountSshKey.d.ts +80 -0
- package/accountSshKey.js +58 -0
- package/accountSshKey.js.map +1 -0
- package/appleSliconValleyServer.d.ts +140 -0
- package/appleSliconValleyServer.js +72 -0
- package/appleSliconValleyServer.js.map +1 -0
- package/baremetalServer.d.ts +173 -0
- package/baremetalServer.js +84 -0
- package/baremetalServer.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +28 -0
- package/config/vars.js +55 -0
- package/config/vars.js.map +1 -0
- package/container.d.ts +273 -0
- package/container.js +90 -0
- package/container.js.map +1 -0
- package/containerNamespace.d.ts +126 -0
- package/containerNamespace.js +63 -0
- package/containerNamespace.js.map +1 -0
- package/database.d.ts +84 -0
- package/database.js +60 -0
- package/database.js.map +1 -0
- package/databaseAcl.d.ts +73 -0
- package/databaseAcl.js +59 -0
- package/databaseAcl.js.map +1 -0
- package/databaseInstance.d.ts +299 -0
- package/databaseInstance.js +99 -0
- package/databaseInstance.js.map +1 -0
- package/databasePrivilege.d.ts +84 -0
- package/databasePrivilege.js +67 -0
- package/databasePrivilege.js.map +1 -0
- package/databaseUser.d.ts +96 -0
- package/databaseUser.js +63 -0
- package/databaseUser.js.map +1 -0
- package/domainRecord.d.ts +189 -0
- package/domainRecord.js +82 -0
- package/domainRecord.js.map +1 -0
- package/domainZone.d.ts +120 -0
- package/domainZone.js +71 -0
- package/domainZone.js.map +1 -0
- package/functionNamespace.d.ts +126 -0
- package/functionNamespace.js +63 -0
- package/functionNamespace.js.map +1 -0
- package/getAccountSshKey.d.ts +31 -0
- package/getAccountSshKey.js +24 -0
- package/getAccountSshKey.js.map +1 -0
- package/getBaremetalOffer.d.ts +41 -0
- package/getBaremetalOffer.js +26 -0
- package/getBaremetalOffer.js.map +1 -0
- package/getBaremetalOs.d.ts +34 -0
- package/getBaremetalOs.js +26 -0
- package/getBaremetalOs.js.map +1 -0
- package/getBaremetalServer.d.ts +44 -0
- package/getBaremetalServer.js +25 -0
- package/getBaremetalServer.js.map +1 -0
- package/getContainer.d.ts +53 -0
- package/getContainer.js +25 -0
- package/getContainer.js.map +1 -0
- package/getContainerNamespace.d.ts +39 -0
- package/getContainerNamespace.js +25 -0
- package/getContainerNamespace.js.map +1 -0
- package/getDatabase.d.ts +31 -0
- package/getDatabase.js +23 -0
- package/getDatabase.js.map +1 -0
- package/getDatabaseAcl.d.ts +28 -0
- package/getDatabaseAcl.js +22 -0
- package/getDatabaseAcl.js.map +1 -0
- package/getDatabaseInstance.d.ts +53 -0
- package/getDatabaseInstance.js +24 -0
- package/getDatabaseInstance.js.map +1 -0
- package/getDatabasePrivilege.d.ts +32 -0
- package/getDatabasePrivilege.js +24 -0
- package/getDatabasePrivilege.js.map +1 -0
- package/getDomainRecord.d.ts +47 -0
- package/getDomainRecord.js +27 -0
- package/getDomainRecord.js.map +1 -0
- package/getDomainZone.d.ts +35 -0
- package/getDomainZone.js +24 -0
- package/getDomainZone.js.map +1 -0
- package/getFunctionNamespace.d.ts +39 -0
- package/getFunctionNamespace.js +25 -0
- package/getFunctionNamespace.js.map +1 -0
- package/getInstanceImage.d.ts +49 -0
- package/getInstanceImage.js +28 -0
- package/getInstanceImage.js.map +1 -0
- package/getInstanceIp.d.ts +30 -0
- package/getInstanceIp.js +24 -0
- package/getInstanceIp.js.map +1 -0
- package/getInstanceSecurityGroup.d.ts +43 -0
- package/getInstanceSecurityGroup.js +25 -0
- package/getInstanceSecurityGroup.js.map +1 -0
- package/getInstanceServer.d.ts +58 -0
- package/getInstanceServer.js +25 -0
- package/getInstanceServer.js.map +1 -0
- package/getInstanceVolume.d.ts +39 -0
- package/getInstanceVolume.js +25 -0
- package/getInstanceVolume.js.map +1 -0
- package/getIotDevice.d.ts +45 -0
- package/getIotDevice.js +26 -0
- package/getIotDevice.js.map +1 -0
- package/getIotHub.d.ts +46 -0
- package/getIotHub.js +25 -0
- package/getIotHub.js.map +1 -0
- package/getKubernetesCluster.d.ts +52 -0
- package/getKubernetesCluster.js +25 -0
- package/getKubernetesCluster.js.map +1 -0
- package/getKubernetesNodePool.d.ts +58 -0
- package/getKubernetesNodePool.js +27 -0
- package/getKubernetesNodePool.js.map +1 -0
- package/getLoadbalancer.d.ts +43 -0
- package/getLoadbalancer.js +26 -0
- package/getLoadbalancer.js.map +1 -0
- package/getLoadbalancerCertificate.d.ts +40 -0
- package/getLoadbalancerCertificate.js +25 -0
- package/getLoadbalancerCertificate.js.map +1 -0
- package/getLoadbalancerIp.d.ts +34 -0
- package/getLoadbalancerIp.js +24 -0
- package/getLoadbalancerIp.js.map +1 -0
- package/getMarketplaceImage.d.ts +31 -0
- package/getMarketplaceImage.js +24 -0
- package/getMarketplaceImage.js.map +1 -0
- package/getObjectBucket.d.ts +38 -0
- package/getObjectBucket.js +24 -0
- package/getObjectBucket.js.map +1 -0
- package/getRedisCluster.d.ts +46 -0
- package/getRedisCluster.js +25 -0
- package/getRedisCluster.js.map +1 -0
- package/getRegistryImage.d.ts +43 -0
- package/getRegistryImage.js +28 -0
- package/getRegistryImage.js.map +1 -0
- package/getRegistryNamespace.d.ts +36 -0
- package/getRegistryNamespace.js +25 -0
- package/getRegistryNamespace.js.map +1 -0
- package/getVpcPrivateNetwork.d.ts +34 -0
- package/getVpcPrivateNetwork.js +24 -0
- package/getVpcPrivateNetwork.js.map +1 -0
- package/getVpcPublicGateway.d.ts +37 -0
- package/getVpcPublicGateway.js +24 -0
- package/getVpcPublicGateway.js.map +1 -0
- package/getVpcPublicGatewayDhcp.d.ts +43 -0
- package/getVpcPublicGatewayDhcp.js +22 -0
- package/getVpcPublicGatewayDhcp.js.map +1 -0
- package/getVpcPublicGatewayIp.d.ts +33 -0
- package/getVpcPublicGatewayIp.js +23 -0
- package/getVpcPublicGatewayIp.js.map +1 -0
- package/getVpcPublicPatRule.d.ts +36 -0
- package/getVpcPublicPatRule.js +23 -0
- package/getVpcPublicPatRule.js.map +1 -0
- package/index.d.ts +83 -0
- package/index.js +304 -0
- package/index.js.map +1 -0
- package/instanceIp.d.ts +104 -0
- package/instanceIp.js +61 -0
- package/instanceIp.js.map +1 -0
- package/instanceIpReverseDns.d.ts +72 -0
- package/instanceIpReverseDns.js +59 -0
- package/instanceIpReverseDns.js.map +1 -0
- package/instancePlacementGroup.d.ts +124 -0
- package/instancePlacementGroup.js +63 -0
- package/instancePlacementGroup.js.map +1 -0
- package/instancePrivateNic.d.ts +80 -0
- package/instancePrivateNic.js +61 -0
- package/instancePrivateNic.js.map +1 -0
- package/instanceSecurityGroup.d.ts +180 -0
- package/instanceSecurityGroup.js +73 -0
- package/instanceSecurityGroup.js.map +1 -0
- package/instanceSecurityGroupRules.d.ts +73 -0
- package/instanceSecurityGroupRules.js +56 -0
- package/instanceSecurityGroupRules.js.map +1 -0
- package/instanceServer.d.ts +327 -0
- package/instanceServer.js +105 -0
- package/instanceServer.js.map +1 -0
- package/instanceSnapshot.d.ts +128 -0
- package/instanceSnapshot.js +68 -0
- package/instanceSnapshot.js.map +1 -0
- package/instanceVolume.d.ts +148 -0
- package/instanceVolume.js +70 -0
- package/instanceVolume.js.map +1 -0
- package/iotDevice.d.ts +173 -0
- package/iotDevice.js +76 -0
- package/iotDevice.js.map +1 -0
- package/iotHub.d.ts +212 -0
- package/iotHub.js +84 -0
- package/iotHub.js.map +1 -0
- package/iotNetwork.d.ts +108 -0
- package/iotNetwork.js +67 -0
- package/iotNetwork.js.map +1 -0
- package/iotRoute.d.ts +129 -0
- package/iotRoute.js +69 -0
- package/iotRoute.js.map +1 -0
- package/kubernetesCluster.d.ts +281 -0
- package/kubernetesCluster.js +99 -0
- package/kubernetesCluster.js.map +1 -0
- package/kubernetesNodePool.d.ts +277 -0
- package/kubernetesNodePool.js +100 -0
- package/kubernetesNodePool.js.map +1 -0
- package/loadbalancer.d.ts +163 -0
- package/loadbalancer.js +75 -0
- package/loadbalancer.js.map +1 -0
- package/loadbalancerBackend.d.ts +268 -0
- package/loadbalancerBackend.js +98 -0
- package/loadbalancerBackend.js.map +1 -0
- package/loadbalancerCertificate.d.ts +133 -0
- package/loadbalancerCertificate.js +70 -0
- package/loadbalancerCertificate.js.map +1 -0
- package/loadbalancerFrontend.d.ts +133 -0
- package/loadbalancerFrontend.js +72 -0
- package/loadbalancerFrontend.js.map +1 -0
- package/loadbalancerIp.d.ts +104 -0
- package/loadbalancerIp.js +61 -0
- package/loadbalancerIp.js.map +1 -0
- package/loadbalancerRoute.d.ts +72 -0
- package/loadbalancerRoute.js +59 -0
- package/loadbalancerRoute.js.map +1 -0
- package/objectBucket.d.ts +138 -0
- package/objectBucket.js +65 -0
- package/objectBucket.js.map +1 -0
- package/package.json +30 -0
- package/package.json.bak +30 -0
- package/provider.d.ts +83 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/redisCluster.d.ts +203 -0
- package/redisCluster.js +87 -0
- package/redisCluster.js.map +1 -0
- package/registryNamespace.d.ts +112 -0
- package/registryNamespace.js +61 -0
- package/registryNamespace.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +255 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +459 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +57 -0
- package/utilities.js.map +1 -0
- package/vpcGatewayNetwork.d.ts +156 -0
- package/vpcGatewayNetwork.js +75 -0
- package/vpcGatewayNetwork.js.map +1 -0
- package/vpcPrivateNetwork.d.ts +108 -0
- package/vpcPrivateNetwork.js +61 -0
- package/vpcPrivateNetwork.js.map +1 -0
- package/vpcPublicGateway.d.ts +144 -0
- package/vpcPublicGateway.js +70 -0
- package/vpcPublicGateway.js.map +1 -0
- package/vpcPublicGatewayDhcp.d.ts +255 -0
- package/vpcPublicGatewayDhcp.js +86 -0
- package/vpcPublicGatewayDhcp.js.map +1 -0
- package/vpcPublicGatewayDhcpReservation.d.ts +118 -0
- package/vpcPublicGatewayDhcpReservation.js +72 -0
- package/vpcPublicGatewayDhcpReservation.js.map +1 -0
- package/vpcPublicGatewayIp.d.ts +116 -0
- package/vpcPublicGatewayIp.js +63 -0
- package/vpcPublicGatewayIp.js.map +1 -0
- package/vpcPublicGatewayPatRule.d.ts +132 -0
- package/vpcPublicGatewayPatRule.js +77 -0
- package/vpcPublicGatewayPatRule.js.map +1 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getDatabaseInstance(args?: GetDatabaseInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseInstanceResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getDatabaseInstance.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetDatabaseInstanceArgs {
|
|
8
|
+
instanceId?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getDatabaseInstance.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetDatabaseInstanceResult {
|
|
15
|
+
readonly backupSameRegion: boolean;
|
|
16
|
+
readonly backupScheduleFrequency: number;
|
|
17
|
+
readonly backupScheduleRetention: number;
|
|
18
|
+
readonly certificate: string;
|
|
19
|
+
readonly disableBackup: boolean;
|
|
20
|
+
readonly endpointIp: string;
|
|
21
|
+
readonly endpointPort: number;
|
|
22
|
+
readonly engine: string;
|
|
23
|
+
/**
|
|
24
|
+
* The provider-assigned unique ID for this managed resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly instanceId?: string;
|
|
28
|
+
readonly isHaCluster: boolean;
|
|
29
|
+
readonly loadBalancers: outputs.GetDatabaseInstanceLoadBalancer[];
|
|
30
|
+
readonly name?: string;
|
|
31
|
+
readonly nodeType: string;
|
|
32
|
+
readonly organizationId: string;
|
|
33
|
+
readonly password: string;
|
|
34
|
+
readonly privateNetworks: outputs.GetDatabaseInstancePrivateNetwork[];
|
|
35
|
+
readonly projectId: string;
|
|
36
|
+
readonly readReplicas: outputs.GetDatabaseInstanceReadReplica[];
|
|
37
|
+
readonly region: string;
|
|
38
|
+
readonly settings: {
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
};
|
|
41
|
+
readonly tags: string[];
|
|
42
|
+
readonly userName: string;
|
|
43
|
+
readonly volumeSizeInGb: number;
|
|
44
|
+
readonly volumeType: string;
|
|
45
|
+
}
|
|
46
|
+
export declare function getDatabaseInstanceOutput(args?: GetDatabaseInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseInstanceResult>;
|
|
47
|
+
/**
|
|
48
|
+
* A collection of arguments for invoking getDatabaseInstance.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetDatabaseInstanceOutputArgs {
|
|
51
|
+
instanceId?: pulumi.Input<string>;
|
|
52
|
+
name?: pulumi.Input<string>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getDatabaseInstanceOutput = exports.getDatabaseInstance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDatabaseInstance(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getDatabaseInstance:getDatabaseInstance", {
|
|
15
|
+
"instanceId": args.instanceId,
|
|
16
|
+
"name": args.name,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDatabaseInstance = getDatabaseInstance;
|
|
20
|
+
function getDatabaseInstanceOutput(args, opts) {
|
|
21
|
+
return pulumi.output(args).apply(a => getDatabaseInstance(a, opts));
|
|
22
|
+
}
|
|
23
|
+
exports.getDatabaseInstanceOutput = getDatabaseInstanceOutput;
|
|
24
|
+
//# sourceMappingURL=getDatabaseInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabaseInstance.js","sourceRoot":"","sources":["../getDatabaseInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kDAWC;AA4CD,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getDatabasePrivilege(args: GetDatabasePrivilegeArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabasePrivilegeResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getDatabasePrivilege.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetDatabasePrivilegeArgs {
|
|
7
|
+
databaseName: string;
|
|
8
|
+
instanceId: string;
|
|
9
|
+
userName: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getDatabasePrivilege.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetDatabasePrivilegeResult {
|
|
15
|
+
readonly databaseName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The provider-assigned unique ID for this managed resource.
|
|
18
|
+
*/
|
|
19
|
+
readonly id: string;
|
|
20
|
+
readonly instanceId: string;
|
|
21
|
+
readonly permission: string;
|
|
22
|
+
readonly userName: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function getDatabasePrivilegeOutput(args: GetDatabasePrivilegeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabasePrivilegeResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDatabasePrivilege.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDatabasePrivilegeOutputArgs {
|
|
29
|
+
databaseName: pulumi.Input<string>;
|
|
30
|
+
instanceId: pulumi.Input<string>;
|
|
31
|
+
userName: pulumi.Input<string>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getDatabasePrivilegeOutput = exports.getDatabasePrivilege = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDatabasePrivilege(args, opts) {
|
|
9
|
+
if (!opts) {
|
|
10
|
+
opts = {};
|
|
11
|
+
}
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
13
|
+
return pulumi.runtime.invoke("scaleway:index/getDatabasePrivilege:getDatabasePrivilege", {
|
|
14
|
+
"databaseName": args.databaseName,
|
|
15
|
+
"instanceId": args.instanceId,
|
|
16
|
+
"userName": args.userName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDatabasePrivilege = getDatabasePrivilege;
|
|
20
|
+
function getDatabasePrivilegeOutput(args, opts) {
|
|
21
|
+
return pulumi.output(args).apply(a => getDatabasePrivilege(a, opts));
|
|
22
|
+
}
|
|
23
|
+
exports.getDatabasePrivilegeOutput = getDatabasePrivilegeOutput;
|
|
24
|
+
//# sourceMappingURL=getDatabasePrivilege.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabasePrivilege.js","sourceRoot":"","sources":["../getDatabasePrivilege.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAyBD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getDomainRecord(args?: GetDomainRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainRecordResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getDomainRecord.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetDomainRecordArgs {
|
|
8
|
+
data?: string;
|
|
9
|
+
dnsZone?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
recordId?: string;
|
|
12
|
+
type?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* A collection of values returned by getDomainRecord.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetDomainRecordResult {
|
|
18
|
+
readonly data?: string;
|
|
19
|
+
readonly dnsZone?: string;
|
|
20
|
+
readonly geoIps: outputs.GetDomainRecordGeoIp[];
|
|
21
|
+
readonly httpServices: outputs.GetDomainRecordHttpService[];
|
|
22
|
+
/**
|
|
23
|
+
* The provider-assigned unique ID for this managed resource.
|
|
24
|
+
*/
|
|
25
|
+
readonly id: string;
|
|
26
|
+
readonly keepEmptyZone: boolean;
|
|
27
|
+
readonly name?: string;
|
|
28
|
+
readonly priority: number;
|
|
29
|
+
readonly projectId: string;
|
|
30
|
+
readonly recordId?: string;
|
|
31
|
+
readonly rootZone: boolean;
|
|
32
|
+
readonly ttl: number;
|
|
33
|
+
readonly type?: string;
|
|
34
|
+
readonly views: outputs.GetDomainRecordView[];
|
|
35
|
+
readonly weighteds: outputs.GetDomainRecordWeighted[];
|
|
36
|
+
}
|
|
37
|
+
export declare function getDomainRecordOutput(args?: GetDomainRecordOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainRecordResult>;
|
|
38
|
+
/**
|
|
39
|
+
* A collection of arguments for invoking getDomainRecord.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetDomainRecordOutputArgs {
|
|
42
|
+
data?: pulumi.Input<string>;
|
|
43
|
+
dnsZone?: pulumi.Input<string>;
|
|
44
|
+
name?: pulumi.Input<string>;
|
|
45
|
+
recordId?: pulumi.Input<string>;
|
|
46
|
+
type?: pulumi.Input<string>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getDomainRecordOutput = exports.getDomainRecord = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDomainRecord(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getDomainRecord:getDomainRecord", {
|
|
15
|
+
"data": args.data,
|
|
16
|
+
"dnsZone": args.dnsZone,
|
|
17
|
+
"name": args.name,
|
|
18
|
+
"recordId": args.recordId,
|
|
19
|
+
"type": args.type,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getDomainRecord = getDomainRecord;
|
|
23
|
+
function getDomainRecordOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getDomainRecord(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getDomainRecordOutput = getDomainRecordOutput;
|
|
27
|
+
//# sourceMappingURL=getDomainRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainRecord.js","sourceRoot":"","sources":["../getDomainRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAqCD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getDomainZone(args?: GetDomainZoneArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainZoneResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getDomainZone.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetDomainZoneArgs {
|
|
7
|
+
domain?: string;
|
|
8
|
+
subdomain?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getDomainZone.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetDomainZoneResult {
|
|
14
|
+
readonly domain?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The provider-assigned unique ID for this managed resource.
|
|
17
|
+
*/
|
|
18
|
+
readonly id: string;
|
|
19
|
+
readonly message: string;
|
|
20
|
+
readonly ns: string[];
|
|
21
|
+
readonly nsDefaults: string[];
|
|
22
|
+
readonly nsMasters: string[];
|
|
23
|
+
readonly projectId: string;
|
|
24
|
+
readonly status: string;
|
|
25
|
+
readonly subdomain?: string;
|
|
26
|
+
readonly updatedAt: string;
|
|
27
|
+
}
|
|
28
|
+
export declare function getDomainZoneOutput(args?: GetDomainZoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainZoneResult>;
|
|
29
|
+
/**
|
|
30
|
+
* A collection of arguments for invoking getDomainZone.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetDomainZoneOutputArgs {
|
|
33
|
+
domain?: pulumi.Input<string>;
|
|
34
|
+
subdomain?: pulumi.Input<string>;
|
|
35
|
+
}
|
package/getDomainZone.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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.getDomainZoneOutput = exports.getDomainZone = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDomainZone(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getDomainZone:getDomainZone", {
|
|
15
|
+
"domain": args.domain,
|
|
16
|
+
"subdomain": args.subdomain,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getDomainZone = getDomainZone;
|
|
20
|
+
function getDomainZoneOutput(args, opts) {
|
|
21
|
+
return pulumi.output(args).apply(a => getDomainZone(a, opts));
|
|
22
|
+
}
|
|
23
|
+
exports.getDomainZoneOutput = getDomainZoneOutput;
|
|
24
|
+
//# sourceMappingURL=getDomainZone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainZone.js","sourceRoot":"","sources":["../getDomainZone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AA6BD,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getFunctionNamespace(args?: GetFunctionNamespaceArgs, opts?: pulumi.InvokeOptions): Promise<GetFunctionNamespaceResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getFunctionNamespace.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetFunctionNamespaceArgs {
|
|
7
|
+
name?: string;
|
|
8
|
+
namespaceId?: string;
|
|
9
|
+
region?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A collection of values returned by getFunctionNamespace.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetFunctionNamespaceResult {
|
|
15
|
+
readonly description: string;
|
|
16
|
+
readonly environmentVariables: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* The provider-assigned unique ID for this managed resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly name?: string;
|
|
24
|
+
readonly namespaceId?: string;
|
|
25
|
+
readonly organizationId: string;
|
|
26
|
+
readonly projectId: string;
|
|
27
|
+
readonly region?: string;
|
|
28
|
+
readonly registryEndpoint: string;
|
|
29
|
+
readonly registryNamespaceId: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function getFunctionNamespaceOutput(args?: GetFunctionNamespaceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFunctionNamespaceResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getFunctionNamespace.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetFunctionNamespaceOutputArgs {
|
|
36
|
+
name?: pulumi.Input<string>;
|
|
37
|
+
namespaceId?: pulumi.Input<string>;
|
|
38
|
+
region?: pulumi.Input<string>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getFunctionNamespaceOutput = exports.getFunctionNamespace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getFunctionNamespace(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getFunctionNamespace:getFunctionNamespace", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"namespaceId": args.namespaceId,
|
|
17
|
+
"region": args.region,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getFunctionNamespace = getFunctionNamespace;
|
|
21
|
+
function getFunctionNamespaceOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getFunctionNamespace(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getFunctionNamespaceOutput = getFunctionNamespaceOutput;
|
|
25
|
+
//# sourceMappingURL=getFunctionNamespace.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFunctionNamespace.js","sourceRoot":"","sources":["../getFunctionNamespace.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oDAYC;AA8BD,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getInstanceImage(args?: GetInstanceImageArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceImageResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getInstanceImage.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetInstanceImageArgs {
|
|
7
|
+
architecture?: string;
|
|
8
|
+
imageId?: string;
|
|
9
|
+
latest?: boolean;
|
|
10
|
+
name?: string;
|
|
11
|
+
projectId?: string;
|
|
12
|
+
zone?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* A collection of values returned by getInstanceImage.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetInstanceImageResult {
|
|
18
|
+
readonly additionalVolumeIds: string[];
|
|
19
|
+
readonly architecture?: string;
|
|
20
|
+
readonly creationDate: string;
|
|
21
|
+
readonly defaultBootscriptId: string;
|
|
22
|
+
readonly fromServerId: string;
|
|
23
|
+
/**
|
|
24
|
+
* The provider-assigned unique ID for this managed resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly imageId?: string;
|
|
28
|
+
readonly latest?: boolean;
|
|
29
|
+
readonly modificationDate: string;
|
|
30
|
+
readonly name?: string;
|
|
31
|
+
readonly organizationId: string;
|
|
32
|
+
readonly projectId: string;
|
|
33
|
+
readonly public: boolean;
|
|
34
|
+
readonly rootVolumeId: string;
|
|
35
|
+
readonly state: string;
|
|
36
|
+
readonly zone: string;
|
|
37
|
+
}
|
|
38
|
+
export declare function getInstanceImageOutput(args?: GetInstanceImageOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceImageResult>;
|
|
39
|
+
/**
|
|
40
|
+
* A collection of arguments for invoking getInstanceImage.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetInstanceImageOutputArgs {
|
|
43
|
+
architecture?: pulumi.Input<string>;
|
|
44
|
+
imageId?: pulumi.Input<string>;
|
|
45
|
+
latest?: pulumi.Input<boolean>;
|
|
46
|
+
name?: pulumi.Input<string>;
|
|
47
|
+
projectId?: pulumi.Input<string>;
|
|
48
|
+
zone?: pulumi.Input<string>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getInstanceImageOutput = exports.getInstanceImage = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getInstanceImage(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getInstanceImage:getInstanceImage", {
|
|
15
|
+
"architecture": args.architecture,
|
|
16
|
+
"imageId": args.imageId,
|
|
17
|
+
"latest": args.latest,
|
|
18
|
+
"name": args.name,
|
|
19
|
+
"projectId": args.projectId,
|
|
20
|
+
"zone": args.zone,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getInstanceImage = getInstanceImage;
|
|
24
|
+
function getInstanceImageOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply(a => getInstanceImage(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getInstanceImageOutput = getInstanceImageOutput;
|
|
28
|
+
//# sourceMappingURL=getInstanceImage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstanceImage.js","sourceRoot":"","sources":["../getInstanceImage.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4CAeC;AAuCD,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getInstanceIp(args?: GetInstanceIpArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceIpResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getInstanceIp.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetInstanceIpArgs {
|
|
7
|
+
address?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A collection of values returned by getInstanceIp.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetInstanceIpResult {
|
|
14
|
+
readonly address?: string;
|
|
15
|
+
readonly id?: string;
|
|
16
|
+
readonly organizationId: string;
|
|
17
|
+
readonly projectId: string;
|
|
18
|
+
readonly reverse: string;
|
|
19
|
+
readonly serverId: string;
|
|
20
|
+
readonly tags: string[];
|
|
21
|
+
readonly zone: string;
|
|
22
|
+
}
|
|
23
|
+
export declare function getInstanceIpOutput(args?: GetInstanceIpOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceIpResult>;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of arguments for invoking getInstanceIp.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetInstanceIpOutputArgs {
|
|
28
|
+
address?: pulumi.Input<string>;
|
|
29
|
+
id?: pulumi.Input<string>;
|
|
30
|
+
}
|
package/getInstanceIp.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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.getInstanceIpOutput = exports.getInstanceIp = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getInstanceIp(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getInstanceIp:getInstanceIp", {
|
|
15
|
+
"address": args.address,
|
|
16
|
+
"id": args.id,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getInstanceIp = getInstanceIp;
|
|
20
|
+
function getInstanceIpOutput(args, opts) {
|
|
21
|
+
return pulumi.output(args).apply(a => getInstanceIp(a, opts));
|
|
22
|
+
}
|
|
23
|
+
exports.getInstanceIpOutput = getInstanceIpOutput;
|
|
24
|
+
//# sourceMappingURL=getInstanceIp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstanceIp.js","sourceRoot":"","sources":["../getInstanceIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AAwBD,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getInstanceSecurityGroup(args?: GetInstanceSecurityGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceSecurityGroupResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getInstanceSecurityGroup.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetInstanceSecurityGroupArgs {
|
|
8
|
+
name?: string;
|
|
9
|
+
securityGroupId?: string;
|
|
10
|
+
zone?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getInstanceSecurityGroup.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetInstanceSecurityGroupResult {
|
|
16
|
+
readonly description: string;
|
|
17
|
+
readonly enableDefaultSecurity: boolean;
|
|
18
|
+
readonly externalRules: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The provider-assigned unique ID for this managed resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly inboundDefaultPolicy: string;
|
|
24
|
+
readonly inboundRules: outputs.GetInstanceSecurityGroupInboundRule[];
|
|
25
|
+
readonly name?: string;
|
|
26
|
+
readonly organizationId: string;
|
|
27
|
+
readonly outboundDefaultPolicy: string;
|
|
28
|
+
readonly outboundRules: outputs.GetInstanceSecurityGroupOutboundRule[];
|
|
29
|
+
readonly projectId: string;
|
|
30
|
+
readonly securityGroupId?: string;
|
|
31
|
+
readonly stateful: boolean;
|
|
32
|
+
readonly tags: string[];
|
|
33
|
+
readonly zone?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function getInstanceSecurityGroupOutput(args?: GetInstanceSecurityGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceSecurityGroupResult>;
|
|
36
|
+
/**
|
|
37
|
+
* A collection of arguments for invoking getInstanceSecurityGroup.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetInstanceSecurityGroupOutputArgs {
|
|
40
|
+
name?: pulumi.Input<string>;
|
|
41
|
+
securityGroupId?: pulumi.Input<string>;
|
|
42
|
+
zone?: pulumi.Input<string>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getInstanceSecurityGroupOutput = exports.getInstanceSecurityGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getInstanceSecurityGroup(args, opts) {
|
|
9
|
+
args = args || {};
|
|
10
|
+
if (!opts) {
|
|
11
|
+
opts = {};
|
|
12
|
+
}
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
14
|
+
return pulumi.runtime.invoke("scaleway:index/getInstanceSecurityGroup:getInstanceSecurityGroup", {
|
|
15
|
+
"name": args.name,
|
|
16
|
+
"securityGroupId": args.securityGroupId,
|
|
17
|
+
"zone": args.zone,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getInstanceSecurityGroup = getInstanceSecurityGroup;
|
|
21
|
+
function getInstanceSecurityGroupOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply(a => getInstanceSecurityGroup(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getInstanceSecurityGroupOutput = getInstanceSecurityGroupOutput;
|
|
25
|
+
//# sourceMappingURL=getInstanceSecurityGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstanceSecurityGroup.js","sourceRoot":"","sources":["../getInstanceSecurityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4DAYC;AAmCD,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "./types";
|
|
3
|
+
export declare function getInstanceServer(args?: GetInstanceServerArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceServerResult>;
|
|
4
|
+
/**
|
|
5
|
+
* A collection of arguments for invoking getInstanceServer.
|
|
6
|
+
*/
|
|
7
|
+
export interface GetInstanceServerArgs {
|
|
8
|
+
name?: string;
|
|
9
|
+
serverId?: string;
|
|
10
|
+
zone?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A collection of values returned by getInstanceServer.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetInstanceServerResult {
|
|
16
|
+
readonly additionalVolumeIds: string[];
|
|
17
|
+
readonly bootType: string;
|
|
18
|
+
readonly bootscriptId: string;
|
|
19
|
+
readonly cloudInit: string;
|
|
20
|
+
readonly enableDynamicIp: boolean;
|
|
21
|
+
readonly enableIpv6: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* The provider-assigned unique ID for this managed resource.
|
|
24
|
+
*/
|
|
25
|
+
readonly id: string;
|
|
26
|
+
readonly image: string;
|
|
27
|
+
readonly ipId: string;
|
|
28
|
+
readonly ipv6Address: string;
|
|
29
|
+
readonly ipv6Gateway: string;
|
|
30
|
+
readonly ipv6PrefixLength: number;
|
|
31
|
+
readonly name?: string;
|
|
32
|
+
readonly organizationId: string;
|
|
33
|
+
readonly placementGroupId: string;
|
|
34
|
+
readonly placementGroupPolicyRespected: boolean;
|
|
35
|
+
readonly privateIp: string;
|
|
36
|
+
readonly privateNetworks: outputs.GetInstanceServerPrivateNetwork[];
|
|
37
|
+
readonly projectId: string;
|
|
38
|
+
readonly publicIp: string;
|
|
39
|
+
readonly rootVolumes: outputs.GetInstanceServerRootVolume[];
|
|
40
|
+
readonly securityGroupId: string;
|
|
41
|
+
readonly serverId?: string;
|
|
42
|
+
readonly state: string;
|
|
43
|
+
readonly tags: string[];
|
|
44
|
+
readonly type: string;
|
|
45
|
+
readonly userData: {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
readonly zone?: string;
|
|
49
|
+
}
|
|
50
|
+
export declare function getInstanceServerOutput(args?: GetInstanceServerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceServerResult>;
|
|
51
|
+
/**
|
|
52
|
+
* A collection of arguments for invoking getInstanceServer.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetInstanceServerOutputArgs {
|
|
55
|
+
name?: pulumi.Input<string>;
|
|
56
|
+
serverId?: pulumi.Input<string>;
|
|
57
|
+
zone?: pulumi.Input<string>;
|
|
58
|
+
}
|