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

oci.Core.getFastConnectProviderServices

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 Fast Connect Provider Services in Oracle Cloud Infrastructure Core service.

Lists the service offerings from supported providers. You need this information so you can specify your desired provider and service offering when you create a virtual circuit.

For the compartment ID, provide the OCID of your tenancy (the root compartment).

For more information, see FastConnect Overview.

Example Usage

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

const testFastConnectProviderServices = oci.Core.getFastConnectProviderServices({
    compartmentId: compartmentId,
});
Copy
import pulumi
import pulumi_oci as oci

test_fast_connect_provider_services = oci.Core.get_fast_connect_provider_services(compartment_id=compartment_id)
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.GetFastConnectProviderServices(ctx, &core.GetFastConnectProviderServicesArgs{
			CompartmentId: compartmentId,
		}, 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 testFastConnectProviderServices = Oci.Core.GetFastConnectProviderServices.Invoke(new()
    {
        CompartmentId = compartmentId,
    });

});
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.GetFastConnectProviderServicesArgs;
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 testFastConnectProviderServices = CoreFunctions.getFastConnectProviderServices(GetFastConnectProviderServicesArgs.builder()
            .compartmentId(compartmentId)
            .build());

    }
}
Copy
variables:
  testFastConnectProviderServices:
    fn::invoke:
      function: oci:Core:getFastConnectProviderServices
      arguments:
        compartmentId: ${compartmentId}
Copy

Using getFastConnectProviderServices

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 getFastConnectProviderServices(args: GetFastConnectProviderServicesArgs, opts?: InvokeOptions): Promise<GetFastConnectProviderServicesResult>
function getFastConnectProviderServicesOutput(args: GetFastConnectProviderServicesOutputArgs, opts?: InvokeOptions): Output<GetFastConnectProviderServicesResult>
Copy
def get_fast_connect_provider_services(compartment_id: Optional[str] = None,
                                       filters: Optional[Sequence[_core.GetFastConnectProviderServicesFilter]] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetFastConnectProviderServicesResult
def get_fast_connect_provider_services_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetFastConnectProviderServicesFilterArgs]]]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetFastConnectProviderServicesResult]
Copy
func GetFastConnectProviderServices(ctx *Context, args *GetFastConnectProviderServicesArgs, opts ...InvokeOption) (*GetFastConnectProviderServicesResult, error)
func GetFastConnectProviderServicesOutput(ctx *Context, args *GetFastConnectProviderServicesOutputArgs, opts ...InvokeOption) GetFastConnectProviderServicesResultOutput
Copy

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

public static class GetFastConnectProviderServices 
{
    public static Task<GetFastConnectProviderServicesResult> InvokeAsync(GetFastConnectProviderServicesArgs args, InvokeOptions? opts = null)
    public static Output<GetFastConnectProviderServicesResult> Invoke(GetFastConnectProviderServicesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFastConnectProviderServicesResult> getFastConnectProviderServices(GetFastConnectProviderServicesArgs args, InvokeOptions options)
public static Output<GetFastConnectProviderServicesResult> getFastConnectProviderServices(GetFastConnectProviderServicesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getFastConnectProviderServices:getFastConnectProviderServices
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the compartment.
Filters Changes to this property will trigger replacement. List<GetFastConnectProviderServicesFilter>
CompartmentId This property is required. string
The OCID of the compartment.
Filters Changes to this property will trigger replacement. []GetFastConnectProviderServicesFilter
compartmentId This property is required. String
The OCID of the compartment.
filters Changes to this property will trigger replacement. List<GetFastConnectProviderServicesFilter>
compartmentId This property is required. string
The OCID of the compartment.
filters Changes to this property will trigger replacement. GetFastConnectProviderServicesFilter[]
compartment_id This property is required. str
The OCID of the compartment.
filters Changes to this property will trigger replacement. Sequence[core.GetFastConnectProviderServicesFilter]
compartmentId This property is required. String
The OCID of the compartment.
filters Changes to this property will trigger replacement. List<Property Map>

getFastConnectProviderServices Result

The following output properties are available:

CompartmentId string
FastConnectProviderServices List<GetFastConnectProviderServicesFastConnectProviderService>
The list of fast_connect_provider_services.
Id string
The provider-assigned unique ID for this managed resource.
Filters List<GetFastConnectProviderServicesFilter>
CompartmentId string
FastConnectProviderServices []GetFastConnectProviderServicesFastConnectProviderService
The list of fast_connect_provider_services.
Id string
The provider-assigned unique ID for this managed resource.
Filters []GetFastConnectProviderServicesFilter
compartmentId String
fastConnectProviderServices List<GetFastConnectProviderServicesFastConnectProviderService>
The list of fast_connect_provider_services.
id String
The provider-assigned unique ID for this managed resource.
filters List<GetFastConnectProviderServicesFilter>
compartmentId string
fastConnectProviderServices GetFastConnectProviderServicesFastConnectProviderService[]
The list of fast_connect_provider_services.
id string
The provider-assigned unique ID for this managed resource.
filters GetFastConnectProviderServicesFilter[]
compartmentId String
fastConnectProviderServices List<Property Map>
The list of fast_connect_provider_services.
id String
The provider-assigned unique ID for this managed resource.
filters List<Property Map>

Supporting Types

GetFastConnectProviderServicesFastConnectProviderService

BandwithShapeManagement This property is required. string
Who is responsible for managing the virtual circuit bandwidth.
CustomerAsnManagement This property is required. string
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
Description This property is required. string
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
Id This property is required. string
The OCID of the service offered by the provider.
PrivatePeeringBgpManagement This property is required. string
Who is responsible for managing the private peering BGP information.
ProviderName This property is required. string
The name of the provider.
ProviderServiceKeyManagement This property is required. string
Who is responsible for managing the provider service key.
ProviderServiceName This property is required. string
The name of the service offered by the provider.
PublicPeeringBgpManagement This property is required. string
Who is responsible for managing the public peering BGP information.
RequiredTotalCrossConnects This property is required. int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
SupportedVirtualCircuitTypes This property is required. List<string>
An array of virtual circuit types supported by this service.
Type This property is required. string
Provider service type.
BandwithShapeManagement This property is required. string
Who is responsible for managing the virtual circuit bandwidth.
CustomerAsnManagement This property is required. string
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
Description This property is required. string
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
Id This property is required. string
The OCID of the service offered by the provider.
PrivatePeeringBgpManagement This property is required. string
Who is responsible for managing the private peering BGP information.
ProviderName This property is required. string
The name of the provider.
ProviderServiceKeyManagement This property is required. string
Who is responsible for managing the provider service key.
ProviderServiceName This property is required. string
The name of the service offered by the provider.
PublicPeeringBgpManagement This property is required. string
Who is responsible for managing the public peering BGP information.
RequiredTotalCrossConnects This property is required. int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
SupportedVirtualCircuitTypes This property is required. []string
An array of virtual circuit types supported by this service.
Type This property is required. string
Provider service type.
bandwithShapeManagement This property is required. String
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement This property is required. String
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
description This property is required. String
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
id This property is required. String
The OCID of the service offered by the provider.
privatePeeringBgpManagement This property is required. String
Who is responsible for managing the private peering BGP information.
providerName This property is required. String
The name of the provider.
providerServiceKeyManagement This property is required. String
Who is responsible for managing the provider service key.
providerServiceName This property is required. String
The name of the service offered by the provider.
publicPeeringBgpManagement This property is required. String
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects This property is required. Integer
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes This property is required. List<String>
An array of virtual circuit types supported by this service.
type This property is required. String
Provider service type.
bandwithShapeManagement This property is required. string
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement This property is required. string
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
description This property is required. string
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
id This property is required. string
The OCID of the service offered by the provider.
privatePeeringBgpManagement This property is required. string
Who is responsible for managing the private peering BGP information.
providerName This property is required. string
The name of the provider.
providerServiceKeyManagement This property is required. string
Who is responsible for managing the provider service key.
providerServiceName This property is required. string
The name of the service offered by the provider.
publicPeeringBgpManagement This property is required. string
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects This property is required. number
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes This property is required. string[]
An array of virtual circuit types supported by this service.
type This property is required. string
Provider service type.
bandwith_shape_management This property is required. str
Who is responsible for managing the virtual circuit bandwidth.
customer_asn_management This property is required. str
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
description This property is required. str
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
id This property is required. str
The OCID of the service offered by the provider.
private_peering_bgp_management This property is required. str
Who is responsible for managing the private peering BGP information.
provider_name This property is required. str
The name of the provider.
provider_service_key_management This property is required. str
Who is responsible for managing the provider service key.
provider_service_name This property is required. str
The name of the service offered by the provider.
public_peering_bgp_management This property is required. str
Who is responsible for managing the public peering BGP information.
required_total_cross_connects This property is required. int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supported_virtual_circuit_types This property is required. Sequence[str]
An array of virtual circuit types supported by this service.
type This property is required. str
Provider service type.
bandwithShapeManagement This property is required. String
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement This property is required. String
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
description This property is required. String
The location of the provider's website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection. Example: https://example.com
id This property is required. String
The OCID of the service offered by the provider.
privatePeeringBgpManagement This property is required. String
Who is responsible for managing the private peering BGP information.
providerName This property is required. String
The name of the provider.
providerServiceKeyManagement This property is required. String
Who is responsible for managing the provider service key.
providerServiceName This property is required. String
The name of the service offered by the provider.
publicPeeringBgpManagement This property is required. String
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects This property is required. Number
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes This property is required. List<String>
An array of virtual circuit types supported by this service.
type This property is required. String
Provider service type.

GetFastConnectProviderServicesFilter

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