1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getCrossConnects
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Core.getCrossConnects

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides the list of Cross Connects in Oracle Cloud Infrastructure Core service.

Lists the cross-connects in the specified compartment. You can filter the list by specifying the OCID of a cross-connect group.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testCrossConnects = oci.Core.getCrossConnects({
    compartmentId: compartmentId,
    crossConnectGroupId: testCrossConnectGroup.id,
    displayName: crossConnectDisplayName,
    state: crossConnectState,
});
Copy
import pulumi
import pulumi_oci as oci

test_cross_connects = oci.Core.get_cross_connects(compartment_id=compartment_id,
    cross_connect_group_id=test_cross_connect_group["id"],
    display_name=cross_connect_display_name,
    state=cross_connect_state)
Copy
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.GetCrossConnects(ctx, &core.GetCrossConnectsArgs{
			CompartmentId:       compartmentId,
			CrossConnectGroupId: pulumi.StringRef(testCrossConnectGroup.Id),
			DisplayName:         pulumi.StringRef(crossConnectDisplayName),
			State:               pulumi.StringRef(crossConnectState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testCrossConnects = Oci.Core.GetCrossConnects.Invoke(new()
    {
        CompartmentId = compartmentId,
        CrossConnectGroupId = testCrossConnectGroup.Id,
        DisplayName = crossConnectDisplayName,
        State = crossConnectState,
    });

});
Copy
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.GetCrossConnectsArgs;
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 testCrossConnects = CoreFunctions.getCrossConnects(GetCrossConnectsArgs.builder()
            .compartmentId(compartmentId)
            .crossConnectGroupId(testCrossConnectGroup.id())
            .displayName(crossConnectDisplayName)
            .state(crossConnectState)
            .build());

    }
}
Copy
variables:
  testCrossConnects:
    fn::invoke:
      function: oci:Core:getCrossConnects
      arguments:
        compartmentId: ${compartmentId}
        crossConnectGroupId: ${testCrossConnectGroup.id}
        displayName: ${crossConnectDisplayName}
        state: ${crossConnectState}
Copy

Using getCrossConnects

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 getCrossConnects(args: GetCrossConnectsArgs, opts?: InvokeOptions): Promise<GetCrossConnectsResult>
function getCrossConnectsOutput(args: GetCrossConnectsOutputArgs, opts?: InvokeOptions): Output<GetCrossConnectsResult>
Copy
def get_cross_connects(compartment_id: Optional[str] = None,
                       cross_connect_group_id: Optional[str] = None,
                       display_name: Optional[str] = None,
                       filters: Optional[Sequence[_core.GetCrossConnectsFilter]] = None,
                       state: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCrossConnectsResult
def get_cross_connects_output(compartment_id: Optional[pulumi.Input[str]] = None,
                       cross_connect_group_id: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetCrossConnectsFilterArgs]]]] = None,
                       state: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCrossConnectsResult]
Copy
func GetCrossConnects(ctx *Context, args *GetCrossConnectsArgs, opts ...InvokeOption) (*GetCrossConnectsResult, error)
func GetCrossConnectsOutput(ctx *Context, args *GetCrossConnectsOutputArgs, opts ...InvokeOption) GetCrossConnectsResultOutput
Copy

> Note: This function is named GetCrossConnects in the Go SDK.

public static class GetCrossConnects 
{
    public static Task<GetCrossConnectsResult> InvokeAsync(GetCrossConnectsArgs args, InvokeOptions? opts = null)
    public static Output<GetCrossConnectsResult> Invoke(GetCrossConnectsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCrossConnectsResult> getCrossConnects(GetCrossConnectsArgs args, InvokeOptions options)
public static Output<GetCrossConnectsResult> getCrossConnects(GetCrossConnectsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getCrossConnects:getCrossConnects
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the compartment.
CrossConnectGroupId string
The OCID of the cross-connect group.
DisplayName string
A filter to return only resources that match the given display name exactly.
Filters Changes to this property will trigger replacement. List<GetCrossConnectsFilter>
State string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
CompartmentId This property is required. string
The OCID of the compartment.
CrossConnectGroupId string
The OCID of the cross-connect group.
DisplayName string
A filter to return only resources that match the given display name exactly.
Filters Changes to this property will trigger replacement. []GetCrossConnectsFilter
State string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
compartmentId This property is required. String
The OCID of the compartment.
crossConnectGroupId String
The OCID of the cross-connect group.
displayName String
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. List<GetCrossConnectsFilter>
state String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
compartmentId This property is required. string
The OCID of the compartment.
crossConnectGroupId string
The OCID of the cross-connect group.
displayName string
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. GetCrossConnectsFilter[]
state string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
compartment_id This property is required. str
The OCID of the compartment.
cross_connect_group_id str
The OCID of the cross-connect group.
display_name str
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. Sequence[core.GetCrossConnectsFilter]
state str
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
compartmentId This property is required. String
The OCID of the compartment.
crossConnectGroupId String
The OCID of the cross-connect group.
displayName String
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. List<Property Map>
state String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.

getCrossConnects Result

The following output properties are available:

CompartmentId string
The OCID of the compartment containing the cross-connect group.
CrossConnects List<GetCrossConnectsCrossConnect>
The list of cross_connects.
Id string
The provider-assigned unique ID for this managed resource.
CrossConnectGroupId string
The OCID of the cross-connect group this cross-connect belongs to (if any).
DisplayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
Filters List<GetCrossConnectsFilter>
State string
The cross-connect's current state.
CompartmentId string
The OCID of the compartment containing the cross-connect group.
CrossConnects []GetCrossConnectsCrossConnect
The list of cross_connects.
Id string
The provider-assigned unique ID for this managed resource.
CrossConnectGroupId string
The OCID of the cross-connect group this cross-connect belongs to (if any).
DisplayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
Filters []GetCrossConnectsFilter
State string
The cross-connect's current state.
compartmentId String
The OCID of the compartment containing the cross-connect group.
crossConnects List<GetCrossConnectsCrossConnect>
The list of cross_connects.
id String
The provider-assigned unique ID for this managed resource.
crossConnectGroupId String
The OCID of the cross-connect group this cross-connect belongs to (if any).
displayName String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
filters List<GetCrossConnectsFilter>
state String
The cross-connect's current state.
compartmentId string
The OCID of the compartment containing the cross-connect group.
crossConnects GetCrossConnectsCrossConnect[]
The list of cross_connects.
id string
The provider-assigned unique ID for this managed resource.
crossConnectGroupId string
The OCID of the cross-connect group this cross-connect belongs to (if any).
displayName string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
filters GetCrossConnectsFilter[]
state string
The cross-connect's current state.
compartment_id str
The OCID of the compartment containing the cross-connect group.
cross_connects Sequence[core.GetCrossConnectsCrossConnect]
The list of cross_connects.
id str
The provider-assigned unique ID for this managed resource.
cross_connect_group_id str
The OCID of the cross-connect group this cross-connect belongs to (if any).
display_name str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
filters Sequence[core.GetCrossConnectsFilter]
state str
The cross-connect's current state.
compartmentId String
The OCID of the compartment containing the cross-connect group.
crossConnects List<Property Map>
The list of cross_connects.
id String
The provider-assigned unique ID for this managed resource.
crossConnectGroupId String
The OCID of the cross-connect group this cross-connect belongs to (if any).
displayName String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
filters List<Property Map>
state String
The cross-connect's current state.

Supporting Types

GetCrossConnectsCrossConnect

CompartmentId This property is required. string
The OCID of the compartment.
CrossConnectGroupId This property is required. string
The OCID of the cross-connect group.
CustomerReferenceName This property is required. string
A reference name or identifier for the physical fiber connection that this cross-connect uses.
DefinedTags This property is required. 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 This property is required. string
A filter to return only resources that match the given display name exactly.
FarCrossConnectOrCrossConnectGroupId This property is required. string
FreeformTags This property is required. 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 This property is required. string
The cross-connect's Oracle ID (OCID).
IsActive This property is required. bool
LocationName This property is required. string
The name of the FastConnect location where this cross-connect is installed.
MacsecProperties This property is required. List<GetCrossConnectsCrossConnectMacsecProperty>
Properties used for MACsec (if capable).
NearCrossConnectOrCrossConnectGroupId This property is required. string
OciLogicalDeviceName This property is required. string
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
OciPhysicalDeviceName This property is required. string
The FastConnect device that terminates the physical connection.
PortName This property is required. string
A string identifying the meet-me room port for this cross-connect.
PortSpeedShapeName This property is required. string
The port speed for this cross-connect. Example: 10 Gbps
State This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
TimeCreated This property is required. string
The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
CompartmentId This property is required. string
The OCID of the compartment.
CrossConnectGroupId This property is required. string
The OCID of the cross-connect group.
CustomerReferenceName This property is required. string
A reference name or identifier for the physical fiber connection that this cross-connect uses.
DefinedTags This property is required. 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 This property is required. string
A filter to return only resources that match the given display name exactly.
FarCrossConnectOrCrossConnectGroupId This property is required. string
FreeformTags This property is required. 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 This property is required. string
The cross-connect's Oracle ID (OCID).
IsActive This property is required. bool
LocationName This property is required. string
The name of the FastConnect location where this cross-connect is installed.
MacsecProperties This property is required. []GetCrossConnectsCrossConnectMacsecProperty
Properties used for MACsec (if capable).
NearCrossConnectOrCrossConnectGroupId This property is required. string
OciLogicalDeviceName This property is required. string
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
OciPhysicalDeviceName This property is required. string
The FastConnect device that terminates the physical connection.
PortName This property is required. string
A string identifying the meet-me room port for this cross-connect.
PortSpeedShapeName This property is required. string
The port speed for this cross-connect. Example: 10 Gbps
State This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
TimeCreated This property is required. string
The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The OCID of the compartment.
crossConnectGroupId This property is required. String
The OCID of the cross-connect group.
customerReferenceName This property is required. String
A reference name or identifier for the physical fiber connection that this cross-connect uses.
definedTags This property is required. 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 This property is required. String
A filter to return only resources that match the given display name exactly.
farCrossConnectOrCrossConnectGroupId This property is required. String
freeformTags This property is required. 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 This property is required. String
The cross-connect's Oracle ID (OCID).
isActive This property is required. Boolean
locationName This property is required. String
The name of the FastConnect location where this cross-connect is installed.
macsecProperties This property is required. List<GetCrossConnectsCrossConnectMacsecProperty>
Properties used for MACsec (if capable).
nearCrossConnectOrCrossConnectGroupId This property is required. String
ociLogicalDeviceName This property is required. String
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
ociPhysicalDeviceName This property is required. String
The FastConnect device that terminates the physical connection.
portName This property is required. String
A string identifying the meet-me room port for this cross-connect.
portSpeedShapeName This property is required. String
The port speed for this cross-connect. Example: 10 Gbps
state This property is required. String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
timeCreated This property is required. String
The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. string
The OCID of the compartment.
crossConnectGroupId This property is required. string
The OCID of the cross-connect group.
customerReferenceName This property is required. string
A reference name or identifier for the physical fiber connection that this cross-connect uses.
definedTags This property is required. {[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 This property is required. string
A filter to return only resources that match the given display name exactly.
farCrossConnectOrCrossConnectGroupId This property is required. string
freeformTags This property is required. {[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 This property is required. string
The cross-connect's Oracle ID (OCID).
isActive This property is required. boolean
locationName This property is required. string
The name of the FastConnect location where this cross-connect is installed.
macsecProperties This property is required. GetCrossConnectsCrossConnectMacsecProperty[]
Properties used for MACsec (if capable).
nearCrossConnectOrCrossConnectGroupId This property is required. string
ociLogicalDeviceName This property is required. string
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
ociPhysicalDeviceName This property is required. string
The FastConnect device that terminates the physical connection.
portName This property is required. string
A string identifying the meet-me room port for this cross-connect.
portSpeedShapeName This property is required. string
The port speed for this cross-connect. Example: 10 Gbps
state This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
timeCreated This property is required. 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 This property is required. str
The OCID of the compartment.
cross_connect_group_id This property is required. str
The OCID of the cross-connect group.
customer_reference_name This property is required. str
A reference name or identifier for the physical fiber connection that this cross-connect uses.
defined_tags This property is required. 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 This property is required. str
A filter to return only resources that match the given display name exactly.
far_cross_connect_or_cross_connect_group_id This property is required. str
freeform_tags This property is required. 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 This property is required. str
The cross-connect's Oracle ID (OCID).
is_active This property is required. bool
location_name This property is required. str
The name of the FastConnect location where this cross-connect is installed.
macsec_properties This property is required. Sequence[core.GetCrossConnectsCrossConnectMacsecProperty]
Properties used for MACsec (if capable).
near_cross_connect_or_cross_connect_group_id This property is required. str
oci_logical_device_name This property is required. str
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
oci_physical_device_name This property is required. str
The FastConnect device that terminates the physical connection.
port_name This property is required. str
A string identifying the meet-me room port for this cross-connect.
port_speed_shape_name This property is required. str
The port speed for this cross-connect. Example: 10 Gbps
state This property is required. str
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
time_created This property is required. str
The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
compartmentId This property is required. String
The OCID of the compartment.
crossConnectGroupId This property is required. String
The OCID of the cross-connect group.
customerReferenceName This property is required. String
A reference name or identifier for the physical fiber connection that this cross-connect uses.
definedTags This property is required. 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 This property is required. String
A filter to return only resources that match the given display name exactly.
farCrossConnectOrCrossConnectGroupId This property is required. String
freeformTags This property is required. 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 This property is required. String
The cross-connect's Oracle ID (OCID).
isActive This property is required. Boolean
locationName This property is required. String
The name of the FastConnect location where this cross-connect is installed.
macsecProperties This property is required. List<Property Map>
Properties used for MACsec (if capable).
nearCrossConnectOrCrossConnectGroupId This property is required. String
ociLogicalDeviceName This property is required. String
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
ociPhysicalDeviceName This property is required. String
The FastConnect device that terminates the physical connection.
portName This property is required. String
A string identifying the meet-me room port for this cross-connect.
portSpeedShapeName This property is required. String
The port speed for this cross-connect. Example: 10 Gbps
state This property is required. String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
timeCreated This property is required. String
The date and time the cross-connect was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

GetCrossConnectsCrossConnectMacsecProperty

EncryptionCipher This property is required. string
Type of encryption cipher suite to use for the MACsec connection.
IsUnprotectedTrafficAllowed This property is required. bool
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
PrimaryKeys This property is required. List<GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey>
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
State This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
EncryptionCipher This property is required. string
Type of encryption cipher suite to use for the MACsec connection.
IsUnprotectedTrafficAllowed This property is required. bool
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
PrimaryKeys This property is required. []GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
State This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
encryptionCipher This property is required. String
Type of encryption cipher suite to use for the MACsec connection.
isUnprotectedTrafficAllowed This property is required. Boolean
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
primaryKeys This property is required. List<GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey>
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
state This property is required. String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
encryptionCipher This property is required. string
Type of encryption cipher suite to use for the MACsec connection.
isUnprotectedTrafficAllowed This property is required. boolean
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
primaryKeys This property is required. GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey[]
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
state This property is required. string
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
encryption_cipher This property is required. str
Type of encryption cipher suite to use for the MACsec connection.
is_unprotected_traffic_allowed This property is required. bool
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
primary_keys This property is required. Sequence[core.GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey]
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
state This property is required. str
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
encryptionCipher This property is required. String
Type of encryption cipher suite to use for the MACsec connection.
isUnprotectedTrafficAllowed This property is required. Boolean
Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
primaryKeys This property is required. List<Property Map>
An object defining the Secrets-in-Vault OCIDs representing the MACsec key.
state This property is required. String
A filter to return only resources that match the specified lifecycle state. The value is case insensitive.

GetCrossConnectsCrossConnectMacsecPropertyPrimaryKey

ConnectivityAssociationKeySecretId This property is required. string
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
ConnectivityAssociationKeySecretVersion This property is required. string
The secret version of the connectivityAssociationKey secret in Vault.
ConnectivityAssociationNameSecretId This property is required. string
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
ConnectivityAssociationNameSecretVersion This property is required. string
The secret version of the connectivity association name secret in Vault.
ConnectivityAssociationKeySecretId This property is required. string
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
ConnectivityAssociationKeySecretVersion This property is required. string
The secret version of the connectivityAssociationKey secret in Vault.
ConnectivityAssociationNameSecretId This property is required. string
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
ConnectivityAssociationNameSecretVersion This property is required. string
The secret version of the connectivity association name secret in Vault.
connectivityAssociationKeySecretId This property is required. String
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
connectivityAssociationKeySecretVersion This property is required. String
The secret version of the connectivityAssociationKey secret in Vault.
connectivityAssociationNameSecretId This property is required. String
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
connectivityAssociationNameSecretVersion This property is required. String
The secret version of the connectivity association name secret in Vault.
connectivityAssociationKeySecretId This property is required. string
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
connectivityAssociationKeySecretVersion This property is required. string
The secret version of the connectivityAssociationKey secret in Vault.
connectivityAssociationNameSecretId This property is required. string
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
connectivityAssociationNameSecretVersion This property is required. string
The secret version of the connectivity association name secret in Vault.
connectivity_association_key_secret_id This property is required. str
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
connectivity_association_key_secret_version This property is required. str
The secret version of the connectivityAssociationKey secret in Vault.
connectivity_association_name_secret_id This property is required. str
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
connectivity_association_name_secret_version This property is required. str
The secret version of the connectivity association name secret in Vault.
connectivityAssociationKeySecretId This property is required. String
Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
connectivityAssociationKeySecretVersion This property is required. String
The secret version of the connectivityAssociationKey secret in Vault.
connectivityAssociationNameSecretId This property is required. String
Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
connectivityAssociationNameSecretVersion This property is required. String
The secret version of the connectivity association name secret in Vault.

GetCrossConnectsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi