Viewing docs for edgecenter 0.13.0
published on Tuesday, Jun 16, 2026 by edge-center
published on Tuesday, Jun 16, 2026 by edge-center
Viewing docs for edgecenter 0.13.0
published on Tuesday, Jun 16, 2026 by edge-center
published on Tuesday, Jun 16, 2026 by edge-center
Represent DBaaS cluster data source.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as edgecenter from "@pulumi/edgecenter";
const example = edgecenter.getDbaasClusters({
projectId: 1,
regionId: 1,
name: "cluster-example",
});
export const view = example;
import pulumi
import pulumi_edgecenter as edgecenter
example = edgecenter.get_dbaas_clusters(project_id=1,
region_id=1,
name="cluster-example")
pulumi.export("view", example)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/edgecenter/edgecenter"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := edgecenter.GetDbaasClusters(ctx, &edgecenter.GetDbaasClustersArgs{
ProjectId: pulumi.Float64Ref(1),
RegionId: pulumi.Float64Ref(1),
Name: pulumi.StringRef("cluster-example"),
}, nil)
if err != nil {
return err
}
ctx.Export("view", example)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Edgecenter = Pulumi.Edgecenter;
return await Deployment.RunAsync(() =>
{
var example = Edgecenter.GetDbaasClusters.Invoke(new()
{
ProjectId = 1,
RegionId = 1,
Name = "cluster-example",
});
return new Dictionary<string, object?>
{
["view"] = example,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.edgecenter.EdgecenterFunctions;
import com.pulumi.edgecenter.inputs.GetDbaasClustersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = EdgecenterFunctions.getDbaasClusters(GetDbaasClustersArgs.builder()
.projectId(1)
.regionId(1)
.name("cluster-example")
.build());
ctx.export("view", example);
}
}
variables:
example:
fn::invoke:
function: edgecenter:getDbaasClusters
arguments:
projectId: 1
regionId: 1
name: cluster-example
outputs:
view: ${example}
Example coming soon!
Using getDbaasClusters
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDbaasClusters(args: GetDbaasClustersArgs, opts?: InvokeOptions): Promise<GetDbaasClustersResult>
function getDbaasClustersOutput(args: GetDbaasClustersOutputArgs, opts?: InvokeOptions): Output<GetDbaasClustersResult>def get_dbaas_clusters(id: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[float] = None,
project_name: Optional[str] = None,
region_id: Optional[float] = None,
region_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbaasClustersResult
def get_dbaas_clusters_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[float]] = None,
project_name: pulumi.Input[Optional[str]] = None,
region_id: pulumi.Input[Optional[float]] = None,
region_name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbaasClustersResult]func GetDbaasClusters(ctx *Context, args *GetDbaasClustersArgs, opts ...InvokeOption) (*GetDbaasClustersResult, error)
func GetDbaasClustersOutput(ctx *Context, args *GetDbaasClustersOutputArgs, opts ...InvokeOption) GetDbaasClustersResultOutput> Note: This function is named GetDbaasClusters in the Go SDK.
public static class GetDbaasClusters
{
public static Task<GetDbaasClustersResult> InvokeAsync(GetDbaasClustersArgs args, InvokeOptions? opts = null)
public static Output<GetDbaasClustersResult> Invoke(GetDbaasClustersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbaasClustersResult> getDbaasClusters(GetDbaasClustersArgs args, InvokeOptions options)
public static Output<GetDbaasClustersResult> getDbaasClusters(GetDbaasClustersArgs args, InvokeOptions options)
fn::invoke:
function: edgecenter:index/getDbaasClusters:getDbaasClusters
arguments:
# arguments dictionarydata "edgecenter_getdbaasclusters" "name" {
# arguments
}The following arguments are supported:
- Id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Project
Id double - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- Project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- Region
Id double - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- Region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- Id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Project
Id float64 - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- Project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- Region
Id float64 - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- Region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project_
id number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project_
name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region_
id number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region_
name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- id String
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name String
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id Double - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name String - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id Double - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name String - The name of the region. Either 'regionid' or 'regionname' must be specified.
- id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- id str
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name str
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project_
id float - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project_
name str - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region_
id float - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region_
name str - The name of the region. Either 'regionid' or 'regionname' must be specified.
- id String
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name String
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id Number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name String - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id Number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name String - The name of the region. Either 'regionid' or 'regionname' must be specified.
getDbaasClusters Result
The following output properties are available:
- Connection
Infos List<GetDbaas Clusters Connection Info> - Created
At string - Dbms
List<Get
Dbaas Clusters Dbm> - Description string
- Flavor string
- High
Availability bool - Interfaces
List<Get
Dbaas Clusters Interface> - Status string
- Task
Id string - Updated
At string - Volumes
List<Get
Dbaas Clusters Volume> - Id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Project
Id double - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- Project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- Region
Id double - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- Region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- Connection
Infos []GetDbaas Clusters Connection Info - Created
At string - Dbms
[]Get
Dbaas Clusters Dbm - Description string
- Flavor string
- High
Availability bool - Interfaces
[]Get
Dbaas Clusters Interface - Status string
- Task
Id string - Updated
At string - Volumes
[]Get
Dbaas Clusters Volume - Id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- Project
Id float64 - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- Project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- Region
Id float64 - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- Region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- connection_
infos list(object) - created_
at string - dbms list(object)
- description string
- flavor string
- high_
availability bool - interfaces list(object)
- status string
- task_
id string - updated_
at string - volumes list(object)
- id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project_
id number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project_
name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region_
id number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region_
name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- connection
Infos List<GetDbaas Clusters Connection Info> - created
At String - dbms
List<Get
Dbaas Clusters Dbm> - description String
- flavor String
- high
Availability Boolean - interfaces
List<Get
Dbaas Clusters Interface> - status String
- task
Id String - updated
At String - volumes
List<Get
Dbaas Clusters Volume> - id String
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name String
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id Double - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name String - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id Double - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name String - The name of the region. Either 'regionid' or 'regionname' must be specified.
- connection
Infos GetDbaas Clusters Connection Info[] - created
At string - dbms
Get
Dbaas Clusters Dbm[] - description string
- flavor string
- high
Availability boolean - interfaces
Get
Dbaas Clusters Interface[] - status string
- task
Id string - updated
At string - volumes
Get
Dbaas Clusters Volume[] - id string
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name string
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name string - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name string - The name of the region. Either 'regionid' or 'regionname' must be specified.
- connection_
infos Sequence[GetDbaas Clusters Connection Info] - created_
at str - dbms
Sequence[Get
Dbaas Clusters Dbm] - description str
- flavor str
- high_
availability bool - interfaces
Sequence[Get
Dbaas Clusters Interface] - status str
- task_
id str - updated_
at str - volumes
Sequence[Get
Dbaas Clusters Volume] - id str
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name str
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project_
id float - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project_
name str - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region_
id float - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region_
name str - The name of the region. Either 'regionid' or 'regionname' must be specified.
- connection
Infos List<Property Map> - created
At String - dbms List<Property Map>
- description String
- flavor String
- high
Availability Boolean - interfaces List<Property Map>
- status String
- task
Id String - updated
At String - volumes List<Property Map>
- id String
- The ID of the DBaaS cluster. Either 'id' or 'name' must be specified.
- name String
- The name of the DBaaS cluster. Either 'id' or 'name' must be specified.
- project
Id Number - The uuid of the project. Either 'projectid' or 'projectname' must be specified.
- project
Name String - The name of the project. Either 'projectid' or 'projectname' must be specified.
- region
Id Number - The uuid of the region. Either 'regionid' or 'regionname' must be specified.
- region
Name String - The name of the region. Either 'regionid' or 'regionname' must be specified.
Supporting Types
GetDbaasClustersConnectionInfo
GetDbaasClustersDbm
GetDbaasClustersInterface
- network_
id string - subnet_
id string
- network_
id str - subnet_
id str
GetDbaasClustersVolume
- Volume
Size double - Volume
Type string
- Volume
Size float64 - Volume
Type string
- volume_
size number - volume_
type string
- volume
Size Double - volume
Type String
- volume
Size number - volume
Type string
- volume_
size float - volume_
type str
- volume
Size Number - volume
Type String
Package Details
- Repository
- edgecenter edge-center/terraform-provider-edgecenter
- License
- Notes
- This Pulumi package is based on the
edgecenterTerraform Provider.
Viewing docs for edgecenter 0.13.0
published on Tuesday, Jun 16, 2026 by edge-center
published on Tuesday, Jun 16, 2026 by edge-center