Viewing docs for gcore 2.0.0-alpha.8
published on Wednesday, May 20, 2026 by g-core
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
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 dictionarydata "gcore_getstorageobjectstorage" "name" {
# arguments
}The following arguments are supported:
- find_
one_ objectby - storage_
id number
- find
One Property MapBy - storage
Id Number
getStorageObjectStorage Result
The following output properties are available:
- Address string
- Created
At string - Full
Name string - Id double
- Location
Name string - Name string
- Provisioning
Status string - Find
One GetBy Storage Object Storage Find One By - Storage
Id double
- Address string
- Created
At string - Full
Name string - Id float64
- Location
Name string - Name string
- Provisioning
Status string - Find
One GetBy Storage Object Storage Find One By - Storage
Id float64
- address string
- created_
at string - full_
name string - id number
- location_
name string - name string
- provisioning_
status string - find_
one_ objectby - storage_
id number
- address String
- created
At String - full
Name String - id Double
- location
Name String - name String
- provisioning
Status String - find
One GetBy Storage Object Storage Find One By - storage
Id Double
- address string
- created
At string - full
Name string - id number
- location
Name string - name string
- provisioning
Status string - find
One GetBy Storage Object Storage Find One By - storage
Id number
- address str
- created_
at str - full_
name str - id float
- location_
name str - name str
- provisioning_
status str - find_
one_ Getby Storage Object Storage Find One By - storage_
id float
- address String
- created
At String - full
Name String - id Number
- location
Name String - name String
- provisioning
Status String - find
One Property MapBy - storage
Id Number
Supporting Types
GetStorageObjectStorageFindOneBy
- 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
- 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
- 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
- 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 Boolean - 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 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
- 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 Boolean - Include deleted storages
Package Details
- Repository
- gcore g-core/terraform-provider-gcore
- License
- Notes
- This Pulumi package is based on the
gcoreTerraform Provider.
Viewing docs for gcore 2.0.0-alpha.8
published on Wednesday, May 20, 2026 by g-core
published on Wednesday, May 20, 2026 by g-core