Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getCrossConnect
Explore with Pulumi AI
This data source provides details about a specific Cross Connect resource in Oracle Cloud Infrastructure Core service.
Gets the specified cross-connect’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCrossConnect = oci.Core.getCrossConnect({
    crossConnectId: testCrossConnectOciCoreCrossConnect.id,
});
import pulumi
import pulumi_oci as oci
test_cross_connect = oci.Core.get_cross_connect(cross_connect_id=test_cross_connect_oci_core_cross_connect["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.GetCrossConnect(ctx, &core.GetCrossConnectArgs{
			CrossConnectId: testCrossConnectOciCoreCrossConnect.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testCrossConnect = Oci.Core.GetCrossConnect.Invoke(new()
    {
        CrossConnectId = testCrossConnectOciCoreCrossConnect.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetCrossConnectArgs;
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 testCrossConnect = CoreFunctions.getCrossConnect(GetCrossConnectArgs.builder()
            .crossConnectId(testCrossConnectOciCoreCrossConnect.id())
            .build());
    }
}
variables:
  testCrossConnect:
    fn::invoke:
      function: oci:Core:getCrossConnect
      arguments:
        crossConnectId: ${testCrossConnectOciCoreCrossConnect.id}
Using getCrossConnect
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 getCrossConnect(args: GetCrossConnectArgs, opts?: InvokeOptions): Promise<GetCrossConnectResult>
function getCrossConnectOutput(args: GetCrossConnectOutputArgs, opts?: InvokeOptions): Output<GetCrossConnectResult>def get_cross_connect(cross_connect_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetCrossConnectResult
def get_cross_connect_output(cross_connect_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetCrossConnectResult]func LookupCrossConnect(ctx *Context, args *LookupCrossConnectArgs, opts ...InvokeOption) (*LookupCrossConnectResult, error)
func LookupCrossConnectOutput(ctx *Context, args *LookupCrossConnectOutputArgs, opts ...InvokeOption) LookupCrossConnectResultOutput> Note: This function is named LookupCrossConnect in the Go SDK.
public static class GetCrossConnect 
{
    public static Task<GetCrossConnectResult> InvokeAsync(GetCrossConnectArgs args, InvokeOptions? opts = null)
    public static Output<GetCrossConnectResult> Invoke(GetCrossConnectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCrossConnectResult> getCrossConnect(GetCrossConnectArgs args, InvokeOptions options)
public static Output<GetCrossConnectResult> getCrossConnect(GetCrossConnectArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getCrossConnect:getCrossConnect
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CrossConnect stringId 
- The OCID of the cross-connect.
- CrossConnect stringId 
- The OCID of the cross-connect.
- crossConnect StringId 
- The OCID of the cross-connect.
- crossConnect stringId 
- The OCID of the cross-connect.
- cross_connect_ strid 
- The OCID of the cross-connect.
- crossConnect StringId 
- The OCID of the cross-connect.
getCrossConnect Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment containing the cross-connect group.
- CrossConnect stringGroup Id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- CrossConnect stringId 
- CustomerReference stringName 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- FarCross stringConnect Or Cross Connect Group Id 
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The cross-connect's Oracle ID (OCID).
- IsActive bool
- LocationName string
- The name of the FastConnect location where this cross-connect is installed.
- MacsecProperties List<GetCross Connect Macsec Property> 
- Properties used for MACsec (if capable).
- NearCross stringConnect Or Cross Connect Group Id 
- OciLogical stringDevice Name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- OciPhysical stringDevice Name 
- The FastConnect device that terminates the physical connection.
- PortName string
- A string identifying the meet-me room port for this cross-connect.
- PortSpeed stringShape Name 
- The port speed for this cross-connect. Example: 10 Gbps
- State string
- The cross-connect's current state.
- TimeCreated string
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- CompartmentId string
- The OCID of the compartment containing the cross-connect group.
- CrossConnect stringGroup Id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- CrossConnect stringId 
- CustomerReference stringName 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- FarCross stringConnect Or Cross Connect Group Id 
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The cross-connect's Oracle ID (OCID).
- IsActive bool
- LocationName string
- The name of the FastConnect location where this cross-connect is installed.
- MacsecProperties []GetCross Connect Macsec Property 
- Properties used for MACsec (if capable).
- NearCross stringConnect Or Cross Connect Group Id 
- OciLogical stringDevice Name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- OciPhysical stringDevice Name 
- The FastConnect device that terminates the physical connection.
- PortName string
- A string identifying the meet-me room port for this cross-connect.
- PortSpeed stringShape Name 
- The port speed for this cross-connect. Example: 10 Gbps
- State string
- The cross-connect's current state.
- TimeCreated string
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment containing the cross-connect group.
- crossConnect StringGroup Id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- crossConnect StringId 
- customerReference StringName 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- farCross StringConnect Or Cross Connect Group Id 
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The cross-connect's Oracle ID (OCID).
- isActive Boolean
- locationName String
- The name of the FastConnect location where this cross-connect is installed.
- macsecProperties List<GetCross Connect Macsec Property> 
- Properties used for MACsec (if capable).
- nearCross StringConnect Or Cross Connect Group Id 
- ociLogical StringDevice Name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- ociPhysical StringDevice Name 
- The FastConnect device that terminates the physical connection.
- portName String
- A string identifying the meet-me room port for this cross-connect.
- portSpeed StringShape Name 
- The port speed for this cross-connect. Example: 10 Gbps
- state String
- The cross-connect's current state.
- timeCreated String
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId string
- The OCID of the compartment containing the cross-connect group.
- crossConnect stringGroup Id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- crossConnect stringId 
- customerReference stringName 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- farCross stringConnect Or Cross Connect Group Id 
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The cross-connect's Oracle ID (OCID).
- isActive boolean
- locationName string
- The name of the FastConnect location where this cross-connect is installed.
- macsecProperties GetCross Connect Macsec Property[] 
- Properties used for MACsec (if capable).
- nearCross stringConnect Or Cross Connect Group Id 
- ociLogical stringDevice Name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- ociPhysical stringDevice Name 
- The FastConnect device that terminates the physical connection.
- portName string
- A string identifying the meet-me room port for this cross-connect.
- portSpeed stringShape Name 
- The port speed for this cross-connect. Example: 10 Gbps
- state string
- The cross-connect's current state.
- timeCreated string
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartment_id str
- The OCID of the compartment containing the cross-connect group.
- cross_connect_ strgroup_ id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- cross_connect_ strid 
- customer_reference_ strname 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- far_cross_ strconnect_ or_ cross_ connect_ group_ id 
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The cross-connect's Oracle ID (OCID).
- is_active bool
- location_name str
- The name of the FastConnect location where this cross-connect is installed.
- macsec_properties Sequence[GetCross Connect Macsec Property] 
- Properties used for MACsec (if capable).
- near_cross_ strconnect_ or_ cross_ connect_ group_ id 
- oci_logical_ strdevice_ name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- oci_physical_ strdevice_ name 
- The FastConnect device that terminates the physical connection.
- port_name str
- A string identifying the meet-me room port for this cross-connect.
- port_speed_ strshape_ name 
- The port speed for this cross-connect. Example: 10 Gbps
- state str
- The cross-connect's current state.
- time_created str
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment containing the cross-connect group.
- crossConnect StringGroup Id 
- The OCID of the cross-connect group this cross-connect belongs to (if any).
- crossConnect StringId 
- customerReference StringName 
- A reference name or identifier for the physical fiber connection that this cross-connect uses.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- farCross StringConnect Or Cross Connect Group Id 
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The cross-connect's Oracle ID (OCID).
- isActive Boolean
- locationName String
- The name of the FastConnect location where this cross-connect is installed.
- macsecProperties List<Property Map>
- Properties used for MACsec (if capable).
- nearCross StringConnect Or Cross Connect Group Id 
- ociLogical StringDevice Name 
- The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
- ociPhysical StringDevice Name 
- The FastConnect device that terminates the physical connection.
- portName String
- A string identifying the meet-me room port for this cross-connect.
- portSpeed StringShape Name 
- The port speed for this cross-connect. Example: 10 Gbps
- state String
- The cross-connect's current state.
- timeCreated String
- The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
Supporting Types
GetCrossConnectMacsecProperty    
- EncryptionCipher string
- Type of encryption cipher suite to use for the MACsec connection.
- IsUnprotected boolTraffic Allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- PrimaryKeys List<GetCross Connect Macsec Property Primary Key> 
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- State string
- The cross-connect's current state.
- EncryptionCipher string
- Type of encryption cipher suite to use for the MACsec connection.
- IsUnprotected boolTraffic Allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- PrimaryKeys []GetCross Connect Macsec Property Primary Key 
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- State string
- The cross-connect's current state.
- encryptionCipher String
- Type of encryption cipher suite to use for the MACsec connection.
- isUnprotected BooleanTraffic Allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primaryKeys List<GetCross Connect Macsec Property Primary Key> 
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- state String
- The cross-connect's current state.
- encryptionCipher string
- Type of encryption cipher suite to use for the MACsec connection.
- isUnprotected booleanTraffic Allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primaryKeys GetCross Connect Macsec Property Primary Key[] 
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- state string
- The cross-connect's current state.
- encryption_cipher str
- Type of encryption cipher suite to use for the MACsec connection.
- is_unprotected_ booltraffic_ allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primary_keys Sequence[GetCross Connect Macsec Property Primary Key] 
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- state str
- The cross-connect's current state.
- encryptionCipher String
- Type of encryption cipher suite to use for the MACsec connection.
- isUnprotected BooleanTraffic Allowed 
- Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primaryKeys List<Property Map>
- An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
- state String
- The cross-connect's current state.
GetCrossConnectMacsecPropertyPrimaryKey      
- ConnectivityAssociation stringKey Secret Id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- ConnectivityAssociation stringKey Secret Version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- ConnectivityAssociation stringName Secret Id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- ConnectivityAssociation stringName Secret Version 
- The secret version of the connectivity association name secret in Vault.
- ConnectivityAssociation stringKey Secret Id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- ConnectivityAssociation stringKey Secret Version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- ConnectivityAssociation stringName Secret Id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- ConnectivityAssociation stringName Secret Version 
- The secret version of the connectivity association name secret in Vault.
- connectivityAssociation StringKey Secret Id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivityAssociation StringKey Secret Version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- connectivityAssociation StringName Secret Id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivityAssociation StringName Secret Version 
- The secret version of the connectivity association name secret in Vault.
- connectivityAssociation stringKey Secret Id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivityAssociation stringKey Secret Version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- connectivityAssociation stringName Secret Id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivityAssociation stringName Secret Version 
- The secret version of the connectivity association name secret in Vault.
- connectivity_association_ strkey_ secret_ id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivity_association_ strkey_ secret_ version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- connectivity_association_ strname_ secret_ id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivity_association_ strname_ secret_ version 
- The secret version of the connectivity association name secret in Vault.
- connectivityAssociation StringKey Secret Id 
- Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivityAssociation StringKey Secret Version 
- The secret version of the connectivityAssociationKeysecret in Vault.
- connectivityAssociation StringName Secret Id 
- Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivityAssociation StringName Secret Version 
- The secret version of the connectivity association name secret in Vault.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.