published on Friday, Jul 31, 2026 by opentelekomcloud
published on Friday, Jul 31, 2026 by opentelekomcloud
Up-to-date reference of API arguments for Cloud Connect central network connections you can get at documentation portal
Use this data source to query the connections on a Cloud Connect (CC) central network within OpenTelekomCloud.
The central network APIs are account-level (domain-scoped). Make sure the credentials used by the provider have permission to query Cloud Connect resources.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const config = new pulumi.Config();
const centralNetworkId = config.requireObject<any>("centralNetworkId");
const test = opentelekomcloud.getCcCentralNetworkConnectionsV3({
centralNetworkId: centralNetworkId,
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
config = pulumi.Config()
central_network_id = config.require_object("centralNetworkId")
test = opentelekomcloud.get_cc_central_network_connections_v3(central_network_id=central_network_id)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
cfg := config.New(ctx, "")
centralNetworkId := cfg.RequireObject("centralNetworkId")
_, err := opentelekomcloud.GetCcCentralNetworkConnectionsV3(ctx, &opentelekomcloud.GetCcCentralNetworkConnectionsV3Args{
CentralNetworkId: centralNetworkId,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var config = new Config();
var centralNetworkId = config.RequireObject<dynamic>("centralNetworkId");
var test = Opentelekomcloud.GetCcCentralNetworkConnectionsV3.Invoke(new()
{
CentralNetworkId = centralNetworkId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetCcCentralNetworkConnectionsV3Args;
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 config = ctx.config();
final var centralNetworkId = config.get("centralNetworkId");
final var test = OpentelekomcloudFunctions.getCcCentralNetworkConnectionsV3(GetCcCentralNetworkConnectionsV3Args.builder()
.centralNetworkId(centralNetworkId)
.build());
}
}
configuration:
centralNetworkId:
type: dynamic
variables:
test:
fn::invoke:
function: opentelekomcloud:getCcCentralNetworkConnectionsV3
arguments:
centralNetworkId: ${centralNetworkId}
Example coming soon!
Using getCcCentralNetworkConnectionsV3
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 getCcCentralNetworkConnectionsV3(args: GetCcCentralNetworkConnectionsV3Args, opts?: InvokeOptions): Promise<GetCcCentralNetworkConnectionsV3Result>
function getCcCentralNetworkConnectionsV3Output(args: GetCcCentralNetworkConnectionsV3OutputArgs, opts?: InvokeOptions): Output<GetCcCentralNetworkConnectionsV3Result>def get_cc_central_network_connections_v3(bandwidth_type: Optional[str] = None,
central_network_id: Optional[str] = None,
connection_id: Optional[str] = None,
connection_type: Optional[str] = None,
global_connection_bandwidth_id: Optional[str] = None,
id: Optional[str] = None,
is_cross_region: Optional[str] = None,
name: Optional[str] = None,
region: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCcCentralNetworkConnectionsV3Result
def get_cc_central_network_connections_v3_output(bandwidth_type: pulumi.Input[Optional[str]] = None,
central_network_id: pulumi.Input[Optional[str]] = None,
connection_id: pulumi.Input[Optional[str]] = None,
connection_type: pulumi.Input[Optional[str]] = None,
global_connection_bandwidth_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
is_cross_region: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCcCentralNetworkConnectionsV3Result]func GetCcCentralNetworkConnectionsV3(ctx *Context, args *GetCcCentralNetworkConnectionsV3Args, opts ...InvokeOption) (*GetCcCentralNetworkConnectionsV3Result, error)
func GetCcCentralNetworkConnectionsV3Output(ctx *Context, args *GetCcCentralNetworkConnectionsV3OutputArgs, opts ...InvokeOption) GetCcCentralNetworkConnectionsV3ResultOutput> Note: This function is named GetCcCentralNetworkConnectionsV3 in the Go SDK.
public static class GetCcCentralNetworkConnectionsV3
{
public static Task<GetCcCentralNetworkConnectionsV3Result> InvokeAsync(GetCcCentralNetworkConnectionsV3Args args, InvokeOptions? opts = null)
public static Output<GetCcCentralNetworkConnectionsV3Result> Invoke(GetCcCentralNetworkConnectionsV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCcCentralNetworkConnectionsV3Result> getCcCentralNetworkConnectionsV3(GetCcCentralNetworkConnectionsV3Args args, InvokeOptions options)
public static Output<GetCcCentralNetworkConnectionsV3Result> getCcCentralNetworkConnectionsV3(GetCcCentralNetworkConnectionsV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getCcCentralNetworkConnectionsV3:getCcCentralNetworkConnectionsV3
arguments:
# arguments dictionarydata "opentelekomcloud_get_cc_central_network_connections_v3" "name" {
# arguments
}The following arguments are supported:
- Central
Network stringId - The ID of the central network to which the connections belong.
- Bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- Connection
Id string - The ID of the connection used to query.
- Connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- Global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- Id string
- The instance ID.
- Is
Cross stringRegion - Whether to query only cross-region connections. The value can be true or false.
- Name string
- The name of the connection used to query.
- Region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- State string
- The status of the connection used to query.
- Central
Network stringId - The ID of the central network to which the connections belong.
- Bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- Connection
Id string - The ID of the connection used to query.
- Connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- Global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- Id string
- The instance ID.
- Is
Cross stringRegion - Whether to query only cross-region connections. The value can be true or false.
- Name string
- The name of the connection used to query.
- Region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- State string
- The status of the connection used to query.
- central_
network_ stringid - The ID of the central network to which the connections belong.
- bandwidth_
type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- connection_
id string - The ID of the connection used to query.
- connection_
type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- global_
connection_ stringbandwidth_ id - The global connection bandwidth ID used to query.
- id string
- The instance ID.
- is_
cross_ stringregion - Whether to query only cross-region connections. The value can be true or false.
- name string
- The name of the connection used to query.
- region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- state string
- The status of the connection used to query.
- central
Network StringId - The ID of the central network to which the connections belong.
- bandwidth
Type String - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- connection
Id String - The ID of the connection used to query.
- connection
Type String - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- global
Connection StringBandwidth Id - The global connection bandwidth ID used to query.
- id String
- The instance ID.
- is
Cross StringRegion - Whether to query only cross-region connections. The value can be true or false.
- name String
- The name of the connection used to query.
- region String
- The region in which to query the data source. If omitted, the provider-level region will be used.
- state String
- The status of the connection used to query.
- central
Network stringId - The ID of the central network to which the connections belong.
- bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- connection
Id string - The ID of the connection used to query.
- connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- id string
- The instance ID.
- is
Cross stringRegion - Whether to query only cross-region connections. The value can be true or false.
- name string
- The name of the connection used to query.
- region string
- The region in which to query the data source. If omitted, the provider-level region will be used.
- state string
- The status of the connection used to query.
- central_
network_ strid - The ID of the central network to which the connections belong.
- bandwidth_
type str - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- connection_
id str - The ID of the connection used to query.
- connection_
type str - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- global_
connection_ strbandwidth_ id - The global connection bandwidth ID used to query.
- id str
- The instance ID.
- is_
cross_ strregion - Whether to query only cross-region connections. The value can be true or false.
- name str
- The name of the connection used to query.
- region str
- The region in which to query the data source. If omitted, the provider-level region will be used.
- state str
- The status of the connection used to query.
- central
Network StringId - The ID of the central network to which the connections belong.
- bandwidth
Type String - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- connection
Id String - The ID of the connection used to query.
- connection
Type String - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- global
Connection StringBandwidth Id - The global connection bandwidth ID used to query.
- id String
- The instance ID.
- is
Cross StringRegion - Whether to query only cross-region connections. The value can be true or false.
- name String
- The name of the connection used to query.
- region String
- The region in which to query the data source. If omitted, the provider-level region will be used.
- state String
- The status of the connection used to query.
getCcCentralNetworkConnectionsV3 Result
The following output properties are available:
- Central
Network stringId - The ID of the central network that the connection belongs to.
- Connections
List<Get
Cc Central Network Connections V3Connection> - The list of connections that match the filter parameters. The connections structure is documented below.
- Id string
- The instance ID.
- Region string
- Bandwidth
Type string - The bandwidth type.
- Connection
Id string - Connection
Type string - The connection type.
- Global
Connection stringBandwidth Id - The ID of the global connection bandwidth bound to the connection.
- Is
Cross stringRegion - Name string
- The connection name.
- State string
- The status of the connection.
- Central
Network stringId - The ID of the central network that the connection belongs to.
- Connections
[]Get
Cc Central Network Connections V3Connection - The list of connections that match the filter parameters. The connections structure is documented below.
- Id string
- The instance ID.
- Region string
- Bandwidth
Type string - The bandwidth type.
- Connection
Id string - Connection
Type string - The connection type.
- Global
Connection stringBandwidth Id - The ID of the global connection bandwidth bound to the connection.
- Is
Cross stringRegion - Name string
- The connection name.
- State string
- The status of the connection.
- central_
network_ stringid - The ID of the central network that the connection belongs to.
- connections list(object)
- The list of connections that match the filter parameters. The connections structure is documented below.
- id string
- The instance ID.
- region string
- bandwidth_
type string - The bandwidth type.
- connection_
id string - connection_
type string - The connection type.
- global_
connection_ stringbandwidth_ id - The ID of the global connection bandwidth bound to the connection.
- is_
cross_ stringregion - name string
- The connection name.
- state string
- The status of the connection.
- central
Network StringId - The ID of the central network that the connection belongs to.
- connections
List<Get
Cc Central Network Connections V3Connection> - The list of connections that match the filter parameters. The connections structure is documented below.
- id String
- The instance ID.
- region String
- bandwidth
Type String - The bandwidth type.
- connection
Id String - connection
Type String - The connection type.
- global
Connection StringBandwidth Id - The ID of the global connection bandwidth bound to the connection.
- is
Cross StringRegion - name String
- The connection name.
- state String
- The status of the connection.
- central
Network stringId - The ID of the central network that the connection belongs to.
- connections
Get
Cc Central Network Connections V3Connection[] - The list of connections that match the filter parameters. The connections structure is documented below.
- id string
- The instance ID.
- region string
- bandwidth
Type string - The bandwidth type.
- connection
Id string - connection
Type string - The connection type.
- global
Connection stringBandwidth Id - The ID of the global connection bandwidth bound to the connection.
- is
Cross stringRegion - name string
- The connection name.
- state string
- The status of the connection.
- central_
network_ strid - The ID of the central network that the connection belongs to.
- connections
Sequence[Get
Cc Central Network Connections V3Connection] - The list of connections that match the filter parameters. The connections structure is documented below.
- id str
- The instance ID.
- region str
- bandwidth_
type str - The bandwidth type.
- connection_
id str - connection_
type str - The connection type.
- global_
connection_ strbandwidth_ id - The ID of the global connection bandwidth bound to the connection.
- is_
cross_ strregion - name str
- The connection name.
- state str
- The status of the connection.
- central
Network StringId - The ID of the central network that the connection belongs to.
- connections List<Property Map>
- The list of connections that match the filter parameters. The connections structure is documented below.
- id String
- The instance ID.
- region String
- bandwidth
Type String - The bandwidth type.
- connection
Id String - connection
Type String - The connection type.
- global
Connection StringBandwidth Id - The ID of the global connection bandwidth bound to the connection.
- is
Cross StringRegion - name String
- The connection name.
- state String
- The status of the connection.
Supporting Types
GetCcCentralNetworkConnectionsV3Connection
- Bandwidth
Size double - The bandwidth size in Mbit/s.
- Bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- Central
Network stringId - The ID of the central network to which the connections belong.
- Central
Network stringPlane Id - The ID of the central network plane that the connection belongs to.
- Connection
Point List<GetPairs Cc Central Network Connections V3Connection Connection Point Pair> - The two connection endpoints. The connection_point_pair structure is documented below.
- Connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- Created
At string - The creation time of the connection.
- Description string
- The description of the connection.
- Domain
Id string - The ID of the account that the connection belongs to.
- Enterprise
Project stringId - The enterprise project ID of the connection.
- Global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- Id string
- The instance ID.
- Is
Frozen bool - Whether the connection is frozen.
- Name string
- The name of the connection used to query.
- State string
- The status of the connection used to query.
- Updated
At string - The latest update time of the connection.
- Bandwidth
Size float64 - The bandwidth size in Mbit/s.
- Bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- Central
Network stringId - The ID of the central network to which the connections belong.
- Central
Network stringPlane Id - The ID of the central network plane that the connection belongs to.
- Connection
Point []GetPairs Cc Central Network Connections V3Connection Connection Point Pair - The two connection endpoints. The connection_point_pair structure is documented below.
- Connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- Created
At string - The creation time of the connection.
- Description string
- The description of the connection.
- Domain
Id string - The ID of the account that the connection belongs to.
- Enterprise
Project stringId - The enterprise project ID of the connection.
- Global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- Id string
- The instance ID.
- Is
Frozen bool - Whether the connection is frozen.
- Name string
- The name of the connection used to query.
- State string
- The status of the connection used to query.
- Updated
At string - The latest update time of the connection.
- bandwidth_
size number - The bandwidth size in Mbit/s.
- bandwidth_
type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- central_
network_ stringid - The ID of the central network to which the connections belong.
- central_
network_ stringplane_ id - The ID of the central network plane that the connection belongs to.
- connection_
point_ list(object)pairs - The two connection endpoints. The connection_point_pair structure is documented below.
- connection_
type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- created_
at string - The creation time of the connection.
- description string
- The description of the connection.
- domain_
id string - The ID of the account that the connection belongs to.
- enterprise_
project_ stringid - The enterprise project ID of the connection.
- global_
connection_ stringbandwidth_ id - The global connection bandwidth ID used to query.
- id string
- The instance ID.
- is_
frozen bool - Whether the connection is frozen.
- name string
- The name of the connection used to query.
- state string
- The status of the connection used to query.
- updated_
at string - The latest update time of the connection.
- bandwidth
Size Double - The bandwidth size in Mbit/s.
- bandwidth
Type String - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- central
Network StringId - The ID of the central network to which the connections belong.
- central
Network StringPlane Id - The ID of the central network plane that the connection belongs to.
- connection
Point List<GetPairs Cc Central Network Connections V3Connection Connection Point Pair> - The two connection endpoints. The connection_point_pair structure is documented below.
- connection
Type String - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- created
At String - The creation time of the connection.
- description String
- The description of the connection.
- domain
Id String - The ID of the account that the connection belongs to.
- enterprise
Project StringId - The enterprise project ID of the connection.
- global
Connection StringBandwidth Id - The global connection bandwidth ID used to query.
- id String
- The instance ID.
- is
Frozen Boolean - Whether the connection is frozen.
- name String
- The name of the connection used to query.
- state String
- The status of the connection used to query.
- updated
At String - The latest update time of the connection.
- bandwidth
Size number - The bandwidth size in Mbit/s.
- bandwidth
Type string - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- central
Network stringId - The ID of the central network to which the connections belong.
- central
Network stringPlane Id - The ID of the central network plane that the connection belongs to.
- connection
Point GetPairs Cc Central Network Connections V3Connection Connection Point Pair[] - The two connection endpoints. The connection_point_pair structure is documented below.
- connection
Type string - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- created
At string - The creation time of the connection.
- description string
- The description of the connection.
- domain
Id string - The ID of the account that the connection belongs to.
- enterprise
Project stringId - The enterprise project ID of the connection.
- global
Connection stringBandwidth Id - The global connection bandwidth ID used to query.
- id string
- The instance ID.
- is
Frozen boolean - Whether the connection is frozen.
- name string
- The name of the connection used to query.
- state string
- The status of the connection used to query.
- updated
At string - The latest update time of the connection.
- bandwidth_
size float - The bandwidth size in Mbit/s.
- bandwidth_
type str - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- central_
network_ strid - The ID of the central network to which the connections belong.
- central_
network_ strplane_ id - The ID of the central network plane that the connection belongs to.
- connection_
point_ Sequence[Getpairs Cc Central Network Connections V3Connection Connection Point Pair] - The two connection endpoints. The connection_point_pair structure is documented below.
- connection_
type str - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- created_
at str - The creation time of the connection.
- description str
- The description of the connection.
- domain_
id str - The ID of the account that the connection belongs to.
- enterprise_
project_ strid - The enterprise project ID of the connection.
- global_
connection_ strbandwidth_ id - The global connection bandwidth ID used to query.
- id str
- The instance ID.
- is_
frozen bool - Whether the connection is frozen.
- name str
- The name of the connection used to query.
- state str
- The status of the connection used to query.
- updated_
at str - The latest update time of the connection.
- bandwidth
Size Number - The bandwidth size in Mbit/s.
- bandwidth
Type String - The bandwidth type used to query. The value can be BandwidthPackage or TestBandwidth.
- central
Network StringId - The ID of the central network to which the connections belong.
- central
Network StringPlane Id - The ID of the central network plane that the connection belongs to.
- connection
Point List<Property Map>Pairs - The two connection endpoints. The connection_point_pair structure is documented below.
- connection
Type String - The connection type used to query. The value can be ER-ER, ER-GDGW or ER-ER_ROUTE_TABLE.
- created
At String - The creation time of the connection.
- description String
- The description of the connection.
- domain
Id String - The ID of the account that the connection belongs to.
- enterprise
Project StringId - The enterprise project ID of the connection.
- global
Connection StringBandwidth Id - The global connection bandwidth ID used to query.
- id String
- The instance ID.
- is
Frozen Boolean - Whether the connection is frozen.
- name String
- The name of the connection used to query.
- state String
- The status of the connection used to query.
- updated
At String - The latest update time of the connection.
GetCcCentralNetworkConnectionsV3ConnectionConnectionPointPair
- Id string
- The instance ID.
- Instance
Id string - The connection endpoint ID.
- Parent
Instance stringId - The parent resource ID.
- Project
Id string - The project ID.
- Region
Id string - The region ID.
- Site
Code string - The geographic site code.
- Type string
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- Id string
- The instance ID.
- Instance
Id string - The connection endpoint ID.
- Parent
Instance stringId - The parent resource ID.
- Project
Id string - The project ID.
- Region
Id string - The region ID.
- Site
Code string - The geographic site code.
- Type string
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- id string
- The instance ID.
- instance_
id string - The connection endpoint ID.
- parent_
instance_ stringid - The parent resource ID.
- project_
id string - The project ID.
- region_
id string - The region ID.
- site_
code string - The geographic site code.
- type string
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- id String
- The instance ID.
- instance
Id String - The connection endpoint ID.
- parent
Instance StringId - The parent resource ID.
- project
Id String - The project ID.
- region
Id String - The region ID.
- site
Code String - The geographic site code.
- type String
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- id string
- The instance ID.
- instance
Id string - The connection endpoint ID.
- parent
Instance stringId - The parent resource ID.
- project
Id string - The project ID.
- region
Id string - The region ID.
- site
Code string - The geographic site code.
- type string
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- id str
- The instance ID.
- instance_
id str - The connection endpoint ID.
- parent_
instance_ strid - The parent resource ID.
- project_
id str - The project ID.
- region_
id str - The region ID.
- site_
code str - The geographic site code.
- type str
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
- id String
- The instance ID.
- instance
Id String - The connection endpoint ID.
- parent
Instance StringId - The parent resource ID.
- project
Id String - The project ID.
- region
Id String - The region ID.
- site
Code String - The geographic site code.
- type String
- The resource type. The value can be ER, GDGW or ER_ROUTE_TABLE.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
published on Friday, Jul 31, 2026 by opentelekomcloud