UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd
upcloud.getManagedObjectStorageRegions
Explore with Pulumi AI
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
List<Up
Cloud. Pulumi. Up Cloud. Outputs. Get Managed Object Storage Regions Region>
- Id string
- The ID of this resource.
- Regions
[]Get
Managed Object Storage Regions Region
- id String
- The ID of this resource.
- regions
List<Get
Managed Object Storage Regions Region>
- id string
- The ID of this resource.
- regions
Get
Managed Object Storage Regions Region[]
- id str
- The ID of this resource.
- regions
Sequence[Get
Managed Object Storage Regions Region]
- id String
- The ID of this resource.
- regions List<Property Map>
Supporting Types
GetManagedObjectStorageRegionsRegion
- Name string
- Name of the region.
- Primary
Zone string - Primary zone of the region.
- Zones List<string>
- List of zones in the region.
- Name string
- Name of the region.
- Primary
Zone string - Primary zone of the region.
- Zones []string
- List of zones in the region.
- name String
- Name of the region.
- primary
Zone String - Primary zone of the region.
- zones List<String>
- List of zones in the region.
- name string
- Name of the region.
- primary
Zone 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.
- primary
Zone 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.