nexus 2.5.0 published on Monday, Apr 14, 2025 by datadrivers
nexus.getBlobstoreGroup
Explore with Pulumi AI
PRO Feature
Use this data source to get details of an existing Nexus Group blobstore.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nexus from "@pulumi/nexus";
const example = nexus.getBlobstoreGroup({
name: "group-example",
});
import pulumi
import pulumi_nexus as nexus
example = nexus.get_blobstore_group(name="group-example")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/nexus/v2/nexus"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nexus.LookupBlobstoreGroup(ctx, &nexus.LookupBlobstoreGroupArgs{
Name: "group-example",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nexus = Pulumi.Nexus;
return await Deployment.RunAsync(() =>
{
var example = Nexus.GetBlobstoreGroup.Invoke(new()
{
Name = "group-example",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nexus.NexusFunctions;
import com.pulumi.nexus.inputs.GetBlobstoreGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = NexusFunctions.getBlobstoreGroup(GetBlobstoreGroupArgs.builder()
.name("group-example")
.build());
}
}
variables:
example:
fn::invoke:
function: nexus:getBlobstoreGroup
arguments:
name: group-example
Using getBlobstoreGroup
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 getBlobstoreGroup(args: GetBlobstoreGroupArgs, opts?: InvokeOptions): Promise<GetBlobstoreGroupResult>
function getBlobstoreGroupOutput(args: GetBlobstoreGroupOutputArgs, opts?: InvokeOptions): Output<GetBlobstoreGroupResult>
def get_blobstore_group(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBlobstoreGroupResult
def get_blobstore_group_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBlobstoreGroupResult]
func LookupBlobstoreGroup(ctx *Context, args *LookupBlobstoreGroupArgs, opts ...InvokeOption) (*LookupBlobstoreGroupResult, error)
func LookupBlobstoreGroupOutput(ctx *Context, args *LookupBlobstoreGroupOutputArgs, opts ...InvokeOption) LookupBlobstoreGroupResultOutput
> Note: This function is named LookupBlobstoreGroup
in the Go SDK.
public static class GetBlobstoreGroup
{
public static Task<GetBlobstoreGroupResult> InvokeAsync(GetBlobstoreGroupArgs args, InvokeOptions? opts = null)
public static Output<GetBlobstoreGroupResult> Invoke(GetBlobstoreGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBlobstoreGroupResult> getBlobstoreGroup(GetBlobstoreGroupArgs args, InvokeOptions options)
public static Output<GetBlobstoreGroupResult> getBlobstoreGroup(GetBlobstoreGroupArgs args, InvokeOptions options)
fn::invoke:
function: nexus:index/getBlobstoreGroup:getBlobstoreGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Blobstore name
- Name string
- Blobstore name
- name String
- Blobstore name
- name string
- Blobstore name
- name str
- Blobstore name
- name String
- Blobstore name
getBlobstoreGroup Result
The following output properties are available:
- Available
Space doubleIn Bytes - Available space in Bytes
- Blob
Count double - Count of blobs
- Fill
Policy string - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- Id string
- Used to identify data source at nexus
- Members List<string>
- List of the names of blob stores that are members of this group
- Name string
- Blobstore name
- Soft
Quotas List<GetBlobstore Group Soft Quota> - Soft quota of the blobstore
- Total
Size doubleIn Bytes - The total size of the blobstore in Bytes
- Available
Space float64In Bytes - Available space in Bytes
- Blob
Count float64 - Count of blobs
- Fill
Policy string - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- Id string
- Used to identify data source at nexus
- Members []string
- List of the names of blob stores that are members of this group
- Name string
- Blobstore name
- Soft
Quotas []GetBlobstore Group Soft Quota - Soft quota of the blobstore
- Total
Size float64In Bytes - The total size of the blobstore in Bytes
- available
Space DoubleIn Bytes - Available space in Bytes
- blob
Count Double - Count of blobs
- fill
Policy String - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- id String
- Used to identify data source at nexus
- members List<String>
- List of the names of blob stores that are members of this group
- name String
- Blobstore name
- soft
Quotas List<GetBlobstore Group Soft Quota> - Soft quota of the blobstore
- total
Size DoubleIn Bytes - The total size of the blobstore in Bytes
- available
Space numberIn Bytes - Available space in Bytes
- blob
Count number - Count of blobs
- fill
Policy string - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- id string
- Used to identify data source at nexus
- members string[]
- List of the names of blob stores that are members of this group
- name string
- Blobstore name
- soft
Quotas GetBlobstore Group Soft Quota[] - Soft quota of the blobstore
- total
Size numberIn Bytes - The total size of the blobstore in Bytes
- available_
space_ floatin_ bytes - Available space in Bytes
- blob_
count float - Count of blobs
- fill_
policy str - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- id str
- Used to identify data source at nexus
- members Sequence[str]
- List of the names of blob stores that are members of this group
- name str
- Blobstore name
- soft_
quotas Sequence[GetBlobstore Group Soft Quota] - Soft quota of the blobstore
- total_
size_ floatin_ bytes - The total size of the blobstore in Bytes
- available
Space NumberIn Bytes - Available space in Bytes
- blob
Count Number - Count of blobs
- fill
Policy String - The policy how to fill the members. Possible values:
roundRobin
orwriteToFirst
- id String
- Used to identify data source at nexus
- members List<String>
- List of the names of blob stores that are members of this group
- name String
- Blobstore name
- soft
Quotas List<Property Map> - Soft quota of the blobstore
- total
Size NumberIn Bytes - The total size of the blobstore in Bytes
Supporting Types
GetBlobstoreGroupSoftQuota
Package Details
- Repository
- nexus datadrivers/terraform-provider-nexus
- License
- Notes
- This Pulumi package is based on the
nexus
Terraform Provider.