Viewing docs for opentelekomcloud 1.36.60
published on Thursday, Feb 26, 2026 by opentelekomcloud
published on Thursday, Feb 26, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.36.60
published on Thursday, Feb 26, 2026 by opentelekomcloud
published on Thursday, Feb 26, 2026 by opentelekomcloud
Up-to-date reference of API arguments for DCaaS connection you can get at documentation portal
Use this data source to get details about a specific Direct Connect (DCaaS) connection.
Example usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const directConnect = opentelekomcloud.getDirectConnectV2({
id: "direct_connect_id",
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
direct_connect = opentelekomcloud.get_direct_connect_v2(id="direct_connect_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opentelekomcloud.LookupDirectConnectV2(ctx, &opentelekomcloud.LookupDirectConnectV2Args{
Id: pulumi.StringRef("direct_connect_id"),
}, 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 directConnect = Opentelekomcloud.GetDirectConnectV2.Invoke(new()
{
Id = "direct_connect_id",
});
});
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.GetDirectConnectV2Args;
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 directConnect = OpentelekomcloudFunctions.getDirectConnectV2(GetDirectConnectV2Args.builder()
.id("direct_connect_id")
.build());
}
}
variables:
directConnect:
fn::invoke:
function: opentelekomcloud:getDirectConnectV2
arguments:
id: direct_connect_id
Using getDirectConnectV2
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 getDirectConnectV2(args: GetDirectConnectV2Args, opts?: InvokeOptions): Promise<GetDirectConnectV2Result>
function getDirectConnectV2Output(args: GetDirectConnectV2OutputArgs, opts?: InvokeOptions): Output<GetDirectConnectV2Result>def get_direct_connect_v2(bandwidth: Optional[float] = None,
description: Optional[str] = None,
device_id: Optional[str] = None,
id: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
port_type: Optional[str] = None,
region: Optional[str] = None,
vlan: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetDirectConnectV2Result
def get_direct_connect_v2_output(bandwidth: Optional[pulumi.Input[float]] = None,
description: Optional[pulumi.Input[str]] = None,
device_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
port_type: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
vlan: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDirectConnectV2Result]func LookupDirectConnectV2(ctx *Context, args *LookupDirectConnectV2Args, opts ...InvokeOption) (*LookupDirectConnectV2Result, error)
func LookupDirectConnectV2Output(ctx *Context, args *LookupDirectConnectV2OutputArgs, opts ...InvokeOption) LookupDirectConnectV2ResultOutput> Note: This function is named LookupDirectConnectV2 in the Go SDK.
public static class GetDirectConnectV2
{
public static Task<GetDirectConnectV2Result> InvokeAsync(GetDirectConnectV2Args args, InvokeOptions? opts = null)
public static Output<GetDirectConnectV2Result> Invoke(GetDirectConnectV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDirectConnectV2Result> getDirectConnectV2(GetDirectConnectV2Args args, InvokeOptions options)
public static Output<GetDirectConnectV2Result> getDirectConnectV2(GetDirectConnectV2Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getDirectConnectV2:getDirectConnectV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Bandwidth double
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- Description string
- (String) - Provides supplementary information about the connection.
- Device
Id string - (String) - Specifies the gateway device ID of the connection.
- Id string
- Specifies the direct connection ID.
- Location string
- (String) - Specifies the connection access location.
- Name string
- (String) - Specifies the connection name.
- Port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- Region string
- Vlan double
- (Number) - Specifies the VLAN ID of the connection.
- Bandwidth float64
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- Description string
- (String) - Provides supplementary information about the connection.
- Device
Id string - (String) - Specifies the gateway device ID of the connection.
- Id string
- Specifies the direct connection ID.
- Location string
- (String) - Specifies the connection access location.
- Name string
- (String) - Specifies the connection name.
- Port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- Region string
- Vlan float64
- (Number) - Specifies the VLAN ID of the connection.
- bandwidth Double
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- description String
- (String) - Provides supplementary information about the connection.
- device
Id String - (String) - Specifies the gateway device ID of the connection.
- id String
- Specifies the direct connection ID.
- location String
- (String) - Specifies the connection access location.
- name String
- (String) - Specifies the connection name.
- port
Type String - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- region String
- vlan Double
- (Number) - Specifies the VLAN ID of the connection.
- bandwidth number
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- description string
- (String) - Provides supplementary information about the connection.
- device
Id string - (String) - Specifies the gateway device ID of the connection.
- id string
- Specifies the direct connection ID.
- location string
- (String) - Specifies the connection access location.
- name string
- (String) - Specifies the connection name.
- port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- region string
- vlan number
- (Number) - Specifies the VLAN ID of the connection.
- bandwidth float
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- description str
- (String) - Provides supplementary information about the connection.
- device_
id str - (String) - Specifies the gateway device ID of the connection.
- id str
- Specifies the direct connection ID.
- location str
- (String) - Specifies the connection access location.
- name str
- (String) - Specifies the connection name.
- port_
type str - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- region str
- vlan float
- (Number) - Specifies the VLAN ID of the connection.
- bandwidth Number
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- description String
- (String) - Provides supplementary information about the connection.
- device
Id String - (String) - Specifies the gateway device ID of the connection.
- id String
- Specifies the direct connection ID.
- location String
- (String) - Specifies the connection access location.
- name String
- (String) - Specifies the connection name.
- port
Type String - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- region String
- vlan Number
- (Number) - Specifies the VLAN ID of the connection.
getDirectConnectV2 Result
The following output properties are available:
- Admin
State boolUp - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- Applicant string
- (String) - This is a reserved field, which is not used currently.
- Apply
Time string - (String) - Specifies the time when the connection was requested.
- Bandwidth double
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- Building
Line stringProduct Id - (String) - This is a reserved field, which is not used currently.
- Cable
Label string - (String) - This is a reserved field, which is not used currently.
- Charge
Mode string - (String) - Specifies the billing mode. The value can only be port for operations connections.
- Create
Time string - (String) - Specifies the time when the connection is created.
- Delete
Time string - (String) - Specifies the time when the connection was deleted.
- Description string
- (String) - Provides supplementary information about the connection.
- Device
Id string - (String) - Specifies the gateway device ID of the connection.
- Email string
- (String) - This is a reserved field, which is not used currently.
- Hosting
Id string - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- Id string
- (String) - Specifies the connection ID.
- Interface
Name string - (String) - Specifies the name of the interface accessed by the connection.
- Lag
Id string - (String) - This is a reserved field, which is not used currently.
- Last
Onestop stringProduct Id - (String) - This is a reserved field, which is not used currently.
- Location string
- (String) - Specifies the connection access location.
- Mobile string
- (String) - This is a reserved field, which is not used currently.
- Name string
- (String) - Specifies the connection name.
- Onestop
Product stringId - (String) - This is a reserved field, which is not used currently.
- Order
Id string - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- Peer
Location string - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- Peer
Port stringType - (String) - This is a reserved field, which is not used currently.
- Peer
Provider string - (String) - This is a reserved field, which is not used currently.
- Period
Num double - (Number) - This is a reserved field, which is not used currently.
- Period
Type double - (Number) - This is a reserved field, which is not used currently.
- Port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- Product
Id string - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- Provider
Name string - (String) - Specifies the carrier who provides the leased line.
- Provider
Status string - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- Reason string
- (String) - This is a reserved field, which is not used currently.
- Redundant
Id string - (String) - Specifies the ID of the redundant connection using the same gateway.
- Region string
- Region
Id string - (String) - Specifies the region ID.
- Service
Key string - (String) - This is a reserved field, which is not used currently.
- Spec
Code string - (String) - This is a reserved field, which is not used currently.
- Status string
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- Tenant
Id string - (String) - Specifies the project ID.
- Type string
- (String) - Specifies the connection type. The value can only be hosted.
- Vgw
Type string - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- Vlan double
- (Number) - Specifies the VLAN ID of the connection.
- Admin
State boolUp - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- Applicant string
- (String) - This is a reserved field, which is not used currently.
- Apply
Time string - (String) - Specifies the time when the connection was requested.
- Bandwidth float64
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- Building
Line stringProduct Id - (String) - This is a reserved field, which is not used currently.
- Cable
Label string - (String) - This is a reserved field, which is not used currently.
- Charge
Mode string - (String) - Specifies the billing mode. The value can only be port for operations connections.
- Create
Time string - (String) - Specifies the time when the connection is created.
- Delete
Time string - (String) - Specifies the time when the connection was deleted.
- Description string
- (String) - Provides supplementary information about the connection.
- Device
Id string - (String) - Specifies the gateway device ID of the connection.
- Email string
- (String) - This is a reserved field, which is not used currently.
- Hosting
Id string - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- Id string
- (String) - Specifies the connection ID.
- Interface
Name string - (String) - Specifies the name of the interface accessed by the connection.
- Lag
Id string - (String) - This is a reserved field, which is not used currently.
- Last
Onestop stringProduct Id - (String) - This is a reserved field, which is not used currently.
- Location string
- (String) - Specifies the connection access location.
- Mobile string
- (String) - This is a reserved field, which is not used currently.
- Name string
- (String) - Specifies the connection name.
- Onestop
Product stringId - (String) - This is a reserved field, which is not used currently.
- Order
Id string - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- Peer
Location string - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- Peer
Port stringType - (String) - This is a reserved field, which is not used currently.
- Peer
Provider string - (String) - This is a reserved field, which is not used currently.
- Period
Num float64 - (Number) - This is a reserved field, which is not used currently.
- Period
Type float64 - (Number) - This is a reserved field, which is not used currently.
- Port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- Product
Id string - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- Provider
Name string - (String) - Specifies the carrier who provides the leased line.
- Provider
Status string - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- Reason string
- (String) - This is a reserved field, which is not used currently.
- Redundant
Id string - (String) - Specifies the ID of the redundant connection using the same gateway.
- Region string
- Region
Id string - (String) - Specifies the region ID.
- Service
Key string - (String) - This is a reserved field, which is not used currently.
- Spec
Code string - (String) - This is a reserved field, which is not used currently.
- Status string
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- Tenant
Id string - (String) - Specifies the project ID.
- Type string
- (String) - Specifies the connection type. The value can only be hosted.
- Vgw
Type string - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- Vlan float64
- (Number) - Specifies the VLAN ID of the connection.
- admin
State BooleanUp - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- applicant String
- (String) - This is a reserved field, which is not used currently.
- apply
Time String - (String) - Specifies the time when the connection was requested.
- bandwidth Double
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- building
Line StringProduct Id - (String) - This is a reserved field, which is not used currently.
- cable
Label String - (String) - This is a reserved field, which is not used currently.
- charge
Mode String - (String) - Specifies the billing mode. The value can only be port for operations connections.
- create
Time String - (String) - Specifies the time when the connection is created.
- delete
Time String - (String) - Specifies the time when the connection was deleted.
- description String
- (String) - Provides supplementary information about the connection.
- device
Id String - (String) - Specifies the gateway device ID of the connection.
- email String
- (String) - This is a reserved field, which is not used currently.
- hosting
Id String - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- id String
- (String) - Specifies the connection ID.
- interface
Name String - (String) - Specifies the name of the interface accessed by the connection.
- lag
Id String - (String) - This is a reserved field, which is not used currently.
- last
Onestop StringProduct Id - (String) - This is a reserved field, which is not used currently.
- location String
- (String) - Specifies the connection access location.
- mobile String
- (String) - This is a reserved field, which is not used currently.
- name String
- (String) - Specifies the connection name.
- onestop
Product StringId - (String) - This is a reserved field, which is not used currently.
- order
Id String - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- peer
Location String - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- peer
Port StringType - (String) - This is a reserved field, which is not used currently.
- peer
Provider String - (String) - This is a reserved field, which is not used currently.
- period
Num Double - (Number) - This is a reserved field, which is not used currently.
- period
Type Double - (Number) - This is a reserved field, which is not used currently.
- port
Type String - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- product
Id String - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- provider
Name String - (String) - Specifies the carrier who provides the leased line.
- provider
Status String - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- reason String
- (String) - This is a reserved field, which is not used currently.
- redundant
Id String - (String) - Specifies the ID of the redundant connection using the same gateway.
- region String
- region
Id String - (String) - Specifies the region ID.
- service
Key String - (String) - This is a reserved field, which is not used currently.
- spec
Code String - (String) - This is a reserved field, which is not used currently.
- status String
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- tenant
Id String - (String) - Specifies the project ID.
- type String
- (String) - Specifies the connection type. The value can only be hosted.
- vgw
Type String - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- vlan Double
- (Number) - Specifies the VLAN ID of the connection.
- admin
State booleanUp - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- applicant string
- (String) - This is a reserved field, which is not used currently.
- apply
Time string - (String) - Specifies the time when the connection was requested.
- bandwidth number
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- building
Line stringProduct Id - (String) - This is a reserved field, which is not used currently.
- cable
Label string - (String) - This is a reserved field, which is not used currently.
- charge
Mode string - (String) - Specifies the billing mode. The value can only be port for operations connections.
- create
Time string - (String) - Specifies the time when the connection is created.
- delete
Time string - (String) - Specifies the time when the connection was deleted.
- description string
- (String) - Provides supplementary information about the connection.
- device
Id string - (String) - Specifies the gateway device ID of the connection.
- email string
- (String) - This is a reserved field, which is not used currently.
- hosting
Id string - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- id string
- (String) - Specifies the connection ID.
- interface
Name string - (String) - Specifies the name of the interface accessed by the connection.
- lag
Id string - (String) - This is a reserved field, which is not used currently.
- last
Onestop stringProduct Id - (String) - This is a reserved field, which is not used currently.
- location string
- (String) - Specifies the connection access location.
- mobile string
- (String) - This is a reserved field, which is not used currently.
- name string
- (String) - Specifies the connection name.
- onestop
Product stringId - (String) - This is a reserved field, which is not used currently.
- order
Id string - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- peer
Location string - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- peer
Port stringType - (String) - This is a reserved field, which is not used currently.
- peer
Provider string - (String) - This is a reserved field, which is not used currently.
- period
Num number - (Number) - This is a reserved field, which is not used currently.
- period
Type number - (Number) - This is a reserved field, which is not used currently.
- port
Type string - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- product
Id string - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- provider
Name string - (String) - Specifies the carrier who provides the leased line.
- provider
Status string - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- reason string
- (String) - This is a reserved field, which is not used currently.
- redundant
Id string - (String) - Specifies the ID of the redundant connection using the same gateway.
- region string
- region
Id string - (String) - Specifies the region ID.
- service
Key string - (String) - This is a reserved field, which is not used currently.
- spec
Code string - (String) - This is a reserved field, which is not used currently.
- status string
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- tenant
Id string - (String) - Specifies the project ID.
- type string
- (String) - Specifies the connection type. The value can only be hosted.
- vgw
Type string - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- vlan number
- (Number) - Specifies the VLAN ID of the connection.
- admin_
state_ boolup - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- applicant str
- (String) - This is a reserved field, which is not used currently.
- apply_
time str - (String) - Specifies the time when the connection was requested.
- bandwidth float
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- building_
line_ strproduct_ id - (String) - This is a reserved field, which is not used currently.
- cable_
label str - (String) - This is a reserved field, which is not used currently.
- charge_
mode str - (String) - Specifies the billing mode. The value can only be port for operations connections.
- create_
time str - (String) - Specifies the time when the connection is created.
- delete_
time str - (String) - Specifies the time when the connection was deleted.
- description str
- (String) - Provides supplementary information about the connection.
- device_
id str - (String) - Specifies the gateway device ID of the connection.
- email str
- (String) - This is a reserved field, which is not used currently.
- hosting_
id str - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- id str
- (String) - Specifies the connection ID.
- interface_
name str - (String) - Specifies the name of the interface accessed by the connection.
- lag_
id str - (String) - This is a reserved field, which is not used currently.
- last_
onestop_ strproduct_ id - (String) - This is a reserved field, which is not used currently.
- location str
- (String) - Specifies the connection access location.
- mobile str
- (String) - This is a reserved field, which is not used currently.
- name str
- (String) - Specifies the connection name.
- onestop_
product_ strid - (String) - This is a reserved field, which is not used currently.
- order_
id str - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- peer_
location str - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- peer_
port_ strtype - (String) - This is a reserved field, which is not used currently.
- peer_
provider str - (String) - This is a reserved field, which is not used currently.
- period_
num float - (Number) - This is a reserved field, which is not used currently.
- period_
type float - (Number) - This is a reserved field, which is not used currently.
- port_
type str - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- product_
id str - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- provider_
name str - (String) - Specifies the carrier who provides the leased line.
- provider_
status str - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- reason str
- (String) - This is a reserved field, which is not used currently.
- redundant_
id str - (String) - Specifies the ID of the redundant connection using the same gateway.
- region str
- region_
id str - (String) - Specifies the region ID.
- service_
key str - (String) - This is a reserved field, which is not used currently.
- spec_
code str - (String) - This is a reserved field, which is not used currently.
- status str
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- tenant_
id str - (String) - Specifies the project ID.
- type str
- (String) - Specifies the connection type. The value can only be hosted.
- vgw_
type str - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- vlan float
- (Number) - Specifies the VLAN ID of the connection.
- admin
State BooleanUp - (Boolean) - Specifies the administrative status of the connection. The value can be true or false.
- applicant String
- (String) - This is a reserved field, which is not used currently.
- apply
Time String - (String) - Specifies the time when the connection was requested.
- bandwidth Number
- (Number) - Specifies the bandwidth of the connection in Mbit/s.
- building
Line StringProduct Id - (String) - This is a reserved field, which is not used currently.
- cable
Label String - (String) - This is a reserved field, which is not used currently.
- charge
Mode String - (String) - Specifies the billing mode. The value can only be port for operations connections.
- create
Time String - (String) - Specifies the time when the connection is created.
- delete
Time String - (String) - Specifies the time when the connection was deleted.
- description String
- (String) - Provides supplementary information about the connection.
- device
Id String - (String) - Specifies the gateway device ID of the connection.
- email String
- (String) - This is a reserved field, which is not used currently.
- hosting
Id String - (String) - Specifies the ID of the operations connection on which the hosted connection is created.
- id String
- (String) - Specifies the connection ID.
- interface
Name String - (String) - Specifies the name of the interface accessed by the connection.
- lag
Id String - (String) - This is a reserved field, which is not used currently.
- last
Onestop StringProduct Id - (String) - This is a reserved field, which is not used currently.
- location String
- (String) - Specifies the connection access location.
- mobile String
- (String) - This is a reserved field, which is not used currently.
- name String
- (String) - Specifies the connection name.
- onestop
Product StringId - (String) - This is a reserved field, which is not used currently.
- order
Id String - (String) - Specifies the connection order ID, which is used to support duration-based billing and identify user orders.
- peer
Location String - (String) - Specifies the physical location of the peer device accessed by the connection, specific to the street or data center name.
- peer
Port StringType - (String) - This is a reserved field, which is not used currently.
- peer
Provider String - (String) - This is a reserved field, which is not used currently.
- period
Num Number - (Number) - This is a reserved field, which is not used currently.
- period
Type Number - (Number) - This is a reserved field, which is not used currently.
- port
Type String - (String) - Specifies the type of the port used by the connection. The value can be 1G, 10G, 40G, or 100G.
- product
Id String - (String) - Specifies the product ID corresponding to the connection's order, which is used to custom billing policies such as duration-based packages.
- provider
Name String - (String) - Specifies the carrier who provides the leased line.
- provider
Status String - (String) - Specifies the status of the carrier's leased line. The value can be ACTIVE or DOWN.
- reason String
- (String) - This is a reserved field, which is not used currently.
- redundant
Id String - (String) - Specifies the ID of the redundant connection using the same gateway.
- region String
- region
Id String - (String) - Specifies the region ID.
- service
Key String - (String) - This is a reserved field, which is not used currently.
- spec
Code String - (String) - This is a reserved field, which is not used currently.
- status String
- (String) - Specifies the connection status. The value can be ACTIVE, DOWN, BUILD, ERROR, PENDING_DELETE, DELETED, APPLY, DENY, PENDING_PAY, PAID, ORDERING, ACCEPT, or REJECTED.
- tenant
Id String - (String) - Specifies the project ID.
- type String
- (String) - Specifies the connection type. The value can only be hosted.
- vgw
Type String - (String) - Specifies the type of the gateway. Currently, only the default type is supported.
- vlan Number
- (Number) - Specifies the VLAN ID of the connection.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
Viewing docs for opentelekomcloud 1.36.60
published on Thursday, Feb 26, 2026 by opentelekomcloud
published on Thursday, Feb 26, 2026 by opentelekomcloud
