1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Lustre
  5. getFileStorageLustreFileSystems
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.Lustre.getFileStorageLustreFileSystems

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

    This data source provides the list of Lustre File Systems in Oracle Cloud Infrastructure Lustre File Storage service.

    Gets a list of Lustre file systems.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testLustreFileSystems = oci.Lustre.getFileStorageLustreFileSystems({
        availabilityDomain: lustreFileSystemAvailabilityDomain,
        compartmentId: compartmentId,
        displayName: lustreFileSystemDisplayName,
        id: lustreFileSystemId,
        state: lustreFileSystemState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_lustre_file_systems = oci.Lustre.get_file_storage_lustre_file_systems(availability_domain=lustre_file_system_availability_domain,
        compartment_id=compartment_id,
        display_name=lustre_file_system_display_name,
        id=lustre_file_system_id,
        state=lustre_file_system_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/lustre"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := lustre.GetFileStorageLustreFileSystems(ctx, &lustre.GetFileStorageLustreFileSystemsArgs{
    			AvailabilityDomain: pulumi.StringRef(lustreFileSystemAvailabilityDomain),
    			CompartmentId:      pulumi.StringRef(compartmentId),
    			DisplayName:        pulumi.StringRef(lustreFileSystemDisplayName),
    			Id:                 pulumi.StringRef(lustreFileSystemId),
    			State:              pulumi.StringRef(lustreFileSystemState),
    		}, 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 testLustreFileSystems = Oci.Lustre.GetFileStorageLustreFileSystems.Invoke(new()
        {
            AvailabilityDomain = lustreFileSystemAvailabilityDomain,
            CompartmentId = compartmentId,
            DisplayName = lustreFileSystemDisplayName,
            Id = lustreFileSystemId,
            State = lustreFileSystemState,
        });
    
    });
    
    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.GetFileStorageLustreFileSystemsArgs;
    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 testLustreFileSystems = LustreFunctions.getFileStorageLustreFileSystems(GetFileStorageLustreFileSystemsArgs.builder()
                .availabilityDomain(lustreFileSystemAvailabilityDomain)
                .compartmentId(compartmentId)
                .displayName(lustreFileSystemDisplayName)
                .id(lustreFileSystemId)
                .state(lustreFileSystemState)
                .build());
    
        }
    }
    
    variables:
      testLustreFileSystems:
        fn::invoke:
          function: oci:Lustre:getFileStorageLustreFileSystems
          arguments:
            availabilityDomain: ${lustreFileSystemAvailabilityDomain}
            compartmentId: ${compartmentId}
            displayName: ${lustreFileSystemDisplayName}
            id: ${lustreFileSystemId}
            state: ${lustreFileSystemState}
    

    Using getFileStorageLustreFileSystems

    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 getFileStorageLustreFileSystems(args: GetFileStorageLustreFileSystemsArgs, opts?: InvokeOptions): Promise<GetFileStorageLustreFileSystemsResult>
    function getFileStorageLustreFileSystemsOutput(args: GetFileStorageLustreFileSystemsOutputArgs, opts?: InvokeOptions): Output<GetFileStorageLustreFileSystemsResult>
    def get_file_storage_lustre_file_systems(availability_domain: Optional[str] = None,
                                             compartment_id: Optional[str] = None,
                                             display_name: Optional[str] = None,
                                             filters: Optional[Sequence[_lustre.GetFileStorageLustreFileSystemsFilter]] = None,
                                             id: Optional[str] = None,
                                             state: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetFileStorageLustreFileSystemsResult
    def get_file_storage_lustre_file_systems_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[_lustre.GetFileStorageLustreFileSystemsFilterArgs]]]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             state: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetFileStorageLustreFileSystemsResult]
    func GetFileStorageLustreFileSystems(ctx *Context, args *GetFileStorageLustreFileSystemsArgs, opts ...InvokeOption) (*GetFileStorageLustreFileSystemsResult, error)
    func GetFileStorageLustreFileSystemsOutput(ctx *Context, args *GetFileStorageLustreFileSystemsOutputArgs, opts ...InvokeOption) GetFileStorageLustreFileSystemsResultOutput

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

    public static class GetFileStorageLustreFileSystems 
    {
        public static Task<GetFileStorageLustreFileSystemsResult> InvokeAsync(GetFileStorageLustreFileSystemsArgs args, InvokeOptions? opts = null)
        public static Output<GetFileStorageLustreFileSystemsResult> Invoke(GetFileStorageLustreFileSystemsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFileStorageLustreFileSystemsResult> getFileStorageLustreFileSystems(GetFileStorageLustreFileSystemsArgs args, InvokeOptions options)
    public static Output<GetFileStorageLustreFileSystemsResult> getFileStorageLustreFileSystems(GetFileStorageLustreFileSystemsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Lustre/getFileStorageLustreFileSystems:getFileStorageLustreFileSystems
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AvailabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetFileStorageLustreFileSystemsFilter>
    Id string
    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.
    AvailabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetFileStorageLustreFileSystemsFilter
    Id string
    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.
    availabilityDomain String
    The name of the availability domain. Example: Uocm:PHX-AD-1
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetFileStorageFileSystemsFilter>
    id String
    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.
    availabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    compartmentId string
    The OCID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetFileStorageLustreFileSystemsFilter[]
    id string
    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[lustre.GetFileStorageLustreFileSystemsFilter]
    id str
    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.
    availabilityDomain String
    The name of the availability domain. Example: Uocm:PHX-AD-1
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    id String
    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.

    getFileStorageLustreFileSystems Result

    The following output properties are available:

    LustreFileSystemCollections List<GetFileStorageLustreFileSystemsLustreFileSystemCollection>
    The list of lustre_file_system_collection.
    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.
    DisplayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
    Filters List<GetFileStorageLustreFileSystemsFilter>
    Id string
    The OCID of the Lustre file system.
    State string
    The current state of the Lustre file system.
    LustreFileSystemCollections []GetFileStorageLustreFileSystemsLustreFileSystemCollection
    The list of lustre_file_system_collection.
    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.
    DisplayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
    Filters []GetFileStorageLustreFileSystemsFilter
    Id string
    The OCID of the Lustre file system.
    State string
    The current state of the Lustre file system.
    lustreFileSystemCollections List<GetFileStorageFileSystemsFileSystemCollection>
    The list of lustre_file_system_collection.
    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.
    displayName String
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
    filters List<GetFileStorageFileSystemsFilter>
    id String
    The OCID of the Lustre file system.
    state String
    The current state of the Lustre file system.
    lustreFileSystemCollections GetFileStorageLustreFileSystemsLustreFileSystemCollection[]
    The list of lustre_file_system_collection.
    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.
    displayName string
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
    filters GetFileStorageLustreFileSystemsFilter[]
    id string
    The OCID of the Lustre file system.
    state string
    The current state of the Lustre file system.
    lustre_file_system_collections Sequence[lustre.GetFileStorageLustreFileSystemsLustreFileSystemCollection]
    The list of lustre_file_system_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 Lustre file system
    filters Sequence[lustre.GetFileStorageLustreFileSystemsFilter]
    id str
    The OCID of the Lustre file system.
    state str
    The current state of the Lustre file system.
    lustreFileSystemCollections List<Property Map>
    The list of lustre_file_system_collection.
    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.
    displayName String
    A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
    filters List<Property Map>
    id String
    The OCID of the Lustre file system.
    state String
    The current state of the Lustre file system.

    Supporting Types

    GetFileStorageLustreFileSystemsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetFileStorageLustreFileSystemsLustreFileSystemCollection

    GetFileStorageLustreFileSystemsLustreFileSystemCollectionItem

    AvailabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    CapacityInGbs int
    Capacity of the Lustre file system in GB.
    ClusterPlacementGroupId string
    The OCID of the cluster placement group in which the Lustre file system exists.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    FileSystemDescription string
    Short description of the Lustre file system. Avoid entering confidential information.
    FileSystemName string
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    KmsKeyId string
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    LifecycleDetails string
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    Lnet string
    Type of network used by clients to mount the file system. Example: tcp
    MaintenanceWindows List<GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemMaintenanceWindow>
    The preferred day and time to perform maintenance.
    MajorVersion string
    Major version of Lustre running in the Lustre file system. Example: 2.15
    ManagementServiceAddress string
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    NsgIds List<string>
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    PerformanceTier string
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    RootSquashConfigurations List<GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemRootSquashConfiguration>
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SubnetId string
    The OCID of the subnet the Lustre file system is in.
    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"}
    TimeBillingCycleEnd string
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    AvailabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    CapacityInGbs int
    Capacity of the Lustre file system in GB.
    ClusterPlacementGroupId string
    The OCID of the cluster placement group in which the Lustre file system exists.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    FileSystemDescription string
    Short description of the Lustre file system. Avoid entering confidential information.
    FileSystemName string
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    KmsKeyId string
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    LifecycleDetails string
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    Lnet string
    Type of network used by clients to mount the file system. Example: tcp
    MaintenanceWindows []GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemMaintenanceWindow
    The preferred day and time to perform maintenance.
    MajorVersion string
    Major version of Lustre running in the Lustre file system. Example: 2.15
    ManagementServiceAddress string
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    NsgIds []string
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    PerformanceTier string
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    RootSquashConfigurations []GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemRootSquashConfiguration
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SubnetId string
    The OCID of the subnet the Lustre file system is in.
    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"}
    TimeBillingCycleEnd string
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain String
    The name of the availability domain. Example: Uocm:PHX-AD-1
    capacityInGbs Integer
    Capacity of the Lustre file system in GB.
    clusterPlacementGroupId String
    The OCID of the cluster placement group in which the Lustre file system exists.
    compartmentId String
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    fileSystemDescription String
    Short description of the Lustre file system. Avoid entering confidential information.
    fileSystemName String
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    kmsKeyId String
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    lifecycleDetails String
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lnet String
    Type of network used by clients to mount the file system. Example: tcp
    maintenanceWindows List<GetFileStorageFileSystemsFileSystemCollectionItemMaintenanceWindow>
    The preferred day and time to perform maintenance.
    majorVersion String
    Major version of Lustre running in the Lustre file system. Example: 2.15
    managementServiceAddress String
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    nsgIds List<String>
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    performanceTier String
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    rootSquashConfigurations List<GetFileStorageFileSystemsFileSystemCollectionItemRootSquashConfiguration>
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId String
    The OCID of the subnet the Lustre file system is in.
    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"}
    timeBillingCycleEnd String
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain string
    The name of the availability domain. Example: Uocm:PHX-AD-1
    capacityInGbs number
    Capacity of the Lustre file system in GB.
    clusterPlacementGroupId string
    The OCID of the cluster placement group in which the Lustre file system exists.
    compartmentId string
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    fileSystemDescription string
    Short description of the Lustre file system. Avoid entering confidential information.
    fileSystemName string
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    kmsKeyId string
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    lifecycleDetails string
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lnet string
    Type of network used by clients to mount the file system. Example: tcp
    maintenanceWindows GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemMaintenanceWindow[]
    The preferred day and time to perform maintenance.
    majorVersion string
    Major version of Lustre running in the Lustre file system. Example: 2.15
    managementServiceAddress string
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    nsgIds string[]
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    performanceTier string
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    rootSquashConfigurations GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemRootSquashConfiguration[]
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId string
    The OCID of the subnet the Lustre file system is in.
    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"}
    timeBillingCycleEnd string
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system 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
    capacity_in_gbs int
    Capacity of the Lustre file system in GB.
    cluster_placement_group_id str
    The OCID of the cluster placement group in which the Lustre file system exists.
    compartment_id str
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    file_system_description str
    Short description of the Lustre file system. Avoid entering confidential information.
    file_system_name str
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    kms_key_id str
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    lifecycle_details str
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lnet str
    Type of network used by clients to mount the file system. Example: tcp
    maintenance_windows Sequence[lustre.GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemMaintenanceWindow]
    The preferred day and time to perform maintenance.
    major_version str
    Major version of Lustre running in the Lustre file system. Example: 2.15
    management_service_address str
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    nsg_ids Sequence[str]
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    performance_tier str
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    root_squash_configurations Sequence[lustre.GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemRootSquashConfiguration]
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnet_id str
    The OCID of the subnet the Lustre file system is in.
    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_billing_cycle_end str
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z
    availabilityDomain String
    The name of the availability domain. Example: Uocm:PHX-AD-1
    capacityInGbs Number
    Capacity of the Lustre file system in GB.
    clusterPlacementGroupId String
    The OCID of the cluster placement group in which the Lustre file system exists.
    compartmentId String
    The OCID of the compartment in which to list resources.
    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 filter to return only resources that match the given display name exactly.
    fileSystemDescription String
    Short description of the Lustre file system. Avoid entering confidential information.
    fileSystemName String
    The Lustre file system name. This is used in mount commands and other aspects of the client command line interface. The default file system name is 'lustre'. The file system name is limited to 8 characters. Allowed characters are lower and upper case English letters, numbers, and '_'.
    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 Lustre file system.
    kmsKeyId String
    The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
    lifecycleDetails String
    A message that describes the current state of the Lustre file system in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    lnet String
    Type of network used by clients to mount the file system. Example: tcp
    maintenanceWindows List<Property Map>
    The preferred day and time to perform maintenance.
    majorVersion String
    Major version of Lustre running in the Lustre file system. Example: 2.15
    managementServiceAddress String
    The IPv4 address of MGS (Lustre Management Service) used by clients to mount the file system. For example '10.0.0.4'.
    nsgIds List<String>
    A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.
    performanceTier String
    The Lustre file system performance tier. A value of MBPS_PER_TB_125 represents 125 megabytes per second per terabyte.
    rootSquashConfigurations List<Property Map>
    An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId String
    The OCID of the subnet the Lustre file system is in.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBillingCycleEnd String
    The date and time that the current billing cycle for the file system will end, expressed in RFC 3339 timestamp format. After the current cycle ends, this date is updated automatically to the next timestamp, which is 30 days later. File systems deleted earlier than this time will still incur charges until the billing cycle ends. Example: 2016-08-25T21:10:29.600Z
    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 Lustre file system was updated, in the format defined by RFC 3339. Example: 2024-04-25T21:10:29.600Z

    GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemMaintenanceWindow

    DayOfWeek string
    Day of the week when the maintainence window starts.
    TimeStart string
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00
    DayOfWeek string
    Day of the week when the maintainence window starts.
    TimeStart string
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00
    dayOfWeek String
    Day of the week when the maintainence window starts.
    timeStart String
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00
    dayOfWeek string
    Day of the week when the maintainence window starts.
    timeStart string
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00
    day_of_week str
    Day of the week when the maintainence window starts.
    time_start str
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00
    dayOfWeek String
    Day of the week when the maintainence window starts.
    timeStart String
    The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC. Example: 22:00

    GetFileStorageLustreFileSystemsLustreFileSystemCollectionItemRootSquashConfiguration

    ClientExceptions List<string>
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    IdentitySquash string
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    SquashGid string
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    SquashUid string
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.
    ClientExceptions []string
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    IdentitySquash string
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    SquashGid string
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    SquashUid string
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.
    clientExceptions List<String>
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    identitySquash String
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    squashGid String
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    squashUid String
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.
    clientExceptions string[]
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    identitySquash string
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    squashGid string
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    squashUid string
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.
    client_exceptions Sequence[str]
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    identity_squash str
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    squash_gid str
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    squash_uid str
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.
    clientExceptions List<String>
    A list of NIDs allowed with this lustre file system not to be squashed. A maximum of 10 is allowed.
    identitySquash String
    Used when clients accessing the Lustre file system have their UID and GID remapped to squashUid and squashGid. If ROOT, only the root user and group (UID/GID 0) are remapped; if NONE, no remapping is done. If unspecified, defaults to NONE.
    squashGid String
    The GID value to remap to when squashing a client GID. See identitySquash for more details. If unspecified, defaults to 65534.
    squashUid String
    The UID value to remap to when squashing a client UID. See identitySquash for more details. If unspecified, defaults to 65534.

    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 v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi