Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Lustre.getFileStorageObjectStorageLink
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 dictionaryThe following arguments are supported:
- Object
Storage stringLink Id - The OCID of the Object Storage link.
- Object
Storage stringLink Id - The OCID of the Object Storage link.
- object
Storage StringLink Id - The OCID of the Object Storage link.
- object
Storage stringLink Id - The OCID of the Object Storage link.
- object_
storage_ strlink_ id - The OCID of the Object Storage link.
- object
Storage StringLink Id - The OCID of the Object Storage link.
getFileStorageObjectStorageLink Result
The following output properties are available:
- Availability
Domain string - The availability domain the file system is in. May be unset as a blank or NULL value. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment that contains the Lustre file system.
- Current
Job stringId - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- 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"} - Display
Name 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 - File
System stringPath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - 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.
- Is
Overwrite bool - The flag is an identifier to tell whether the job run has overwrite enabled. If
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - Last
Job stringId - The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
- Lifecycle
Details 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.
- Lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- Object
Storage stringLink Id - Object
Storage stringPrefix - 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 intTo Object Trigger - Start
Import intFrom Object Trigger - State string
- The current state of the Object Storage link.
- Stop
Export intTo Object Trigger - Stop
Import intFrom Object Trigger - Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - 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 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 string - The availability domain the file system is in. May be unset as a blank or NULL value. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment that contains the Lustre file system.
- Current
Job stringId - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- 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"} - Display
Name 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 - File
System stringPath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - 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.
- Is
Overwrite bool - The flag is an identifier to tell whether the job run has overwrite enabled. If
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - Last
Job stringId - The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
- Lifecycle
Details 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.
- Lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- Object
Storage stringLink Id - Object
Storage stringPrefix - 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 intTo Object Trigger - Start
Import intFrom Object Trigger - State string
- The current state of the Object Storage link.
- Stop
Export intTo Object Trigger - Stop
Import intFrom Object Trigger - map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - 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 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 String - The availability domain the file system is in. May be unset as a blank or NULL value. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment that contains the Lustre file system.
- current
Job StringId - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- 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"} - display
Name 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 - file
System StringPath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - 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.
- is
Overwrite Boolean - The flag is an identifier to tell whether the job run has overwrite enabled. If
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - last
Job StringId - The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
- lifecycle
Details 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.
- lustre
File StringSystem Id - The OCID of the associated Lustre file system.
- object
Storage StringLink Id - object
Storage StringPrefix - 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 IntegerTo Object Trigger - start
Import IntegerFrom Object Trigger - state String
- The current state of the Object Storage link.
- stop
Export IntegerTo Object Trigger - stop
Import IntegerFrom Object Trigger - Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - 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 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 string - The availability domain the file system is in. May be unset as a blank or NULL value. Example:
Uocm:PHX-AD-1 - compartment
Id string - The OCID of the compartment that contains the Lustre file system.
- current
Job stringId - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- {[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"} - display
Name 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 - file
System stringPath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - {[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.
- is
Overwrite boolean - The flag is an identifier to tell whether the job run has overwrite enabled. If
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - last
Job stringId - The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
- lifecycle
Details 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.
- lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- object
Storage stringLink Id - object
Storage stringPrefix - 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 numberTo Object Trigger - start
Import numberFrom Object Trigger - state string
- The current state of the Object Storage link.
- stop
Export numberTo Object Trigger - stop
Import numberFrom Object Trigger - {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - 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 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_ strid - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- 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_ strpath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - 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
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - last_
job_ strid - 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_ strsystem_ id - The OCID of the associated Lustre file system.
- object_
storage_ strlink_ id - object_
storage_ strprefix - 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_ intto_ object_ trigger - start_
import_ intfrom_ object_ trigger - state str
- The current state of the Object Storage link.
- stop_
export_ intto_ object_ trigger - stop_
import_ intfrom_ object_ trigger - 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
- availability
Domain String - The availability domain the file system is in. May be unset as a blank or NULL value. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment that contains the Lustre file system.
- current
Job StringId - The OCID of currently running sync job. If no sync job is running, then this will be empty.
- 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"} - display
Name 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 - file
System StringPath - The path in the Lustre file system used for this Object Storage link. Example:
myFileSystem/mount/myDirectory - 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.
- is
Overwrite Boolean - The flag is an identifier to tell whether the job run has overwrite enabled. If
isOverwriteis false, the file to be imported or exported will be skipped if it already exists. IfisOverwriteis true, the file to be imported or exported will be overwritten if it already exists. - last
Job StringId - The OCID of last succeeded sync job. If no sync job has previously run, then this will be empty.
- lifecycle
Details 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.
- lustre
File StringSystem Id - The OCID of the associated Lustre file system.
- object
Storage StringLink Id - object
Storage StringPrefix - 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 NumberTo Object Trigger - start
Import NumberFrom Object Trigger - state String
- The current state of the Object Storage link.
- stop
Export NumberTo Object Trigger - stop
Import NumberFrom Object Trigger - Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - 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 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
ociTerraform Provider.
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
