1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getExternalDbSystemDiscoveries
Oracle Cloud Infrastructure v1.31.0 published on Wednesday, Apr 10, 2024 by Pulumi

oci.DatabaseManagement.getExternalDbSystemDiscoveries

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.31.0 published on Wednesday, Apr 10, 2024 by Pulumi

    This data source provides the list of External Db System Discoveries in Oracle Cloud Infrastructure Database Management service.

    Lists the external DB system discovery resources in the specified compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExternalDbSystemDiscoveries = oci.DatabaseManagement.getExternalDbSystemDiscoveries({
        compartmentId: _var.compartment_id,
        displayName: _var.external_db_system_discovery_display_name,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_external_db_system_discoveries = oci.DatabaseManagement.get_external_db_system_discoveries(compartment_id=var["compartment_id"],
        display_name=var["external_db_system_discovery_display_name"])
    
    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.GetExternalDbSystemDiscoveries(ctx, &databasemanagement.GetExternalDbSystemDiscoveriesArgs{
    			CompartmentId: _var.Compartment_id,
    			DisplayName:   pulumi.StringRef(_var.External_db_system_discovery_display_name),
    		}, 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 testExternalDbSystemDiscoveries = Oci.DatabaseManagement.GetExternalDbSystemDiscoveries.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            DisplayName = @var.External_db_system_discovery_display_name,
        });
    
    });
    
    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.GetExternalDbSystemDiscoveriesArgs;
    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 testExternalDbSystemDiscoveries = DatabaseManagementFunctions.getExternalDbSystemDiscoveries(GetExternalDbSystemDiscoveriesArgs.builder()
                .compartmentId(var_.compartment_id())
                .displayName(var_.external_db_system_discovery_display_name())
                .build());
    
        }
    }
    
    variables:
      testExternalDbSystemDiscoveries:
        fn::invoke:
          Function: oci:DatabaseManagement:getExternalDbSystemDiscoveries
          Arguments:
            compartmentId: ${var.compartment_id}
            displayName: ${var.external_db_system_discovery_display_name}
    

    Using getExternalDbSystemDiscoveries

    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 getExternalDbSystemDiscoveries(args: GetExternalDbSystemDiscoveriesArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemDiscoveriesResult>
    function getExternalDbSystemDiscoveriesOutput(args: GetExternalDbSystemDiscoveriesOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemDiscoveriesResult>
    def get_external_db_system_discoveries(compartment_id: Optional[str] = None,
                                           display_name: Optional[str] = None,
                                           filters: Optional[Sequence[_databasemanagement.GetExternalDbSystemDiscoveriesFilter]] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemDiscoveriesResult
    def get_external_db_system_discoveries_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                           display_name: Optional[pulumi.Input[str]] = None,
                                           filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetExternalDbSystemDiscoveriesFilterArgs]]]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemDiscoveriesResult]
    func GetExternalDbSystemDiscoveries(ctx *Context, args *GetExternalDbSystemDiscoveriesArgs, opts ...InvokeOption) (*GetExternalDbSystemDiscoveriesResult, error)
    func GetExternalDbSystemDiscoveriesOutput(ctx *Context, args *GetExternalDbSystemDiscoveriesOutputArgs, opts ...InvokeOption) GetExternalDbSystemDiscoveriesResultOutput

    > Note: This function is named GetExternalDbSystemDiscoveries in the Go SDK.

    public static class GetExternalDbSystemDiscoveries 
    {
        public static Task<GetExternalDbSystemDiscoveriesResult> InvokeAsync(GetExternalDbSystemDiscoveriesArgs args, InvokeOptions? opts = null)
        public static Output<GetExternalDbSystemDiscoveriesResult> Invoke(GetExternalDbSystemDiscoveriesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExternalDbSystemDiscoveriesResult> getExternalDbSystemDiscoveries(GetExternalDbSystemDiscoveriesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DatabaseManagement/getExternalDbSystemDiscoveries:getExternalDbSystemDiscoveries
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    Filters List<GetExternalDbSystemDiscoveriesFilter>
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    Filters []GetExternalDbSystemDiscoveriesFilter
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to only return the resources that match the entire display name.
    filters List<GetExternalDbSystemDiscoveriesFilter>
    compartmentId string
    The OCID of the compartment.
    displayName string
    A filter to only return the resources that match the entire display name.
    filters GetExternalDbSystemDiscoveriesFilter[]
    compartment_id str
    The OCID of the compartment.
    display_name str
    A filter to only return the resources that match the entire display name.
    filters Sequence[databasemanagement.GetExternalDbSystemDiscoveriesFilter]
    compartmentId String
    The OCID of the compartment.
    displayName String
    A filter to only return the resources that match the entire display name.
    filters List<Property Map>

    getExternalDbSystemDiscoveries Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    ExternalDbSystemDiscoveryCollections List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection>
    The list of external_db_system_discovery_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    Filters List<GetExternalDbSystemDiscoveriesFilter>
    CompartmentId string
    The OCID of the compartment.
    ExternalDbSystemDiscoveryCollections []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection
    The list of external_db_system_discovery_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    Filters []GetExternalDbSystemDiscoveriesFilter
    compartmentId String
    The OCID of the compartment.
    externalDbSystemDiscoveryCollections List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection>
    The list of external_db_system_discovery_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    filters List<GetExternalDbSystemDiscoveriesFilter>
    compartmentId string
    The OCID of the compartment.
    externalDbSystemDiscoveryCollections GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection[]
    The list of external_db_system_discovery_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    filters GetExternalDbSystemDiscoveriesFilter[]
    compartment_id str
    The OCID of the compartment.
    external_db_system_discovery_collections Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection]
    The list of external_db_system_discovery_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    filters Sequence[databasemanagement.GetExternalDbSystemDiscoveriesFilter]
    compartmentId String
    The OCID of the compartment.
    externalDbSystemDiscoveryCollections List<Property Map>
    The list of external_db_system_discovery_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    filters List<Property Map>

    Supporting Types

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItem

    AgentId string
    The OCID of the management agent used for the external DB system connector.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags 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"}
    DiscoveredComponents List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent>
    The list of DB system components that were found in the DB system discovery.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    ExternalDbSystemDiscoveryId string
    FreeformTags 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"}
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The OCID of the external DB system discovery.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    PatchOperations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation>
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    State string
    The current lifecycle state of the external DB system discovery resource.
    TimeCreated string
    The date and time the external DB system discovery was created.
    TimeUpdated string
    The date and time the external DB system discovery was last updated.
    AgentId string
    The OCID of the management agent used for the external DB system connector.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags 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"}
    DiscoveredComponents []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent
    The list of DB system components that were found in the DB system discovery.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    ExternalDbSystemDiscoveryId string
    FreeformTags 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"}
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The OCID of the external DB system discovery.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    PatchOperations []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    State string
    The current lifecycle state of the external DB system discovery resource.
    TimeCreated string
    The date and time the external DB system discovery was created.
    TimeUpdated string
    The date and time the external DB system discovery was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    compartmentId String
    The OCID of the compartment.
    definedTags 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"}
    discoveredComponents List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent>
    The list of DB system components that were found in the DB system discovery.
    displayName String
    A filter to only return the resources that match the entire display name.
    externalDbSystemDiscoveryId String
    freeformTags 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"}
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The OCID of the external DB system discovery.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    patchOperations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation>
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state String
    The current lifecycle state of the external DB system discovery resource.
    timeCreated String
    The date and time the external DB system discovery was created.
    timeUpdated String
    The date and time the external DB system discovery was last updated.
    agentId string
    The OCID of the management agent used for the external DB system connector.
    compartmentId string
    The OCID of the compartment.
    definedTags {[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"}
    discoveredComponents GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent[]
    The list of DB system components that were found in the DB system discovery.
    displayName string
    A filter to only return the resources that match the entire display name.
    externalDbSystemDiscoveryId string
    freeformTags {[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"}
    gridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    id string
    The OCID of the external DB system discovery.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    patchOperations GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation[]
    resourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state string
    The current lifecycle state of the external DB system discovery resource.
    timeCreated string
    The date and time the external DB system discovery was created.
    timeUpdated string
    The date and time the external DB system discovery was last updated.
    agent_id str
    The OCID of the management agent used for the external DB system connector.
    compartment_id str
    The OCID of the compartment.
    defined_tags 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"}
    discovered_components Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent]
    The list of DB system components that were found in the DB system discovery.
    display_name str
    A filter to only return the resources that match the entire display name.
    external_db_system_discovery_id str
    freeform_tags 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"}
    grid_home str
    The directory in which Oracle Grid Infrastructure is installed.
    id str
    The OCID of the external DB system discovery.
    lifecycle_details str
    Additional information about the current lifecycle state.
    patch_operations Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation]
    resource_id str
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state str
    The current lifecycle state of the external DB system discovery resource.
    time_created str
    The date and time the external DB system discovery was created.
    time_updated str
    The date and time the external DB system discovery was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    compartmentId String
    The OCID of the compartment.
    definedTags 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"}
    discoveredComponents List<Property Map>
    The list of DB system components that were found in the DB system discovery.
    displayName String
    A filter to only return the resources that match the entire display name.
    externalDbSystemDiscoveryId String
    freeformTags 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"}
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The OCID of the external DB system discovery.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    patchOperations List<Property Map>
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state String
    The current lifecycle state of the external DB system discovery resource.
    timeCreated String
    The date and time the external DB system discovery was created.
    timeUpdated String
    The date and time the external DB system discovery was last updated.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    AsmInstances List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance>
    AssociatedComponents List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent>
    The list of associated components.
    ClusterId string
    The unique identifier of the Oracle cluster.
    ClusterInstances List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance>
    CompartmentId string
    The OCID of the compartment.
    ComponentId string
    The identifier of the discovered DB system component.
    ComponentName string
    The name of the discovered DB system component.
    ComponentType string
    The component type.
    Connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector>
    The connector details used to connect to the external DB system component.
    ContainerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    CpuCoreCount double
    The number of CPU cores available on the DB node.
    CrsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    DbEdition string
    The Oracle Database edition.
    DbId string
    The Oracle Database ID.
    DbNodeName string
    The name of the DB node.
    DbPacks string
    The database packs licensed for the external Oracle Database.
    DbRole string
    The role of the Oracle Database in Oracle Data Guard configuration.
    DbType string
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    DbUniqueName string
    The DB_UNIQUE_NAME of the external database.
    DbVersion string
    The Oracle Database version.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    Endpoints List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint>
    The list of protocol addresses the listener is configured to listen on.
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Guid string
    The unique identifier of the PDB.
    HomeDirectory string
    The location of the DB home.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    InstanceName string
    The name of the ASM instance.
    IsCluster bool
    Indicates whether the Oracle Database is part of a cluster.
    IsFlexCluster bool
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    IsFlexEnabled bool
    Indicates whether Oracle Flex ASM is enabled or not.
    IsSelectedForMonitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    ListenerAlias string
    The listener alias.
    ListenerType string
    The type of listener.
    LogDirectory string
    The destination directory of the listener log file.
    MemorySizeInGbs double
    The total memory in gigabytes (GB) on the DB node.
    NetworkConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration>
    The list of network address configurations of the external cluster.
    NodeRole string
    The role of the cluster node.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR) file.
    OracleHome string
    The Oracle home location of the listener.
    PluggableDatabases List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase>
    The list of Pluggable Databases.
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    ScanConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    Status string
    The state of the discovered DB system component.
    TraceDirectory string
    The destination directory of the listener trace file.
    Version string
    The version of Oracle Clusterware running in the cluster.
    VipConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration>
    The list of Virtual IP (VIP) configurations of the external cluster.
    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    AsmInstances []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance
    AssociatedComponents []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent
    The list of associated components.
    ClusterId string
    The unique identifier of the Oracle cluster.
    ClusterInstances []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance
    CompartmentId string
    The OCID of the compartment.
    ComponentId string
    The identifier of the discovered DB system component.
    ComponentName string
    The name of the discovered DB system component.
    ComponentType string
    The component type.
    Connectors []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector
    The connector details used to connect to the external DB system component.
    ContainerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    CpuCoreCount float64
    The number of CPU cores available on the DB node.
    CrsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    DbEdition string
    The Oracle Database edition.
    DbId string
    The Oracle Database ID.
    DbNodeName string
    The name of the DB node.
    DbPacks string
    The database packs licensed for the external Oracle Database.
    DbRole string
    The role of the Oracle Database in Oracle Data Guard configuration.
    DbType string
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    DbUniqueName string
    The DB_UNIQUE_NAME of the external database.
    DbVersion string
    The Oracle Database version.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    Endpoints []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint
    The list of protocol addresses the listener is configured to listen on.
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Guid string
    The unique identifier of the PDB.
    HomeDirectory string
    The location of the DB home.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    InstanceName string
    The name of the ASM instance.
    IsCluster bool
    Indicates whether the Oracle Database is part of a cluster.
    IsFlexCluster bool
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    IsFlexEnabled bool
    Indicates whether Oracle Flex ASM is enabled or not.
    IsSelectedForMonitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    ListenerAlias string
    The listener alias.
    ListenerType string
    The type of listener.
    LogDirectory string
    The destination directory of the listener log file.
    MemorySizeInGbs float64
    The total memory in gigabytes (GB) on the DB node.
    NetworkConfigurations []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration
    The list of network address configurations of the external cluster.
    NodeRole string
    The role of the cluster node.
    OcrFileLocation string
    The location of the Oracle Cluster Registry (OCR) file.
    OracleHome string
    The Oracle home location of the listener.
    PluggableDatabases []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase
    The list of Pluggable Databases.
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    ScanConfigurations []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    Status string
    The state of the discovered DB system component.
    TraceDirectory string
    The destination directory of the listener trace file.
    Version string
    The version of Oracle Clusterware running in the cluster.
    VipConfigurations []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration
    The list of Virtual IP (VIP) configurations of the external cluster.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    asmInstances List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance>
    associatedComponents List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent>
    The list of associated components.
    clusterId String
    The unique identifier of the Oracle cluster.
    clusterInstances List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance>
    compartmentId String
    The OCID of the compartment.
    componentId String
    The identifier of the discovered DB system component.
    componentName String
    The name of the discovered DB system component.
    componentType String
    The component type.
    connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector>
    The connector details used to connect to the external DB system component.
    containerDatabaseId String
    The unique identifier of the parent Container Database (CDB).
    cpuCoreCount Double
    The number of CPU cores available on the DB node.
    crsBaseDirectory String
    The Oracle base location of Cluster Ready Services (CRS).
    dbEdition String
    The Oracle Database edition.
    dbId String
    The Oracle Database ID.
    dbNodeName String
    The name of the DB node.
    dbPacks String
    The database packs licensed for the external Oracle Database.
    dbRole String
    The role of the Oracle Database in Oracle Data Guard configuration.
    dbType String
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    dbUniqueName String
    The DB_UNIQUE_NAME of the external database.
    dbVersion String
    The Oracle Database version.
    displayName String
    A filter to only return the resources that match the entire display name.
    endpoints List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint>
    The list of protocol addresses the listener is configured to listen on.
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    guid String
    The unique identifier of the PDB.
    homeDirectory String
    The location of the DB home.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName String
    The name of the ASM instance.
    isCluster Boolean
    Indicates whether the Oracle Database is part of a cluster.
    isFlexCluster Boolean
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    isFlexEnabled Boolean
    Indicates whether Oracle Flex ASM is enabled or not.
    isSelectedForMonitoring Boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    listenerAlias String
    The listener alias.
    listenerType String
    The type of listener.
    logDirectory String
    The destination directory of the listener log file.
    memorySizeInGbs Double
    The total memory in gigabytes (GB) on the DB node.
    networkConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration>
    The list of network address configurations of the external cluster.
    nodeRole String
    The role of the cluster node.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR) file.
    oracleHome String
    The Oracle home location of the listener.
    pluggableDatabases List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase>
    The list of Pluggable Databases.
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scanConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    status String
    The state of the discovered DB system component.
    traceDirectory String
    The destination directory of the listener trace file.
    version String
    The version of Oracle Clusterware running in the cluster.
    vipConfigurations List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration>
    The list of Virtual IP (VIP) configurations of the external cluster.
    adrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    asmInstances GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance[]
    associatedComponents GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent[]
    The list of associated components.
    clusterId string
    The unique identifier of the Oracle cluster.
    clusterInstances GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance[]
    compartmentId string
    The OCID of the compartment.
    componentId string
    The identifier of the discovered DB system component.
    componentName string
    The name of the discovered DB system component.
    componentType string
    The component type.
    connectors GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector[]
    The connector details used to connect to the external DB system component.
    containerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    cpuCoreCount number
    The number of CPU cores available on the DB node.
    crsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    dbEdition string
    The Oracle Database edition.
    dbId string
    The Oracle Database ID.
    dbNodeName string
    The name of the DB node.
    dbPacks string
    The database packs licensed for the external Oracle Database.
    dbRole string
    The role of the Oracle Database in Oracle Data Guard configuration.
    dbType string
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    dbUniqueName string
    The DB_UNIQUE_NAME of the external database.
    dbVersion string
    The Oracle Database version.
    displayName string
    A filter to only return the resources that match the entire display name.
    endpoints GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint[]
    The list of protocol addresses the listener is configured to listen on.
    gridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    guid string
    The unique identifier of the PDB.
    homeDirectory string
    The location of the DB home.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName string
    The name of the ASM instance.
    isCluster boolean
    Indicates whether the Oracle Database is part of a cluster.
    isFlexCluster boolean
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    isFlexEnabled boolean
    Indicates whether Oracle Flex ASM is enabled or not.
    isSelectedForMonitoring boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    listenerAlias string
    The listener alias.
    listenerType string
    The type of listener.
    logDirectory string
    The destination directory of the listener log file.
    memorySizeInGbs number
    The total memory in gigabytes (GB) on the DB node.
    networkConfigurations GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration[]
    The list of network address configurations of the external cluster.
    nodeRole string
    The role of the cluster node.
    ocrFileLocation string
    The location of the Oracle Cluster Registry (OCR) file.
    oracleHome string
    The Oracle home location of the listener.
    pluggableDatabases GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase[]
    The list of Pluggable Databases.
    resourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scanConfigurations GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration[]
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    status string
    The state of the discovered DB system component.
    traceDirectory string
    The destination directory of the listener trace file.
    version string
    The version of Oracle Clusterware running in the cluster.
    vipConfigurations GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration[]
    The list of Virtual IP (VIP) configurations of the external cluster.
    adr_home_directory str
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    asm_instances Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance]
    associated_components Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent]
    The list of associated components.
    cluster_id str
    The unique identifier of the Oracle cluster.
    cluster_instances Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance]
    compartment_id str
    The OCID of the compartment.
    component_id str
    The identifier of the discovered DB system component.
    component_name str
    The name of the discovered DB system component.
    component_type str
    The component type.
    connectors Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector]
    The connector details used to connect to the external DB system component.
    container_database_id str
    The unique identifier of the parent Container Database (CDB).
    cpu_core_count float
    The number of CPU cores available on the DB node.
    crs_base_directory str
    The Oracle base location of Cluster Ready Services (CRS).
    db_edition str
    The Oracle Database edition.
    db_id str
    The Oracle Database ID.
    db_node_name str
    The name of the DB node.
    db_packs str
    The database packs licensed for the external Oracle Database.
    db_role str
    The role of the Oracle Database in Oracle Data Guard configuration.
    db_type str
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    db_unique_name str
    The DB_UNIQUE_NAME of the external database.
    db_version str
    The Oracle Database version.
    display_name str
    A filter to only return the resources that match the entire display name.
    endpoints Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint]
    The list of protocol addresses the listener is configured to listen on.
    grid_home str
    The directory in which Oracle Grid Infrastructure is installed.
    guid str
    The unique identifier of the PDB.
    home_directory str
    The location of the DB home.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    instance_name str
    The name of the ASM instance.
    is_cluster bool
    Indicates whether the Oracle Database is part of a cluster.
    is_flex_cluster bool
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    is_flex_enabled bool
    Indicates whether Oracle Flex ASM is enabled or not.
    is_selected_for_monitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    listener_alias str
    The listener alias.
    listener_type str
    The type of listener.
    log_directory str
    The destination directory of the listener log file.
    memory_size_in_gbs float
    The total memory in gigabytes (GB) on the DB node.
    network_configurations Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration]
    The list of network address configurations of the external cluster.
    node_role str
    The role of the cluster node.
    ocr_file_location str
    The location of the Oracle Cluster Registry (OCR) file.
    oracle_home str
    The Oracle home location of the listener.
    pluggable_databases Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase]
    The list of Pluggable Databases.
    resource_id str
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scan_configurations Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration]
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    status str
    The state of the discovered DB system component.
    trace_directory str
    The destination directory of the listener trace file.
    version str
    The version of Oracle Clusterware running in the cluster.
    vip_configurations Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration]
    The list of Virtual IP (VIP) configurations of the external cluster.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    asmInstances List<Property Map>
    associatedComponents List<Property Map>
    The list of associated components.
    clusterId String
    The unique identifier of the Oracle cluster.
    clusterInstances List<Property Map>
    compartmentId String
    The OCID of the compartment.
    componentId String
    The identifier of the discovered DB system component.
    componentName String
    The name of the discovered DB system component.
    componentType String
    The component type.
    connectors List<Property Map>
    The connector details used to connect to the external DB system component.
    containerDatabaseId String
    The unique identifier of the parent Container Database (CDB).
    cpuCoreCount Number
    The number of CPU cores available on the DB node.
    crsBaseDirectory String
    The Oracle base location of Cluster Ready Services (CRS).
    dbEdition String
    The Oracle Database edition.
    dbId String
    The Oracle Database ID.
    dbNodeName String
    The name of the DB node.
    dbPacks String
    The database packs licensed for the external Oracle Database.
    dbRole String
    The role of the Oracle Database in Oracle Data Guard configuration.
    dbType String
    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
    dbUniqueName String
    The DB_UNIQUE_NAME of the external database.
    dbVersion String
    The Oracle Database version.
    displayName String
    A filter to only return the resources that match the entire display name.
    endpoints List<Property Map>
    The list of protocol addresses the listener is configured to listen on.
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    guid String
    The unique identifier of the PDB.
    homeDirectory String
    The location of the DB home.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName String
    The name of the ASM instance.
    isCluster Boolean
    Indicates whether the Oracle Database is part of a cluster.
    isFlexCluster Boolean
    Indicates whether the cluster is an Oracle Flex Cluster or not.
    isFlexEnabled Boolean
    Indicates whether Oracle Flex ASM is enabled or not.
    isSelectedForMonitoring Boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    listenerAlias String
    The listener alias.
    listenerType String
    The type of listener.
    logDirectory String
    The destination directory of the listener log file.
    memorySizeInGbs Number
    The total memory in gigabytes (GB) on the DB node.
    networkConfigurations List<Property Map>
    The list of network address configurations of the external cluster.
    nodeRole String
    The role of the cluster node.
    ocrFileLocation String
    The location of the Oracle Cluster Registry (OCR) file.
    oracleHome String
    The Oracle home location of the listener.
    pluggableDatabases List<Property Map>
    The list of Pluggable Databases.
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scanConfigurations List<Property Map>
    The list of Single Client Access Name (SCAN) configurations of the external cluster.
    status String
    The state of the discovered DB system component.
    traceDirectory String
    The destination directory of the listener trace file.
    version String
    The version of Oracle Clusterware running in the cluster.
    vipConfigurations List<Property Map>
    The list of Virtual IP (VIP) configurations of the external cluster.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    InstanceName string
    The name of the ASM instance.
    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    InstanceName string
    The name of the ASM instance.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName String
    The name of the ASM instance.
    adrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName string
    The name of the ASM instance.
    adr_home_directory str
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    instance_name str
    The name of the ASM instance.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    instanceName String
    The name of the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent

    AssociationType string
    The association type.
    ComponentId string
    The identifier of the discovered DB system component.
    ComponentType string
    The component type.
    AssociationType string
    The association type.
    ComponentId string
    The identifier of the discovered DB system component.
    ComponentType string
    The component type.
    associationType String
    The association type.
    componentId String
    The identifier of the discovered DB system component.
    componentType String
    The component type.
    associationType string
    The association type.
    componentId string
    The identifier of the discovered DB system component.
    componentType string
    The component type.
    association_type str
    The association type.
    component_id str
    The identifier of the discovered DB system component.
    component_type str
    The component type.
    associationType String
    The association type.
    componentId String
    The identifier of the discovered DB system component.
    componentType String
    The component type.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    ClusterId string
    The unique identifier of the Oracle cluster.
    Connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector>
    The connector details used to connect to the external DB system component.
    CrsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    NodeRole string
    The role of the cluster node.
    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    ClusterId string
    The unique identifier of the Oracle cluster.
    Connectors []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector
    The connector details used to connect to the external DB system component.
    CrsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    NodeRole string
    The role of the cluster node.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    clusterId String
    The unique identifier of the Oracle cluster.
    connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector>
    The connector details used to connect to the external DB system component.
    crsBaseDirectory String
    The Oracle base location of Cluster Ready Services (CRS).
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    nodeRole String
    The role of the cluster node.
    adrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    clusterId string
    The unique identifier of the Oracle cluster.
    connectors GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector[]
    The connector details used to connect to the external DB system component.
    crsBaseDirectory string
    The Oracle base location of Cluster Ready Services (CRS).
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    nodeRole string
    The role of the cluster node.
    adr_home_directory str
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    cluster_id str
    The unique identifier of the Oracle cluster.
    connectors Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector]
    The connector details used to connect to the external DB system component.
    crs_base_directory str
    The Oracle base location of Cluster Ready Services (CRS).
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    node_role str
    The role of the cluster node.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
    clusterId String
    The unique identifier of the Oracle cluster.
    connectors List<Property Map>
    The connector details used to connect to the external DB system component.
    crsBaseDirectory String
    The Oracle base location of Cluster Ready Services (CRS).
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    nodeRole String
    The role of the cluster node.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector

    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo[]
    The connection details required to connect to an external DB system component.
    connectionStatus string
    The status of connectivity to the external DB system component.
    connectorType string
    The type of connector.
    displayName string
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the external DB system connector.
    connection_failure_message str
    The error message indicating the reason for connection failure or null if the connection was successful.
    connection_infos Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo]
    The connection details required to connect to an external DB system component.
    connection_status str
    The status of connectivity to the external DB system component.
    connector_type str
    The type of connector.
    display_name str
    A filter to only return the resources that match the entire display name.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<Property Map>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    DatabaseCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential>
    The credential to connect to the database to perform tablespace administration tasks.
    componentType String
    The component type.
    connectionCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    databaseCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential>
    The credential to connect to the database to perform tablespace administration tasks.
    component_type str
    The component type.
    connection_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    database_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential]
    The credential to connect to the database to perform tablespace administration tasks.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.
    databaseCredentials List<Property Map>
    The credential to connect to the database to perform tablespace administration tasks.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential

    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.
    credentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType string
    The type of the credential for tablespace administration tasks.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    sslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    userName string
    The user name used to connect to the ASM instance.
    credential_name str
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credential_type str
    The type of the credential for tablespace administration tasks.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    ssl_secret_id str
    The OCID of the secret containing the SSL keystore and truststore details.
    user_name str
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString

    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts List<string>
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts []string
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Integer
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    hosts string[]
    The list of host names of the ASM instances.
    port number
    The port used to connect to the ASM instance.
    protocol string
    The protocol used to connect to the ASM instance.
    service string
    The service name of the ASM instance.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    hosts Sequence[str]
    The list of host names of the ASM instances.
    port int
    The port used to connect to the ASM instance.
    protocol str
    The protocol used to connect to the ASM instance.
    service str
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Number
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential

    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.
    credentialType string
    The type of the credential for tablespace administration tasks.
    namedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    password string
    The database user's password encoded using BASE64 scheme.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    username string
    The user to connect to the database.
    credential_type str
    The type of the credential for tablespace administration tasks.
    named_credential_id str
    The OCID of the named credential where the database password metadata is stored.
    password str
    The database user's password encoded using BASE64 scheme.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    username str
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector

    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo[]
    The connection details required to connect to an external DB system component.
    connectionStatus string
    The status of connectivity to the external DB system component.
    connectorType string
    The type of connector.
    displayName string
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the external DB system connector.
    connection_failure_message str
    The error message indicating the reason for connection failure or null if the connection was successful.
    connection_infos Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo]
    The connection details required to connect to an external DB system component.
    connection_status str
    The status of connectivity to the external DB system component.
    connector_type str
    The type of connector.
    display_name str
    A filter to only return the resources that match the entire display name.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<Property Map>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo

    component_type str
    The component type.
    connection_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    database_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredential]
    The credential to connect to the database to perform tablespace administration tasks.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.
    databaseCredentials List<Property Map>
    The credential to connect to the database to perform tablespace administration tasks.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredential

    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.
    credentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType string
    The type of the credential for tablespace administration tasks.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    sslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    userName string
    The user name used to connect to the ASM instance.
    credential_name str
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credential_type str
    The type of the credential for tablespace administration tasks.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    ssl_secret_id str
    The OCID of the secret containing the SSL keystore and truststore details.
    user_name str
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionString

    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts List<string>
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts []string
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Integer
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    hosts string[]
    The list of host names of the ASM instances.
    port number
    The port used to connect to the ASM instance.
    protocol string
    The protocol used to connect to the ASM instance.
    service string
    The service name of the ASM instance.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    hosts Sequence[str]
    The list of host names of the ASM instances.
    port int
    The port used to connect to the ASM instance.
    protocol str
    The protocol used to connect to the ASM instance.
    service str
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Number
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredential

    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.
    credentialType string
    The type of the credential for tablespace administration tasks.
    namedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    password string
    The database user's password encoded using BASE64 scheme.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    username string
    The user to connect to the database.
    credential_type str
    The type of the credential for tablespace administration tasks.
    named_credential_id str
    The OCID of the named credential where the database password metadata is stored.
    password str
    The database user's password encoded using BASE64 scheme.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    username str
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint

    Host string
    The host name or IP address.
    Key string
    The unique name of the service.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Services List<string>
    The list of services registered with the listener.
    Host string
    The host name or IP address.
    Key string
    The unique name of the service.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Services []string
    The list of services registered with the listener.
    host String
    The host name or IP address.
    key String
    The unique name of the service.
    port Integer
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    services List<String>
    The list of services registered with the listener.
    host string
    The host name or IP address.
    key string
    The unique name of the service.
    port number
    The port used to connect to the ASM instance.
    protocol string
    The protocol used to connect to the ASM instance.
    services string[]
    The list of services registered with the listener.
    host str
    The host name or IP address.
    key str
    The unique name of the service.
    port int
    The port used to connect to the ASM instance.
    protocol str
    The protocol used to connect to the ASM instance.
    services Sequence[str]
    The list of services registered with the listener.
    host String
    The host name or IP address.
    key String
    The unique name of the service.
    port Number
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    services List<String>
    The list of services registered with the listener.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration

    NetworkNumber int
    The network number from which VIPs are obtained.
    NetworkType string
    The network type.
    Subnet string
    The subnet for the network.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NetworkType string
    The network type.
    Subnet string
    The subnet for the network.
    networkNumber Integer
    The network number from which VIPs are obtained.
    networkType String
    The network type.
    subnet String
    The subnet for the network.
    networkNumber number
    The network number from which VIPs are obtained.
    networkType string
    The network type.
    subnet string
    The subnet for the network.
    network_number int
    The network number from which VIPs are obtained.
    network_type str
    The network type.
    subnet str
    The subnet for the network.
    networkNumber Number
    The network number from which VIPs are obtained.
    networkType String
    The network type.
    subnet String
    The subnet for the network.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase

    CompartmentId string
    The OCID of the compartment.
    Connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector>
    The connector details used to connect to the external DB system component.
    ContainerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    Guid string
    The unique identifier of the PDB.
    CompartmentId string
    The OCID of the compartment.
    Connectors []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector
    The connector details used to connect to the external DB system component.
    ContainerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    Guid string
    The unique identifier of the PDB.
    compartmentId String
    The OCID of the compartment.
    connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector>
    The connector details used to connect to the external DB system component.
    containerDatabaseId String
    The unique identifier of the parent Container Database (CDB).
    guid String
    The unique identifier of the PDB.
    compartmentId string
    The OCID of the compartment.
    connectors GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector[]
    The connector details used to connect to the external DB system component.
    containerDatabaseId string
    The unique identifier of the parent Container Database (CDB).
    guid string
    The unique identifier of the PDB.
    compartment_id str
    The OCID of the compartment.
    connectors Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector]
    The connector details used to connect to the external DB system component.
    container_database_id str
    The unique identifier of the parent Container Database (CDB).
    guid str
    The unique identifier of the PDB.
    compartmentId String
    The OCID of the compartment.
    connectors List<Property Map>
    The connector details used to connect to the external DB system component.
    containerDatabaseId String
    The unique identifier of the parent Container Database (CDB).
    guid String
    The unique identifier of the PDB.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector

    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo
    The connection details required to connect to an external DB system component.
    ConnectionStatus string
    The status of connectivity to the external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo[]
    The connection details required to connect to an external DB system component.
    connectionStatus string
    The status of connectivity to the external DB system component.
    connectorType string
    The type of connector.
    displayName string
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the external DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the external DB system connector.
    connection_failure_message str
    The error message indicating the reason for connection failure or null if the connection was successful.
    connection_infos Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo]
    The connection details required to connect to an external DB system component.
    connection_status str
    The status of connectivity to the external DB system component.
    connector_type str
    The type of connector.
    display_name str
    A filter to only return the resources that match the entire display name.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the external DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<Property Map>
    The connection details required to connect to an external DB system component.
    connectionStatus String
    The status of connectivity to the external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the external DB system connector was last updated.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    DatabaseCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential>
    The credential to connect to the database to perform tablespace administration tasks.
    ComponentType string
    The component type.
    ConnectionCredentials []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString
    The Oracle Database connection string.
    DatabaseCredentials []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential
    The credential to connect to the database to perform tablespace administration tasks.
    componentType String
    The component type.
    connectionCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    databaseCredentials List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential>
    The credential to connect to the database to perform tablespace administration tasks.
    componentType string
    The component type.
    connectionCredentials GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential[]
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString[]
    The Oracle Database connection string.
    databaseCredentials GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential[]
    The credential to connect to the database to perform tablespace administration tasks.
    component_type str
    The component type.
    connection_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    database_credentials Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential]
    The credential to connect to the database to perform tablespace administration tasks.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.
    databaseCredentials List<Property Map>
    The credential to connect to the database to perform tablespace administration tasks.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential

    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.
    credentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType string
    The type of the credential for tablespace administration tasks.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    sslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    userName string
    The user name used to connect to the ASM instance.
    credential_name str
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credential_type str
    The type of the credential for tablespace administration tasks.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    ssl_secret_id str
    The OCID of the secret containing the SSL keystore and truststore details.
    user_name str
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString

    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts List<string>
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts []string
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Integer
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    hosts string[]
    The list of host names of the ASM instances.
    port number
    The port used to connect to the ASM instance.
    protocol string
    The protocol used to connect to the ASM instance.
    service string
    The service name of the ASM instance.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    hosts Sequence[str]
    The list of host names of the ASM instances.
    port int
    The port used to connect to the ASM instance.
    protocol str
    The protocol used to connect to the ASM instance.
    service str
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Number
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential

    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    NamedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    Password string
    The database user's password encoded using BASE64 scheme.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    Username string
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.
    credentialType string
    The type of the credential for tablespace administration tasks.
    namedCredentialId string
    The OCID of the named credential where the database password metadata is stored.
    password string
    The database user's password encoded using BASE64 scheme.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    username string
    The user to connect to the database.
    credential_type str
    The type of the credential for tablespace administration tasks.
    named_credential_id str
    The OCID of the named credential where the database password metadata is stored.
    password str
    The database user's password encoded using BASE64 scheme.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    username str
    The user to connect to the database.
    credentialType String
    The type of the credential for tablespace administration tasks.
    namedCredentialId String
    The OCID of the named credential where the database password metadata is stored.
    password String
    The database user's password encoded using BASE64 scheme.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    username String
    The user to connect to the database.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration

    NetworkNumber int
    The network number from which VIPs are obtained.
    ScanName string
    The name of the SCAN listener.
    ScanPort int
    The port number of the SCAN listener.
    ScanProtocol string
    The protocol of the SCAN listener.
    NetworkNumber int
    The network number from which VIPs are obtained.
    ScanName string
    The name of the SCAN listener.
    ScanPort int
    The port number of the SCAN listener.
    ScanProtocol string
    The protocol of the SCAN listener.
    networkNumber Integer
    The network number from which VIPs are obtained.
    scanName String
    The name of the SCAN listener.
    scanPort Integer
    The port number of the SCAN listener.
    scanProtocol String
    The protocol of the SCAN listener.
    networkNumber number
    The network number from which VIPs are obtained.
    scanName string
    The name of the SCAN listener.
    scanPort number
    The port number of the SCAN listener.
    scanProtocol string
    The protocol of the SCAN listener.
    network_number int
    The network number from which VIPs are obtained.
    scan_name str
    The name of the SCAN listener.
    scan_port int
    The port number of the SCAN listener.
    scan_protocol str
    The protocol of the SCAN listener.
    networkNumber Number
    The network number from which VIPs are obtained.
    scanName String
    The name of the SCAN listener.
    scanPort Number
    The port number of the SCAN listener.
    scanProtocol String
    The protocol of the SCAN listener.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration

    Address string
    The VIP name or IP address.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NodeName string
    The name of the node with the VIP.
    Address string
    The VIP name or IP address.
    NetworkNumber int
    The network number from which VIPs are obtained.
    NodeName string
    The name of the node with the VIP.
    address String
    The VIP name or IP address.
    networkNumber Integer
    The network number from which VIPs are obtained.
    nodeName String
    The name of the node with the VIP.
    address string
    The VIP name or IP address.
    networkNumber number
    The network number from which VIPs are obtained.
    nodeName string
    The name of the node with the VIP.
    address str
    The VIP name or IP address.
    network_number int
    The network number from which VIPs are obtained.
    node_name str
    The name of the node with the VIP.
    address String
    The VIP name or IP address.
    networkNumber Number
    The network number from which VIPs are obtained.
    nodeName String
    The name of the node with the VIP.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValue

    CompartmentId string
    The OCID of the compartment.
    Connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector>
    The connector details used to connect to the external DB system component.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    IsSelectedForMonitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    CompartmentId string
    The OCID of the compartment.
    Connectors []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector
    The connector details used to connect to the external DB system component.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    IsSelectedForMonitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    compartmentId String
    The OCID of the compartment.
    connectors List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector>
    The connector details used to connect to the external DB system component.
    displayName String
    A filter to only return the resources that match the entire display name.
    isSelectedForMonitoring Boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    compartmentId string
    The OCID of the compartment.
    connectors GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector[]
    The connector details used to connect to the external DB system component.
    displayName string
    A filter to only return the resources that match the entire display name.
    isSelectedForMonitoring boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    compartment_id str
    The OCID of the compartment.
    connectors Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector]
    The connector details used to connect to the external DB system component.
    display_name str
    A filter to only return the resources that match the entire display name.
    is_selected_for_monitoring bool
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
    compartmentId String
    The OCID of the compartment.
    connectors List<Property Map>
    The connector details used to connect to the external DB system component.
    displayName String
    A filter to only return the resources that match the entire display name.
    isSelectedForMonitoring Boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector

    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    AgentId string
    The OCID of the management agent used for the external DB system connector.
    ConnectionInfos []GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo
    The connection details required to connect to an external DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    A filter to only return the resources that match the entire display name.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionInfos List<GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo>
    The connection details required to connect to an external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.
    agentId string
    The OCID of the management agent used for the external DB system connector.
    connectionInfos GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo[]
    The connection details required to connect to an external DB system component.
    connectorType string
    The type of connector.
    displayName string
    A filter to only return the resources that match the entire display name.
    agent_id str
    The OCID of the management agent used for the external DB system connector.
    connection_infos Sequence[databasemanagement.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo]
    The connection details required to connect to an external DB system component.
    connector_type str
    The type of connector.
    display_name str
    A filter to only return the resources that match the entire display name.
    agentId String
    The OCID of the management agent used for the external DB system connector.
    connectionInfos List<Property Map>
    The connection details required to connect to an external DB system component.
    connectorType String
    The type of connector.
    displayName String
    A filter to only return the resources that match the entire display name.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo

    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionCredential

    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    CredentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    CredentialType string
    The type of the credential for tablespace administration tasks.
    PasswordSecretId string
    The OCID of the Secret where the database password is stored.
    Role string
    The role of the database user.
    SslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    UserName string
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.
    credentialName string
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType string
    The type of the credential for tablespace administration tasks.
    passwordSecretId string
    The OCID of the Secret where the database password is stored.
    role string
    The role of the database user.
    sslSecretId string
    The OCID of the secret containing the SSL keystore and truststore details.
    userName string
    The user name used to connect to the ASM instance.
    credential_name str
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credential_type str
    The type of the credential for tablespace administration tasks.
    password_secret_id str
    The OCID of the Secret where the database password is stored.
    role str
    The role of the database user.
    ssl_secret_id str
    The OCID of the secret containing the SSL keystore and truststore details.
    user_name str
    The user name used to connect to the ASM instance.
    credentialName String
    The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
    credentialType String
    The type of the credential for tablespace administration tasks.
    passwordSecretId String
    The OCID of the Secret where the database password is stored.
    role String
    The role of the database user.
    sslSecretId String
    The OCID of the secret containing the SSL keystore and truststore details.
    userName String
    The user name used to connect to the ASM instance.

    GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionString

    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts List<string>
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    HostName string
    The host name of the database or the SCAN name in case of a RAC database.
    Hosts []string
    The list of host names of the ASM instances.
    Port int
    The port used to connect to the ASM instance.
    Protocol string
    The protocol used to connect to the ASM instance.
    Service string
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Integer
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.
    hostName string
    The host name of the database or the SCAN name in case of a RAC database.
    hosts string[]
    The list of host names of the ASM instances.
    port number
    The port used to connect to the ASM instance.
    protocol string
    The protocol used to connect to the ASM instance.
    service string
    The service name of the ASM instance.
    host_name str
    The host name of the database or the SCAN name in case of a RAC database.
    hosts Sequence[str]
    The list of host names of the ASM instances.
    port int
    The port used to connect to the ASM instance.
    protocol str
    The protocol used to connect to the ASM instance.
    service str
    The service name of the ASM instance.
    hostName String
    The host name of the database or the SCAN name in case of a RAC database.
    hosts List<String>
    The list of host names of the ASM instances.
    port Number
    The port used to connect to the ASM instance.
    protocol String
    The protocol used to connect to the ASM instance.
    service String
    The service name of the ASM instance.

    GetExternalDbSystemDiscoveriesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.31.0 published on Wednesday, Apr 10, 2024 by Pulumi