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 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 dictionarydata "gcore_getstorageobjectstorages" "name" {
# arguments
}The following arguments are supported:
- Id string
- Location
Name string - Max
Items double - Name string
- Order
By string - Provisioning
Status string - Show
Deleted bool
- Id string
- Location
Name string - Max
Items float64 - Name string
- Order
By string - Provisioning
Status string - Show
Deleted bool
- id string
- location_
name string - max_
items number - name string
- order_
by string - provisioning_
status string - show_
deleted bool
- id String
- location
Name String - max
Items Double - name String
- order
By String - provisioning
Status String - show
Deleted Boolean
- id string
- location
Name string - max
Items number - name string
- order
By string - provisioning
Status string - show
Deleted boolean
- id str
- location_
name str - max_
items float - name str
- order_
by str - provisioning_
status str - show_
deleted bool
- id String
- location
Name String - max
Items Number - name String
- order
By String - provisioning
Status String - show
Deleted Boolean
getStorageObjectStorages Result
The following output properties are available:
- Items
List<Get
Storage Object Storages Item> - Order
By string - Id string
- Location
Name string - Max
Items double - Name string
- Provisioning
Status string - Show
Deleted bool
- Items
[]Get
Storage Object Storages Item - Order
By string - Id string
- Location
Name string - Max
Items float64 - Name string
- Provisioning
Status string - Show
Deleted bool
- items list(object)
- order_
by string - id string
- location_
name string - max_
items number - name string
- provisioning_
status string - show_
deleted bool
- items
List<Get
Storage Object Storages Item> - order
By String - id String
- location
Name String - max
Items Double - name String
- provisioning
Status String - show
Deleted Boolean
- items
Get
Storage Object Storages Item[] - order
By string - id string
- location
Name string - max
Items number - name string
- provisioning
Status string - show
Deleted boolean
- items
Sequence[Get
Storage Object Storages Item] - order_
by str - id str
- location_
name str - max_
items float - name str
- provisioning_
status str - show_
deleted bool
- items List<Property Map>
- order
By String - id String
- location
Name String - max
Items Number - name String
- provisioning
Status String - show
Deleted Boolean
Supporting Types
GetStorageObjectStoragesItem
- 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 byname. - Id double
- 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
- 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 byname. - Id float64
- 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
- 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 byname. - 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
- 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 byname. - id Double
- 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
- 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 byname. - 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 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 byname. - 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
- 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 byname. - 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".
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