1. Packages
  2. OVH
  3. API Docs
  4. CloudProject
  5. getStorages
OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud

ovh.CloudProject.getStorages

Explore with Pulumi AI

ovh logo
OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud

    List your S3™* compatible storage container. * S3 is a trademark filed by Amazon Technologies,Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies,Inc.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ovh from "@pulumi/ovh";
    
    const storage = ovh.CloudProject.getStorage({
        regionName: "GRA",
        serviceName: "<public cloud project ID>",
    });
    
    import pulumi
    import pulumi_ovh as ovh
    
    storage = ovh.CloudProject.get_storage(region_name="GRA",
        service_name="<public cloud project ID>")
    
    package main
    
    import (
    	"github.com/ovh/pulumi-ovh/sdk/v2/go/ovh/cloudproject"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := cloudproject.GetStorage(ctx, &cloudproject.GetStorageArgs{
    			RegionName:  "GRA",
    			ServiceName: "<public cloud project ID>",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ovh = Pulumi.Ovh;
    
    return await Deployment.RunAsync(() => 
    {
        var storage = Ovh.CloudProject.GetStorage.Invoke(new()
        {
            RegionName = "GRA",
            ServiceName = "<public cloud project ID>",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ovh.CloudProject.CloudProjectFunctions;
    import com.pulumi.ovh.CloudProject.inputs.GetStorageArgs;
    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 storage = CloudProjectFunctions.getStorage(GetStorageArgs.builder()
                .regionName("GRA")
                .serviceName("<public cloud project ID>")
                .build());
    
        }
    }
    
    variables:
      storage:
        fn::invoke:
          function: ovh:CloudProject:getStorage
          arguments:
            regionName: GRA
            serviceName: <public cloud project ID>
    

    Using getStorages

    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 getStorages(args: GetStoragesArgs, opts?: InvokeOptions): Promise<GetStoragesResult>
    function getStoragesOutput(args: GetStoragesOutputArgs, opts?: InvokeOptions): Output<GetStoragesResult>
    def get_storages(region_name: Optional[str] = None,
                     service_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetStoragesResult
    def get_storages_output(region_name: Optional[pulumi.Input[str]] = None,
                     service_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetStoragesResult]
    func GetStorages(ctx *Context, args *GetStoragesArgs, opts ...InvokeOption) (*GetStoragesResult, error)
    func GetStoragesOutput(ctx *Context, args *GetStoragesOutputArgs, opts ...InvokeOption) GetStoragesResultOutput

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

    public static class GetStorages 
    {
        public static Task<GetStoragesResult> InvokeAsync(GetStoragesArgs args, InvokeOptions? opts = null)
        public static Output<GetStoragesResult> Invoke(GetStoragesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStoragesResult> getStorages(GetStoragesArgs args, InvokeOptions options)
    public static Output<GetStoragesResult> getStorages(GetStoragesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ovh:CloudProject/getStorages:getStorages
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RegionName string
    Region name
    ServiceName string
    Service name
    RegionName string
    Region name
    ServiceName string
    Service name
    regionName String
    Region name
    serviceName String
    Service name
    regionName string
    Region name
    serviceName string
    Service name
    region_name str
    Region name
    service_name str
    Service name
    regionName String
    Region name
    serviceName String
    Service name

    getStorages Result

    The following output properties are available:

    Containers List<GetStoragesContainer>
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionName string
    Region name
    ServiceName string
    Service name
    Containers []GetStoragesContainer
    Id string
    The provider-assigned unique ID for this managed resource.
    RegionName string
    Region name
    ServiceName string
    Service name
    containers List<GetStoragesContainer>
    id String
    The provider-assigned unique ID for this managed resource.
    regionName String
    Region name
    serviceName String
    Service name
    containers GetStoragesContainer[]
    id string
    The provider-assigned unique ID for this managed resource.
    regionName string
    Region name
    serviceName string
    Service name
    containers Sequence[cloudproject.GetStoragesContainer]
    id str
    The provider-assigned unique ID for this managed resource.
    region_name str
    Region name
    service_name str
    Service name
    containers List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    regionName String
    Region name
    serviceName String
    Service name

    Supporting Types

    GetStoragesContainer

    CreatedAt string
    The date and timestamp when the resource was created
    Encryption GetStoragesContainerEncryption
    Encryption configuration
    Name string
    Container name
    Objects List<GetStoragesContainerObject>
    Container objects
    ObjectsCount double
    Container total objects count
    ObjectsSize double
    Container total objects size (bytes)
    OwnerId double
    Container owner user ID
    Region string
    Container region
    Replication GetStoragesContainerReplication
    Replication configuration
    Tags Dictionary<string, string>
    Container tags
    Versioning GetStoragesContainerVersioning
    Versioning configuration
    VirtualHost string
    Container virtual host
    CreatedAt string
    The date and timestamp when the resource was created
    Encryption GetStoragesContainerEncryption
    Encryption configuration
    Name string
    Container name
    Objects []GetStoragesContainerObject
    Container objects
    ObjectsCount float64
    Container total objects count
    ObjectsSize float64
    Container total objects size (bytes)
    OwnerId float64
    Container owner user ID
    Region string
    Container region
    Replication GetStoragesContainerReplication
    Replication configuration
    Tags map[string]string
    Container tags
    Versioning GetStoragesContainerVersioning
    Versioning configuration
    VirtualHost string
    Container virtual host
    createdAt String
    The date and timestamp when the resource was created
    encryption GetStoragesContainerEncryption
    Encryption configuration
    name String
    Container name
    objects List<GetStoragesContainerObject>
    Container objects
    objectsCount Double
    Container total objects count
    objectsSize Double
    Container total objects size (bytes)
    ownerId Double
    Container owner user ID
    region String
    Container region
    replication GetStoragesContainerReplication
    Replication configuration
    tags Map<String,String>
    Container tags
    versioning GetStoragesContainerVersioning
    Versioning configuration
    virtualHost String
    Container virtual host
    createdAt string
    The date and timestamp when the resource was created
    encryption GetStoragesContainerEncryption
    Encryption configuration
    name string
    Container name
    objects GetStoragesContainerObject[]
    Container objects
    objectsCount number
    Container total objects count
    objectsSize number
    Container total objects size (bytes)
    ownerId number
    Container owner user ID
    region string
    Container region
    replication GetStoragesContainerReplication
    Replication configuration
    tags {[key: string]: string}
    Container tags
    versioning GetStoragesContainerVersioning
    Versioning configuration
    virtualHost string
    Container virtual host
    created_at str
    The date and timestamp when the resource was created
    encryption cloudproject.GetStoragesContainerEncryption
    Encryption configuration
    name str
    Container name
    objects Sequence[cloudproject.GetStoragesContainerObject]
    Container objects
    objects_count float
    Container total objects count
    objects_size float
    Container total objects size (bytes)
    owner_id float
    Container owner user ID
    region str
    Container region
    replication cloudproject.GetStoragesContainerReplication
    Replication configuration
    tags Mapping[str, str]
    Container tags
    versioning cloudproject.GetStoragesContainerVersioning
    Versioning configuration
    virtual_host str
    Container virtual host
    createdAt String
    The date and timestamp when the resource was created
    encryption Property Map
    Encryption configuration
    name String
    Container name
    objects List<Property Map>
    Container objects
    objectsCount Number
    Container total objects count
    objectsSize Number
    Container total objects size (bytes)
    ownerId Number
    Container owner user ID
    region String
    Container region
    replication Property Map
    Replication configuration
    tags Map<String>
    Container tags
    versioning Property Map
    Versioning configuration
    virtualHost String
    Container virtual host

    GetStoragesContainerEncryption

    SseAlgorithm string
    Encryption algorithm
    SseAlgorithm string
    Encryption algorithm
    sseAlgorithm String
    Encryption algorithm
    sseAlgorithm string
    Encryption algorithm
    sse_algorithm str
    Encryption algorithm
    sseAlgorithm String
    Encryption algorithm

    GetStoragesContainerObject

    Etag string
    ETag
    IsDeleteMarker bool
    Whether this object is a delete marker
    IsLatest bool
    Whether this is the latest version of the object
    Key string
    Key
    LastModified string
    Last modification date
    Size double
    Size (bytes)
    StorageClass string
    Storage class
    VersionId string
    Version ID of the object
    Etag string
    ETag
    IsDeleteMarker bool
    Whether this object is a delete marker
    IsLatest bool
    Whether this is the latest version of the object
    Key string
    Key
    LastModified string
    Last modification date
    Size float64
    Size (bytes)
    StorageClass string
    Storage class
    VersionId string
    Version ID of the object
    etag String
    ETag
    isDeleteMarker Boolean
    Whether this object is a delete marker
    isLatest Boolean
    Whether this is the latest version of the object
    key String
    Key
    lastModified String
    Last modification date
    size Double
    Size (bytes)
    storageClass String
    Storage class
    versionId String
    Version ID of the object
    etag string
    ETag
    isDeleteMarker boolean
    Whether this object is a delete marker
    isLatest boolean
    Whether this is the latest version of the object
    key string
    Key
    lastModified string
    Last modification date
    size number
    Size (bytes)
    storageClass string
    Storage class
    versionId string
    Version ID of the object
    etag str
    ETag
    is_delete_marker bool
    Whether this object is a delete marker
    is_latest bool
    Whether this is the latest version of the object
    key str
    Key
    last_modified str
    Last modification date
    size float
    Size (bytes)
    storage_class str
    Storage class
    version_id str
    Version ID of the object
    etag String
    ETag
    isDeleteMarker Boolean
    Whether this object is a delete marker
    isLatest Boolean
    Whether this is the latest version of the object
    key String
    Key
    lastModified String
    Last modification date
    size Number
    Size (bytes)
    storageClass String
    Storage class
    versionId String
    Version ID of the object

    GetStoragesContainerReplication

    rules List<Property Map>
    Replication rules

    GetStoragesContainerReplicationRule

    DeleteMarkerReplication string
    Delete marker replication
    Destination GetStoragesContainerReplicationRuleDestination
    Rule destination configuration
    Filter GetStoragesContainerReplicationRuleFilter
    Rule filters
    Id string
    Rule ID
    Priority double
    Rule priority
    Status string
    Rule status
    DeleteMarkerReplication string
    Delete marker replication
    Destination GetStoragesContainerReplicationRuleDestination
    Rule destination configuration
    Filter GetStoragesContainerReplicationRuleFilter
    Rule filters
    Id string
    Rule ID
    Priority float64
    Rule priority
    Status string
    Rule status
    deleteMarkerReplication String
    Delete marker replication
    destination GetStoragesContainerReplicationRuleDestination
    Rule destination configuration
    filter GetStoragesContainerReplicationRuleFilter
    Rule filters
    id String
    Rule ID
    priority Double
    Rule priority
    status String
    Rule status
    deleteMarkerReplication string
    Delete marker replication
    destination GetStoragesContainerReplicationRuleDestination
    Rule destination configuration
    filter GetStoragesContainerReplicationRuleFilter
    Rule filters
    id string
    Rule ID
    priority number
    Rule priority
    status string
    Rule status
    delete_marker_replication str
    Delete marker replication
    destination cloudproject.GetStoragesContainerReplicationRuleDestination
    Rule destination configuration
    filter cloudproject.GetStoragesContainerReplicationRuleFilter
    Rule filters
    id str
    Rule ID
    priority float
    Rule priority
    status str
    Rule status
    deleteMarkerReplication String
    Delete marker replication
    destination Property Map
    Rule destination configuration
    filter Property Map
    Rule filters
    id String
    Rule ID
    priority Number
    Rule priority
    status String
    Rule status

    GetStoragesContainerReplicationRuleDestination

    Name string
    Destination bucket name
    Region string
    Destination region, can be null if destination bucket has been deleted
    StorageClass string
    Destination storage class
    Name string
    Destination bucket name
    Region string
    Destination region, can be null if destination bucket has been deleted
    StorageClass string
    Destination storage class
    name String
    Destination bucket name
    region String
    Destination region, can be null if destination bucket has been deleted
    storageClass String
    Destination storage class
    name string
    Destination bucket name
    region string
    Destination region, can be null if destination bucket has been deleted
    storageClass string
    Destination storage class
    name str
    Destination bucket name
    region str
    Destination region, can be null if destination bucket has been deleted
    storage_class str
    Destination storage class
    name String
    Destination bucket name
    region String
    Destination region, can be null if destination bucket has been deleted
    storageClass String
    Destination storage class

    GetStoragesContainerReplicationRuleFilter

    Prefix string
    Prefix filter
    Tags Dictionary<string, string>
    Tags filter
    Prefix string
    Prefix filter
    Tags map[string]string
    Tags filter
    prefix String
    Prefix filter
    tags Map<String,String>
    Tags filter
    prefix string
    Prefix filter
    tags {[key: string]: string}
    Tags filter
    prefix str
    Prefix filter
    tags Mapping[str, str]
    Tags filter
    prefix String
    Prefix filter
    tags Map<String>
    Tags filter

    GetStoragesContainerVersioning

    Status string
    Versioning status
    Status string
    Versioning status
    status String
    Versioning status
    status string
    Versioning status
    status str
    Versioning status
    status String
    Versioning status

    Package Details

    Repository
    ovh ovh/pulumi-ovh
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ovh Terraform Provider.
    ovh logo
    OVHCloud v2.0.7 published on Wednesday, Mar 19, 2025 by OVHcloud