Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Lustre.getFileStorageObjectStorageLinks
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
This data source provides the list of Object Storage Links in Oracle Cloud Infrastructure Lustre File Storage service.
Gets a list of Object Storage links.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testObjectStorageLinks = oci.Lustre.getFileStorageObjectStorageLinks({
availabilityDomain: objectStorageLinkAvailabilityDomain,
compartmentId: compartmentId,
displayName: objectStorageLinkDisplayName,
id: objectStorageLinkId,
lustreFileSystemId: testLustreFileSystem.id,
state: objectStorageLinkState,
});
import pulumi
import pulumi_oci as oci
test_object_storage_links = oci.Lustre.get_file_storage_object_storage_links(availability_domain=object_storage_link_availability_domain,
compartment_id=compartment_id,
display_name=object_storage_link_display_name,
id=object_storage_link_id,
lustre_file_system_id=test_lustre_file_system["id"],
state=object_storage_link_state)
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.GetFileStorageObjectStorageLinks(ctx, &lustre.GetFileStorageObjectStorageLinksArgs{
AvailabilityDomain: pulumi.StringRef(objectStorageLinkAvailabilityDomain),
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(objectStorageLinkDisplayName),
Id: pulumi.StringRef(objectStorageLinkId),
LustreFileSystemId: pulumi.StringRef(testLustreFileSystem.Id),
State: pulumi.StringRef(objectStorageLinkState),
}, 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 testObjectStorageLinks = Oci.Lustre.GetFileStorageObjectStorageLinks.Invoke(new()
{
AvailabilityDomain = objectStorageLinkAvailabilityDomain,
CompartmentId = compartmentId,
DisplayName = objectStorageLinkDisplayName,
Id = objectStorageLinkId,
LustreFileSystemId = testLustreFileSystem.Id,
State = objectStorageLinkState,
});
});
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.GetFileStorageObjectStorageLinksArgs;
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 testObjectStorageLinks = LustreFunctions.getFileStorageObjectStorageLinks(GetFileStorageObjectStorageLinksArgs.builder()
.availabilityDomain(objectStorageLinkAvailabilityDomain)
.compartmentId(compartmentId)
.displayName(objectStorageLinkDisplayName)
.id(objectStorageLinkId)
.lustreFileSystemId(testLustreFileSystem.id())
.state(objectStorageLinkState)
.build());
}
}
variables:
testObjectStorageLinks:
fn::invoke:
function: oci:Lustre:getFileStorageObjectStorageLinks
arguments:
availabilityDomain: ${objectStorageLinkAvailabilityDomain}
compartmentId: ${compartmentId}
displayName: ${objectStorageLinkDisplayName}
id: ${objectStorageLinkId}
lustreFileSystemId: ${testLustreFileSystem.id}
state: ${objectStorageLinkState}
Using getFileStorageObjectStorageLinks
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 getFileStorageObjectStorageLinks(args: GetFileStorageObjectStorageLinksArgs, opts?: InvokeOptions): Promise<GetFileStorageObjectStorageLinksResult>
function getFileStorageObjectStorageLinksOutput(args: GetFileStorageObjectStorageLinksOutputArgs, opts?: InvokeOptions): Output<GetFileStorageObjectStorageLinksResult>def get_file_storage_object_storage_links(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetFileStorageObjectStorageLinksFilter]] = None,
id: Optional[str] = None,
lustre_file_system_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFileStorageObjectStorageLinksResult
def get_file_storage_object_storage_links_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFileStorageObjectStorageLinksFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
lustre_file_system_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFileStorageObjectStorageLinksResult]func GetFileStorageObjectStorageLinks(ctx *Context, args *GetFileStorageObjectStorageLinksArgs, opts ...InvokeOption) (*GetFileStorageObjectStorageLinksResult, error)
func GetFileStorageObjectStorageLinksOutput(ctx *Context, args *GetFileStorageObjectStorageLinksOutputArgs, opts ...InvokeOption) GetFileStorageObjectStorageLinksResultOutput> Note: This function is named GetFileStorageObjectStorageLinks in the Go SDK.
public static class GetFileStorageObjectStorageLinks
{
public static Task<GetFileStorageObjectStorageLinksResult> InvokeAsync(GetFileStorageObjectStorageLinksArgs args, InvokeOptions? opts = null)
public static Output<GetFileStorageObjectStorageLinksResult> Invoke(GetFileStorageObjectStorageLinksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFileStorageObjectStorageLinksResult> getFileStorageObjectStorageLinks(GetFileStorageObjectStorageLinksArgs args, InvokeOptions options)
public static Output<GetFileStorageObjectStorageLinksResult> getFileStorageObjectStorageLinks(GetFileStorageObjectStorageLinksArgs args, InvokeOptions options)
fn::invoke:
function: oci:Lustre/getFileStorageObjectStorageLinks:getFileStorageObjectStorageLinks
arguments:
# arguments dictionaryThe following arguments are supported:
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
File Storage Object Storage Links Filter> - Id string
- The OCID of the Object Storage link.
- Lustre
File stringSystem Id - The OCID of the Lustre file system.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
File Storage Object Storage Links Filter - Id string
- The OCID of the Object Storage link.
- Lustre
File stringSystem Id - The OCID of the Lustre file system.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
File Storage Object Storage Links Filter> - id String
- The OCID of the Object Storage link.
- lustre
File StringSystem Id - The OCID of the Lustre file system.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
File Storage Object Storage Links Filter[] - id string
- The OCID of the Object Storage link.
- lustre
File stringSystem Id - The OCID of the Lustre file system.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
File Storage Object Storage Links Filter] - id str
- The OCID of the Object Storage link.
- lustre_
file_ strsystem_ id - The OCID of the Lustre file system.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- id String
- The OCID of the Object Storage link.
- lustre
File StringSystem Id - The OCID of the Lustre file system.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getFileStorageObjectStorageLinks Result
The following output properties are available:
- Object
Storage List<GetLink Collections File Storage Object Storage Links Object Storage Link Collection> - The list of object_storage_link_collection.
- 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.
- 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 - Filters
List<Get
File Storage Object Storage Links Filter> - Id string
- The OCID of the ObjectStorageLink.
- Lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- State string
- The current state of the Object Storage link.
- Object
Storage []GetLink Collections File Storage Object Storage Links Object Storage Link Collection - The list of object_storage_link_collection.
- 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.
- 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 - Filters
[]Get
File Storage Object Storage Links Filter - Id string
- The OCID of the ObjectStorageLink.
- Lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- State string
- The current state of the Object Storage link.
- object
Storage List<GetLink Collections File Storage Object Storage Links Object Storage Link Collection> - The list of object_storage_link_collection.
- 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.
- 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 - filters
List<Get
File Storage Object Storage Links Filter> - id String
- The OCID of the ObjectStorageLink.
- lustre
File StringSystem Id - The OCID of the associated Lustre file system.
- state String
- The current state of the Object Storage link.
- object
Storage GetLink Collections File Storage Object Storage Links Object Storage Link Collection[] - The list of object_storage_link_collection.
- 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.
- 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 - filters
Get
File Storage Object Storage Links Filter[] - id string
- The OCID of the ObjectStorageLink.
- lustre
File stringSystem Id - The OCID of the associated Lustre file system.
- state string
- The current state of the Object Storage link.
- object_
storage_ Sequence[Getlink_ collections File Storage Object Storage Links Object Storage Link Collection] - The list of object_storage_link_collection.
- 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.
- 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 - filters
Sequence[Get
File Storage Object Storage Links Filter] - id str
- The OCID of the ObjectStorageLink.
- lustre_
file_ strsystem_ id - The OCID of the associated Lustre file system.
- state str
- The current state of the Object Storage link.
- object
Storage List<Property Map>Link Collections - The list of object_storage_link_collection.
- 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.
- 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 - filters List<Property Map>
- id String
- The OCID of the ObjectStorageLink.
- lustre
File StringSystem Id - The OCID of the associated Lustre file system.
- state String
- The current state of the Object Storage link.
Supporting Types
GetFileStorageObjectStorageLinksFilter
GetFileStorageObjectStorageLinksObjectStorageLinkCollection
GetFileStorageObjectStorageLinksObjectStorageLinkCollectionItem
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 name of the availability domain. Example:
Uocm:PHX-AD-1 - Compartment
Id string - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id string - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment_
id str - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 name of the availability domain. Example:
Uocm:PHX-AD-1 - compartment
Id String - The OCID of the compartment in which to list resources.
- 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 filter to return only resources that match the given display name exactly.
- 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 Object Storage link.
- 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 Lustre file system.
- 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
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
