opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud
opentelekomcloud.getSfsTurboShareV1
Explore with Pulumi AI
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:
getSfsTurboShareV1 Result
The following output properties are available:
- Availability
Zone string - Tthe availability zone where the file system is located.
- Available
Capacity string - The available capacity of the SFS Turbo file system in the unit of GB.
- Crypt
Key stringId - The ID of a KMS key to encrypt the file system.
- Export
Location 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.
- Security
Group stringId - The share security group ID.
- string
- The protocol for sharing file systems.
- string
- The file system type.
- Size double
- Capacity of the share common file system, in GB.
- Subnet
Id string - Specifies the share network ID of the subnet.
- Version string
- The version ID of the SFS Turbo file system.
- Vpc
Id string - The share VPC ID.
- Availability
Zone string - Tthe availability zone where the file system is located.
- Available
Capacity string - The available capacity of the SFS Turbo file system in the unit of GB.
- Crypt
Key stringId - The ID of a KMS key to encrypt the file system.
- Export
Location 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.
- Security
Group stringId - The share security group ID.
- string
- The protocol for sharing file systems.
- string
- The file system type.
- Size float64
- Capacity of the share common file system, in GB.
- Subnet
Id string - Specifies the share network ID of the subnet.
- Version string
- The version ID of the SFS Turbo file system.
- Vpc
Id string - The share VPC ID.
- availability
Zone String - Tthe availability zone where the file system is located.
- available
Capacity String - The available capacity of the SFS Turbo file system in the unit of GB.
- crypt
Key StringId - The ID of a KMS key to encrypt the file system.
- export
Location 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.
- security
Group StringId - The share security group ID.
- String
- The protocol for sharing file systems.
- String
- The file system type.
- size Double
- Capacity of the share common file system, in GB.
- subnet
Id String - Specifies the share network ID of the subnet.
- version String
- The version ID of the SFS Turbo file system.
- vpc
Id String - The share VPC ID.
- availability
Zone string - Tthe availability zone where the file system is located.
- available
Capacity string - The available capacity of the SFS Turbo file system in the unit of GB.
- crypt
Key stringId - The ID of a KMS key to encrypt the file system.
- export
Location 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.
- security
Group stringId - The share security group ID.
- string
- The protocol for sharing file systems.
- string
- The file system type.
- size number
- Capacity of the share common file system, in GB.
- subnet
Id string - Specifies the share network ID of the subnet.
- version string
- The version ID of the SFS Turbo file system.
- vpc
Id 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_ strid - 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_ strid - The share security group ID.
- str
- The protocol for sharing file systems.
- 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.
- availability
Zone String - Tthe availability zone where the file system is located.
- available
Capacity String - The available capacity of the SFS Turbo file system in the unit of GB.
- crypt
Key StringId - The ID of a KMS key to encrypt the file system.
- export
Location 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.
- security
Group StringId - The share security group ID.
- String
- The protocol for sharing file systems.
- String
- The file system type.
- size Number
- Capacity of the share common file system, in GB.
- subnet
Id String - Specifies the share network ID of the subnet.
- version String
- The version ID of the SFS Turbo file system.
- vpc
Id 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 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud