1. Packages
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. CloudBridge
  6. getSupportedCloudRegions
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi

    Using getSupportedCloudRegions

    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 getSupportedCloudRegions(args: GetSupportedCloudRegionsArgs, opts?: InvokeOptions): Promise<GetSupportedCloudRegionsResult>
    function getSupportedCloudRegionsOutput(args: GetSupportedCloudRegionsOutputArgs, opts?: InvokeOptions): Output<GetSupportedCloudRegionsResult>
    def get_supported_cloud_regions(asset_source_type: Optional[str] = None,
                                    filters: Optional[Sequence[GetSupportedCloudRegionsFilter]] = None,
                                    name_contains: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetSupportedCloudRegionsResult
    def get_supported_cloud_regions_output(asset_source_type: Optional[pulumi.Input[str]] = None,
                                    filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSupportedCloudRegionsFilterArgs]]]] = None,
                                    name_contains: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetSupportedCloudRegionsResult]
    func GetSupportedCloudRegions(ctx *Context, args *GetSupportedCloudRegionsArgs, opts ...InvokeOption) (*GetSupportedCloudRegionsResult, error)
    func GetSupportedCloudRegionsOutput(ctx *Context, args *GetSupportedCloudRegionsOutputArgs, opts ...InvokeOption) GetSupportedCloudRegionsResultOutput

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

    public static class GetSupportedCloudRegions 
    {
        public static Task<GetSupportedCloudRegionsResult> InvokeAsync(GetSupportedCloudRegionsArgs args, InvokeOptions? opts = null)
        public static Output<GetSupportedCloudRegionsResult> Invoke(GetSupportedCloudRegionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSupportedCloudRegionsResult> getSupportedCloudRegions(GetSupportedCloudRegionsArgs args, InvokeOptions options)
    public static Output<GetSupportedCloudRegionsResult> getSupportedCloudRegions(GetSupportedCloudRegionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:CloudBridge/getSupportedCloudRegions:getSupportedCloudRegions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getSupportedCloudRegions Result

    The following output properties are available:

    id String
    The provider-assigned unique ID for this managed resource.
    supportedCloudRegionCollections List<Property Map>
    assetSourceType String
    filters List<Property Map>
    nameContains String

    Supporting Types

    GetSupportedCloudRegionsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetSupportedCloudRegionsSupportedCloudRegionCollection

    GetSupportedCloudRegionsSupportedCloudRegionCollectionItem

    AssetSourceType string
    Name string
    State string
    AssetSourceType string
    Name string
    State string
    assetSourceType String
    name String
    state String
    assetSourceType string
    name string
    state string
    assetSourceType String
    name String
    state String

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.8.0
    published on Friday, Apr 24, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.