1. Registry
  2. Packages
  3. BiznetGIO
  4. API Docs
  5. objectStorageInstances
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
biznetgio logo
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren

    Using objectStorageInstances

    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 objectStorageInstances(args: ObjectStorageInstancesArgs, opts?: InvokeOptions): Promise<ObjectStorageInstancesResult>
    function objectStorageInstancesOutput(args: ObjectStorageInstancesOutputArgs, opts?: InvokeOutputOptions): Output<ObjectStorageInstancesResult>
    def object_storage_instances(status: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> ObjectStorageInstancesResult
    def object_storage_instances_output(status: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOutputOptions] = None) -> Output[ObjectStorageInstancesResult]
    func ObjectStorageInstances(ctx *Context, args *ObjectStorageInstancesArgs, opts ...InvokeOption) (*ObjectStorageInstancesResult, error)
    func ObjectStorageInstancesOutput(ctx *Context, args *ObjectStorageInstancesOutputArgs, opts ...InvokeOption) ObjectStorageInstancesResultOutput

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

    public static class ObjectStorageInstances 
    {
        public static Task<ObjectStorageInstancesResult> InvokeAsync(ObjectStorageInstancesArgs args, InvokeOptions? opts = null)
        public static Output<ObjectStorageInstancesResult> Invoke(ObjectStorageInstancesInvokeArgs args, InvokeOptions? opts = null)
        public static Output<ObjectStorageInstancesResult> Invoke(ObjectStorageInstancesInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<ObjectStorageInstancesResult> objectStorageInstances(ObjectStorageInstancesArgs args, InvokeOptions options)
    public static Output<ObjectStorageInstancesResult> objectStorageInstances(ObjectStorageInstancesArgs args, InvokeOptions options)
    public static Output<ObjectStorageInstancesResult> objectStorageInstances(ObjectStorageInstancesArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: biznetgio:objectStorageInstances
      arguments:
        # arguments dictionary
    data "biznetgio_object_storage_instances" "name" {
        # arguments
    }

    The following arguments are supported:

    Status string
    Filter by status (Active, Pending, Suspended, Terminated).
    Status string
    Filter by status (Active, Pending, Suspended, Terminated).
    status string
    Filter by status (Active, Pending, Suspended, Terminated).
    status String
    Filter by status (Active, Pending, Suspended, Terminated).
    status string
    Filter by status (Active, Pending, Suspended, Terminated).
    status str
    Filter by status (Active, Pending, Suspended, Terminated).
    status String
    Filter by status (Active, Pending, Suspended, Terminated).

    objectStorageInstances Result

    The following output properties are available:

    Instances List<ObjectStorageInstancesInstance>
    List of object storage instances.
    Instances []ObjectStorageInstancesInstance
    List of object storage instances.
    instances list(object)
    List of object storage instances.
    instances List<ObjectStorageInstancesInstance>
    List of object storage instances.
    instances ObjectStorageInstancesInstance[]
    List of object storage instances.
    instances Sequence[ObjectStorageInstancesInstance]
    List of object storage instances.
    instances List<Property Map>
    List of object storage instances.

    Supporting Types

    ObjectStorageInstancesInstance

    Id string
    Label string
    ProductId int
    Quota int
    Raw string
    Status string
    Id string
    Label string
    ProductId int
    Quota int
    Raw string
    Status string
    id string
    label string
    product_id number
    quota number
    raw string
    status string
    id String
    label String
    productId Integer
    quota Integer
    raw String
    status String
    id string
    label string
    productId number
    quota number
    raw string
    status string
    id str
    label str
    product_id int
    quota int
    raw str
    status str
    id String
    label String
    productId Number
    quota Number
    raw String
    status String

    Package Details

    Repository
    biznetgio github.com/shirasakaren/pulumi-biznetgio
    License
    Apache-2.0
    biznetgio logo
    Viewing docs for Pulumi BiznetGIO Provider v0.1.7
    published on Wednesday, Aug 19, 2026 by shirasakaren

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial