1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getSfsTurboShareV1
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getSfsTurboShareV1

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Up-to-date reference of API arguments for SFS you can get at documentation portal

    Use this data source to get details about a Shared File System (SFS) Turbo resource.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const turbo = opentelekomcloud.getSfsTurboShareV1({
        name: "turbo-share-1",
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    turbo = opentelekomcloud.get_sfs_turbo_share_v1(name="turbo-share-1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := opentelekomcloud.LookupSfsTurboShareV1(ctx, &opentelekomcloud.LookupSfsTurboShareV1Args{
    			Name: "turbo-share-1",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Opentelekomcloud = Pulumi.Opentelekomcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var turbo = Opentelekomcloud.GetSfsTurboShareV1.Invoke(new()
        {
            Name = "turbo-share-1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
    import com.pulumi.opentelekomcloud.inputs.GetSfsTurboShareV1Args;
    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 turbo = OpentelekomcloudFunctions.getSfsTurboShareV1(GetSfsTurboShareV1Args.builder()
                .name("turbo-share-1")
                .build());
    
        }
    }
    
    variables:
      turbo:
        fn::invoke:
          function: opentelekomcloud:getSfsTurboShareV1
          arguments:
            name: turbo-share-1
    

    Using getSfsTurboShareV1

    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 getSfsTurboShareV1(args: GetSfsTurboShareV1Args, opts?: InvokeOptions): Promise<GetSfsTurboShareV1Result>
    function getSfsTurboShareV1Output(args: GetSfsTurboShareV1OutputArgs, opts?: InvokeOptions): Output<GetSfsTurboShareV1Result>
    def get_sfs_turbo_share_v1(id: Optional[str] = None,
                               name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetSfsTurboShareV1Result
    def get_sfs_turbo_share_v1_output(id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetSfsTurboShareV1Result]
    func LookupSfsTurboShareV1(ctx *Context, args *LookupSfsTurboShareV1Args, opts ...InvokeOption) (*LookupSfsTurboShareV1Result, error)
    func LookupSfsTurboShareV1Output(ctx *Context, args *LookupSfsTurboShareV1OutputArgs, opts ...InvokeOption) LookupSfsTurboShareV1ResultOutput

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

    public static class GetSfsTurboShareV1 
    {
        public static Task<GetSfsTurboShareV1Result> InvokeAsync(GetSfsTurboShareV1Args args, InvokeOptions? opts = null)
        public static Output<GetSfsTurboShareV1Result> Invoke(GetSfsTurboShareV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSfsTurboShareV1Result> getSfsTurboShareV1(GetSfsTurboShareV1Args args, InvokeOptions options)
    public static Output<GetSfsTurboShareV1Result> getSfsTurboShareV1(GetSfsTurboShareV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getSfsTurboShareV1:getSfsTurboShareV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of an SFS Turbo share.
    Id string
    The UUID of the SFS Turbo file system.
    Name string
    The name of an SFS Turbo share.
    Id string
    The UUID of the SFS Turbo file system.
    name String
    The name of an SFS Turbo share.
    id String
    The UUID of the SFS Turbo file system.
    name string
    The name of an SFS Turbo share.
    id string
    The UUID of the SFS Turbo file system.
    name str
    The name of an SFS Turbo share.
    id str
    The UUID of the SFS Turbo file system.
    name String
    The name of an SFS Turbo share.
    id String
    The UUID of the SFS Turbo file system.

    getSfsTurboShareV1 Result

    The following output properties are available:

    AvailabilityZone string
    Tthe availability zone where the file system is located.
    AvailableCapacity string
    The available capacity of the SFS Turbo file system in the unit of GB.
    CryptKeyId string
    The ID of a KMS key to encrypt the file system.
    ExportLocation string
    The mount point of the SFS Turbo file system.
    Id string
    The UUID of the SFS Turbo file system.
    Name string
    Region string
    The region of SFS Turbo share.
    SecurityGroupId string
    The share security group ID.
    ShareProto string
    The protocol for sharing file systems.
    ShareType string
    The file system type.
    Size double
    Capacity of the share common file system, in GB.
    SubnetId string
    Specifies the share network ID of the subnet.
    Version string
    The version ID of the SFS Turbo file system.
    VpcId string
    The share VPC ID.
    AvailabilityZone string
    Tthe availability zone where the file system is located.
    AvailableCapacity string
    The available capacity of the SFS Turbo file system in the unit of GB.
    CryptKeyId string
    The ID of a KMS key to encrypt the file system.
    ExportLocation string
    The mount point of the SFS Turbo file system.
    Id string
    The UUID of the SFS Turbo file system.
    Name string
    Region string
    The region of SFS Turbo share.
    SecurityGroupId string
    The share security group ID.
    ShareProto string
    The protocol for sharing file systems.
    ShareType string
    The file system type.
    Size float64
    Capacity of the share common file system, in GB.
    SubnetId string
    Specifies the share network ID of the subnet.
    Version string
    The version ID of the SFS Turbo file system.
    VpcId string
    The share VPC ID.
    availabilityZone String
    Tthe availability zone where the file system is located.
    availableCapacity String
    The available capacity of the SFS Turbo file system in the unit of GB.
    cryptKeyId String
    The ID of a KMS key to encrypt the file system.
    exportLocation String
    The mount point of the SFS Turbo file system.
    id String
    The UUID of the SFS Turbo file system.
    name String
    region String
    The region of SFS Turbo share.
    securityGroupId String
    The share security group ID.
    shareProto String
    The protocol for sharing file systems.
    shareType String
    The file system type.
    size Double
    Capacity of the share common file system, in GB.
    subnetId String
    Specifies the share network ID of the subnet.
    version String
    The version ID of the SFS Turbo file system.
    vpcId String
    The share VPC ID.
    availabilityZone string
    Tthe availability zone where the file system is located.
    availableCapacity string
    The available capacity of the SFS Turbo file system in the unit of GB.
    cryptKeyId string
    The ID of a KMS key to encrypt the file system.
    exportLocation string
    The mount point of the SFS Turbo file system.
    id string
    The UUID of the SFS Turbo file system.
    name string
    region string
    The region of SFS Turbo share.
    securityGroupId string
    The share security group ID.
    shareProto string
    The protocol for sharing file systems.
    shareType string
    The file system type.
    size number
    Capacity of the share common file system, in GB.
    subnetId string
    Specifies the share network ID of the subnet.
    version string
    The version ID of the SFS Turbo file system.
    vpcId string
    The share VPC ID.
    availability_zone str
    Tthe availability zone where the file system is located.
    available_capacity str
    The available capacity of the SFS Turbo file system in the unit of GB.
    crypt_key_id str
    The ID of a KMS key to encrypt the file system.
    export_location str
    The mount point of the SFS Turbo file system.
    id str
    The UUID of the SFS Turbo file system.
    name str
    region str
    The region of SFS Turbo share.
    security_group_id str
    The share security group ID.
    share_proto str
    The protocol for sharing file systems.
    share_type str
    The file system type.
    size float
    Capacity of the share common file system, in GB.
    subnet_id str
    Specifies the share network ID of the subnet.
    version str
    The version ID of the SFS Turbo file system.
    vpc_id str
    The share VPC ID.
    availabilityZone String
    Tthe availability zone where the file system is located.
    availableCapacity String
    The available capacity of the SFS Turbo file system in the unit of GB.
    cryptKeyId String
    The ID of a KMS key to encrypt the file system.
    exportLocation String
    The mount point of the SFS Turbo file system.
    id String
    The UUID of the SFS Turbo file system.
    name String
    region String
    The region of SFS Turbo share.
    securityGroupId String
    The share security group ID.
    shareProto String
    The protocol for sharing file systems.
    shareType String
    The file system type.
    size Number
    Capacity of the share common file system, in GB.
    subnetId String
    Specifies the share network ID of the subnet.
    version String
    The version ID of the SFS Turbo file system.
    vpcId String
    The share VPC ID.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud