oci.Core.getFastConnectProviderServices
Explore with Pulumi AI
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,
});
import pulumi
import pulumi_oci as oci
test_fast_connect_provider_services = oci.Core.get_fast_connect_provider_services(compartment_id=compartment_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.GetFastConnectProviderServices(ctx, &core.GetFastConnectProviderServicesArgs{
			CompartmentId: compartmentId,
		}, 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 testFastConnectProviderServices = Oci.Core.GetFastConnectProviderServices.Invoke(new()
    {
        CompartmentId = compartmentId,
    });
});
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());
    }
}
variables:
  testFastConnectProviderServices:
    fn::invoke:
      function: oci:Core:getFastConnectProviderServices
      arguments:
        compartmentId: ${compartmentId}
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>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]func GetFastConnectProviderServices(ctx *Context, args *GetFastConnectProviderServicesArgs, opts ...InvokeOption) (*GetFastConnectProviderServicesResult, error)
func GetFastConnectProviderServicesOutput(ctx *Context, args *GetFastConnectProviderServicesOutputArgs, opts ...InvokeOption) GetFastConnectProviderServicesResultOutput> 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)
}public static CompletableFuture<GetFastConnectProviderServicesResult> getFastConnectProviderServices(GetFastConnectProviderServicesArgs args, InvokeOptions options)
public static Output<GetFastConnectProviderServicesResult> getFastConnectProviderServices(GetFastConnectProviderServicesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getFastConnectProviderServices:getFastConnectProviderServices
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- Filters
List<GetFast Connect Provider Services Filter> 
- CompartmentId string
- The OCID of the compartment.
- Filters
[]GetFast Connect Provider Services Filter 
- compartmentId String
- The OCID of the compartment.
- filters
List<GetFast Connect Provider Services Filter> 
- compartmentId string
- The OCID of the compartment.
- filters
GetFast Connect Provider Services Filter[] 
- compartment_id str
- The OCID of the compartment.
- filters
Sequence[core.Get Fast Connect Provider Services Filter] 
- compartmentId String
- The OCID of the compartment.
- filters List<Property Map>
getFastConnectProviderServices Result
The following output properties are available:
- CompartmentId string
- FastConnect List<GetProvider Services Fast Connect Provider Services Fast Connect Provider Service> 
- The list of fast_connect_provider_services.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<GetFast Connect Provider Services Filter> 
- CompartmentId string
- FastConnect []GetProvider Services Fast Connect Provider Services Fast Connect Provider Service 
- The list of fast_connect_provider_services.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]GetFast Connect Provider Services Filter 
- compartmentId String
- fastConnect List<GetProvider Services Fast Connect Provider Services Fast Connect Provider Service> 
- The list of fast_connect_provider_services.
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<GetFast Connect Provider Services Filter> 
- compartmentId string
- fastConnect GetProvider Services Fast Connect Provider Services Fast Connect Provider Service[] 
- The list of fast_connect_provider_services.
- id string
- The provider-assigned unique ID for this managed resource.
- filters
GetFast Connect Provider Services Filter[] 
- compartment_id str
- fast_connect_ Sequence[core.provider_ services Get Fast Connect Provider Services Fast Connect Provider Service] 
- The list of fast_connect_provider_services.
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[core.Get Fast Connect Provider Services Filter] 
- compartmentId String
- fastConnect List<Property Map>Provider Services 
- 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        
- BandwithShape stringManagement 
- Who is responsible for managing the virtual circuit bandwidth.
- CustomerAsn stringManagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- Description 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 string
- The OCID of the service offered by the provider.
- PrivatePeering stringBgp Management 
- Who is responsible for managing the private peering BGP information.
- ProviderName string
- The name of the provider.
- ProviderService stringKey Management 
- Who is responsible for managing the provider service key.
- ProviderService stringName 
- The name of the service offered by the provider.
- PublicPeering stringBgp Management 
- Who is responsible for managing the public peering BGP information.
- RequiredTotal intCross Connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- SupportedVirtual List<string>Circuit Types 
- An array of virtual circuit types supported by this service.
- Type string
- Provider service type.
- BandwithShape stringManagement 
- Who is responsible for managing the virtual circuit bandwidth.
- CustomerAsn stringManagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- Description 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 string
- The OCID of the service offered by the provider.
- PrivatePeering stringBgp Management 
- Who is responsible for managing the private peering BGP information.
- ProviderName string
- The name of the provider.
- ProviderService stringKey Management 
- Who is responsible for managing the provider service key.
- ProviderService stringName 
- The name of the service offered by the provider.
- PublicPeering stringBgp Management 
- Who is responsible for managing the public peering BGP information.
- RequiredTotal intCross Connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- SupportedVirtual []stringCircuit Types 
- An array of virtual circuit types supported by this service.
- Type string
- Provider service type.
- bandwithShape StringManagement 
- Who is responsible for managing the virtual circuit bandwidth.
- customerAsn StringManagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- description 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 String
- The OCID of the service offered by the provider.
- privatePeering StringBgp Management 
- Who is responsible for managing the private peering BGP information.
- providerName String
- The name of the provider.
- providerService StringKey Management 
- Who is responsible for managing the provider service key.
- providerService StringName 
- The name of the service offered by the provider.
- publicPeering StringBgp Management 
- Who is responsible for managing the public peering BGP information.
- requiredTotal IntegerCross Connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- supportedVirtual List<String>Circuit Types 
- An array of virtual circuit types supported by this service.
- type String
- Provider service type.
- bandwithShape stringManagement 
- Who is responsible for managing the virtual circuit bandwidth.
- customerAsn stringManagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- description 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 string
- The OCID of the service offered by the provider.
- privatePeering stringBgp Management 
- Who is responsible for managing the private peering BGP information.
- providerName string
- The name of the provider.
- providerService stringKey Management 
- Who is responsible for managing the provider service key.
- providerService stringName 
- The name of the service offered by the provider.
- publicPeering stringBgp Management 
- Who is responsible for managing the public peering BGP information.
- requiredTotal numberCross Connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- supportedVirtual string[]Circuit Types 
- An array of virtual circuit types supported by this service.
- type string
- Provider service type.
- bandwith_shape_ strmanagement 
- Who is responsible for managing the virtual circuit bandwidth.
- customer_asn_ strmanagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- description 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 str
- The OCID of the service offered by the provider.
- private_peering_ strbgp_ management 
- Who is responsible for managing the private peering BGP information.
- provider_name str
- The name of the provider.
- provider_service_ strkey_ management 
- Who is responsible for managing the provider service key.
- provider_service_ strname 
- The name of the service offered by the provider.
- public_peering_ strbgp_ management 
- Who is responsible for managing the public peering BGP information.
- required_total_ intcross_ connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- supported_virtual_ Sequence[str]circuit_ types 
- An array of virtual circuit types supported by this service.
- type str
- Provider service type.
- bandwithShape StringManagement 
- Who is responsible for managing the virtual circuit bandwidth.
- customerAsn StringManagement 
- Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
- description 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 String
- The OCID of the service offered by the provider.
- privatePeering StringBgp Management 
- Who is responsible for managing the private peering BGP information.
- providerName String
- The name of the provider.
- providerService StringKey Management 
- Who is responsible for managing the provider service key.
- providerService StringName 
- The name of the service offered by the provider.
- publicPeering StringBgp Management 
- Who is responsible for managing the public peering BGP information.
- requiredTotal NumberCross Connects 
- Total number of cross-connect or cross-connect groups required for the virtual circuit.
- supportedVirtual List<String>Circuit Types 
- An array of virtual circuit types supported by this service.
- type String
- Provider service type.
GetFastConnectProviderServicesFilter     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.