Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Data Source schema for Volcengine::VEPFS::Fileset
Using getFileset
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 getFileset(args: GetFilesetArgs, opts?: InvokeOptions): Promise<GetFilesetResult>
function getFilesetOutput(args: GetFilesetOutputArgs, opts?: InvokeOptions): Output<GetFilesetResult>def get_fileset(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFilesetResult
def get_fileset_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFilesetResult]func LookupFileset(ctx *Context, args *LookupFilesetArgs, opts ...InvokeOption) (*LookupFilesetResult, error)
func LookupFilesetOutput(ctx *Context, args *LookupFilesetOutputArgs, opts ...InvokeOption) LookupFilesetResultOutput> Note: This function is named LookupFileset in the Go SDK.
public static class GetFileset
{
public static Task<GetFilesetResult> InvokeAsync(GetFilesetArgs args, InvokeOptions? opts = null)
public static Output<GetFilesetResult> Invoke(GetFilesetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFilesetResult> getFileset(GetFilesetArgs args, InvokeOptions options)
public static Output<GetFilesetResult> getFileset(GetFilesetArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vepfs/getFileset:getFileset
arguments:
# arguments dictionarydata "volcenginecc_vepfs_getfileset" "name" {
# arguments
}The following arguments are supported:
- Id string
- Id string
- id string
- id String
- id string
- id str
- id String
getFileset Result
The following output properties are available:
- Bandwidth
Qos int - Capacity
Limit int - Capacity
Used int - Create
Time string - File
Limit int - File
System stringId - File
Used int - Fileset
Id string - Fileset
Name string - Fileset
Path string - Fileset
Path stringOn Create - Id string
- Iops
Qos int - Max
Inode intNum - Status string
- Bandwidth
Qos int - Capacity
Limit int - Capacity
Used int - Create
Time string - File
Limit int - File
System stringId - File
Used int - Fileset
Id string - Fileset
Name string - Fileset
Path string - Fileset
Path stringOn Create - Id string
- Iops
Qos int - Max
Inode intNum - Status string
- bandwidth_
qos number - capacity_
limit number - capacity_
used number - create_
time string - file_
limit number - file_
system_ stringid - file_
used number - fileset_
id string - fileset_
name string - fileset_
path string - fileset_
path_ stringon_ create - id string
- iops_
qos number - max_
inode_ numbernum - status string
- bandwidth
Qos Integer - capacity
Limit Integer - capacity
Used Integer - create
Time String - file
Limit Integer - file
System StringId - file
Used Integer - fileset
Id String - fileset
Name String - fileset
Path String - fileset
Path StringOn Create - id String
- iops
Qos Integer - max
Inode IntegerNum - status String
- bandwidth
Qos number - capacity
Limit number - capacity
Used number - create
Time string - file
Limit number - file
System stringId - file
Used number - fileset
Id string - fileset
Name string - fileset
Path string - fileset
Path stringOn Create - id string
- iops
Qos number - max
Inode numberNum - status string
- bandwidth_
qos int - capacity_
limit int - capacity_
used int - create_
time str - file_
limit int - file_
system_ strid - file_
used int - fileset_
id str - fileset_
name str - fileset_
path str - fileset_
path_ stron_ create - id str
- iops_
qos int - max_
inode_ intnum - status str
- bandwidth
Qos Number - capacity
Limit Number - capacity
Used Number - create
Time String - file
Limit Number - file
System StringId - file
Used Number - fileset
Id String - fileset
Name String - fileset
Path String - fileset
Path StringOn Create - id String
- iops
Qos Number - max
Inode NumberNum - status String
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine