1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. DirectConnectV2
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.DirectConnectV2

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Up-to-date reference of API arguments for Direct Connect (DCaaS) you can get at documentation portal

    Example usage


    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const directConnect = new opentelekomcloud.DirectConnectV2("directConnect", {
        adminStateUp: true,
        bandwidth: 100,
        location: "location",
        portType: "port_type",
        providerName: "provider_name",
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    direct_connect = opentelekomcloud.DirectConnectV2("directConnect",
        admin_state_up=True,
        bandwidth=100,
        location="location",
        port_type="port_type",
        provider_name="provider_name")
    
    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.NewDirectConnectV2(ctx, "directConnect", &opentelekomcloud.DirectConnectV2Args{
    			AdminStateUp: pulumi.Bool(true),
    			Bandwidth:    pulumi.Float64(100),
    			Location:     pulumi.String("location"),
    			PortType:     pulumi.String("port_type"),
    			ProviderName: pulumi.String("provider_name"),
    		})
    		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 = new Opentelekomcloud.DirectConnectV2("directConnect", new()
        {
            AdminStateUp = true,
            Bandwidth = 100,
            Location = "location",
            PortType = "port_type",
            ProviderName = "provider_name",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.opentelekomcloud.DirectConnectV2;
    import com.pulumi.opentelekomcloud.DirectConnectV2Args;
    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) {
            var directConnect = new DirectConnectV2("directConnect", DirectConnectV2Args.builder()
                .adminStateUp(true)
                .bandwidth(100)
                .location("location")
                .portType("port_type")
                .providerName("provider_name")
                .build());
    
        }
    }
    
    resources:
      directConnect:
        type: opentelekomcloud:DirectConnectV2
        properties:
          adminStateUp: true
          bandwidth: 100
          location: location
          portType: port_type
          providerName: provider_name
    

    Create DirectConnectV2 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DirectConnectV2(name: string, args: DirectConnectV2Args, opts?: CustomResourceOptions);
    @overload
    def DirectConnectV2(resource_name: str,
                        args: DirectConnectV2Args,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def DirectConnectV2(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        provider_name: Optional[str] = None,
                        peer_location: Optional[str] = None,
                        charge_mode: Optional[str] = None,
                        description: Optional[str] = None,
                        device_id: Optional[str] = None,
                        hosting_id: Optional[str] = None,
                        interface_name: Optional[str] = None,
                        location: Optional[str] = None,
                        name: Optional[str] = None,
                        admin_state_up: Optional[bool] = None,
                        order_id: Optional[str] = None,
                        bandwidth: Optional[float] = None,
                        product_id: Optional[str] = None,
                        port_type: Optional[str] = None,
                        provider_status: Optional[str] = None,
                        redundant_id: Optional[str] = None,
                        status: Optional[str] = None,
                        tenant_id: Optional[str] = None,
                        timeouts: Optional[DirectConnectV2TimeoutsArgs] = None,
                        type: Optional[str] = None,
                        vlan: Optional[float] = None)
    func NewDirectConnectV2(ctx *Context, name string, args DirectConnectV2Args, opts ...ResourceOption) (*DirectConnectV2, error)
    public DirectConnectV2(string name, DirectConnectV2Args args, CustomResourceOptions? opts = null)
    public DirectConnectV2(String name, DirectConnectV2Args args)
    public DirectConnectV2(String name, DirectConnectV2Args args, CustomResourceOptions options)
    
    type: opentelekomcloud:DirectConnectV2
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DirectConnectV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DirectConnectV2Args
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DirectConnectV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DirectConnectV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DirectConnectV2Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var directConnectV2Resource = new Opentelekomcloud.DirectConnectV2("directConnectV2Resource", new()
    {
        ProviderName = "string",
        PeerLocation = "string",
        ChargeMode = "string",
        Description = "string",
        DeviceId = "string",
        HostingId = "string",
        InterfaceName = "string",
        Location = "string",
        Name = "string",
        AdminStateUp = false,
        OrderId = "string",
        Bandwidth = 0,
        ProductId = "string",
        PortType = "string",
        ProviderStatus = "string",
        RedundantId = "string",
        Status = "string",
        TenantId = "string",
        Timeouts = new Opentelekomcloud.Inputs.DirectConnectV2TimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
        Type = "string",
        Vlan = 0,
    });
    
    example, err := opentelekomcloud.NewDirectConnectV2(ctx, "directConnectV2Resource", &opentelekomcloud.DirectConnectV2Args{
    	ProviderName:   pulumi.String("string"),
    	PeerLocation:   pulumi.String("string"),
    	ChargeMode:     pulumi.String("string"),
    	Description:    pulumi.String("string"),
    	DeviceId:       pulumi.String("string"),
    	HostingId:      pulumi.String("string"),
    	InterfaceName:  pulumi.String("string"),
    	Location:       pulumi.String("string"),
    	Name:           pulumi.String("string"),
    	AdminStateUp:   pulumi.Bool(false),
    	OrderId:        pulumi.String("string"),
    	Bandwidth:      pulumi.Float64(0),
    	ProductId:      pulumi.String("string"),
    	PortType:       pulumi.String("string"),
    	ProviderStatus: pulumi.String("string"),
    	RedundantId:    pulumi.String("string"),
    	Status:         pulumi.String("string"),
    	TenantId:       pulumi.String("string"),
    	Timeouts: &opentelekomcloud.DirectConnectV2TimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    	Type: pulumi.String("string"),
    	Vlan: pulumi.Float64(0),
    })
    
    var directConnectV2Resource = new DirectConnectV2("directConnectV2Resource", DirectConnectV2Args.builder()
        .providerName("string")
        .peerLocation("string")
        .chargeMode("string")
        .description("string")
        .deviceId("string")
        .hostingId("string")
        .interfaceName("string")
        .location("string")
        .name("string")
        .adminStateUp(false)
        .orderId("string")
        .bandwidth(0)
        .productId("string")
        .portType("string")
        .providerStatus("string")
        .redundantId("string")
        .status("string")
        .tenantId("string")
        .timeouts(DirectConnectV2TimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .type("string")
        .vlan(0)
        .build());
    
    direct_connect_v2_resource = opentelekomcloud.DirectConnectV2("directConnectV2Resource",
        provider_name="string",
        peer_location="string",
        charge_mode="string",
        description="string",
        device_id="string",
        hosting_id="string",
        interface_name="string",
        location="string",
        name="string",
        admin_state_up=False,
        order_id="string",
        bandwidth=0,
        product_id="string",
        port_type="string",
        provider_status="string",
        redundant_id="string",
        status="string",
        tenant_id="string",
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        },
        type="string",
        vlan=0)
    
    const directConnectV2Resource = new opentelekomcloud.DirectConnectV2("directConnectV2Resource", {
        providerName: "string",
        peerLocation: "string",
        chargeMode: "string",
        description: "string",
        deviceId: "string",
        hostingId: "string",
        interfaceName: "string",
        location: "string",
        name: "string",
        adminStateUp: false,
        orderId: "string",
        bandwidth: 0,
        productId: "string",
        portType: "string",
        providerStatus: "string",
        redundantId: "string",
        status: "string",
        tenantId: "string",
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
        type: "string",
        vlan: 0,
    });
    
    type: opentelekomcloud:DirectConnectV2
    properties:
        adminStateUp: false
        bandwidth: 0
        chargeMode: string
        description: string
        deviceId: string
        hostingId: string
        interfaceName: string
        location: string
        name: string
        orderId: string
        peerLocation: string
        portType: string
        productId: string
        providerName: string
        providerStatus: string
        redundantId: string
        status: string
        tenantId: string
        timeouts:
            create: string
            delete: string
            update: string
        type: string
        vlan: 0
    

    DirectConnectV2 Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DirectConnectV2 resource accepts the following input properties:

    providerName String
    adminStateUp Boolean
    bandwidth Double
    chargeMode String
    description String
    deviceId String
    hostingId String
    interfaceName String
    location String
    name String
    orderId String
    peerLocation String
    portType String
    productId String
    providerStatus String
    redundantId String
    status String
    tenantId String
    timeouts DirectConnectV2Timeouts
    type String
    vlan Double
    providerName string
    adminStateUp boolean
    bandwidth number
    chargeMode string
    description string
    deviceId string
    hostingId string
    interfaceName string
    location string
    name string
    orderId string
    peerLocation string
    portType string
    productId string
    providerStatus string
    redundantId string
    status string
    tenantId string
    timeouts DirectConnectV2Timeouts
    type string
    vlan number
    providerName String
    adminStateUp Boolean
    bandwidth Number
    chargeMode String
    description String
    deviceId String
    hostingId String
    interfaceName String
    location String
    name String
    orderId String
    peerLocation String
    portType String
    productId String
    providerStatus String
    redundantId String
    status String
    tenantId String
    timeouts Property Map
    type String
    vlan Number

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DirectConnectV2 resource produces the following output properties:

    Applicant string
    (String) - This is a reserved field, which is not used currently.
    ApplyTime string
    (String) - Specifies the time when the connection was requested.
    BuildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    CableLabel string
    (String) - This is a reserved field, which is not used currently.
    CreateTime string
    (String) - Specifies the time when the connection is created.
    DeleteTime string
    (String) - Specifies the time when the connection was deleted.
    Email string
    (String) - This is a reserved field, which is not used currently.
    Id string
    The provider-assigned unique ID for this managed resource.
    LagId string
    (String) - This is a reserved field, which is not used currently.
    LastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    Mobile string
    (String) - This is a reserved field, which is not used currently.
    OnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    PeerPortType string
    (String) - This is a reserved field, which is not used currently.
    PeerProvider string
    (String) - This is a reserved field, which is not used currently.
    PeriodNum double
    (Number) - This is a reserved field, which is not used currently.
    PeriodType double
    (Number) - This is a reserved field, which is not used currently.
    Reason string
    (String) - This is a reserved field, which is not used currently.
    RegionId string
    (String) - Specifies the region ID.
    ServiceKey string
    (String) - This is a reserved field, which is not used currently.
    SpecCode string
    (String) - This is a reserved field, which is not used currently.
    VgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    Applicant string
    (String) - This is a reserved field, which is not used currently.
    ApplyTime string
    (String) - Specifies the time when the connection was requested.
    BuildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    CableLabel string
    (String) - This is a reserved field, which is not used currently.
    CreateTime string
    (String) - Specifies the time when the connection is created.
    DeleteTime string
    (String) - Specifies the time when the connection was deleted.
    Email string
    (String) - This is a reserved field, which is not used currently.
    Id string
    The provider-assigned unique ID for this managed resource.
    LagId string
    (String) - This is a reserved field, which is not used currently.
    LastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    Mobile string
    (String) - This is a reserved field, which is not used currently.
    OnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    PeerPortType string
    (String) - This is a reserved field, which is not used currently.
    PeerProvider string
    (String) - This is a reserved field, which is not used currently.
    PeriodNum float64
    (Number) - This is a reserved field, which is not used currently.
    PeriodType float64
    (Number) - This is a reserved field, which is not used currently.
    Reason string
    (String) - This is a reserved field, which is not used currently.
    RegionId string
    (String) - Specifies the region ID.
    ServiceKey string
    (String) - This is a reserved field, which is not used currently.
    SpecCode string
    (String) - This is a reserved field, which is not used currently.
    VgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    applicant String
    (String) - This is a reserved field, which is not used currently.
    applyTime String
    (String) - Specifies the time when the connection was requested.
    buildingLineProductId String
    (String) - This is a reserved field, which is not used currently.
    cableLabel String
    (String) - This is a reserved field, which is not used currently.
    createTime String
    (String) - Specifies the time when the connection is created.
    deleteTime String
    (String) - Specifies the time when the connection was deleted.
    email String
    (String) - This is a reserved field, which is not used currently.
    id String
    The provider-assigned unique ID for this managed resource.
    lagId String
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId String
    (String) - This is a reserved field, which is not used currently.
    mobile String
    (String) - This is a reserved field, which is not used currently.
    onestopProductId String
    (String) - This is a reserved field, which is not used currently.
    peerPortType String
    (String) - This is a reserved field, which is not used currently.
    peerProvider String
    (String) - This is a reserved field, which is not used currently.
    periodNum Double
    (Number) - This is a reserved field, which is not used currently.
    periodType Double
    (Number) - This is a reserved field, which is not used currently.
    reason String
    (String) - This is a reserved field, which is not used currently.
    regionId String
    (String) - Specifies the region ID.
    serviceKey String
    (String) - This is a reserved field, which is not used currently.
    specCode String
    (String) - This is a reserved field, which is not used currently.
    vgwType String
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    applicant string
    (String) - This is a reserved field, which is not used currently.
    applyTime string
    (String) - Specifies the time when the connection was requested.
    buildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    cableLabel string
    (String) - This is a reserved field, which is not used currently.
    createTime string
    (String) - Specifies the time when the connection is created.
    deleteTime string
    (String) - Specifies the time when the connection was deleted.
    email string
    (String) - This is a reserved field, which is not used currently.
    id string
    The provider-assigned unique ID for this managed resource.
    lagId string
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    mobile string
    (String) - This is a reserved field, which is not used currently.
    onestopProductId string
    (String) - This is a reserved field, which is not used currently.
    peerPortType string
    (String) - This is a reserved field, which is not used currently.
    peerProvider string
    (String) - This is a reserved field, which is not used currently.
    periodNum number
    (Number) - This is a reserved field, which is not used currently.
    periodType number
    (Number) - This is a reserved field, which is not used currently.
    reason string
    (String) - This is a reserved field, which is not used currently.
    regionId string
    (String) - Specifies the region ID.
    serviceKey string
    (String) - This is a reserved field, which is not used currently.
    specCode string
    (String) - This is a reserved field, which is not used currently.
    vgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    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.
    building_line_product_id str
    (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.
    create_time str
    (String) - Specifies the time when the connection is created.
    delete_time str
    (String) - Specifies the time when the connection was deleted.
    email str
    (String) - This is a reserved field, which is not used currently.
    id str
    The provider-assigned unique ID for this managed resource.
    lag_id str
    (String) - This is a reserved field, which is not used currently.
    last_onestop_product_id str
    (String) - This is a reserved field, which is not used currently.
    mobile str
    (String) - This is a reserved field, which is not used currently.
    onestop_product_id str
    (String) - This is a reserved field, which is not used currently.
    peer_port_type str
    (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.
    reason str
    (String) - This is a reserved field, which is not used currently.
    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.
    vgw_type str
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    applicant String
    (String) - This is a reserved field, which is not used currently.
    applyTime String
    (String) - Specifies the time when the connection was requested.
    buildingLineProductId String
    (String) - This is a reserved field, which is not used currently.
    cableLabel String
    (String) - This is a reserved field, which is not used currently.
    createTime String
    (String) - Specifies the time when the connection is created.
    deleteTime String
    (String) - Specifies the time when the connection was deleted.
    email String
    (String) - This is a reserved field, which is not used currently.
    id String
    The provider-assigned unique ID for this managed resource.
    lagId String
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId String
    (String) - This is a reserved field, which is not used currently.
    mobile String
    (String) - This is a reserved field, which is not used currently.
    onestopProductId String
    (String) - This is a reserved field, which is not used currently.
    peerPortType String
    (String) - This is a reserved field, which is not used currently.
    peerProvider String
    (String) - This is a reserved field, which is not used currently.
    periodNum Number
    (Number) - This is a reserved field, which is not used currently.
    periodType Number
    (Number) - This is a reserved field, which is not used currently.
    reason String
    (String) - This is a reserved field, which is not used currently.
    regionId String
    (String) - Specifies the region ID.
    serviceKey String
    (String) - This is a reserved field, which is not used currently.
    specCode String
    (String) - This is a reserved field, which is not used currently.
    vgwType String
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.

    Look up Existing DirectConnectV2 Resource

    Get an existing DirectConnectV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DirectConnectV2State, opts?: CustomResourceOptions): DirectConnectV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_state_up: Optional[bool] = None,
            applicant: Optional[str] = None,
            apply_time: Optional[str] = None,
            bandwidth: Optional[float] = None,
            building_line_product_id: Optional[str] = None,
            cable_label: Optional[str] = None,
            charge_mode: Optional[str] = None,
            create_time: Optional[str] = None,
            delete_time: Optional[str] = None,
            description: Optional[str] = None,
            device_id: Optional[str] = None,
            email: Optional[str] = None,
            hosting_id: Optional[str] = None,
            interface_name: Optional[str] = None,
            lag_id: Optional[str] = None,
            last_onestop_product_id: Optional[str] = None,
            location: Optional[str] = None,
            mobile: Optional[str] = None,
            name: Optional[str] = None,
            onestop_product_id: Optional[str] = None,
            order_id: Optional[str] = None,
            peer_location: Optional[str] = None,
            peer_port_type: Optional[str] = None,
            peer_provider: Optional[str] = None,
            period_num: Optional[float] = None,
            period_type: Optional[float] = None,
            port_type: Optional[str] = None,
            product_id: Optional[str] = None,
            provider_name: Optional[str] = None,
            provider_status: Optional[str] = None,
            reason: Optional[str] = None,
            redundant_id: Optional[str] = None,
            region_id: Optional[str] = None,
            service_key: Optional[str] = None,
            spec_code: Optional[str] = None,
            status: Optional[str] = None,
            tenant_id: Optional[str] = None,
            timeouts: Optional[DirectConnectV2TimeoutsArgs] = None,
            type: Optional[str] = None,
            vgw_type: Optional[str] = None,
            vlan: Optional[float] = None) -> DirectConnectV2
    func GetDirectConnectV2(ctx *Context, name string, id IDInput, state *DirectConnectV2State, opts ...ResourceOption) (*DirectConnectV2, error)
    public static DirectConnectV2 Get(string name, Input<string> id, DirectConnectV2State? state, CustomResourceOptions? opts = null)
    public static DirectConnectV2 get(String name, Output<String> id, DirectConnectV2State state, CustomResourceOptions options)
    resources:  _:    type: opentelekomcloud:DirectConnectV2    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdminStateUp bool
    Applicant string
    (String) - This is a reserved field, which is not used currently.
    ApplyTime string
    (String) - Specifies the time when the connection was requested.
    Bandwidth double
    BuildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    CableLabel string
    (String) - This is a reserved field, which is not used currently.
    ChargeMode string
    CreateTime string
    (String) - Specifies the time when the connection is created.
    DeleteTime string
    (String) - Specifies the time when the connection was deleted.
    Description string
    DeviceId string
    Email string
    (String) - This is a reserved field, which is not used currently.
    HostingId string
    InterfaceName string
    LagId string
    (String) - This is a reserved field, which is not used currently.
    LastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    Location string
    Mobile string
    (String) - This is a reserved field, which is not used currently.
    Name string
    OnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    OrderId string
    PeerLocation string
    PeerPortType string
    (String) - This is a reserved field, which is not used currently.
    PeerProvider string
    (String) - This is a reserved field, which is not used currently.
    PeriodNum double
    (Number) - This is a reserved field, which is not used currently.
    PeriodType double
    (Number) - This is a reserved field, which is not used currently.
    PortType string
    ProductId string
    ProviderName string
    ProviderStatus string
    Reason string
    (String) - This is a reserved field, which is not used currently.
    RedundantId string
    RegionId string
    (String) - Specifies the region ID.
    ServiceKey string
    (String) - This is a reserved field, which is not used currently.
    SpecCode string
    (String) - This is a reserved field, which is not used currently.
    Status string
    TenantId string
    Timeouts DirectConnectV2Timeouts
    Type string
    VgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    Vlan double
    AdminStateUp bool
    Applicant string
    (String) - This is a reserved field, which is not used currently.
    ApplyTime string
    (String) - Specifies the time when the connection was requested.
    Bandwidth float64
    BuildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    CableLabel string
    (String) - This is a reserved field, which is not used currently.
    ChargeMode string
    CreateTime string
    (String) - Specifies the time when the connection is created.
    DeleteTime string
    (String) - Specifies the time when the connection was deleted.
    Description string
    DeviceId string
    Email string
    (String) - This is a reserved field, which is not used currently.
    HostingId string
    InterfaceName string
    LagId string
    (String) - This is a reserved field, which is not used currently.
    LastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    Location string
    Mobile string
    (String) - This is a reserved field, which is not used currently.
    Name string
    OnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    OrderId string
    PeerLocation string
    PeerPortType string
    (String) - This is a reserved field, which is not used currently.
    PeerProvider string
    (String) - This is a reserved field, which is not used currently.
    PeriodNum float64
    (Number) - This is a reserved field, which is not used currently.
    PeriodType float64
    (Number) - This is a reserved field, which is not used currently.
    PortType string
    ProductId string
    ProviderName string
    ProviderStatus string
    Reason string
    (String) - This is a reserved field, which is not used currently.
    RedundantId string
    RegionId string
    (String) - Specifies the region ID.
    ServiceKey string
    (String) - This is a reserved field, which is not used currently.
    SpecCode string
    (String) - This is a reserved field, which is not used currently.
    Status string
    TenantId string
    Timeouts DirectConnectV2TimeoutsArgs
    Type string
    VgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    Vlan float64
    adminStateUp Boolean
    applicant String
    (String) - This is a reserved field, which is not used currently.
    applyTime String
    (String) - Specifies the time when the connection was requested.
    bandwidth Double
    buildingLineProductId String
    (String) - This is a reserved field, which is not used currently.
    cableLabel String
    (String) - This is a reserved field, which is not used currently.
    chargeMode String
    createTime String
    (String) - Specifies the time when the connection is created.
    deleteTime String
    (String) - Specifies the time when the connection was deleted.
    description String
    deviceId String
    email String
    (String) - This is a reserved field, which is not used currently.
    hostingId String
    interfaceName String
    lagId String
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId String
    (String) - This is a reserved field, which is not used currently.
    location String
    mobile String
    (String) - This is a reserved field, which is not used currently.
    name String
    onestopProductId String
    (String) - This is a reserved field, which is not used currently.
    orderId String
    peerLocation String
    peerPortType String
    (String) - This is a reserved field, which is not used currently.
    peerProvider String
    (String) - This is a reserved field, which is not used currently.
    periodNum Double
    (Number) - This is a reserved field, which is not used currently.
    periodType Double
    (Number) - This is a reserved field, which is not used currently.
    portType String
    productId String
    providerName String
    providerStatus String
    reason String
    (String) - This is a reserved field, which is not used currently.
    redundantId String
    regionId String
    (String) - Specifies the region ID.
    serviceKey String
    (String) - This is a reserved field, which is not used currently.
    specCode String
    (String) - This is a reserved field, which is not used currently.
    status String
    tenantId String
    timeouts DirectConnectV2Timeouts
    type String
    vgwType String
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    vlan Double
    adminStateUp boolean
    applicant string
    (String) - This is a reserved field, which is not used currently.
    applyTime string
    (String) - Specifies the time when the connection was requested.
    bandwidth number
    buildingLineProductId string
    (String) - This is a reserved field, which is not used currently.
    cableLabel string
    (String) - This is a reserved field, which is not used currently.
    chargeMode string
    createTime string
    (String) - Specifies the time when the connection is created.
    deleteTime string
    (String) - Specifies the time when the connection was deleted.
    description string
    deviceId string
    email string
    (String) - This is a reserved field, which is not used currently.
    hostingId string
    interfaceName string
    lagId string
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId string
    (String) - This is a reserved field, which is not used currently.
    location string
    mobile string
    (String) - This is a reserved field, which is not used currently.
    name string
    onestopProductId string
    (String) - This is a reserved field, which is not used currently.
    orderId string
    peerLocation string
    peerPortType string
    (String) - This is a reserved field, which is not used currently.
    peerProvider string
    (String) - This is a reserved field, which is not used currently.
    periodNum number
    (Number) - This is a reserved field, which is not used currently.
    periodType number
    (Number) - This is a reserved field, which is not used currently.
    portType string
    productId string
    providerName string
    providerStatus string
    reason string
    (String) - This is a reserved field, which is not used currently.
    redundantId string
    regionId string
    (String) - Specifies the region ID.
    serviceKey string
    (String) - This is a reserved field, which is not used currently.
    specCode string
    (String) - This is a reserved field, which is not used currently.
    status string
    tenantId string
    timeouts DirectConnectV2Timeouts
    type string
    vgwType string
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    vlan number
    admin_state_up bool
    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
    building_line_product_id str
    (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
    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
    device_id str
    email str
    (String) - This is a reserved field, which is not used currently.
    hosting_id str
    interface_name str
    lag_id str
    (String) - This is a reserved field, which is not used currently.
    last_onestop_product_id str
    (String) - This is a reserved field, which is not used currently.
    location str
    mobile str
    (String) - This is a reserved field, which is not used currently.
    name str
    onestop_product_id str
    (String) - This is a reserved field, which is not used currently.
    order_id str
    peer_location str
    peer_port_type str
    (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
    product_id str
    provider_name str
    provider_status str
    reason str
    (String) - This is a reserved field, which is not used currently.
    redundant_id 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
    tenant_id str
    timeouts DirectConnectV2TimeoutsArgs
    type str
    vgw_type str
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    vlan float
    adminStateUp Boolean
    applicant String
    (String) - This is a reserved field, which is not used currently.
    applyTime String
    (String) - Specifies the time when the connection was requested.
    bandwidth Number
    buildingLineProductId String
    (String) - This is a reserved field, which is not used currently.
    cableLabel String
    (String) - This is a reserved field, which is not used currently.
    chargeMode String
    createTime String
    (String) - Specifies the time when the connection is created.
    deleteTime String
    (String) - Specifies the time when the connection was deleted.
    description String
    deviceId String
    email String
    (String) - This is a reserved field, which is not used currently.
    hostingId String
    interfaceName String
    lagId String
    (String) - This is a reserved field, which is not used currently.
    lastOnestopProductId String
    (String) - This is a reserved field, which is not used currently.
    location String
    mobile String
    (String) - This is a reserved field, which is not used currently.
    name String
    onestopProductId String
    (String) - This is a reserved field, which is not used currently.
    orderId String
    peerLocation String
    peerPortType String
    (String) - This is a reserved field, which is not used currently.
    peerProvider String
    (String) - This is a reserved field, which is not used currently.
    periodNum Number
    (Number) - This is a reserved field, which is not used currently.
    periodType Number
    (Number) - This is a reserved field, which is not used currently.
    portType String
    productId String
    providerName String
    providerStatus String
    reason String
    (String) - This is a reserved field, which is not used currently.
    redundantId String
    regionId String
    (String) - Specifies the region ID.
    serviceKey String
    (String) - This is a reserved field, which is not used currently.
    specCode String
    (String) - This is a reserved field, which is not used currently.
    status String
    tenantId String
    timeouts Property Map
    type String
    vgwType String
    (String) - Specifies the type of the gateway. Currently, only the default type is supported.
    vlan Number

    Supporting Types

    DirectConnectV2Timeouts, DirectConnectV2TimeoutsArgs

    Create string
    Delete string
    Update string
    Create string
    Delete string
    Update string
    create String
    delete String
    update String
    create string
    delete string
    update string
    create str
    delete str
    update str
    create String
    delete String
    update String

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud