Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Core.getCrossConnects
Explore with Pulumi AI
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,
});
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)
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
})
}
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,
});
});
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());
}
}
variables:
testCrossConnects:
fn::invoke:
function: oci:Core:getCrossConnects
arguments:
compartmentId: ${compartmentId}
crossConnectGroupId: ${testCrossConnectGroup.id}
displayName: ${crossConnectDisplayName}
state: ${crossConnectState}
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>
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]
func GetCrossConnects(ctx *Context, args *GetCrossConnectsArgs, opts ...InvokeOption) (*GetCrossConnectsResult, error)
func GetCrossConnectsOutput(ctx *Context, args *GetCrossConnectsOutputArgs, opts ...InvokeOption) GetCrossConnectsResultOutput
> 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)
}
public static CompletableFuture<GetCrossConnectsResult> getCrossConnects(GetCrossConnectsArgs args, InvokeOptions options)
public static Output<GetCrossConnectsResult> getCrossConnects(GetCrossConnectsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Core/getCrossConnects:getCrossConnects
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment.
- Cross
Connect stringGroup Id - The OCID of the cross-connect group.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
Changes to this property will trigger replacement.
Cross Connects Filter> - 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. string - The OCID of the compartment.
- Cross
Connect stringGroup Id - The OCID of the cross-connect group.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
Changes to this property will trigger replacement.
Cross Connects Filter - 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. String - The OCID of the compartment.
- cross
Connect StringGroup Id - The OCID of the cross-connect group.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
Cross Connects Filter> - 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. string - The OCID of the compartment.
- cross
Connect stringGroup Id - The OCID of the cross-connect group.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
Cross Connects Filter[] - 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_ strgroup_ id - 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.
Get Cross Connects Filter] - state str
- A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
- compartment
Id This property is required. String - The OCID of the compartment.
- cross
Connect StringGroup Id - The OCID of the cross-connect group.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
Changes to this property will trigger replacement.
- 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:
- Compartment
Id string - The OCID of the compartment containing the cross-connect group.
- Cross
Connects List<GetCross Connects Cross Connect> - The list of cross_connects.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cross
Connect stringGroup Id - The OCID of the cross-connect group this cross-connect belongs to (if any).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Cross Connects Filter> - State string
- The cross-connect's current state.
- Compartment
Id string - The OCID of the compartment containing the cross-connect group.
- Cross
Connects []GetCross Connects Cross Connect - The list of cross_connects.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cross
Connect stringGroup Id - The OCID of the cross-connect group this cross-connect belongs to (if any).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Cross Connects Filter - State string
- The cross-connect's current state.
- compartment
Id String - The OCID of the compartment containing the cross-connect group.
- cross
Connects List<GetCross Connects Cross Connect> - The list of cross_connects.
- id String
- The provider-assigned unique ID for this managed resource.
- cross
Connect StringGroup Id - The OCID of the cross-connect group this cross-connect belongs to (if any).
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Cross Connects Filter> - state String
- The cross-connect's current state.
- compartment
Id string - The OCID of the compartment containing the cross-connect group.
- cross
Connects GetCross Connects Cross Connect[] - The list of cross_connects.
- id string
- The provider-assigned unique ID for this managed resource.
- cross
Connect stringGroup Id - The OCID of the cross-connect group this cross-connect belongs to (if any).
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Cross Connects Filter[] - 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.Get Cross Connects Cross Connect] - The list of cross_connects.
- id str
- The provider-assigned unique ID for this managed resource.
- cross_
connect_ strgroup_ id - 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.
Get Cross Connects Filter] - state str
- The cross-connect's current state.
- compartment
Id String - The OCID of the compartment containing the cross-connect group.
- cross
Connects List<Property Map> - The list of cross_connects.
- id String
- The provider-assigned unique ID for this managed resource.
- cross
Connect StringGroup Id - The OCID of the cross-connect group this cross-connect belongs to (if any).
- display
Name 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
- Compartment
Id This property is required. string - The OCID of the compartment.
- Cross
Connect Group Id This property is required. string - The OCID of the cross-connect group.
- Customer
Reference Name This property is required. string - A reference name or identifier for the physical fiber connection that this cross-connect uses.
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"}
- Display
Name This property is required. string - 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. string 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).
- Is
Active This property is required. bool - Location
Name This property is required. string - The name of the FastConnect location where this cross-connect is installed.
- Macsec
Properties This property is required. List<GetCross Connects Cross Connect Macsec Property> - Properties used for MACsec (if capable).
- Near
Cross Connect Or Cross Connect Group Id This property is required. string - Oci
Logical Device Name 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.
- Oci
Physical Device Name This property is required. string - The FastConnect device that terminates the physical connection.
- Port
Name This property is required. string - A string identifying the meet-me room port for this cross-connect.
- Port
Speed Shape Name 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.
- Time
Created 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. string - The OCID of the compartment.
- Cross
Connect Group Id This property is required. string - The OCID of the cross-connect group.
- Customer
Reference Name This property is required. string - A reference name or identifier for the physical fiber connection that this cross-connect uses.
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"}
- Display
Name This property is required. string - 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. string 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).
- Is
Active This property is required. bool - Location
Name This property is required. string - The name of the FastConnect location where this cross-connect is installed.
- Macsec
Properties This property is required. []GetCross Connects Cross Connect Macsec Property - Properties used for MACsec (if capable).
- Near
Cross Connect Or Cross Connect Group Id This property is required. string - Oci
Logical Device Name 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.
- Oci
Physical Device Name This property is required. string - The FastConnect device that terminates the physical connection.
- Port
Name This property is required. string - A string identifying the meet-me room port for this cross-connect.
- Port
Speed Shape Name 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.
- Time
Created 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. String - The OCID of the compartment.
- cross
Connect Group Id This property is required. String - The OCID of the cross-connect group.
- customer
Reference Name This property is required. String - A reference name or identifier for the physical fiber connection that this cross-connect uses.
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"}
- display
Name This property is required. String - 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. String 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).
- is
Active This property is required. Boolean - location
Name This property is required. String - The name of the FastConnect location where this cross-connect is installed.
- macsec
Properties This property is required. List<GetCross Connects Cross Connect Macsec Property> - Properties used for MACsec (if capable).
- near
Cross Connect Or Cross Connect Group Id This property is required. String - oci
Logical Device Name 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.
- oci
Physical Device Name This property is required. String - The FastConnect device that terminates the physical connection.
- port
Name This property is required. String - A string identifying the meet-me room port for this cross-connect.
- port
Speed Shape Name 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.
- time
Created 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. string - The OCID of the compartment.
- cross
Connect Group Id This property is required. string - The OCID of the cross-connect group.
- customer
Reference Name This property is required. string - A reference name or identifier for the physical fiber connection that this cross-connect uses.
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"}
- display
Name This property is required. string - 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. string 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).
- is
Active This property is required. boolean - location
Name This property is required. string - The name of the FastConnect location where this cross-connect is installed.
- macsec
Properties This property is required. GetCross Connects Cross Connect Macsec Property[] - Properties used for MACsec (if capable).
- near
Cross Connect Or Cross Connect Group Id This property is required. string - oci
Logical Device Name 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.
- oci
Physical Device Name This property is required. string - The FastConnect device that terminates the physical connection.
- port
Name This property is required. string - A string identifying the meet-me room port for this cross-connect.
- port
Speed Shape Name 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.
- time
Created 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.
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 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.Get Cross Connects Cross Connect Macsec Property] - 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
- compartment
Id This property is required. String - The OCID of the compartment.
- cross
Connect Group Id This property is required. String - The OCID of the cross-connect group.
- customer
Reference Name This property is required. String - A reference name or identifier for the physical fiber connection that this cross-connect uses.
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"}
- display
Name This property is required. String - 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. String 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).
- is
Active This property is required. Boolean - location
Name This property is required. String - The name of the FastConnect location where this cross-connect is installed.
- macsec
Properties This property is required. List<Property Map> - Properties used for MACsec (if capable).
- near
Cross Connect Or Cross Connect Group Id This property is required. String - oci
Logical Device Name 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.
- oci
Physical Device Name This property is required. String - The FastConnect device that terminates the physical connection.
- port
Name This property is required. String - A string identifying the meet-me room port for this cross-connect.
- port
Speed Shape Name 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.
- time
Created 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
- Encryption
Cipher This property is required. string - 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. List<GetCross Connects Cross Connect Macsec Property Primary Key> - 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. string - 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. []GetCross Connects Cross Connect Macsec Property Primary Key - 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. String - Type of encryption cipher suite to use for the MACsec connection.
- is
Unprotected Traffic Allowed This property is required. Boolean - Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primary
Keys This property is required. List<GetCross Connects Cross Connect Macsec Property Primary Key> - 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. string - Type of encryption cipher suite to use for the MACsec connection.
- is
Unprotected Traffic Allowed This property is required. boolean - Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primary
Keys This property is required. GetCross Connects Cross Connect Macsec Property Primary Key[] - 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.Get Cross Connects Cross Connect Macsec Property Primary Key] - 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.
- encryption
Cipher This property is required. String - Type of encryption cipher suite to use for the MACsec connection.
- is
Unprotected Traffic Allowed This property is required. Boolean - Indicates whether unencrypted traffic is allowed if MACsec Key Agreement protocol (MKA) fails.
- primary
Keys 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
- Connectivity
Association Key Secret Id This property is required. string - Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- Connectivity
Association Key Secret Version This property is required. string - The secret version of the
connectivityAssociationKey
secret in Vault. - Connectivity
Association Name Secret Id This property is required. string - Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- Connectivity
Association Name Secret Version 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. string - Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- Connectivity
Association Key Secret Version This property is required. string - The secret version of the
connectivityAssociationKey
secret in Vault. - Connectivity
Association Name Secret Id This property is required. string - Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- Connectivity
Association Name Secret Version 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. String - Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivity
Association Key Secret Version This property is required. String - The secret version of the
connectivityAssociationKey
secret in Vault. - connectivity
Association Name Secret Id This property is required. String - Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivity
Association Name Secret Version 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. string - Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivity
Association Key Secret Version This property is required. string - The secret version of the
connectivityAssociationKey
secret in Vault. - connectivity
Association Name Secret Id This property is required. string - Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivity
Association Name Secret Version 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.
- connectivity
Association Key Secret Id This property is required. String - Secret OCID containing the Connectivity Association Key (CAK) of this MACsec key.
- connectivity
Association Key Secret Version This property is required. String - The secret version of the
connectivityAssociationKey
secret in Vault. - connectivity
Association Name Secret Id This property is required. String - Secret OCID containing the Connectivity association Key Name (CKN) of this MACsec key.
- connectivity
Association Name Secret Version This property is required. String - The secret version of the connectivity association name secret in Vault.
GetCrossConnectsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.