1. Packages
  2. Flexibleengine Provider
  3. API Docs
  4. getSfsFileSystemV2
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

flexibleengine.getSfsFileSystemV2

Explore with Pulumi AI

flexibleengine logo
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

    Provides information about an Shared File System (SFS).

    Using getSfsFileSystemV2

    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 getSfsFileSystemV2(args: GetSfsFileSystemV2Args, opts?: InvokeOptions): Promise<GetSfsFileSystemV2Result>
    function getSfsFileSystemV2Output(args: GetSfsFileSystemV2OutputArgs, opts?: InvokeOptions): Output<GetSfsFileSystemV2Result>
    def get_sfs_file_system_v2(id: Optional[str] = None,
                               name: Optional[str] = None,
                               region: Optional[str] = None,
                               status: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetSfsFileSystemV2Result
    def get_sfs_file_system_v2_output(id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               region: Optional[pulumi.Input[str]] = None,
                               status: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetSfsFileSystemV2Result]
    func LookupSfsFileSystemV2(ctx *Context, args *LookupSfsFileSystemV2Args, opts ...InvokeOption) (*LookupSfsFileSystemV2Result, error)
    func LookupSfsFileSystemV2Output(ctx *Context, args *LookupSfsFileSystemV2OutputArgs, opts ...InvokeOption) LookupSfsFileSystemV2ResultOutput

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

    public static class GetSfsFileSystemV2 
    {
        public static Task<GetSfsFileSystemV2Result> InvokeAsync(GetSfsFileSystemV2Args args, InvokeOptions? opts = null)
        public static Output<GetSfsFileSystemV2Result> Invoke(GetSfsFileSystemV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSfsFileSystemV2Result> getSfsFileSystemV2(GetSfsFileSystemV2Args args, InvokeOptions options)
    public static Output<GetSfsFileSystemV2Result> getSfsFileSystemV2(GetSfsFileSystemV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: flexibleengine:index/getSfsFileSystemV2:getSfsFileSystemV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the shared file system.
    Name string
    The name of the shared file system.
    Region string
    The region in which to query the data source. If omitted, the provider-level region will be used.
    Status string
    The status of the shared file system.
    Id string
    The UUID of the shared file system.
    Name string
    The name of the shared file system.
    Region string
    The region in which to query the data source. If omitted, the provider-level region will be used.
    Status string
    The status of the shared file system.
    id String
    The UUID of the shared file system.
    name String
    The name of the shared file system.
    region String
    The region in which to query the data source. If omitted, the provider-level region will be used.
    status String
    The status of the shared file system.
    id string
    The UUID of the shared file system.
    name string
    The name of the shared file system.
    region string
    The region in which to query the data source. If omitted, the provider-level region will be used.
    status string
    The status of the shared file system.
    id str
    The UUID of the shared file system.
    name str
    The name of the shared file system.
    region str
    The region in which to query the data source. If omitted, the provider-level region will be used.
    status str
    The status of the shared file system.
    id String
    The UUID of the shared file system.
    name String
    The name of the shared file system.
    region String
    The region in which to query the data source. If omitted, the provider-level region will be used.
    status String
    The status of the shared file system.

    getSfsFileSystemV2 Result

    The following output properties are available:

    AccessLevel string
    The level of the access rule.
    AccessTo string
    The access that the back end grants or denies.
    AccessType string
    The type of the share access rule.
    AvailabilityZone string
    The availability zone name.
    Description string
    The description of the shared file system.
    ExportLocation string
    The path for accessing the shared file system.
    ExportLocations List<string>
    The list of mount locations.
    Host string
    The host name of the shared file system.
    IsPublic bool
    The level of visibility for the shared file system.
    Metadata Dictionary<string, string>
    Metadata key and value pairs as a dictionary of strings.
    MountId string
    The UUID of the mount location of the shared file system.
    Preferred bool
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    ProjectId string
    The project ID of the operating user.
    Region string
    ShareAccessId string
    The UUID of the share access rule.
    ShareInstanceId string
    The access that the back end grants or denies.
    ShareProto string
    The protocol for sharing file systems.
    ShareType string
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    Size double
    The size (GB) of the shared file system.
    State string
    The status of the access rule.
    VolumeType string
    The volume type.
    Id string
    Name string
    Status string
    AccessLevel string
    The level of the access rule.
    AccessTo string
    The access that the back end grants or denies.
    AccessType string
    The type of the share access rule.
    AvailabilityZone string
    The availability zone name.
    Description string
    The description of the shared file system.
    ExportLocation string
    The path for accessing the shared file system.
    ExportLocations []string
    The list of mount locations.
    Host string
    The host name of the shared file system.
    IsPublic bool
    The level of visibility for the shared file system.
    Metadata map[string]string
    Metadata key and value pairs as a dictionary of strings.
    MountId string
    The UUID of the mount location of the shared file system.
    Preferred bool
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    ProjectId string
    The project ID of the operating user.
    Region string
    ShareAccessId string
    The UUID of the share access rule.
    ShareInstanceId string
    The access that the back end grants or denies.
    ShareProto string
    The protocol for sharing file systems.
    ShareType string
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    Size float64
    The size (GB) of the shared file system.
    State string
    The status of the access rule.
    VolumeType string
    The volume type.
    Id string
    Name string
    Status string
    accessLevel String
    The level of the access rule.
    accessTo String
    The access that the back end grants or denies.
    accessType String
    The type of the share access rule.
    availabilityZone String
    The availability zone name.
    description String
    The description of the shared file system.
    exportLocation String
    The path for accessing the shared file system.
    exportLocations List<String>
    The list of mount locations.
    host String
    The host name of the shared file system.
    isPublic Boolean
    The level of visibility for the shared file system.
    metadata Map<String,String>
    Metadata key and value pairs as a dictionary of strings.
    mountId String
    The UUID of the mount location of the shared file system.
    preferred Boolean
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    projectId String
    The project ID of the operating user.
    region String
    shareAccessId String
    The UUID of the share access rule.
    shareInstanceId String
    The access that the back end grants or denies.
    shareProto String
    The protocol for sharing file systems.
    shareType String
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    size Double
    The size (GB) of the shared file system.
    state String
    The status of the access rule.
    volumeType String
    The volume type.
    id String
    name String
    status String
    accessLevel string
    The level of the access rule.
    accessTo string
    The access that the back end grants or denies.
    accessType string
    The type of the share access rule.
    availabilityZone string
    The availability zone name.
    description string
    The description of the shared file system.
    exportLocation string
    The path for accessing the shared file system.
    exportLocations string[]
    The list of mount locations.
    host string
    The host name of the shared file system.
    isPublic boolean
    The level of visibility for the shared file system.
    metadata {[key: string]: string}
    Metadata key and value pairs as a dictionary of strings.
    mountId string
    The UUID of the mount location of the shared file system.
    preferred boolean
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    projectId string
    The project ID of the operating user.
    region string
    shareAccessId string
    The UUID of the share access rule.
    shareInstanceId string
    The access that the back end grants or denies.
    shareProto string
    The protocol for sharing file systems.
    shareType string
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    size number
    The size (GB) of the shared file system.
    state string
    The status of the access rule.
    volumeType string
    The volume type.
    id string
    name string
    status string
    access_level str
    The level of the access rule.
    access_to str
    The access that the back end grants or denies.
    access_type str
    The type of the share access rule.
    availability_zone str
    The availability zone name.
    description str
    The description of the shared file system.
    export_location str
    The path for accessing the shared file system.
    export_locations Sequence[str]
    The list of mount locations.
    host str
    The host name of the shared file system.
    is_public bool
    The level of visibility for the shared file system.
    metadata Mapping[str, str]
    Metadata key and value pairs as a dictionary of strings.
    mount_id str
    The UUID of the mount location of the shared file system.
    preferred bool
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    project_id str
    The project ID of the operating user.
    region str
    share_access_id str
    The UUID of the share access rule.
    share_instance_id str
    The access that the back end grants or denies.
    share_proto str
    The protocol for sharing file systems.
    share_type str
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    size float
    The size (GB) of the shared file system.
    state str
    The status of the access rule.
    volume_type str
    The volume type.
    id str
    name str
    status str
    accessLevel String
    The level of the access rule.
    accessTo String
    The access that the back end grants or denies.
    accessType String
    The type of the share access rule.
    availabilityZone String
    The availability zone name.
    description String
    The description of the shared file system.
    exportLocation String
    The path for accessing the shared file system.
    exportLocations List<String>
    The list of mount locations.
    host String
    The host name of the shared file system.
    isPublic Boolean
    The level of visibility for the shared file system.
    metadata Map<String>
    Metadata key and value pairs as a dictionary of strings.
    mountId String
    The UUID of the mount location of the shared file system.
    preferred Boolean
    Identifies which mount locations are most efficient and are used preferentially when multiple mount locations exist.
    projectId String
    The project ID of the operating user.
    region String
    shareAccessId String
    The UUID of the share access rule.
    shareInstanceId String
    The access that the back end grants or denies.
    shareProto String
    The protocol for sharing file systems.
    shareType String
    The storage service type for the shared file system, such as high-performance storage (composed of SSDs) or large-capacity storage (composed of SATA disks).
    size Number
    The size (GB) of the shared file system.
    state String
    The status of the access rule.
    volumeType String
    The volume type.
    id String
    name String
    status String

    Package Details

    Repository
    flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
    License
    Notes
    This Pulumi package is based on the flexibleengine Terraform Provider.
    flexibleengine logo
    flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud