Oracle Cloud Infrastructure v4.0.0 published on Friday, Feb 20, 2026 by Pulumi
Oracle Cloud Infrastructure v4.0.0 published on Friday, Feb 20, 2026 by Pulumi
This data source provides details about a specific Advanced Cluster File System resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified advanced cluster file systems.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAdvancedClusterFileSystem = oci.Database.getAdvancedClusterFileSystem({
advancedClusterFileSystemId: testAdvancedClusterFileSystemOciDatabaseAdvancedClusterFileSystem.id,
});
import pulumi
import pulumi_oci as oci
test_advanced_cluster_file_system = oci.Database.get_advanced_cluster_file_system(advanced_cluster_file_system_id=test_advanced_cluster_file_system_oci_database_advanced_cluster_file_system["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetAdvancedClusterFileSystem(ctx, &database.GetAdvancedClusterFileSystemArgs{
AdvancedClusterFileSystemId: testAdvancedClusterFileSystemOciDatabaseAdvancedClusterFileSystem.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 testAdvancedClusterFileSystem = Oci.Database.GetAdvancedClusterFileSystem.Invoke(new()
{
AdvancedClusterFileSystemId = testAdvancedClusterFileSystemOciDatabaseAdvancedClusterFileSystem.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAdvancedClusterFileSystemArgs;
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 testAdvancedClusterFileSystem = DatabaseFunctions.getAdvancedClusterFileSystem(GetAdvancedClusterFileSystemArgs.builder()
.advancedClusterFileSystemId(testAdvancedClusterFileSystemOciDatabaseAdvancedClusterFileSystem.id())
.build());
}
}
variables:
testAdvancedClusterFileSystem:
fn::invoke:
function: oci:Database:getAdvancedClusterFileSystem
arguments:
advancedClusterFileSystemId: ${testAdvancedClusterFileSystemOciDatabaseAdvancedClusterFileSystem.id}
Using getAdvancedClusterFileSystem
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 getAdvancedClusterFileSystem(args: GetAdvancedClusterFileSystemArgs, opts?: InvokeOptions): Promise<GetAdvancedClusterFileSystemResult>
function getAdvancedClusterFileSystemOutput(args: GetAdvancedClusterFileSystemOutputArgs, opts?: InvokeOptions): Output<GetAdvancedClusterFileSystemResult>def get_advanced_cluster_file_system(advanced_cluster_file_system_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAdvancedClusterFileSystemResult
def get_advanced_cluster_file_system_output(advanced_cluster_file_system_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAdvancedClusterFileSystemResult]func LookupAdvancedClusterFileSystem(ctx *Context, args *LookupAdvancedClusterFileSystemArgs, opts ...InvokeOption) (*LookupAdvancedClusterFileSystemResult, error)
func LookupAdvancedClusterFileSystemOutput(ctx *Context, args *LookupAdvancedClusterFileSystemOutputArgs, opts ...InvokeOption) LookupAdvancedClusterFileSystemResultOutput> Note: This function is named LookupAdvancedClusterFileSystem in the Go SDK.
public static class GetAdvancedClusterFileSystem
{
public static Task<GetAdvancedClusterFileSystemResult> InvokeAsync(GetAdvancedClusterFileSystemArgs args, InvokeOptions? opts = null)
public static Output<GetAdvancedClusterFileSystemResult> Invoke(GetAdvancedClusterFileSystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAdvancedClusterFileSystemResult> getAdvancedClusterFileSystem(GetAdvancedClusterFileSystemArgs args, InvokeOptions options)
public static Output<GetAdvancedClusterFileSystemResult> getAdvancedClusterFileSystem(GetAdvancedClusterFileSystemArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getAdvancedClusterFileSystem:getAdvancedClusterFileSystem
arguments:
# arguments dictionaryThe following arguments are supported:
- Advanced
Cluster stringFile System Id - The advanced cluster file system Id OCID.
- Advanced
Cluster stringFile System Id - The advanced cluster file system Id OCID.
- advanced
Cluster StringFile System Id - The advanced cluster file system Id OCID.
- advanced
Cluster stringFile System Id - The advanced cluster file system Id OCID.
- advanced_
cluster_ strfile_ system_ id - The advanced cluster file system Id OCID.
- advanced
Cluster StringFile System Id - The advanced cluster file system Id OCID.
getAdvancedClusterFileSystem Result
The following output properties are available:
- Advanced
Cluster stringFile System Id - Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Description string
- Description of the advanced cluster file system.
- 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 advanced cluster file system.
- Is
Mounted bool - True if the file system is mounted on all VMs within VM Cluster.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Mount
Point string - The mount point of file system.
- Name string
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- State string
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- Storage
In intGbs - The total storage allocated for advanced cluster file system in GBs.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time the advanced cluster file system was created.
- Time
Updated string - The last date and time that the advanced cluster file system was updated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - Vm
Cluster stringId - The OCID of the VM cluster.
- Advanced
Cluster stringFile System Id - Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Description string
- Description of the advanced cluster file system.
- 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 advanced cluster file system.
- Is
Mounted bool - True if the file system is mounted on all VMs within VM Cluster.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Mount
Point string - The mount point of file system.
- Name string
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- State string
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- Storage
In intGbs - The total storage allocated for advanced cluster file system in GBs.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time the advanced cluster file system was created.
- Time
Updated string - The last date and time that the advanced cluster file system was updated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - Vm
Cluster stringId - The OCID of the VM cluster.
- advanced
Cluster StringFile System Id - compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description String
- Description of the advanced cluster file system.
- 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 advanced cluster file system.
- is
Mounted Boolean - True if the file system is mounted on all VMs within VM Cluster.
- lifecycle
Details String - Additional information about the current lifecycle state.
- mount
Point String - The mount point of file system.
- name String
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- state String
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- storage
In IntegerGbs - The total storage allocated for advanced cluster file system in GBs.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time the advanced cluster file system was created.
- time
Updated String - The last date and time that the advanced cluster file system was updated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - vm
Cluster StringId - The OCID of the VM cluster.
- advanced
Cluster stringFile System Id - compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description string
- Description of the advanced cluster file system.
- {[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 advanced cluster file system.
- is
Mounted boolean - True if the file system is mounted on all VMs within VM Cluster.
- lifecycle
Details string - Additional information about the current lifecycle state.
- mount
Point string - The mount point of file system.
- name string
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- state string
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- storage
In numberGbs - The total storage allocated for advanced cluster file system in GBs.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created string - The date and time the advanced cluster file system was created.
- time
Updated string - The last date and time that the advanced cluster file system was updated.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - vm
Cluster stringId - The OCID of the VM cluster.
- advanced_
cluster_ strfile_ system_ id - compartment_
id str - The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description str
- Description of the advanced cluster file system.
- 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 advanced cluster file system.
- is_
mounted bool - True if the file system is mounted on all VMs within VM Cluster.
- lifecycle_
details str - Additional information about the current lifecycle state.
- mount_
point str - The mount point of file system.
- name str
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- state str
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- storage_
in_ intgbs - The total storage allocated for advanced cluster file system in GBs.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_
created str - The date and time the advanced cluster file system was created.
- time_
updated str - The last date and time that the advanced cluster file system was updated.
- vault_
id str - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - vm_
cluster_ strid - The OCID of the VM cluster.
- advanced
Cluster StringFile System Id - compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description String
- Description of the advanced cluster file system.
- 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 advanced cluster file system.
- is
Mounted Boolean - True if the file system is mounted on all VMs within VM Cluster.
- lifecycle
Details String - Additional information about the current lifecycle state.
- mount
Point String - The mount point of file system.
- name String
- The user-friendly name for the Advanced cluster file system. The file system name is unique for a cluster.
- state String
- The current state of the advanced cluster file system. Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- storage
In NumberGbs - The total storage allocated for advanced cluster file system in GBs.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time the advanced cluster file system was created.
- time
Updated String - The last date and time that the advanced cluster file system was updated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretIdare required for Customer Managed Keys. - vm
Cluster StringId - The OCID of the VM cluster.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v4.0.0 published on Friday, Feb 20, 2026 by Pulumi
