tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getChdfsMountPoints
Start a Neo task
Explain and create a tencentcloud.getChdfsMountPoints resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of chdfs mount_points
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const mountPoints = tencentcloud.getChdfsMountPoints({
fileSystemId: "f14mpfy5lh4e",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
mount_points = tencentcloud.get_chdfs_mount_points(file_system_id="f14mpfy5lh4e")
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.GetChdfsMountPoints(ctx, &tencentcloud.GetChdfsMountPointsArgs{
FileSystemId: pulumi.StringRef("f14mpfy5lh4e"),
}, 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 mountPoints = Tencentcloud.GetChdfsMountPoints.Invoke(new()
{
FileSystemId = "f14mpfy5lh4e",
});
});
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.GetChdfsMountPointsArgs;
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 mountPoints = TencentcloudFunctions.getChdfsMountPoints(GetChdfsMountPointsArgs.builder()
.fileSystemId("f14mpfy5lh4e")
.build());
}
}
variables:
mountPoints:
fn::invoke:
function: tencentcloud:getChdfsMountPoints
arguments:
fileSystemId: f14mpfy5lh4e
Using getChdfsMountPoints
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 getChdfsMountPoints(args: GetChdfsMountPointsArgs, opts?: InvokeOptions): Promise<GetChdfsMountPointsResult>
function getChdfsMountPointsOutput(args: GetChdfsMountPointsOutputArgs, opts?: InvokeOptions): Output<GetChdfsMountPointsResult>def get_chdfs_mount_points(access_group_id: Optional[str] = None,
file_system_id: Optional[str] = None,
id: Optional[str] = None,
owner_uin: Optional[float] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetChdfsMountPointsResult
def get_chdfs_mount_points_output(access_group_id: Optional[pulumi.Input[str]] = None,
file_system_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
owner_uin: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetChdfsMountPointsResult]func GetChdfsMountPoints(ctx *Context, args *GetChdfsMountPointsArgs, opts ...InvokeOption) (*GetChdfsMountPointsResult, error)
func GetChdfsMountPointsOutput(ctx *Context, args *GetChdfsMountPointsOutputArgs, opts ...InvokeOption) GetChdfsMountPointsResultOutput> Note: This function is named GetChdfsMountPoints in the Go SDK.
public static class GetChdfsMountPoints
{
public static Task<GetChdfsMountPointsResult> InvokeAsync(GetChdfsMountPointsArgs args, InvokeOptions? opts = null)
public static Output<GetChdfsMountPointsResult> Invoke(GetChdfsMountPointsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetChdfsMountPointsResult> getChdfsMountPoints(GetChdfsMountPointsArgs args, InvokeOptions options)
public static Output<GetChdfsMountPointsResult> getChdfsMountPoints(GetChdfsMountPointsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getChdfsMountPoints:getChdfsMountPoints
arguments:
# arguments dictionaryThe following arguments are supported:
- Access
Group stringId - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- File
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Id string
- Owner
Uin double - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Result
Output stringFile - Used to save results.
- Access
Group stringId - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- File
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Id string
- Owner
Uin float64 - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Result
Output stringFile - Used to save results.
- access
Group StringId - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- file
System StringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- id String
- owner
Uin Double - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- result
Output StringFile - Used to save results.
- access
Group stringId - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- file
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- id string
- owner
Uin number - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- result
Output stringFile - Used to save results.
- access_
group_ strid - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- file_
system_ strid - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- id str
- owner_
uin float - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- result_
output_ strfile - Used to save results.
- access
Group StringId - get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- file
System StringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- id String
- owner
Uin Number - get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- result
Output StringFile - Used to save results.
getChdfsMountPoints Result
The following output properties are available:
- Id string
- Mount
Points List<GetChdfs Mount Points Mount Point> - mount point list.
- Access
Group stringId - File
System stringId - mounted file system id.
- Owner
Uin double - Result
Output stringFile
- Id string
- Mount
Points []GetChdfs Mount Points Mount Point - mount point list.
- Access
Group stringId - File
System stringId - mounted file system id.
- Owner
Uin float64 - Result
Output stringFile
- id String
- mount
Points List<GetChdfs Mount Points Mount Point> - mount point list.
- access
Group StringId - file
System StringId - mounted file system id.
- owner
Uin Double - result
Output StringFile
- id string
- mount
Points GetChdfs Mount Points Mount Point[] - mount point list.
- access
Group stringId - file
System stringId - mounted file system id.
- owner
Uin number - result
Output stringFile
- id str
- mount_
points Sequence[GetChdfs Mount Points Mount Point] - mount point list.
- access_
group_ strid - file_
system_ strid - mounted file system id.
- owner_
uin float - result_
output_ strfile
- id String
- mount
Points List<Property Map> - mount point list.
- access
Group StringId - file
System StringId - mounted file system id.
- owner
Uin Number - result
Output StringFile
Supporting Types
GetChdfsMountPointsMountPoint
- Access
Group List<string>Ids - associated group ids.
- Create
Time string - create time.
- File
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Mount
Point stringId - mount point id.
- Mount
Point stringName - mount point name.
- Status double
- mount point status.
- Access
Group []stringIds - associated group ids.
- Create
Time string - create time.
- File
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- Mount
Point stringId - mount point id.
- Mount
Point stringName - mount point name.
- Status float64
- mount point status.
- access
Group List<String>Ids - associated group ids.
- create
Time String - create time.
- file
System StringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- mount
Point StringId - mount point id.
- mount
Point StringName - mount point name.
- status Double
- mount point status.
- access
Group string[]Ids - associated group ids.
- create
Time string - create time.
- file
System stringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- mount
Point stringId - mount point id.
- mount
Point stringName - mount point name.
- status number
- mount point status.
- access_
group_ Sequence[str]ids - associated group ids.
- create_
time str - create time.
- file_
system_ strid - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- mount_
point_ strid - mount point id.
- mount_
point_ strname - mount point name.
- status float
- mount point status.
- access
Group List<String>Ids - associated group ids.
- create
Time String - create time.
- file
System StringId - get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
- mount
Point StringId - mount point id.
- mount
Point StringName - mount point name.
- status Number
- mount point status.
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
