Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
published on Friday, Apr 24, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
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 dictionaryThe following arguments are supported:
- asset
Source StringType - filters List<Property Map>
- name
Contains String
getSupportedCloudRegions Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Supported
Cloud List<GetRegion Collections Supported Cloud Regions Supported Cloud Region Collection> - Asset
Source stringType - Filters
List<Get
Supported Cloud Regions Filter> - Name
Contains string
- Id string
- The provider-assigned unique ID for this managed resource.
- Supported
Cloud []GetRegion Collections Supported Cloud Regions Supported Cloud Region Collection - Asset
Source stringType - Filters
[]Get
Supported Cloud Regions Filter - Name
Contains string
- id String
- The provider-assigned unique ID for this managed resource.
- supported
Cloud List<GetRegion Collections Supported Cloud Regions Supported Cloud Region Collection> - asset
Source StringType - filters
List<Get
Supported Cloud Regions Filter> - name
Contains String
- id string
- The provider-assigned unique ID for this managed resource.
- supported
Cloud GetRegion Collections Supported Cloud Regions Supported Cloud Region Collection[] - asset
Source stringType - filters
Get
Supported Cloud Regions Filter[] - name
Contains string
- id str
- The provider-assigned unique ID for this managed resource.
- supported_
cloud_ Sequence[Getregion_ collections Supported Cloud Regions Supported Cloud Region Collection] - asset_
source_ strtype - filters
Sequence[Get
Supported Cloud Regions Filter] - name_
contains str
- id String
- The provider-assigned unique ID for this managed resource.
- supported
Cloud List<Property Map>Region Collections - asset
Source StringType - filters List<Property Map>
- name
Contains String
Supporting Types
GetSupportedCloudRegionsFilter
GetSupportedCloudRegionsSupportedCloudRegionCollection
GetSupportedCloudRegionsSupportedCloudRegionCollectionItem
- Asset
Source stringType - Name string
- State string
- Asset
Source stringType - Name string
- State string
- asset
Source StringType - name String
- state String
- asset
Source stringType - name string
- state string
- asset_
source_ strtype - name str
- state str
- asset
Source StringType - name String
- state String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.8.0
published on Friday, Apr 24, 2026 by Pulumi
published on Friday, Apr 24, 2026 by Pulumi
