1. Packages
  2. Packages
  3. Gcore Provider
  4. API Docs
  5. getStorageObjectStorage
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 getStorageObjectStorage

    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 getStorageObjectStorage(args: GetStorageObjectStorageArgs, opts?: InvokeOptions): Promise<GetStorageObjectStorageResult>
    function getStorageObjectStorageOutput(args: GetStorageObjectStorageOutputArgs, opts?: InvokeOptions): Output<GetStorageObjectStorageResult>
    def get_storage_object_storage(find_one_by: Optional[GetStorageObjectStorageFindOneBy] = None,
                                   storage_id: Optional[float] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetStorageObjectStorageResult
    def get_storage_object_storage_output(find_one_by: pulumi.Input[Optional[GetStorageObjectStorageFindOneByArgs]] = None,
                                   storage_id: pulumi.Input[Optional[float]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetStorageObjectStorageResult]
    func LookupStorageObjectStorage(ctx *Context, args *LookupStorageObjectStorageArgs, opts ...InvokeOption) (*LookupStorageObjectStorageResult, error)
    func LookupStorageObjectStorageOutput(ctx *Context, args *LookupStorageObjectStorageOutputArgs, opts ...InvokeOption) LookupStorageObjectStorageResultOutput

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

    public static class GetStorageObjectStorage 
    {
        public static Task<GetStorageObjectStorageResult> InvokeAsync(GetStorageObjectStorageArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageObjectStorageResult> Invoke(GetStorageObjectStorageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageObjectStorageResult> getStorageObjectStorage(GetStorageObjectStorageArgs args, InvokeOptions options)
    public static Output<GetStorageObjectStorageResult> getStorageObjectStorage(GetStorageObjectStorageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getStorageObjectStorage:getStorageObjectStorage
      arguments:
        # arguments dictionary
    data "gcore_getstorageobjectstorage" "name" {
        # arguments
    }

    The following arguments are supported:

    getStorageObjectStorage Result

    The following output properties are available:

    Supporting Types

    GetStorageObjectStorageFindOneBy

    OrderBy string
    Id string
    Filter by storage ID
    LocationName string
    Filter by storage location/region
    Name string
    Filter by storage name
    ProvisioningStatus string
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    ShowDeleted bool
    Include deleted storages
    OrderBy string
    Id string
    Filter by storage ID
    LocationName string
    Filter by storage location/region
    Name string
    Filter by storage name
    ProvisioningStatus string
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    ShowDeleted bool
    Include deleted storages
    order_by string
    id string
    Filter by storage ID
    location_name string
    Filter by storage location/region
    name string
    Filter by storage name
    provisioning_status string
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    show_deleted bool
    Include deleted storages
    orderBy String
    id String
    Filter by storage ID
    locationName String
    Filter by storage location/region
    name String
    Filter by storage name
    provisioningStatus String
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    showDeleted Boolean
    Include deleted storages
    orderBy string
    id string
    Filter by storage ID
    locationName string
    Filter by storage location/region
    name string
    Filter by storage name
    provisioningStatus string
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    showDeleted boolean
    Include deleted storages
    order_by str
    id str
    Filter by storage ID
    location_name str
    Filter by storage location/region
    name str
    Filter by storage name
    provisioning_status str
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    show_deleted bool
    Include deleted storages
    orderBy String
    id String
    Filter by storage ID
    locationName String
    Filter by storage location/region
    name String
    Filter by storage name
    provisioningStatus String
    Filter by provisioning status Available values: "active", "creating", "updating", "deleting", "deleted".
    showDeleted Boolean
    Include deleted storages

    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