1. Packages
  2. Packages
  3. Gcore Provider
  4. API Docs
  5. getStorageObjectStorages
Viewing docs for gcore 2.0.0-alpha.8
published on Wednesday, May 20, 2026 by g-core
Viewing docs for gcore 2.0.0-alpha.8
published on Wednesday, May 20, 2026 by g-core

    Using getStorageObjectStorages

    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 getStorageObjectStorages(args: GetStorageObjectStoragesArgs, opts?: InvokeOptions): Promise<GetStorageObjectStoragesResult>
    function getStorageObjectStoragesOutput(args: GetStorageObjectStoragesOutputArgs, opts?: InvokeOptions): Output<GetStorageObjectStoragesResult>
    def get_storage_object_storages(id: Optional[str] = None,
                                    location_name: Optional[str] = None,
                                    max_items: Optional[float] = None,
                                    name: Optional[str] = None,
                                    order_by: Optional[str] = None,
                                    provisioning_status: Optional[str] = None,
                                    show_deleted: Optional[bool] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetStorageObjectStoragesResult
    def get_storage_object_storages_output(id: pulumi.Input[Optional[str]] = None,
                                    location_name: pulumi.Input[Optional[str]] = None,
                                    max_items: pulumi.Input[Optional[float]] = None,
                                    name: pulumi.Input[Optional[str]] = None,
                                    order_by: pulumi.Input[Optional[str]] = None,
                                    provisioning_status: pulumi.Input[Optional[str]] = None,
                                    show_deleted: pulumi.Input[Optional[bool]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetStorageObjectStoragesResult]
    func GetStorageObjectStorages(ctx *Context, args *GetStorageObjectStoragesArgs, opts ...InvokeOption) (*GetStorageObjectStoragesResult, error)
    func GetStorageObjectStoragesOutput(ctx *Context, args *GetStorageObjectStoragesOutputArgs, opts ...InvokeOption) GetStorageObjectStoragesResultOutput

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

    public static class GetStorageObjectStorages 
    {
        public static Task<GetStorageObjectStoragesResult> InvokeAsync(GetStorageObjectStoragesArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageObjectStoragesResult> Invoke(GetStorageObjectStoragesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageObjectStoragesResult> getStorageObjectStorages(GetStorageObjectStoragesArgs args, InvokeOptions options)
    public static Output<GetStorageObjectStoragesResult> getStorageObjectStorages(GetStorageObjectStoragesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getStorageObjectStorages:getStorageObjectStorages
      arguments:
        # arguments dictionary
    data "gcore_getstorageobjectstorages" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    LocationName string
    MaxItems double
    Name string
    OrderBy string
    ProvisioningStatus string
    ShowDeleted bool
    Id string
    LocationName string
    MaxItems float64
    Name string
    OrderBy string
    ProvisioningStatus string
    ShowDeleted bool
    id string
    location_name string
    max_items number
    name string
    order_by string
    provisioning_status string
    show_deleted bool
    id String
    locationName String
    maxItems Double
    name String
    orderBy String
    provisioningStatus String
    showDeleted Boolean
    id string
    locationName string
    maxItems number
    name string
    orderBy string
    provisioningStatus string
    showDeleted boolean
    id String
    locationName String
    maxItems Number
    name String
    orderBy String
    provisioningStatus String
    showDeleted Boolean

    getStorageObjectStorages Result

    The following output properties are available:

    Supporting Types

    GetStorageObjectStoragesItem

    Address string
    Full hostname/address for accessing the storage endpoint
    CreatedAt string
    ISO 8601 timestamp when the storage was created
    FullName string
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    Id double
    Unique identifier for the storage instance
    LocationName string
    Geographic location code where the storage is provisioned
    Name string
    User-defined name for the storage instance, as supplied at creation time.
    ProvisioningStatus string
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    Address string
    Full hostname/address for accessing the storage endpoint
    CreatedAt string
    ISO 8601 timestamp when the storage was created
    FullName string
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    Id float64
    Unique identifier for the storage instance
    LocationName string
    Geographic location code where the storage is provisioned
    Name string
    User-defined name for the storage instance, as supplied at creation time.
    ProvisioningStatus string
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    address string
    Full hostname/address for accessing the storage endpoint
    created_at string
    ISO 8601 timestamp when the storage was created
    full_name string
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    id number
    Unique identifier for the storage instance
    location_name string
    Geographic location code where the storage is provisioned
    name string
    User-defined name for the storage instance, as supplied at creation time.
    provisioning_status string
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    address String
    Full hostname/address for accessing the storage endpoint
    createdAt String
    ISO 8601 timestamp when the storage was created
    fullName String
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    id Double
    Unique identifier for the storage instance
    locationName String
    Geographic location code where the storage is provisioned
    name String
    User-defined name for the storage instance, as supplied at creation time.
    provisioningStatus String
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    address string
    Full hostname/address for accessing the storage endpoint
    createdAt string
    ISO 8601 timestamp when the storage was created
    fullName string
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    id number
    Unique identifier for the storage instance
    locationName string
    Geographic location code where the storage is provisioned
    name string
    User-defined name for the storage instance, as supplied at creation time.
    provisioningStatus string
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    address str
    Full hostname/address for accessing the storage endpoint
    created_at str
    ISO 8601 timestamp when the storage was created
    full_name str
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    id float
    Unique identifier for the storage instance
    location_name str
    Geographic location code where the storage is provisioned
    name str
    User-defined name for the storage instance, as supplied at creation time.
    provisioning_status str
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".
    address String
    Full hostname/address for accessing the storage endpoint
    createdAt String
    ISO 8601 timestamp when the storage was created
    fullName String
    Read-only internal full name of the storage, composed as "{client_id}-{name}". Used internally by the backend. Clients should continue to identify the storage by name.
    id Number
    Unique identifier for the storage instance
    locationName String
    Geographic location code where the storage is provisioned
    name String
    User-defined name for the storage instance, as supplied at creation time.
    provisioningStatus String
    Lifecycle status of the storage. Use this to check readiness before operations. Available values: "creating", "active", "updating", "deleting", "deleted".

    Package Details

    Repository
    gcore g-core/terraform-provider-gcore
    License
    Notes
    This Pulumi package is based on the gcore Terraform Provider.
    Viewing docs for gcore 2.0.0-alpha.8
    published on Wednesday, May 20, 2026 by g-core

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial