1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Lustre
  5. getFileStorageObjectStorageLink
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.Lustre.getFileStorageObjectStorageLink

Get Started
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Object Storage Link resource in Oracle Cloud Infrastructure Lustre File Storage service.

    Gets information about an Object Storage link.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testObjectStorageLink = oci.Lustre.getFileStorageObjectStorageLink({
        objectStorageLinkId: testObjectStorageLinkOciLustreFileStorageObjectStorageLink.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_object_storage_link = oci.Lustre.get_file_storage_object_storage_link(object_storage_link_id=test_object_storage_link_oci_lustre_file_storage_object_storage_link["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/lustre"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := lustre.GetFileStorageObjectStorageLink(ctx, &lustre.GetFileStorageObjectStorageLinkArgs{
    			ObjectStorageLinkId: testObjectStorageLinkOciLustreFileStorageObjectStorageLink.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testObjectStorageLink = Oci.Lustre.GetFileStorageObjectStorageLink.Invoke(new()
        {
            ObjectStorageLinkId = testObjectStorageLinkOciLustreFileStorageObjectStorageLink.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Lustre.LustreFunctions;
    import com.pulumi.oci.Lustre.inputs.GetFileStorageObjectStorageLinkArgs;
    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 testObjectStorageLink = LustreFunctions.getFileStorageObjectStorageLink(GetFileStorageObjectStorageLinkArgs.builder()
                .objectStorageLinkId(testObjectStorageLinkOciLustreFileStorageObjectStorageLink.id())
                .build());
    
        }
    }
    
    variables:
      testObjectStorageLink:
        fn::invoke:
          function: oci:Lustre:getFileStorageObjectStorageLink
          arguments:
            objectStorageLinkId: ${testObjectStorageLinkOciLustreFileStorageObjectStorageLink.id}
    

    Using getFileStorageObjectStorageLink

    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 getFileStorageObjectStorageLink(args: GetFileStorageObjectStorageLinkArgs, opts?: InvokeOptions): Promise<GetFileStorageObjectStorageLinkResult>
    function getFileStorageObjectStorageLinkOutput(args: GetFileStorageObjectStorageLinkOutputArgs, opts?: InvokeOptions): Output<GetFileStorageObjectStorageLinkResult>
    def get_file_storage_object_storage_link(object_storage_link_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetFileStorageObjectStorageLinkResult
    def get_file_storage_object_storage_link_output(object_storage_link_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetFileStorageObjectStorageLinkResult]
    func LookupFileStorageObjectStorageLink(ctx *Context, args *LookupFileStorageObjectStorageLinkArgs, opts ...InvokeOption) (*LookupFileStorageObjectStorageLinkResult, error)
    func LookupFileStorageObjectStorageLinkOutput(ctx *Context, args *LookupFileStorageObjectStorageLinkOutputArgs, opts ...InvokeOption) LookupFileStorageObjectStorageLinkResultOutput

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

    public static class GetFileStorageObjectStorageLink 
    {
        public static Task<GetFileStorageObjectStorageLinkResult> InvokeAsync(GetFileStorageObjectStorageLinkArgs args, InvokeOptions? opts = null)
        public static Output<GetFileStorageObjectStorageLinkResult> Invoke(GetFileStorageObjectStorageLinkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFileStorageObjectStorageLinkResult> getFileStorageObjectStorageLink(GetFileStorageObjectStorageLinkArgs args, InvokeOptions options)
    public static Output<GetFileStorageObjectStorageLinkResult> getFileStorageObjectStorageLink(GetFileStorageObjectStorageLinkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Lustre/getFileStorageObjectStorageLink:getFileStorageObjectStorageLink
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ObjectStorageLinkId string
    The OCID of the Object Storage link.
    ObjectStorageLinkId string
    The OCID of the Object Storage link.
    objectStorageLinkId String
    The OCID of the Object Storage link.
    objectStorageLinkId string
    The OCID of the Object Storage link.
    object_storage_link_id str
    The OCID of the Object Storage link.
    objectStorageLinkId String
    The OCID of the Object Storage link.

    getFileStorageObjectStorageLink Result

    The following output properties are available:

    AvailabilityDomain string
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    CompartmentId string
    The OCID of the compartment that contains the Lustre file system.
    CurrentJobId string
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    FileSystemPath string
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the ObjectStorageLink.
    IsOverwrite bool
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    LastJobId string
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    LifecycleDetails string
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    LustreFileSystemId string
    The OCID of the associated Lustre file system.
    ObjectStorageLinkId string
    ObjectStoragePrefix string
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    StartExportToObjectTrigger int
    StartImportFromObjectTrigger int
    State string
    The current state of the Object Storage link.
    StopExportToObjectTrigger int
    StopImportFromObjectTrigger int
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    AvailabilityDomain string
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    CompartmentId string
    The OCID of the compartment that contains the Lustre file system.
    CurrentJobId string
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    FileSystemPath string
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the ObjectStorageLink.
    IsOverwrite bool
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    LastJobId string
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    LifecycleDetails string
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    LustreFileSystemId string
    The OCID of the associated Lustre file system.
    ObjectStorageLinkId string
    ObjectStoragePrefix string
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    StartExportToObjectTrigger int
    StartImportFromObjectTrigger int
    State string
    The current state of the Object Storage link.
    StopExportToObjectTrigger int
    StopImportFromObjectTrigger int
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain String
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    compartmentId String
    The OCID of the compartment that contains the Lustre file system.
    currentJobId String
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    fileSystemPath String
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the ObjectStorageLink.
    isOverwrite Boolean
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    lastJobId String
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    lifecycleDetails String
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lustreFileSystemId String
    The OCID of the associated Lustre file system.
    objectStorageLinkId String
    objectStoragePrefix String
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    startExportToObjectTrigger Integer
    startImportFromObjectTrigger Integer
    state String
    The current state of the Object Storage link.
    stopExportToObjectTrigger Integer
    stopImportFromObjectTrigger Integer
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    timeUpdated String
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain string
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    compartmentId string
    The OCID of the compartment that contains the Lustre file system.
    currentJobId string
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    fileSystemPath string
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the ObjectStorageLink.
    isOverwrite boolean
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    lastJobId string
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    lifecycleDetails string
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lustreFileSystemId string
    The OCID of the associated Lustre file system.
    objectStorageLinkId string
    objectStoragePrefix string
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    startExportToObjectTrigger number
    startImportFromObjectTrigger number
    state string
    The current state of the Object Storage link.
    stopExportToObjectTrigger number
    stopImportFromObjectTrigger number
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    timeUpdated string
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availability_domain str
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    compartment_id str
    The OCID of the compartment that contains the Lustre file system.
    current_job_id str
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    file_system_path str
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the ObjectStorageLink.
    is_overwrite bool
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    last_job_id str
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    lifecycle_details str
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lustre_file_system_id str
    The OCID of the associated Lustre file system.
    object_storage_link_id str
    object_storage_prefix str
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    start_export_to_object_trigger int
    start_import_from_object_trigger int
    state str
    The current state of the Object Storage link.
    stop_export_to_object_trigger int
    stop_import_from_object_trigger int
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    time_updated str
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain String
    The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
    compartmentId String
    The OCID of the compartment that contains the Lustre file system.
    currentJobId String
    The OCID of currently running sync job. If no sync job is running, then this will be empty.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Object Storage Link
    fileSystemPath String
    The path in the Lustre file system used for this Object Storage link. Example: myFileSystem/mount/myDirectory
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the ObjectStorageLink.
    isOverwrite Boolean
    The flag is an identifier to tell whether the job run has overwrite enabled. If isOverwrite is false, the file to be imported or exported will be skipped if it already exists. If isOverwrite is true, the file to be imported or exported will be overwritten if it already exists.
    lastJobId String
    The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
    lifecycleDetails String
    A message that describes the current state of the Object Storage link in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lustreFileSystemId String
    The OCID of the associated Lustre file system.
    objectStorageLinkId String
    objectStoragePrefix String
    The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports. Example: objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix
    startExportToObjectTrigger Number
    startImportFromObjectTrigger Number
    state String
    The current state of the Object Storage link.
    stopExportToObjectTrigger Number
    stopImportFromObjectTrigger Number
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the Lustre file system was created, expressed in RFC 3339 timestamp format. Example: 2024-04-25T21:10:29.600Z
    timeUpdated String
    The date and time the Object Storage link was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate