1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getFastConnectProviderService
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.Core.getFastConnectProviderService

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

This data source provides details about a specific Fast Connect Provider Service resource in Oracle Cloud Infrastructure Core service.

Gets the specified provider service. For more information, see FastConnect Overview.

Example Usage

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

const testFastConnectProviderService = oci.Core.getFastConnectProviderService({
    providerServiceId: testFastConnectProviderServices.fastConnectProviderServices[0].id,
});
Copy
import pulumi
import pulumi_oci as oci

test_fast_connect_provider_service = oci.Core.get_fast_connect_provider_service(provider_service_id=test_fast_connect_provider_services["fastConnectProviderServices"][0]["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.GetFastConnectProviderService(ctx, &core.GetFastConnectProviderServiceArgs{
			ProviderServiceId: testFastConnectProviderServices.FastConnectProviderServices[0].Id,
		}, 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 testFastConnectProviderService = Oci.Core.GetFastConnectProviderService.Invoke(new()
    {
        ProviderServiceId = testFastConnectProviderServices.FastConnectProviderServices[0].Id,
    });

});
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.GetFastConnectProviderServiceArgs;
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 testFastConnectProviderService = CoreFunctions.getFastConnectProviderService(GetFastConnectProviderServiceArgs.builder()
            .providerServiceId(testFastConnectProviderServices.fastConnectProviderServices()[0].id())
            .build());

    }
}
Copy
variables:
  testFastConnectProviderService:
    fn::invoke:
      function: oci:Core:getFastConnectProviderService
      arguments:
        providerServiceId: ${testFastConnectProviderServices.fastConnectProviderServices[0].id}
Copy

Using getFastConnectProviderService

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 getFastConnectProviderService(args: GetFastConnectProviderServiceArgs, opts?: InvokeOptions): Promise<GetFastConnectProviderServiceResult>
function getFastConnectProviderServiceOutput(args: GetFastConnectProviderServiceOutputArgs, opts?: InvokeOptions): Output<GetFastConnectProviderServiceResult>
Copy
def get_fast_connect_provider_service(provider_service_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetFastConnectProviderServiceResult
def get_fast_connect_provider_service_output(provider_service_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetFastConnectProviderServiceResult]
Copy
func GetFastConnectProviderService(ctx *Context, args *GetFastConnectProviderServiceArgs, opts ...InvokeOption) (*GetFastConnectProviderServiceResult, error)
func GetFastConnectProviderServiceOutput(ctx *Context, args *GetFastConnectProviderServiceOutputArgs, opts ...InvokeOption) GetFastConnectProviderServiceResultOutput
Copy

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

public static class GetFastConnectProviderService 
{
    public static Task<GetFastConnectProviderServiceResult> InvokeAsync(GetFastConnectProviderServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetFastConnectProviderServiceResult> Invoke(GetFastConnectProviderServiceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFastConnectProviderServiceResult> getFastConnectProviderService(GetFastConnectProviderServiceArgs args, InvokeOptions options)
public static Output<GetFastConnectProviderServiceResult> getFastConnectProviderService(GetFastConnectProviderServiceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getFastConnectProviderService:getFastConnectProviderService
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProviderServiceId This property is required. string
The OCID of the provider service.
ProviderServiceId This property is required. string
The OCID of the provider service.
providerServiceId This property is required. String
The OCID of the provider service.
providerServiceId This property is required. string
The OCID of the provider service.
provider_service_id This property is required. str
The OCID of the provider service.
providerServiceId This property is required. String
The OCID of the provider service.

getFastConnectProviderService Result

The following output properties are available:

BandwithShapeManagement string
Who is responsible for managing the virtual circuit bandwidth.
CustomerAsnManagement string
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 provider-assigned unique ID for this managed resource.
PrivatePeeringBgpManagement string
Who is responsible for managing the private peering BGP information.
ProviderName string
The name of the provider.
ProviderServiceId string
ProviderServiceKeyManagement string
Who is responsible for managing the provider service key.
ProviderServiceName string
The name of the service offered by the provider.
PublicPeeringBgpManagement string
Who is responsible for managing the public peering BGP information.
RequiredTotalCrossConnects int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
SupportedVirtualCircuitTypes List<string>
An array of virtual circuit types supported by this service.
Type string
Provider service type.
BandwithShapeManagement string
Who is responsible for managing the virtual circuit bandwidth.
CustomerAsnManagement string
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 provider-assigned unique ID for this managed resource.
PrivatePeeringBgpManagement string
Who is responsible for managing the private peering BGP information.
ProviderName string
The name of the provider.
ProviderServiceId string
ProviderServiceKeyManagement string
Who is responsible for managing the provider service key.
ProviderServiceName string
The name of the service offered by the provider.
PublicPeeringBgpManagement string
Who is responsible for managing the public peering BGP information.
RequiredTotalCrossConnects int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
SupportedVirtualCircuitTypes []string
An array of virtual circuit types supported by this service.
Type string
Provider service type.
bandwithShapeManagement String
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement String
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 provider-assigned unique ID for this managed resource.
privatePeeringBgpManagement String
Who is responsible for managing the private peering BGP information.
providerName String
The name of the provider.
providerServiceId String
providerServiceKeyManagement String
Who is responsible for managing the provider service key.
providerServiceName String
The name of the service offered by the provider.
publicPeeringBgpManagement String
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects Integer
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes List<String>
An array of virtual circuit types supported by this service.
type String
Provider service type.
bandwithShapeManagement string
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement string
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 provider-assigned unique ID for this managed resource.
privatePeeringBgpManagement string
Who is responsible for managing the private peering BGP information.
providerName string
The name of the provider.
providerServiceId string
providerServiceKeyManagement string
Who is responsible for managing the provider service key.
providerServiceName string
The name of the service offered by the provider.
publicPeeringBgpManagement string
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects number
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes string[]
An array of virtual circuit types supported by this service.
type string
Provider service type.
bandwith_shape_management str
Who is responsible for managing the virtual circuit bandwidth.
customer_asn_management str
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 provider-assigned unique ID for this managed resource.
private_peering_bgp_management str
Who is responsible for managing the private peering BGP information.
provider_name str
The name of the provider.
provider_service_id str
provider_service_key_management str
Who is responsible for managing the provider service key.
provider_service_name str
The name of the service offered by the provider.
public_peering_bgp_management str
Who is responsible for managing the public peering BGP information.
required_total_cross_connects int
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supported_virtual_circuit_types Sequence[str]
An array of virtual circuit types supported by this service.
type str
Provider service type.
bandwithShapeManagement String
Who is responsible for managing the virtual circuit bandwidth.
customerAsnManagement String
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 provider-assigned unique ID for this managed resource.
privatePeeringBgpManagement String
Who is responsible for managing the private peering BGP information.
providerName String
The name of the provider.
providerServiceId String
providerServiceKeyManagement String
Who is responsible for managing the provider service key.
providerServiceName String
The name of the service offered by the provider.
publicPeeringBgpManagement String
Who is responsible for managing the public peering BGP information.
requiredTotalCrossConnects Number
Total number of cross-connect or cross-connect groups required for the virtual circuit.
supportedVirtualCircuitTypes List<String>
An array of virtual circuit types supported by this service.
type String
Provider service type.

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.32.0 published on Thursday, Apr 24, 2025 by Pulumi