Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine
volcengine.cloudfs.FileSystems
Explore with Pulumi AI
Use this data source to query detailed information of cloudfs file systems
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var @default = Volcengine.Cloudfs.FileSystems.Invoke(new()
{
FsName = "tftest2",
});
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cloudfs"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudfs.FileSystems(ctx, &cloudfs.FileSystemsArgs{
FsName: pulumi.StringRef("tftest2"),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cloudfs.CloudfsFunctions;
import com.pulumi.volcengine.cloudfs.inputs.FileSystemsArgs;
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 default = CloudfsFunctions.FileSystems(FileSystemsArgs.builder()
.fsName("tftest2")
.build());
}
}
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.cloudfs.file_systems(fs_name="tftest2")
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.cloudfs.FileSystems({
fsName: "tftest2",
});
variables:
default:
fn::invoke:
Function: volcengine:cloudfs:FileSystems
Arguments:
fsName: tftest2
Using FileSystems
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 fileSystems(args: FileSystemsArgs, opts?: InvokeOptions): Promise<FileSystemsResult>
function fileSystemsOutput(args: FileSystemsOutputArgs, opts?: InvokeOptions): Output<FileSystemsResult>
def file_systems(fs_name: Optional[str] = None,
meta_status: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> FileSystemsResult
def file_systems_output(fs_name: Optional[pulumi.Input[str]] = None,
meta_status: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[FileSystemsResult]
func FileSystems(ctx *Context, args *FileSystemsArgs, opts ...InvokeOption) (*FileSystemsResult, error)
func FileSystemsOutput(ctx *Context, args *FileSystemsOutputArgs, opts ...InvokeOption) FileSystemsResultOutput
public static class FileSystems
{
public static Task<FileSystemsResult> InvokeAsync(FileSystemsArgs args, InvokeOptions? opts = null)
public static Output<FileSystemsResult> Invoke(FileSystemsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<FileSystemsResult> fileSystems(FileSystemsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: volcengine:cloudfs:FileSystems
arguments:
# arguments dictionary
The following arguments are supported:
- Fs
Name string - The name of file system.
- Meta
Status string - The status of file system.
- Name
Regex string - A Name Regex of cloudfs.
- Output
File string - File name where to save data source results.
- Fs
Name string - The name of file system.
- Meta
Status string - The status of file system.
- Name
Regex string - A Name Regex of cloudfs.
- Output
File string - File name where to save data source results.
- fs
Name String - The name of file system.
- meta
Status String - The status of file system.
- name
Regex String - A Name Regex of cloudfs.
- output
File String - File name where to save data source results.
- fs
Name string - The name of file system.
- meta
Status string - The status of file system.
- name
Regex string - A Name Regex of cloudfs.
- output
File string - File name where to save data source results.
- fs_
name str - The name of file system.
- meta_
status str - The status of file system.
- name_
regex str - A Name Regex of cloudfs.
- output_
file str - File name where to save data source results.
- fs
Name String - The name of file system.
- meta
Status String - The status of file system.
- name
Regex String - A Name Regex of cloudfs.
- output
File String - File name where to save data source results.
FileSystems Result
The following output properties are available:
- File
Systems List<FileSystems File System> - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Fs
Name string - Meta
Status string - Name
Regex string - Output
File string
- File
Systems []FileSystems File System - The collection of query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Fs
Name string - Meta
Status string - Name
Regex string - Output
File string
- file
Systems List<FileSystems File System> - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- fs
Name String - meta
Status String - name
Regex String - output
File String
- file
Systems FileSystems File System[] - The collection of query.
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- fs
Name string - meta
Status string - name
Regex string - output
File string
- file_
systems Sequence[FileSystems File System] - The collection of query.
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- fs_
name str - meta_
status str - name_
regex str - output_
file str
- file
Systems List<Property Map> - The collection of query.
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- fs
Name String - meta
Status String - name
Regex String - output
File String
Supporting Types
FileSystemsFileSystem
- Cache
Capacity intTib - The capacity of cache.
- Cache
Plan string - The plan of cache.
- Created
Time string - The creation time.
- Id string
- The ID of file system.
- Mode string
- The mode of file system.
- Mount
Point string - The point mount.
- Name string
- The name of file system.
- Region
Id string - The id of region.
- Security
Group stringId - The id of security group.
- Status string
- The status of file system.
- Subnet
Id string - The id of subnet.
- Tos
Bucket string - The tos bucket.
- Tos
Prefix string - The tos prefix.
- Vpc
Id string - The id of vpc.
- Zone
Id string - The id of zone.
- Cache
Capacity intTib - The capacity of cache.
- Cache
Plan string - The plan of cache.
- Created
Time string - The creation time.
- Id string
- The ID of file system.
- Mode string
- The mode of file system.
- Mount
Point string - The point mount.
- Name string
- The name of file system.
- Region
Id string - The id of region.
- Security
Group stringId - The id of security group.
- Status string
- The status of file system.
- Subnet
Id string - The id of subnet.
- Tos
Bucket string - The tos bucket.
- Tos
Prefix string - The tos prefix.
- Vpc
Id string - The id of vpc.
- Zone
Id string - The id of zone.
- cache
Capacity IntegerTib - The capacity of cache.
- cache
Plan String - The plan of cache.
- created
Time String - The creation time.
- id String
- The ID of file system.
- mode String
- The mode of file system.
- mount
Point String - The point mount.
- name String
- The name of file system.
- region
Id String - The id of region.
- security
Group StringId - The id of security group.
- status String
- The status of file system.
- subnet
Id String - The id of subnet.
- tos
Bucket String - The tos bucket.
- tos
Prefix String - The tos prefix.
- vpc
Id String - The id of vpc.
- zone
Id String - The id of zone.
- cache
Capacity numberTib - The capacity of cache.
- cache
Plan string - The plan of cache.
- created
Time string - The creation time.
- id string
- The ID of file system.
- mode string
- The mode of file system.
- mount
Point string - The point mount.
- name string
- The name of file system.
- region
Id string - The id of region.
- security
Group stringId - The id of security group.
- status string
- The status of file system.
- subnet
Id string - The id of subnet.
- tos
Bucket string - The tos bucket.
- tos
Prefix string - The tos prefix.
- vpc
Id string - The id of vpc.
- zone
Id string - The id of zone.
- cache_
capacity_ inttib - The capacity of cache.
- cache_
plan str - The plan of cache.
- created_
time str - The creation time.
- id str
- The ID of file system.
- mode str
- The mode of file system.
- mount_
point str - The point mount.
- name str
- The name of file system.
- region_
id str - The id of region.
- security_
group_ strid - The id of security group.
- status str
- The status of file system.
- subnet_
id str - The id of subnet.
- tos_
bucket str - The tos bucket.
- tos_
prefix str - The tos prefix.
- vpc_
id str - The id of vpc.
- zone_
id str - The id of zone.
- cache
Capacity NumberTib - The capacity of cache.
- cache
Plan String - The plan of cache.
- created
Time String - The creation time.
- id String
- The ID of file system.
- mode String
- The mode of file system.
- mount
Point String - The point mount.
- name String
- The name of file system.
- region
Id String - The id of region.
- security
Group StringId - The id of security group.
- status String
- The status of file system.
- subnet
Id String - The id of subnet.
- tos
Bucket String - The tos bucket.
- tos
Prefix String - The tos prefix.
- vpc
Id String - The id of vpc.
- zone
Id String - The id of zone.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.