Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.cloudfs.Accesses
Explore with Pulumi AI
Use this data source to query detailed information of cloudfs accesses
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.cloudfs.Accesses({
    fsName: "tftest2",
});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.cloudfs.accesses(fs_name="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
	})
}
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 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());
    }
}
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)
public static Output<AccessesResult> accesses(AccessesArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:cloudfs:Accesses
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FsName string
- The name of file system.
- OutputFile string
- File name where to save data source results.
- FsName string
- The name of file system.
- OutputFile string
- File name where to save data source results.
- fsName String
- The name of file system.
- outputFile String
- File name where to save data source results.
- fsName string
- The name of file system.
- outputFile 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.
- fsName String
- The name of file system.
- outputFile String
- File name where to save data source results.
Accesses Result
The following output properties are available:
- Accesses
List<AccessesAccess> 
- The collection of query.
- FsName string
- The name of cloud fs.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of query.
- OutputFile string
- Accesses
[]AccessesAccess 
- The collection of query.
- FsName string
- The name of cloud fs.
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of query.
- OutputFile string
- accesses
List<AccessesAccess> 
- The collection of query.
- fsName String
- The name of cloud fs.
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Integer
- The total count of query.
- outputFile String
- accesses
AccessesAccess[] 
- The collection of query.
- fsName string
- The name of cloud fs.
- id string
- The provider-assigned unique ID for this managed resource.
- totalCount number
- The total count of query.
- outputFile string
- accesses
Sequence[AccessesAccess] 
- 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.
- fsName String
- The name of cloud fs.
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Number
- The total count of query.
- outputFile String
Supporting Types
AccessesAccess 
- AccessAccount intId 
- The account id of access.
- AccessId string
- The id of access.
- AccessService stringName 
- The service name of access.
- CreatedTime string
- The creation time.
- FsName string
- The name of file system.
- IsDefault bool
- Whether is default access.
- SecurityGroup stringId 
- The id of security group.
- Status string
- The status of access.
- SubnetId string
- The id of subnet.
- VpcId string
- The id of vpc.
- VpcRoute boolEnabled 
- Whether to enable all vpc route.
- AccessAccount intId 
- The account id of access.
- AccessId string
- The id of access.
- AccessService stringName 
- The service name of access.
- CreatedTime string
- The creation time.
- FsName string
- The name of file system.
- IsDefault bool
- Whether is default access.
- SecurityGroup stringId 
- The id of security group.
- Status string
- The status of access.
- SubnetId string
- The id of subnet.
- VpcId string
- The id of vpc.
- VpcRoute boolEnabled 
- Whether to enable all vpc route.
- accessAccount IntegerId 
- The account id of access.
- accessId String
- The id of access.
- accessService StringName 
- The service name of access.
- createdTime String
- The creation time.
- fsName String
- The name of file system.
- isDefault Boolean
- Whether is default access.
- securityGroup StringId 
- The id of security group.
- status String
- The status of access.
- subnetId String
- The id of subnet.
- vpcId String
- The id of vpc.
- vpcRoute BooleanEnabled 
- Whether to enable all vpc route.
- accessAccount numberId 
- The account id of access.
- accessId string
- The id of access.
- accessService stringName 
- The service name of access.
- createdTime string
- The creation time.
- fsName string
- The name of file system.
- isDefault boolean
- Whether is default access.
- securityGroup stringId 
- The id of security group.
- status string
- The status of access.
- subnetId string
- The id of subnet.
- vpcId string
- The id of vpc.
- vpcRoute 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.
- accessAccount NumberId 
- The account id of access.
- accessId String
- The id of access.
- accessService StringName 
- The service name of access.
- createdTime String
- The creation time.
- fsName String
- The name of file system.
- isDefault Boolean
- Whether is default access.
- securityGroup StringId 
- The id of security group.
- status String
- The status of access.
- subnetId String
- The id of subnet.
- vpcId String
- The id of vpc.
- vpcRoute 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.