Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Lustre.getFileStorageLustreFileSystem
Explore with Pulumi AI
This data source provides details about a specific Lustre File System resource in Oracle Cloud Infrastructure Lustre File Storage service.
Gets information about a Lustre file system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testLustreFileSystem = oci.Lustre.getFileStorageLustreFileSystem({
    lustreFileSystemId: testLustreFileSystemOciLustreFileStorageLustreFileSystem.id,
});
import pulumi
import pulumi_oci as oci
test_lustre_file_system = oci.Lustre.get_file_storage_lustre_file_system(lustre_file_system_id=test_lustre_file_system_oci_lustre_file_storage_lustre_file_system["id"])
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.GetFileStorageLustreFileSystem(ctx, &lustre.GetFileStorageLustreFileSystemArgs{
			LustreFileSystemId: testLustreFileSystemOciLustreFileStorageLustreFileSystem.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 testLustreFileSystem = Oci.Lustre.GetFileStorageLustreFileSystem.Invoke(new()
    {
        LustreFileSystemId = testLustreFileSystemOciLustreFileStorageLustreFileSystem.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.GetFileStorageLustreFileSystemArgs;
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 testLustreFileSystem = LustreFunctions.getFileStorageLustreFileSystem(GetFileStorageLustreFileSystemArgs.builder()
            .lustreFileSystemId(testLustreFileSystemOciLustreFileStorageLustreFileSystem.id())
            .build());
    }
}
variables:
  testLustreFileSystem:
    fn::invoke:
      function: oci:Lustre:getFileStorageLustreFileSystem
      arguments:
        lustreFileSystemId: ${testLustreFileSystemOciLustreFileStorageLustreFileSystem.id}
Using getFileStorageLustreFileSystem
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 getFileStorageLustreFileSystem(args: GetFileStorageLustreFileSystemArgs, opts?: InvokeOptions): Promise<GetFileStorageLustreFileSystemResult>
function getFileStorageLustreFileSystemOutput(args: GetFileStorageLustreFileSystemOutputArgs, opts?: InvokeOptions): Output<GetFileStorageLustreFileSystemResult>def get_file_storage_lustre_file_system(lustre_file_system_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetFileStorageLustreFileSystemResult
def get_file_storage_lustre_file_system_output(lustre_file_system_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetFileStorageLustreFileSystemResult]func LookupFileStorageLustreFileSystem(ctx *Context, args *LookupFileStorageLustreFileSystemArgs, opts ...InvokeOption) (*LookupFileStorageLustreFileSystemResult, error)
func LookupFileStorageLustreFileSystemOutput(ctx *Context, args *LookupFileStorageLustreFileSystemOutputArgs, opts ...InvokeOption) LookupFileStorageLustreFileSystemResultOutput> Note: This function is named LookupFileStorageLustreFileSystem in the Go SDK.
public static class GetFileStorageLustreFileSystem 
{
    public static Task<GetFileStorageLustreFileSystemResult> InvokeAsync(GetFileStorageLustreFileSystemArgs args, InvokeOptions? opts = null)
    public static Output<GetFileStorageLustreFileSystemResult> Invoke(GetFileStorageLustreFileSystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFileStorageLustreFileSystemResult> getFileStorageLustreFileSystem(GetFileStorageLustreFileSystemArgs args, InvokeOptions options)
public static Output<GetFileStorageLustreFileSystemResult> getFileStorageLustreFileSystem(GetFileStorageLustreFileSystemArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Lustre/getFileStorageLustreFileSystem:getFileStorageLustreFileSystem
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LustreFile stringSystem Id 
- The OCID of the Lustre file system.
- LustreFile stringSystem Id 
- The OCID of the Lustre file system.
- lustreFile StringSystem Id 
- The OCID of the Lustre file system.
- lustreFile stringSystem Id 
- The OCID of the Lustre file system.
- lustre_file_ strsystem_ id 
- The OCID of the Lustre file system.
- lustreFile StringSystem Id 
- The OCID of the Lustre file system.
getFileStorageLustreFileSystem Result
The following output properties are available:
- AvailabilityDomain string
- The availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- CapacityIn intGbs 
- Capacity of the Lustre file system in GB.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- CompartmentId string
- The OCID of the compartment that contains the Lustre file system.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
- FileSystem stringDescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- FileSystem stringName 
- 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 '_'.
- 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.
- KmsKey stringId 
- 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
- LustreFile stringSystem Id 
- MaintenanceWindows List<GetFile Storage Lustre File System Maintenance Window> 
- The preferred day and time to perform maintenance.
- MajorVersion string
- Major version of Lustre running in the Lustre file system. Example: 2.15
- ManagementService stringAddress 
- 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_125represents 125 megabytes per second per terabyte.
- RootSquash List<GetConfigurations File Storage Lustre File System Root Squash Configuration> 
- 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
- The current state of the Lustre file system.
- SubnetId string
- The OCID of the subnet the Lustre file system is in.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeBilling stringCycle End 
- 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 availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- CapacityIn intGbs 
- Capacity of the Lustre file system in GB.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- CompartmentId string
- The OCID of the compartment that contains the Lustre file system.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
- FileSystem stringDescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- FileSystem stringName 
- 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 '_'.
- 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.
- KmsKey stringId 
- 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
- LustreFile stringSystem Id 
- MaintenanceWindows []GetFile Storage Lustre File System Maintenance Window 
- The preferred day and time to perform maintenance.
- MajorVersion string
- Major version of Lustre running in the Lustre file system. Example: 2.15
- ManagementService stringAddress 
- 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_125represents 125 megabytes per second per terabyte.
- RootSquash []GetConfigurations File Storage Lustre File System Root Squash Configuration 
- 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
- The current state of the Lustre file system.
- SubnetId string
- The OCID of the subnet the Lustre file system is in.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeBilling stringCycle End 
- 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 availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- capacityIn IntegerGbs 
- Capacity of the Lustre file system in GB.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- compartmentId String
- The OCID of the compartment that contains the Lustre file system.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
- fileSystem StringDescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- fileSystem StringName 
- 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 '_'.
- 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.
- kmsKey StringId 
- 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
- lustreFile StringSystem Id 
- maintenanceWindows List<GetFile Storage File System Maintenance Window> 
- The preferred day and time to perform maintenance.
- majorVersion String
- Major version of Lustre running in the Lustre file system. Example: 2.15
- managementService StringAddress 
- 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_125represents 125 megabytes per second per terabyte.
- rootSquash List<GetConfigurations File Storage File System Root Squash Configuration> 
- 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
- The current state of the Lustre file system.
- subnetId String
- The OCID of the subnet the Lustre file system is in.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeBilling StringCycle End 
- 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 availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- capacityIn numberGbs 
- Capacity of the Lustre file system in GB.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- compartmentId string
- The OCID of the compartment that contains the Lustre file system.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
- fileSystem stringDescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- fileSystem stringName 
- 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 '_'.
- {[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.
- kmsKey stringId 
- 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
- lustreFile stringSystem Id 
- maintenanceWindows GetFile Storage Lustre File System Maintenance Window[] 
- The preferred day and time to perform maintenance.
- majorVersion string
- Major version of Lustre running in the Lustre file system. Example: 2.15
- managementService stringAddress 
- 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_125represents 125 megabytes per second per terabyte.
- rootSquash GetConfigurations File Storage Lustre File System Root Squash Configuration[] 
- 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
- The current state of the Lustre file system.
- subnetId string
- The OCID of the subnet the Lustre file system is in.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeBilling stringCycle End 
- 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 availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- capacity_in_ intgbs 
- Capacity of the Lustre file system in GB.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- compartment_id str
- The OCID of the compartment that contains the Lustre file system.
- 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 Lustre file system
- file_system_ strdescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- file_system_ strname 
- 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 '_'.
- 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_ strid 
- 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
- lustre_file_ strsystem_ id 
- maintenance_windows Sequence[GetFile Storage Lustre File System Maintenance Window] 
- 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_ straddress 
- 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_125represents 125 megabytes per second per terabyte.
- root_squash_ Sequence[Getconfigurations File Storage Lustre File System Root Squash Configuration] 
- 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
- The current state of the Lustre file system.
- subnet_id str
- The OCID of the subnet the Lustre file system is in.
- 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_ strcycle_ end 
- 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 availability domain the file system is in. May be unset as a blank or NULL value. Example: Uocm:PHX-AD-1
- capacityIn NumberGbs 
- Capacity of the Lustre file system in GB.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group in which the Lustre file system exists.
- compartmentId String
- The OCID of the compartment that contains the Lustre file system.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system
- fileSystem StringDescription 
- Short description of the Lustre file system. Avoid entering confidential information.
- fileSystem StringName 
- 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 '_'.
- 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.
- kmsKey StringId 
- 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
- lustreFile StringSystem Id 
- 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
- managementService StringAddress 
- 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_125represents 125 megabytes per second per terabyte.
- rootSquash List<Property Map>Configurations 
- 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
- The current state of the Lustre file system.
- subnetId String
- The OCID of the subnet the Lustre file system is in.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeBilling StringCycle End 
- 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
Supporting Types
GetFileStorageLustreFileSystemMaintenanceWindow       
- day_of_ strweek 
- 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
GetFileStorageLustreFileSystemRootSquashConfiguration        
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- SquashGid string
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- SquashUid string
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- SquashGid string
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- SquashUid string
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- squashGid String
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- squashUid String
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- squashGid string
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- squashUid string
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- squash_gid str
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- squash_uid str
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
- 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 squashUidandsquashGid. IfROOT, only the root user and group (UID/GID 0) are remapped; ifNONE, no remapping is done. If unspecified, defaults toNONE.
- squashGid String
- The GID value to remap to when squashing a client GID. See identitySquashfor more details. If unspecified, defaults to65534.
- squashUid String
- The UID value to remap to when squashing a client UID. See identitySquashfor more details. If unspecified, defaults to65534.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.