1. Packages
  2. UpCloud
  3. API Docs
  4. getManagedObjectStorageRegions
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

upcloud.getManagedObjectStorageRegions

Explore with Pulumi AI

upcloud logo
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

    Returns a list of available Managed Object Storage regions.

    Using getManagedObjectStorageRegions

    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 getManagedObjectStorageRegions(args: GetManagedObjectStorageRegionsArgs, opts?: InvokeOptions): Promise<GetManagedObjectStorageRegionsResult>
    function getManagedObjectStorageRegionsOutput(args: GetManagedObjectStorageRegionsOutputArgs, opts?: InvokeOptions): Output<GetManagedObjectStorageRegionsResult>
    def get_managed_object_storage_regions(regions: Optional[Sequence[GetManagedObjectStorageRegionsRegion]] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetManagedObjectStorageRegionsResult
    def get_managed_object_storage_regions_output(regions: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedObjectStorageRegionsRegionArgs]]]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetManagedObjectStorageRegionsResult]
    func GetManagedObjectStorageRegions(ctx *Context, args *GetManagedObjectStorageRegionsArgs, opts ...InvokeOption) (*GetManagedObjectStorageRegionsResult, error)
    func GetManagedObjectStorageRegionsOutput(ctx *Context, args *GetManagedObjectStorageRegionsOutputArgs, opts ...InvokeOption) GetManagedObjectStorageRegionsResultOutput

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

    public static class GetManagedObjectStorageRegions 
    {
        public static Task<GetManagedObjectStorageRegionsResult> InvokeAsync(GetManagedObjectStorageRegionsArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedObjectStorageRegionsResult> Invoke(GetManagedObjectStorageRegionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedObjectStorageRegionsResult> getManagedObjectStorageRegions(GetManagedObjectStorageRegionsArgs args, InvokeOptions options)
    public static Output<GetManagedObjectStorageRegionsResult> getManagedObjectStorageRegions(GetManagedObjectStorageRegionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: upcloud:index/getManagedObjectStorageRegions:getManagedObjectStorageRegions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getManagedObjectStorageRegions Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Regions []GetManagedObjectStorageRegionsRegion
    id string
    The ID of this resource.
    regions GetManagedObjectStorageRegionsRegion[]
    id String
    The ID of this resource.
    regions List<Property Map>

    Supporting Types

    GetManagedObjectStorageRegionsRegion

    Name string
    Name of the region.
    PrimaryZone string
    Primary zone of the region.
    Zones List<string>
    List of zones in the region.
    Name string
    Name of the region.
    PrimaryZone string
    Primary zone of the region.
    Zones []string
    List of zones in the region.
    name String
    Name of the region.
    primaryZone String
    Primary zone of the region.
    zones List<String>
    List of zones in the region.
    name string
    Name of the region.
    primaryZone string
    Primary zone of the region.
    zones string[]
    List of zones in the region.
    name str
    Name of the region.
    primary_zone str
    Primary zone of the region.
    zones Sequence[str]
    List of zones in the region.
    name String
    Name of the region.
    primaryZone String
    Primary zone of the region.
    zones List<String>
    List of zones in the region.

    Package Details

    Repository
    upcloud UpCloudLtd/pulumi-upcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upcloud Terraform Provider.
    upcloud logo
    UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd