Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
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 dictionarydata "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<Object
Storage Instances Instance> - List of object storage instances.
- Instances
[]Object
Storage Instances Instance - List of object storage instances.
- instances list(object)
- List of object storage instances.
- instances
List<Object
Storage Instances Instance> - List of object storage instances.
- instances
Object
Storage Instances Instance[] - List of object storage instances.
- instances
Sequence[Object
Storage Instances Instance] - List of object storage instances.
- instances List<Property Map>
- List of object storage instances.
Supporting Types
ObjectStorageInstancesInstance
Package Details
- Repository
- biznetgio github.com/shirasakaren/pulumi-biznetgio
- License
- Apache-2.0
Viewing docs for Pulumi BiznetGIO Provider v0.1.7
published on Wednesday, Aug 19, 2026 by shirasakaren
published on Wednesday, Aug 19, 2026 by shirasakaren