Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseManagement.getExternalExadataStorageConnector
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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/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 GetExternalExadataStorageConnector(ctx *Context, args *GetExternalExadataStorageConnectorArgs, opts ...InvokeOption) (*GetExternalExadataStorageConnectorResult, error)
func GetExternalExadataStorageConnectorOutput(ctx *Context, args *GetExternalExadataStorageConnectorOutputArgs, opts ...InvokeOption) GetExternalExadataStorageConnectorResultOutput> Note: This function is named GetExternalExadataStorageConnector 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataStorageConnector:getExternalExadataStorageConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- External
Exadata stringStorage Connector Id  - The OCID of the connector to the Exadata storage server.
 
- External
Exadata stringStorage Connector Id  - The OCID of the connector to the Exadata storage server.
 
- external
Exadata StringStorage Connector Id  - The OCID of the connector to the Exadata storage server.
 
- external
Exadata 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.
 
- external
Exadata StringStorage Connector Id  - The OCID of the connector to the Exadata storage server.
 
getExternalExadataStorageConnector Result
The following output properties are available:
- Additional
Details Dictionary<string, object> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - Agent
Id string - The OCID of the agent for the Exadata storage server.
 - Connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
 - Connector
Name string - Credential
Infos List<GetExternal Exadata Storage Connector Credential Info>  - Dictionary<string, object>
 - 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 string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - Exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - External
Exadata stringStorage Connector Id  - Dictionary<string, object>
 - 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.
 - Internal
Id string - The internal ID of the Exadata resource.
 - Lifecycle
Details 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.
 - Storage
Server stringId  - The OCID of the Exadata storage server.
 - Dictionary<string, object>
 - 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 string - The timestamp of the creation of the Exadata resource.
 - Time
Updated string - The timestamp of the last update of the Exadata resource.
 - Version string
 - The version of the Exadata resource.
 
- Additional
Details map[string]interface{} - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - Agent
Id string - The OCID of the agent for the Exadata storage server.
 - Connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
 - Connector
Name string - Credential
Infos []GetExternal Exadata Storage Connector Credential Info  - map[string]interface{}
 - 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 string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - Exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - External
Exadata stringStorage Connector Id  - map[string]interface{}
 - 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.
 - Internal
Id string - The internal ID of the Exadata resource.
 - Lifecycle
Details 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.
 - Storage
Server stringId  - The OCID of the Exadata storage server.
 - map[string]interface{}
 - 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 string - The timestamp of the creation of the Exadata resource.
 - Time
Updated string - The timestamp of the last update of the Exadata resource.
 - Version string
 - The version of the Exadata resource.
 
- additional
Details Map<String,Object> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - agent
Id String - The OCID of the agent for the Exadata storage server.
 - connection
Uri String - The unique string of the connection. For example, "https:///MS/RESTService/".
 - connector
Name String - credential
Infos List<GetExternal Exadata Storage Connector Credential Info>  - Map<String,Object>
 - 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 String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure StringId  - The OCID of the Exadata infrastructure.
 - external
Exadata StringStorage Connector Id  - Map<String,Object>
 - 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.
 - internal
Id String - The internal ID of the Exadata resource.
 - lifecycle
Details 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.
 - storage
Server StringId  - The OCID of the Exadata storage server.
 - Map<String,Object>
 - 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 String - The timestamp of the creation of the Exadata resource.
 - time
Updated String - The timestamp of the last update of the Exadata resource.
 - version String
 - The version of the Exadata resource.
 
- additional
Details {[key: string]: any} - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - agent
Id string - The OCID of the agent for the Exadata storage server.
 - connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
 - connector
Name string - credential
Infos GetExternal Exadata Storage Connector Credential Info[]  - {[key: string]: any}
 - 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 string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - external
Exadata stringStorage Connector Id  - {[key: string]: any}
 - 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.
 - internal
Id string - The internal ID of the Exadata resource.
 - lifecycle
Details 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.
 - storage
Server stringId  - The OCID of the Exadata storage server.
 - {[key: string]: any}
 - 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 string - The timestamp of the creation of the Exadata resource.
 - time
Updated string - The timestamp of the last update of the Exadata resource.
 - version string
 - The version of the Exadata resource.
 
- additional_
details Mapping[str, Any] - 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[databasemanagement.Get External Exadata Storage Connector Credential Info]  - Mapping[str, Any]
 - 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, Any]
 - 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, Any]
 - 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.
 
- additional
Details Map<Any> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - agent
Id String - The OCID of the agent for the Exadata storage server.
 - connection
Uri String - The unique string of the connection. For example, "https:///MS/RESTService/".
 - connector
Name String - credential
Infos List<Property Map> - Map<Any>
 - 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 String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure StringId  - The OCID of the Exadata infrastructure.
 - external
Exadata StringStorage Connector Id  - Map<Any>
 - 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.
 - internal
Id String - The internal ID of the Exadata resource.
 - lifecycle
Details 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.
 - storage
Server StringId  - The OCID of the Exadata storage server.
 - Map<Any>
 - 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 String - The timestamp of the creation of the Exadata resource.
 - time
Updated String - The timestamp of the last update of the Exadata resource.
 - version String
 - The version of the Exadata resource.
 
Supporting Types
GetExternalExadataStorageConnectorCredentialInfo      
- Password string
 - Ssl
Trust stringStore Location  - Ssl
Trust stringStore Password  - Ssl
Trust stringStore Type  - Username string
 
- Password string
 - Ssl
Trust stringStore Location  - Ssl
Trust stringStore Password  - Ssl
Trust stringStore Type  - Username string
 
- password String
 - ssl
Trust StringStore Location  - ssl
Trust StringStore Password  - ssl
Trust StringStore Type  - username String
 
- password string
 - ssl
Trust stringStore Location  - ssl
Trust stringStore Password  - ssl
Trust stringStore Type  - username string
 
- password String
 - ssl
Trust StringStore Location  - ssl
Trust StringStore Password  - ssl
Trust 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. 
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi