1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getCfsFileSystemClients
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getCfsFileSystemClients

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of cfs file_system_clients

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const fileSystemClients = tencentcloud.getCfsFileSystemClients({
        fileSystemId: "cfs-iobiaxtj",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    file_system_clients = tencentcloud.get_cfs_file_system_clients(file_system_id="cfs-iobiaxtj")
    
    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.GetCfsFileSystemClients(ctx, &tencentcloud.GetCfsFileSystemClientsArgs{
    			FileSystemId: "cfs-iobiaxtj",
    		}, 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 fileSystemClients = Tencentcloud.GetCfsFileSystemClients.Invoke(new()
        {
            FileSystemId = "cfs-iobiaxtj",
        });
    
    });
    
    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.GetCfsFileSystemClientsArgs;
    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 fileSystemClients = TencentcloudFunctions.getCfsFileSystemClients(GetCfsFileSystemClientsArgs.builder()
                .fileSystemId("cfs-iobiaxtj")
                .build());
    
        }
    }
    
    variables:
      fileSystemClients:
        fn::invoke:
          function: tencentcloud:getCfsFileSystemClients
          arguments:
            fileSystemId: cfs-iobiaxtj
    

    Using getCfsFileSystemClients

    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 getCfsFileSystemClients(args: GetCfsFileSystemClientsArgs, opts?: InvokeOptions): Promise<GetCfsFileSystemClientsResult>
    function getCfsFileSystemClientsOutput(args: GetCfsFileSystemClientsOutputArgs, opts?: InvokeOptions): Output<GetCfsFileSystemClientsResult>
    def get_cfs_file_system_clients(file_system_id: Optional[str] = None,
                                    id: Optional[str] = None,
                                    result_output_file: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCfsFileSystemClientsResult
    def get_cfs_file_system_clients_output(file_system_id: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    result_output_file: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCfsFileSystemClientsResult]
    func GetCfsFileSystemClients(ctx *Context, args *GetCfsFileSystemClientsArgs, opts ...InvokeOption) (*GetCfsFileSystemClientsResult, error)
    func GetCfsFileSystemClientsOutput(ctx *Context, args *GetCfsFileSystemClientsOutputArgs, opts ...InvokeOption) GetCfsFileSystemClientsResultOutput

    > Note: This function is named GetCfsFileSystemClients in the Go SDK.

    public static class GetCfsFileSystemClients 
    {
        public static Task<GetCfsFileSystemClientsResult> InvokeAsync(GetCfsFileSystemClientsArgs args, InvokeOptions? opts = null)
        public static Output<GetCfsFileSystemClientsResult> Invoke(GetCfsFileSystemClientsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCfsFileSystemClientsResult> getCfsFileSystemClients(GetCfsFileSystemClientsArgs args, InvokeOptions options)
    public static Output<GetCfsFileSystemClientsResult> getCfsFileSystemClients(GetCfsFileSystemClientsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getCfsFileSystemClients:getCfsFileSystemClients
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FileSystemId string
    File system ID.
    Id string
    ResultOutputFile string
    Used to save results.
    FileSystemId string
    File system ID.
    Id string
    ResultOutputFile string
    Used to save results.
    fileSystemId String
    File system ID.
    id String
    resultOutputFile String
    Used to save results.
    fileSystemId string
    File system ID.
    id string
    resultOutputFile string
    Used to save results.
    file_system_id str
    File system ID.
    id str
    result_output_file str
    Used to save results.
    fileSystemId String
    File system ID.
    id String
    resultOutputFile String
    Used to save results.

    getCfsFileSystemClients Result

    The following output properties are available:

    Supporting Types

    GetCfsFileSystemClientsClientList

    CfsVip string
    IP address of the file system.
    ClientIp string
    Client IP.
    MountDirectory string
    Path in which the file system is mounted to the client.
    VpcId string
    File system VPCID.
    Zone string
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    ZoneName string
    AZ name.
    CfsVip string
    IP address of the file system.
    ClientIp string
    Client IP.
    MountDirectory string
    Path in which the file system is mounted to the client.
    VpcId string
    File system VPCID.
    Zone string
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    ZoneName string
    AZ name.
    cfsVip String
    IP address of the file system.
    clientIp String
    Client IP.
    mountDirectory String
    Path in which the file system is mounted to the client.
    vpcId String
    File system VPCID.
    zone String
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    zoneName String
    AZ name.
    cfsVip string
    IP address of the file system.
    clientIp string
    Client IP.
    mountDirectory string
    Path in which the file system is mounted to the client.
    vpcId string
    File system VPCID.
    zone string
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    zoneName string
    AZ name.
    cfs_vip str
    IP address of the file system.
    client_ip str
    Client IP.
    mount_directory str
    Path in which the file system is mounted to the client.
    vpc_id str
    File system VPCID.
    zone str
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    zone_name str
    AZ name.
    cfsVip String
    IP address of the file system.
    clientIp String
    Client IP.
    mountDirectory String
    Path in which the file system is mounted to the client.
    vpcId String
    File system VPCID.
    zone String
    Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview document.
    zoneName String
    AZ name.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack