oci.DatabaseManagement.getExternalDbSystem
This data source provides details about a specific External Db System resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the external DB system specified by externalDbSystemId
.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExternalDbSystem = Oci.DatabaseManagement.GetExternalDbSystem.Invoke(new()
{
ExternalDbSystemId = oci_database_management_external_db_system.Test_external_db_system.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.GetExternalDbSystem(ctx, &databasemanagement.GetExternalDbSystemArgs{
ExternalDbSystemId: oci_database_management_external_db_system.Test_external_db_system.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
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.GetExternalDbSystemArgs;
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 testExternalDbSystem = DatabaseManagementFunctions.getExternalDbSystem(GetExternalDbSystemArgs.builder()
.externalDbSystemId(oci_database_management_external_db_system.test_external_db_system().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_external_db_system = oci.DatabaseManagement.get_external_db_system(external_db_system_id=oci_database_management_external_db_system["test_external_db_system"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDbSystem = oci.DatabaseManagement.getExternalDbSystem({
externalDbSystemId: oci_database_management_external_db_system.test_external_db_system.id,
});
variables:
testExternalDbSystem:
fn::invoke:
Function: oci:DatabaseManagement:getExternalDbSystem
Arguments:
externalDbSystemId: ${oci_database_management_external_db_system.test_external_db_system.id}
Using getExternalDbSystem
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 getExternalDbSystem(args: GetExternalDbSystemArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemResult>
function getExternalDbSystemOutput(args: GetExternalDbSystemOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemResult>
def get_external_db_system(external_db_system_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemResult
def get_external_db_system_output(external_db_system_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemResult]
func GetExternalDbSystem(ctx *Context, args *GetExternalDbSystemArgs, opts ...InvokeOption) (*GetExternalDbSystemResult, error)
func GetExternalDbSystemOutput(ctx *Context, args *GetExternalDbSystemOutputArgs, opts ...InvokeOption) GetExternalDbSystemResultOutput
> Note: This function is named GetExternalDbSystem
in the Go SDK.
public static class GetExternalDbSystem
{
public static Task<GetExternalDbSystemResult> InvokeAsync(GetExternalDbSystemArgs args, InvokeOptions? opts = null)
public static Output<GetExternalDbSystemResult> Invoke(GetExternalDbSystemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalDbSystemResult> getExternalDbSystem(GetExternalDbSystemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalDbSystem:getExternalDbSystem
arguments:
# arguments dictionary
The following arguments are supported:
- External
Db stringSystem Id The OCID of the external DB system.
- External
Db stringSystem Id The OCID of the external DB system.
- external
Db StringSystem Id The OCID of the external DB system.
- external
Db stringSystem Id The OCID of the external DB system.
- external_
db_ strsystem_ id The OCID of the external DB system.
- external
Db StringSystem Id The OCID of the external DB system.
getExternalDbSystem Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment.
- Database
Management List<GetConfigs External Db System Database Management Config> The details required to enable Database Management for an external DB system.
- Db
System stringDiscovery Id The OCID of the DB system discovery.
- Discovery
Agent stringId The OCID of the management agent used during the discovery of the DB system.
- Display
Name string The user-friendly name for the DB system. The name does not have to be unique.
- External
Db stringSystem Id - Home
Directory string The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- Id string
The OCID of the external DB system.
- Is
Cluster bool Indicates whether the DB system is a cluster DB system or not.
- Lifecycle
Details string Additional information about the current lifecycle state.
- State string
The current lifecycle state of the external DB system resource.
- Time
Created string The date and time the external DB system was created.
- Time
Updated string The date and time the external DB system was last updated.
- Compartment
Id string The OCID of the compartment.
- Database
Management []GetConfigs External Db System Database Management Config The details required to enable Database Management for an external DB system.
- Db
System stringDiscovery Id The OCID of the DB system discovery.
- Discovery
Agent stringId The OCID of the management agent used during the discovery of the DB system.
- Display
Name string The user-friendly name for the DB system. The name does not have to be unique.
- External
Db stringSystem Id - Home
Directory string The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- Id string
The OCID of the external DB system.
- Is
Cluster bool Indicates whether the DB system is a cluster DB system or not.
- Lifecycle
Details string Additional information about the current lifecycle state.
- State string
The current lifecycle state of the external DB system resource.
- Time
Created string The date and time the external DB system was created.
- Time
Updated string The date and time the external DB system was last updated.
- compartment
Id String The OCID of the compartment.
- database
Management List<GetConfigs External Db System Config> The details required to enable Database Management for an external DB system.
- db
System StringDiscovery Id The OCID of the DB system discovery.
- discovery
Agent StringId The OCID of the management agent used during the discovery of the DB system.
- display
Name String The user-friendly name for the DB system. The name does not have to be unique.
- external
Db StringSystem Id - home
Directory String The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id String
The OCID of the external DB system.
- is
Cluster Boolean Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details String Additional information about the current lifecycle state.
- state String
The current lifecycle state of the external DB system resource.
- time
Created String The date and time the external DB system was created.
- time
Updated String The date and time the external DB system was last updated.
- compartment
Id string The OCID of the compartment.
- database
Management GetConfigs External Db System Database Management Config[] The details required to enable Database Management for an external DB system.
- db
System stringDiscovery Id The OCID of the DB system discovery.
- discovery
Agent stringId The OCID of the management agent used during the discovery of the DB system.
- display
Name string The user-friendly name for the DB system. The name does not have to be unique.
- external
Db stringSystem Id - home
Directory string The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id string
The OCID of the external DB system.
- is
Cluster boolean Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details string Additional information about the current lifecycle state.
- state string
The current lifecycle state of the external DB system resource.
- time
Created string The date and time the external DB system was created.
- time
Updated string The date and time the external DB system was last updated.
- compartment_
id str The OCID of the compartment.
- database_
management_ Getconfigs External Db System Database Management Config] The details required to enable Database Management for an external DB system.
- db_
system_ strdiscovery_ id The OCID of the DB system discovery.
- discovery_
agent_ strid The OCID of the management agent used during the discovery of the DB system.
- display_
name str The user-friendly name for the DB system. The name does not have to be unique.
- external_
db_ strsystem_ id - home_
directory str The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id str
The OCID of the external DB system.
- is_
cluster bool Indicates whether the DB system is a cluster DB system or not.
- lifecycle_
details str Additional information about the current lifecycle state.
- state str
The current lifecycle state of the external DB system resource.
- time_
created str The date and time the external DB system was created.
- time_
updated str The date and time the external DB system was last updated.
- compartment
Id String The OCID of the compartment.
- database
Management List<Property Map>Configs The details required to enable Database Management for an external DB system.
- db
System StringDiscovery Id The OCID of the DB system discovery.
- discovery
Agent StringId The OCID of the management agent used during the discovery of the DB system.
- display
Name String The user-friendly name for the DB system. The name does not have to be unique.
- external
Db StringSystem Id - home
Directory String The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id String
The OCID of the external DB system.
- is
Cluster Boolean Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details String Additional information about the current lifecycle state.
- state String
The current lifecycle state of the external DB system resource.
- time
Created String The date and time the external DB system was created.
- time
Updated String The date and time the external DB system was last updated.
Supporting Types
GetExternalDbSystemDatabaseManagementConfig
- License
Model string The Oracle license model that applies to the external database.
- License
Model string The Oracle license model that applies to the external database.
- license
Model String The Oracle license model that applies to the external database.
- license
Model string The Oracle license model that applies to the external database.
- license_
model str The Oracle license model that applies to the external database.
- license
Model String The Oracle license model that applies to the external database.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.