Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getExternalExadataStorageConnector
Explore with Pulumi AI
This data source provides details about a specific External Exadata Storage Connector resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the Exadata storage server connector specified by exadataStorageConnectorId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalExadataStorageConnector = oci.DatabaseManagement.getExternalExadataStorageConnector({
    externalExadataStorageConnectorId: testExternalExadataStorageConnectorOciDatabaseManagementExternalExadataStorageConnector.id,
});
import pulumi
import pulumi_oci as oci
test_external_exadata_storage_connector = oci.DatabaseManagement.get_external_exadata_storage_connector(external_exadata_storage_connector_id=test_external_exadata_storage_connector_oci_database_management_external_exadata_storage_connector["id"])
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.GetExternalExadataStorageConnector(ctx, &databasemanagement.GetExternalExadataStorageConnectorArgs{
			ExternalExadataStorageConnectorId: testExternalExadataStorageConnectorOciDatabaseManagementExternalExadataStorageConnector.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 testExternalExadataStorageConnector = Oci.DatabaseManagement.GetExternalExadataStorageConnector.Invoke(new()
    {
        ExternalExadataStorageConnectorId = testExternalExadataStorageConnectorOciDatabaseManagementExternalExadataStorageConnector.Id,
    });
});
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.GetExternalExadataStorageConnectorArgs;
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 testExternalExadataStorageConnector = DatabaseManagementFunctions.getExternalExadataStorageConnector(GetExternalExadataStorageConnectorArgs.builder()
            .externalExadataStorageConnectorId(testExternalExadataStorageConnectorOciDatabaseManagementExternalExadataStorageConnector.id())
            .build());
    }
}
variables:
  testExternalExadataStorageConnector:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalExadataStorageConnector
      arguments:
        externalExadataStorageConnectorId: ${testExternalExadataStorageConnectorOciDatabaseManagementExternalExadataStorageConnector.id}
Using getExternalExadataStorageConnector
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 getExternalExadataStorageConnector(args: GetExternalExadataStorageConnectorArgs, opts?: InvokeOptions): Promise<GetExternalExadataStorageConnectorResult>
function getExternalExadataStorageConnectorOutput(args: GetExternalExadataStorageConnectorOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataStorageConnectorResult>def get_external_exadata_storage_connector(external_exadata_storage_connector_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetExternalExadataStorageConnectorResult
def get_external_exadata_storage_connector_output(external_exadata_storage_connector_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataStorageConnectorResult]func LookupExternalExadataStorageConnector(ctx *Context, args *LookupExternalExadataStorageConnectorArgs, opts ...InvokeOption) (*LookupExternalExadataStorageConnectorResult, error)
func LookupExternalExadataStorageConnectorOutput(ctx *Context, args *LookupExternalExadataStorageConnectorOutputArgs, opts ...InvokeOption) LookupExternalExadataStorageConnectorResultOutput> Note: This function is named LookupExternalExadataStorageConnector in the Go SDK.
public static class GetExternalExadataStorageConnector 
{
    public static Task<GetExternalExadataStorageConnectorResult> InvokeAsync(GetExternalExadataStorageConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalExadataStorageConnectorResult> Invoke(GetExternalExadataStorageConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalExadataStorageConnectorResult> getExternalExadataStorageConnector(GetExternalExadataStorageConnectorArgs args, InvokeOptions options)
public static Output<GetExternalExadataStorageConnectorResult> getExternalExadataStorageConnector(GetExternalExadataStorageConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataStorageConnector:getExternalExadataStorageConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExternalExadata stringStorage Connector Id 
- The OCID of the connector to the Exadata storage server.
- ExternalExadata stringStorage Connector Id 
- The OCID of the connector to the Exadata storage server.
- externalExadata StringStorage Connector Id 
- The OCID of the connector to the Exadata storage server.
- externalExadata stringStorage Connector Id 
- The OCID of the connector to the Exadata storage server.
- external_exadata_ strstorage_ connector_ id 
- The OCID of the connector to the Exadata storage server.
- externalExadata StringStorage Connector Id 
- The OCID of the connector to the Exadata storage server.
getExternalExadataStorageConnector Result
The following output properties are available:
- AdditionalDetails Dictionary<string, string>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- AgentId string
- The OCID of the agent for the Exadata storage server.
- ConnectionUri string
- The unique string of the connection. For example, "https:///MS/RESTService/".
- ConnectorName string
- CredentialInfos List<GetExternal Exadata Storage Connector Credential Info> 
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- ExternalExadata stringStorage Connector Id 
- 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.
- LifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- StorageServer stringId 
- The OCID of the Exadata storage server.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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"}
- AgentId string
- The OCID of the agent for the Exadata storage server.
- ConnectionUri string
- The unique string of the connection. For example, "https:///MS/RESTService/".
- ConnectorName string
- CredentialInfos []GetExternal Exadata Storage Connector Credential Info 
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- ExternalExadata stringStorage Connector Id 
- 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.
- LifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- StorageServer stringId 
- The OCID of the Exadata storage server.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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"}
- agentId String
- The OCID of the agent for the Exadata storage server.
- connectionUri String
- The unique string of the connection. For example, "https:///MS/RESTService/".
- connectorName String
- credentialInfos List<GetExternal Exadata Storage Connector Credential Info> 
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- externalExadata StringStorage Connector Id 
- 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.
- lifecycleDetails String
- The details of the lifecycle state of the Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storageServer StringId 
- The OCID of the Exadata storage server.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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"}
- agentId string
- The OCID of the agent for the Exadata storage server.
- connectionUri string
- The unique string of the connection. For example, "https:///MS/RESTService/".
- connectorName string
- credentialInfos GetExternal Exadata Storage Connector Credential Info[] 
- {[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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- externalExadata stringStorage Connector Id 
- {[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.
- lifecycleDetails string
- The details of the lifecycle state of the Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storageServer stringId 
- The OCID of the Exadata storage server.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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"}
- agent_id str
- The OCID of the agent for the Exadata storage server.
- connection_uri str
- The unique string of the connection. For example, "https:///MS/RESTService/".
- connector_name str
- credential_infos Sequence[GetExternal Exadata Storage Connector Credential Info] 
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata_infrastructure_ strid 
- The OCID of the Exadata infrastructure.
- external_exadata_ strstorage_ connector_ id 
- 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.
- lifecycle_details str
- The details of the lifecycle state of the Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_server_ strid 
- The OCID of the Exadata storage server.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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"}
- agentId String
- The OCID of the agent for the Exadata storage server.
- connectionUri String
- The unique string of the connection. For example, "https:///MS/RESTService/".
- connectorName String
- credentialInfos List<Property Map>
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- externalExadata StringStorage Connector Id 
- 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.
- lifecycleDetails String
- The details of the lifecycle state of the Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storageServer StringId 
- The OCID of the Exadata storage server.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- 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.
Supporting Types
GetExternalExadataStorageConnectorCredentialInfo      
- Password string
- SslTrust stringStore Location 
- SslTrust stringStore Password 
- SslTrust stringStore Type 
- Username string
- Password string
- SslTrust stringStore Location 
- SslTrust stringStore Password 
- SslTrust stringStore Type 
- Username string
- password String
- sslTrust StringStore Location 
- sslTrust StringStore Password 
- sslTrust StringStore Type 
- username String
- password string
- sslTrust stringStore Location 
- sslTrust stringStore Password 
- sslTrust stringStore Type 
- username string
- password String
- sslTrust StringStore Location 
- sslTrust StringStore Password 
- sslTrust StringStore Type 
- username String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.