tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getChdfsFileSystems
Start a Neo task
Explain and create a tencentcloud.getChdfsFileSystems resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of chdfs file_systems
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const fileSystems = tencentcloud.getChdfsFileSystems({});
import pulumi
import pulumi_tencentcloud as tencentcloud
file_systems = tencentcloud.get_chdfs_file_systems()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetChdfsFileSystems(ctx, &tencentcloud.GetChdfsFileSystemsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var fileSystems = Tencentcloud.GetChdfsFileSystems.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetChdfsFileSystemsArgs;
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 fileSystems = TencentcloudFunctions.getChdfsFileSystems(GetChdfsFileSystemsArgs.builder()
.build());
}
}
variables:
fileSystems:
fn::invoke:
function: tencentcloud:getChdfsFileSystems
arguments: {}
Using getChdfsFileSystems
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 getChdfsFileSystems(args: GetChdfsFileSystemsArgs, opts?: InvokeOptions): Promise<GetChdfsFileSystemsResult>
function getChdfsFileSystemsOutput(args: GetChdfsFileSystemsOutputArgs, opts?: InvokeOptions): Output<GetChdfsFileSystemsResult>def get_chdfs_file_systems(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetChdfsFileSystemsResult
def get_chdfs_file_systems_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetChdfsFileSystemsResult]func GetChdfsFileSystems(ctx *Context, args *GetChdfsFileSystemsArgs, opts ...InvokeOption) (*GetChdfsFileSystemsResult, error)
func GetChdfsFileSystemsOutput(ctx *Context, args *GetChdfsFileSystemsOutputArgs, opts ...InvokeOption) GetChdfsFileSystemsResultOutput> Note: This function is named GetChdfsFileSystems in the Go SDK.
public static class GetChdfsFileSystems
{
public static Task<GetChdfsFileSystemsResult> InvokeAsync(GetChdfsFileSystemsArgs args, InvokeOptions? opts = null)
public static Output<GetChdfsFileSystemsResult> Invoke(GetChdfsFileSystemsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetChdfsFileSystemsResult> getChdfsFileSystems(GetChdfsFileSystemsArgs args, InvokeOptions options)
public static Output<GetChdfsFileSystemsResult> getChdfsFileSystems(GetChdfsFileSystemsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getChdfsFileSystems:getChdfsFileSystems
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getChdfsFileSystems Result
The following output properties are available:
- File
Systems List<GetChdfs File Systems File System> - file system list.
- Id string
- Result
Output stringFile
- File
Systems []GetChdfs File Systems File System - file system list.
- Id string
- Result
Output stringFile
- file
Systems List<GetChdfs File Systems File System> - file system list.
- id String
- result
Output StringFile
- file
Systems GetChdfs File Systems File System[] - file system list.
- id string
- result
Output stringFile
- file_
systems Sequence[GetChdfs File Systems File System] - file system list.
- id str
- result_
output_ strfile
- file
Systems List<Property Map> - file system list.
- id String
- result
Output StringFile
Supporting Types
GetChdfsFileSystemsFileSystem
- App
Id double - appid of the user.
- Block
Size double - block size of the file system(byte).
- Capacity
Quota double - capacity of the file system(byte).
- Create
Time string - create time.
- Description string
- desc of the file system.
- Enable
Ranger bool - check the ranger address or not.
- File
System stringId - file system id.
- File
System stringName - file system name.
- Posix
Acl bool - check POSIX ACL or not.
- Ranger
Service List<string>Addresses - ranger address list.
- Region string
- region of the file system.
- Status double
- status of the file system(1: creating create success 3: create failed).
- Super
Users List<string> - super users of the file system.
- App
Id float64 - appid of the user.
- Block
Size float64 - block size of the file system(byte).
- Capacity
Quota float64 - capacity of the file system(byte).
- Create
Time string - create time.
- Description string
- desc of the file system.
- Enable
Ranger bool - check the ranger address or not.
- File
System stringId - file system id.
- File
System stringName - file system name.
- Posix
Acl bool - check POSIX ACL or not.
- Ranger
Service []stringAddresses - ranger address list.
- Region string
- region of the file system.
- Status float64
- status of the file system(1: creating create success 3: create failed).
- Super
Users []string - super users of the file system.
- app
Id Double - appid of the user.
- block
Size Double - block size of the file system(byte).
- capacity
Quota Double - capacity of the file system(byte).
- create
Time String - create time.
- description String
- desc of the file system.
- enable
Ranger Boolean - check the ranger address or not.
- file
System StringId - file system id.
- file
System StringName - file system name.
- posix
Acl Boolean - check POSIX ACL or not.
- ranger
Service List<String>Addresses - ranger address list.
- region String
- region of the file system.
- status Double
- status of the file system(1: creating create success 3: create failed).
- super
Users List<String> - super users of the file system.
- app
Id number - appid of the user.
- block
Size number - block size of the file system(byte).
- capacity
Quota number - capacity of the file system(byte).
- create
Time string - create time.
- description string
- desc of the file system.
- enable
Ranger boolean - check the ranger address or not.
- file
System stringId - file system id.
- file
System stringName - file system name.
- posix
Acl boolean - check POSIX ACL or not.
- ranger
Service string[]Addresses - ranger address list.
- region string
- region of the file system.
- status number
- status of the file system(1: creating create success 3: create failed).
- super
Users string[] - super users of the file system.
- app_
id float - appid of the user.
- block_
size float - block size of the file system(byte).
- capacity_
quota float - capacity of the file system(byte).
- create_
time str - create time.
- description str
- desc of the file system.
- enable_
ranger bool - check the ranger address or not.
- file_
system_ strid - file system id.
- file_
system_ strname - file system name.
- posix_
acl bool - check POSIX ACL or not.
- ranger_
service_ Sequence[str]addresses - ranger address list.
- region str
- region of the file system.
- status float
- status of the file system(1: creating create success 3: create failed).
- super_
users Sequence[str] - super users of the file system.
- app
Id Number - appid of the user.
- block
Size Number - block size of the file system(byte).
- capacity
Quota Number - capacity of the file system(byte).
- create
Time String - create time.
- description String
- desc of the file system.
- enable
Ranger Boolean - check the ranger address or not.
- file
System StringId - file system id.
- file
System StringName - file system name.
- posix
Acl Boolean - check POSIX ACL or not.
- ranger
Service List<String>Addresses - ranger address list.
- region String
- region of the file system.
- status Number
- status of the file system(1: creating create success 3: create failed).
- super
Users List<String> - super users of the file system.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
