Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getExternalExadataStorageServers
Explore with Pulumi AI
This data source provides the list of External Exadata Storage Servers in Oracle Cloud Infrastructure Database Management service.
Lists the Exadata storage servers for the specified Exadata infrastructure.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalExadataStorageServers = oci.DatabaseManagement.getExternalExadataStorageServers({
    compartmentId: compartmentId,
    externalExadataInfrastructureId: testExternalExadataInfrastructure.id,
    displayName: externalExadataStorageServerDisplayName,
});
import pulumi
import pulumi_oci as oci
test_external_exadata_storage_servers = oci.DatabaseManagement.get_external_exadata_storage_servers(compartment_id=compartment_id,
    external_exadata_infrastructure_id=test_external_exadata_infrastructure["id"],
    display_name=external_exadata_storage_server_display_name)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasemanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasemanagement.GetExternalExadataStorageServers(ctx, &databasemanagement.GetExternalExadataStorageServersArgs{
			CompartmentId:                   compartmentId,
			ExternalExadataInfrastructureId: testExternalExadataInfrastructure.Id,
			DisplayName:                     pulumi.StringRef(externalExadataStorageServerDisplayName),
		}, 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 testExternalExadataStorageServers = Oci.DatabaseManagement.GetExternalExadataStorageServers.Invoke(new()
    {
        CompartmentId = compartmentId,
        ExternalExadataInfrastructureId = testExternalExadataInfrastructure.Id,
        DisplayName = externalExadataStorageServerDisplayName,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalExadataStorageServersArgs;
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 testExternalExadataStorageServers = DatabaseManagementFunctions.getExternalExadataStorageServers(GetExternalExadataStorageServersArgs.builder()
            .compartmentId(compartmentId)
            .externalExadataInfrastructureId(testExternalExadataInfrastructure.id())
            .displayName(externalExadataStorageServerDisplayName)
            .build());
    }
}
variables:
  testExternalExadataStorageServers:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalExadataStorageServers
      arguments:
        compartmentId: ${compartmentId}
        externalExadataInfrastructureId: ${testExternalExadataInfrastructure.id}
        displayName: ${externalExadataStorageServerDisplayName}
Using getExternalExadataStorageServers
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 getExternalExadataStorageServers(args: GetExternalExadataStorageServersArgs, opts?: InvokeOptions): Promise<GetExternalExadataStorageServersResult>
function getExternalExadataStorageServersOutput(args: GetExternalExadataStorageServersOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataStorageServersResult>def get_external_exadata_storage_servers(compartment_id: Optional[str] = None,
                                         display_name: Optional[str] = None,
                                         external_exadata_infrastructure_id: Optional[str] = None,
                                         filters: Optional[Sequence[GetExternalExadataStorageServersFilter]] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetExternalExadataStorageServersResult
def get_external_exadata_storage_servers_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                         display_name: Optional[pulumi.Input[str]] = None,
                                         external_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetExternalExadataStorageServersFilterArgs]]]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataStorageServersResult]func GetExternalExadataStorageServers(ctx *Context, args *GetExternalExadataStorageServersArgs, opts ...InvokeOption) (*GetExternalExadataStorageServersResult, error)
func GetExternalExadataStorageServersOutput(ctx *Context, args *GetExternalExadataStorageServersOutputArgs, opts ...InvokeOption) GetExternalExadataStorageServersResultOutput> Note: This function is named GetExternalExadataStorageServers in the Go SDK.
public static class GetExternalExadataStorageServers 
{
    public static Task<GetExternalExadataStorageServersResult> InvokeAsync(GetExternalExadataStorageServersArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalExadataStorageServersResult> Invoke(GetExternalExadataStorageServersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalExadataStorageServersResult> getExternalExadataStorageServers(GetExternalExadataStorageServersArgs args, InvokeOptions options)
public static Output<GetExternalExadataStorageServersResult> getExternalExadataStorageServers(GetExternalExadataStorageServersArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataStorageServers:getExternalExadataStorageServers
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- ExternalExadata stringInfrastructure Id 
- The OCID of the Exadata infrastructure.
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- Filters
List<GetExternal Exadata Storage Servers Filter> 
- CompartmentId string
- The OCID of the compartment.
- ExternalExadata stringInfrastructure Id 
- The OCID of the Exadata infrastructure.
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- Filters
[]GetExternal Exadata Storage Servers Filter 
- compartmentId String
- The OCID of the compartment.
- externalExadata StringInfrastructure Id 
- The OCID of the Exadata infrastructure.
- displayName String
- The optional single value query filter parameter on the entity display name.
- filters
List<GetExternal Exadata Storage Servers Filter> 
- compartmentId string
- The OCID of the compartment.
- externalExadata stringInfrastructure Id 
- The OCID of the Exadata infrastructure.
- displayName string
- The optional single value query filter parameter on the entity display name.
- filters
GetExternal Exadata Storage Servers Filter[] 
- compartment_id str
- The OCID of the compartment.
- external_exadata_ strinfrastructure_ id 
- The OCID of the Exadata infrastructure.
- display_name str
- The optional single value query filter parameter on the entity display name.
- filters
Sequence[GetExternal Exadata Storage Servers Filter] 
- compartmentId String
- The OCID of the compartment.
- externalExadata StringInfrastructure Id 
- The OCID of the Exadata infrastructure.
- displayName String
- The optional single value query filter parameter on the entity display name.
- filters List<Property Map>
getExternalExadataStorageServers Result
The following output properties are available:
- CompartmentId string
- ExternalExadata stringInfrastructure Id 
- ExternalExadata List<GetStorage Server Collections External Exadata Storage Servers External Exadata Storage Server Collection> 
- The list of external_exadata_storage_server_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
List<GetExternal Exadata Storage Servers Filter> 
- CompartmentId string
- ExternalExadata stringInfrastructure Id 
- ExternalExadata []GetStorage Server Collections External Exadata Storage Servers External Exadata Storage Server Collection 
- The list of external_exadata_storage_server_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
[]GetExternal Exadata Storage Servers Filter 
- compartmentId String
- externalExadata StringInfrastructure Id 
- externalExadata List<GetStorage Server Collections External Exadata Storage Servers External Exadata Storage Server Collection> 
- The list of external_exadata_storage_server_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
List<GetExternal Exadata Storage Servers Filter> 
- compartmentId string
- externalExadata stringInfrastructure Id 
- externalExadata GetStorage Server Collections External Exadata Storage Servers External Exadata Storage Server Collection[] 
- The list of external_exadata_storage_server_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
GetExternal Exadata Storage Servers Filter[] 
- compartment_id str
- external_exadata_ strinfrastructure_ id 
- external_exadata_ Sequence[Getstorage_ server_ collections External Exadata Storage Servers External Exadata Storage Server Collection] 
- The list of external_exadata_storage_server_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
Sequence[GetExternal Exadata Storage Servers Filter] 
- compartmentId String
- externalExadata StringInfrastructure Id 
- externalExadata List<Property Map>Storage Server Collections 
- The list of external_exadata_storage_server_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters List<Property Map>
Supporting Types
GetExternalExadataStorageServersExternalExadataStorageServerCollection         
GetExternalExadataStorageServersExternalExadataStorageServerCollectionItem          
- AdditionalDetails Dictionary<string, string>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- ConnectorId string
- CpuCount double
- The CPU count of the Exadata storage server.
- 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
- The optional single value query filter parameter on the entity display name.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- 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 Exadata resource.
- InternalId string
- The internal ID of the Exadata resource.
- IpAddress string
- The IP address of the Exadata storage server.
- LifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- MakeModel string
- The make model of the Exadata storage server.
- MaxFlash intDisk Iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- MaxFlash intDisk Throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- MaxHard intDisk Iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- MaxHard intDisk Throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- MemoryGb double
- The Exadata storage server memory size in GB.
- ResourceType string
- The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- StorageGrid stringId 
- The OCID of the Exadata storage server grid.
- TimeCreated string
- The timestamp of the creation of the Exadata resource.
- TimeUpdated string
- The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- AdditionalDetails map[string]string
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- ConnectorId string
- CpuCount float64
- The CPU count of the Exadata storage server.
- 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
- The optional single value query filter parameter on the entity display name.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- 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 Exadata resource.
- InternalId string
- The internal ID of the Exadata resource.
- IpAddress string
- The IP address of the Exadata storage server.
- LifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- MakeModel string
- The make model of the Exadata storage server.
- MaxFlash intDisk Iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- MaxFlash intDisk Throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- MaxHard intDisk Iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- MaxHard intDisk Throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- MemoryGb float64
- The Exadata storage server memory size in GB.
- ResourceType string
- The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- StorageGrid stringId 
- The OCID of the Exadata storage server grid.
- TimeCreated string
- The timestamp of the creation of the Exadata resource.
- TimeUpdated string
- The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additionalDetails Map<String,String>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- connectorId String
- cpuCount Double
- The CPU count of the Exadata storage server.
- 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
- The optional single value query filter parameter on the entity display name.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- 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 Exadata resource.
- internalId String
- The internal ID of the Exadata resource.
- ipAddress String
- The IP address of the Exadata storage server.
- lifecycleDetails String
- The details of the lifecycle state of the Exadata resource.
- makeModel String
- The make model of the Exadata storage server.
- maxFlash IntegerDisk Iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- maxFlash IntegerDisk Throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- maxHard IntegerDisk Iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- maxHard IntegerDisk Throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memoryGb Double
- The Exadata storage server memory size in GB.
- resourceType String
- The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storageGrid StringId 
- The OCID of the Exadata storage server grid.
- timeCreated String
- The timestamp of the creation of the Exadata resource.
- timeUpdated String
- The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additionalDetails {[key: string]: string}
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- connectorId string
- cpuCount number
- The CPU count of the Exadata storage server.
- {[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
- The optional single value query filter parameter on the entity display name.
- exadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- {[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 Exadata resource.
- internalId string
- The internal ID of the Exadata resource.
- ipAddress string
- The IP address of the Exadata storage server.
- lifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- makeModel string
- The make model of the Exadata storage server.
- maxFlash numberDisk Iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- maxFlash numberDisk Throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- maxHard numberDisk Iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- maxHard numberDisk Throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memoryGb number
- The Exadata storage server memory size in GB.
- resourceType string
- The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storageGrid stringId 
- The OCID of the Exadata storage server grid.
- timeCreated string
- The timestamp of the creation of the Exadata resource.
- timeUpdated string
- The timestamp of the last update of the Exadata resource.
- version string
- The version of the Exadata resource.
- additional_details Mapping[str, str]
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- connector_id str
- cpu_count float
- The CPU count of the Exadata storage server.
- 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
- The optional single value query filter parameter on the entity display name.
- exadata_infrastructure_ strid 
- The OCID of the Exadata infrastructure.
- 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 Exadata resource.
- internal_id str
- The internal ID of the Exadata resource.
- ip_address str
- The IP address of the Exadata storage server.
- lifecycle_details str
- The details of the lifecycle state of the Exadata resource.
- make_model str
- The make model of the Exadata storage server.
- max_flash_ intdisk_ iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- max_flash_ intdisk_ throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max_hard_ intdisk_ iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- max_hard_ intdisk_ throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory_gb float
- The Exadata storage server memory size in GB.
- resource_type str
- The type of Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_grid_ strid 
- The OCID of the Exadata storage server grid.
- time_created str
- The timestamp of the creation of the Exadata resource.
- time_updated str
- The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- additionalDetails Map<String>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- connectorId String
- cpuCount Number
- The CPU count of the Exadata storage server.
- 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
- The optional single value query filter parameter on the entity display name.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- 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 Exadata resource.
- internalId String
- The internal ID of the Exadata resource.
- ipAddress String
- The IP address of the Exadata storage server.
- lifecycleDetails String
- The details of the lifecycle state of the Exadata resource.
- makeModel String
- The make model of the Exadata storage server.
- maxFlash NumberDisk Iops 
- The maximum flash disk IO operations per second of the Exadata storage server.
- maxFlash NumberDisk Throughput 
- The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- maxHard NumberDisk Iops 
- The maximum hard disk IO operations per second of the Exadata storage server.
- maxHard NumberDisk Throughput 
- The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memoryGb Number
- The Exadata storage server memory size in GB.
- resourceType String
- The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storageGrid StringId 
- The OCID of the Exadata storage server grid.
- timeCreated String
- The timestamp of the creation of the Exadata resource.
- timeUpdated String
- The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
GetExternalExadataStorageServersFilter     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.