Volcengine v0.0.24 published on Tuesday, Jun 25, 2024 by Volcengine
volcengine.cloudfs.Accesses
Explore with Pulumi AI
Use this data source to query detailed information of cloudfs accesses
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Cloudfs.Accesses.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.Accesses(ctx, &cloudfs.AccessesArgs{
			FsName: "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.AccessesArgs;
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.Accesses(AccessesArgs.builder()
            .fsName("tftest2")
            .build());
    }
}
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.cloudfs.accesses(fs_name="tftest2")
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.cloudfs.Accesses({
    fsName: "tftest2",
});
variables:
  default:
    fn::invoke:
      Function: volcengine:cloudfs:Accesses
      Arguments:
        fsName: tftest2
Using Accesses
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 accesses(args: AccessesArgs, opts?: InvokeOptions): Promise<AccessesResult>
function accessesOutput(args: AccessesOutputArgs, opts?: InvokeOptions): Output<AccessesResult>def accesses(fs_name: Optional[str] = None,
             output_file: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> AccessesResult
def accesses_output(fs_name: Optional[pulumi.Input[str]] = None,
             output_file: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[AccessesResult]func Accesses(ctx *Context, args *AccessesArgs, opts ...InvokeOption) (*AccessesResult, error)
func AccessesOutput(ctx *Context, args *AccessesOutputArgs, opts ...InvokeOption) AccessesResultOutputpublic static class Accesses 
{
    public static Task<AccessesResult> InvokeAsync(AccessesArgs args, InvokeOptions? opts = null)
    public static Output<AccessesResult> Invoke(AccessesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<AccessesResult> accesses(AccessesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: volcengine:cloudfs:Accesses
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Fs
Name string - The name of file system.
 - Output
File string - File name where to save data source results.
 
- Fs
Name string - The name of file system.
 - Output
File string - File name where to save data source results.
 
- fs
Name String - The name of file system.
 - output
File String - File name where to save data source results.
 
- fs
Name string - The name of file system.
 - output
File string - File name where to save data source results.
 
- fs_
name str - The name of file system.
 - output_
file str - File name where to save data source results.
 
- fs
Name String - The name of file system.
 - output
File String - File name where to save data source results.
 
Accesses Result
The following output properties are available:
- Accesses
List<Accesses
Access>  - The collection of query.
 - Fs
Name string - The name of cloud fs.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Total
Count int - The total count of query.
 - Output
File string 
- Accesses
[]Accesses
Access  - The collection of query.
 - Fs
Name string - The name of cloud fs.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Total
Count int - The total count of query.
 - Output
File string 
- accesses
List<Accesses
Access>  - The collection of query.
 - fs
Name String - The name of cloud fs.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - total
Count Integer - The total count of query.
 - output
File String 
- accesses
Accesses
Access[]  - The collection of query.
 - fs
Name string - The name of cloud fs.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - total
Count number - The total count of query.
 - output
File string 
- accesses
Sequence[Accesses
Access]  - The collection of query.
 - fs_
name str - The name of cloud fs.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - total_
count int - The total count of query.
 - output_
file str 
- accesses List<Property Map>
 - The collection of query.
 - fs
Name String - The name of cloud fs.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - total
Count Number - The total count of query.
 - output
File String 
Supporting Types
AccessesAccess 
- Access
Account intId  - The account id of access.
 - Access
Id string - The id of access.
 - Access
Service stringName  - The service name of access.
 - Created
Time string - The creation time.
 - Fs
Name string - The name of file system.
 - Is
Default bool - Whether is default access.
 - Security
Group stringId  - The id of security group.
 - Status string
 - The status of access.
 - Subnet
Id string - The id of subnet.
 - Vpc
Id string - The id of vpc.
 - Vpc
Route boolEnabled  - Whether to enable all vpc route.
 
- Access
Account intId  - The account id of access.
 - Access
Id string - The id of access.
 - Access
Service stringName  - The service name of access.
 - Created
Time string - The creation time.
 - Fs
Name string - The name of file system.
 - Is
Default bool - Whether is default access.
 - Security
Group stringId  - The id of security group.
 - Status string
 - The status of access.
 - Subnet
Id string - The id of subnet.
 - Vpc
Id string - The id of vpc.
 - Vpc
Route boolEnabled  - Whether to enable all vpc route.
 
- access
Account IntegerId  - The account id of access.
 - access
Id String - The id of access.
 - access
Service StringName  - The service name of access.
 - created
Time String - The creation time.
 - fs
Name String - The name of file system.
 - is
Default Boolean - Whether is default access.
 - security
Group StringId  - The id of security group.
 - status String
 - The status of access.
 - subnet
Id String - The id of subnet.
 - vpc
Id String - The id of vpc.
 - vpc
Route BooleanEnabled  - Whether to enable all vpc route.
 
- access
Account numberId  - The account id of access.
 - access
Id string - The id of access.
 - access
Service stringName  - The service name of access.
 - created
Time string - The creation time.
 - fs
Name string - The name of file system.
 - is
Default boolean - Whether is default access.
 - security
Group stringId  - The id of security group.
 - status string
 - The status of access.
 - subnet
Id string - The id of subnet.
 - vpc
Id string - The id of vpc.
 - vpc
Route booleanEnabled  - Whether to enable all vpc route.
 
- access_
account_ intid  - The account id of access.
 - access_
id str - The id of access.
 - access_
service_ strname  - The service name of access.
 - created_
time str - The creation time.
 - fs_
name str - The name of file system.
 - is_
default bool - Whether is default access.
 - security_
group_ strid  - The id of security group.
 - status str
 - The status of access.
 - subnet_
id str - The id of subnet.
 - vpc_
id str - The id of vpc.
 - vpc_
route_ boolenabled  - Whether to enable all vpc route.
 
- access
Account NumberId  - The account id of access.
 - access
Id String - The id of access.
 - access
Service StringName  - The service name of access.
 - created
Time String - The creation time.
 - fs
Name String - The name of file system.
 - is
Default Boolean - Whether is default access.
 - security
Group StringId  - The id of security group.
 - status String
 - The status of access.
 - subnet
Id String - The id of subnet.
 - vpc
Id String - The id of vpc.
 - vpc
Route BooleanEnabled  - Whether to enable all vpc route.
 
Package Details
- Repository
 - volcengine volcengine/pulumi-volcengine
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
volcengineTerraform Provider.