1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getCloudDbSystemDiscovery
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DatabaseManagement.getCloudDbSystemDiscovery

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This data source provides details about a specific Cloud Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.

    Gets the details for the cloud DB system discovery resource specified by cloudDbSystemDiscoveryId.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCloudDbSystemDiscovery = oci.DatabaseManagement.getCloudDbSystemDiscovery({
        cloudDbSystemDiscoveryId: testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_cloud_db_system_discovery = oci.DatabaseManagement.get_cloud_db_system_discovery(cloud_db_system_discovery_id=test_cloud_db_system_discovery_oci_database_management_cloud_db_system_discovery["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/databasemanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasemanagement.GetCloudDbSystemDiscovery(ctx, &databasemanagement.GetCloudDbSystemDiscoveryArgs{
    			CloudDbSystemDiscoveryId: testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testCloudDbSystemDiscovery = Oci.DatabaseManagement.GetCloudDbSystemDiscovery.Invoke(new()
        {
            CloudDbSystemDiscoveryId = testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
    import com.pulumi.oci.DatabaseManagement.inputs.GetCloudDbSystemDiscoveryArgs;
    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 testCloudDbSystemDiscovery = DatabaseManagementFunctions.getCloudDbSystemDiscovery(GetCloudDbSystemDiscoveryArgs.builder()
                .cloudDbSystemDiscoveryId(testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.id())
                .build());
    
        }
    }
    
    variables:
      testCloudDbSystemDiscovery:
        fn::invoke:
          function: oci:DatabaseManagement:getCloudDbSystemDiscovery
          arguments:
            cloudDbSystemDiscoveryId: ${testCloudDbSystemDiscoveryOciDatabaseManagementCloudDbSystemDiscovery.id}
    

    Using getCloudDbSystemDiscovery

    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 getCloudDbSystemDiscovery(args: GetCloudDbSystemDiscoveryArgs, opts?: InvokeOptions): Promise<GetCloudDbSystemDiscoveryResult>
    function getCloudDbSystemDiscoveryOutput(args: GetCloudDbSystemDiscoveryOutputArgs, opts?: InvokeOptions): Output<GetCloudDbSystemDiscoveryResult>
    def get_cloud_db_system_discovery(cloud_db_system_discovery_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetCloudDbSystemDiscoveryResult
    def get_cloud_db_system_discovery_output(cloud_db_system_discovery_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetCloudDbSystemDiscoveryResult]
    func LookupCloudDbSystemDiscovery(ctx *Context, args *LookupCloudDbSystemDiscoveryArgs, opts ...InvokeOption) (*LookupCloudDbSystemDiscoveryResult, error)
    func LookupCloudDbSystemDiscoveryOutput(ctx *Context, args *LookupCloudDbSystemDiscoveryOutputArgs, opts ...InvokeOption) LookupCloudDbSystemDiscoveryResultOutput

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

    public static class GetCloudDbSystemDiscovery 
    {
        public static Task<GetCloudDbSystemDiscoveryResult> InvokeAsync(GetCloudDbSystemDiscoveryArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudDbSystemDiscoveryResult> Invoke(GetCloudDbSystemDiscoveryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudDbSystemDiscoveryResult> getCloudDbSystemDiscovery(GetCloudDbSystemDiscoveryArgs args, InvokeOptions options)
    public static Output<GetCloudDbSystemDiscoveryResult> getCloudDbSystemDiscovery(GetCloudDbSystemDiscoveryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseManagement/getCloudDbSystemDiscovery:getCloudDbSystemDiscovery
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudDbSystemDiscoveryId string
    The OCID of the cloud DB system discovery.
    CloudDbSystemDiscoveryId string
    The OCID of the cloud DB system discovery.
    cloudDbSystemDiscoveryId String
    The OCID of the cloud DB system discovery.
    cloudDbSystemDiscoveryId string
    The OCID of the cloud DB system discovery.
    cloud_db_system_discovery_id str
    The OCID of the cloud DB system discovery.
    cloudDbSystemDiscoveryId String
    The OCID of the cloud DB system discovery.

    getCloudDbSystemDiscovery Result

    The following output properties are available:

    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    CloudDbSystemDiscoveryId string
    CompartmentId string
    The OCID of the compartment.
    DbaasParentInfrastructureId string
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeploymentType string
    The deployment type of cloud dbsystem.
    DiscoveredComponents List<GetCloudDbSystemDiscoveryDiscoveredComponent>
    The list of DB system components that were found in the DB system discovery.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The OCID of the cloud DB system discovery.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    PatchOperations List<GetCloudDbSystemDiscoveryPatchOperation>
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    State string
    The current lifecycle state of the cloud DB system discovery resource.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB system discovery was created.
    TimeUpdated string
    The date and time the cloud DB system discovery was last updated.
    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    CloudDbSystemDiscoveryId string
    CompartmentId string
    The OCID of the compartment.
    DbaasParentInfrastructureId string
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeploymentType string
    The deployment type of cloud dbsystem.
    DiscoveredComponents []GetCloudDbSystemDiscoveryDiscoveredComponent
    The list of DB system components that were found in the DB system discovery.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    GridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    Id string
    The OCID of the cloud DB system discovery.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    PatchOperations []GetCloudDbSystemDiscoveryPatchOperation
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    State string
    The current lifecycle state of the cloud DB system discovery resource.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB system discovery was created.
    TimeUpdated string
    The date and time the cloud DB system discovery was last updated.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    cloudDbSystemDiscoveryId String
    compartmentId String
    The OCID of the compartment.
    dbaasParentInfrastructureId String
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType String
    The deployment type of cloud dbsystem.
    discoveredComponents List<GetCloudDbSystemDiscoveryDiscoveredComponent>
    The list of DB system components that were found in the DB system discovery.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The OCID of the cloud DB system discovery.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    patchOperations List<GetCloudDbSystemDiscoveryPatchOperation>
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state String
    The current lifecycle state of the cloud DB system discovery resource.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB system discovery was created.
    timeUpdated String
    The date and time the cloud DB system discovery was last updated.
    agentId string
    The OCID of the management agent used for the cloud DB system connector.
    cloudDbSystemDiscoveryId string
    compartmentId string
    The OCID of the compartment.
    dbaasParentInfrastructureId string
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType string
    The deployment type of cloud dbsystem.
    discoveredComponents GetCloudDbSystemDiscoveryDiscoveredComponent[]
    The list of DB system components that were found in the DB system discovery.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    gridHome string
    The directory in which Oracle Grid Infrastructure is installed.
    id string
    The OCID of the cloud DB system discovery.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    patchOperations GetCloudDbSystemDiscoveryPatchOperation[]
    resourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    state string
    The current lifecycle state of the cloud DB system discovery resource.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the cloud DB system discovery was created.
    timeUpdated string
    The date and time the cloud DB system discovery was last updated.
    agent_id str
    The OCID of the management agent used for the cloud DB system connector.
    cloud_db_system_discovery_id str
    compartment_id str
    The OCID of the compartment.
    dbaas_parent_infrastructure_id str
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deployment_type str
    The deployment type of cloud dbsystem.
    discovered_components Sequence[GetCloudDbSystemDiscoveryDiscoveredComponent]
    The list of DB system components that were found in the DB system discovery.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    grid_home str
    The directory in which Oracle Grid Infrastructure is installed.
    id str
    The OCID of the cloud DB system discovery.
    lifecycle_details str
    Additional information about the current lifecycle state.
    patch_operations Sequence[GetCloudDbSystemDiscoveryPatchOperation]
    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 cloud DB system discovery resource.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the cloud DB system discovery was created.
    time_updated str
    The date and time the cloud DB system discovery was last updated.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    cloudDbSystemDiscoveryId String
    compartmentId String
    The OCID of the compartment.
    dbaasParentInfrastructureId String
    The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType String
    The deployment type of cloud dbsystem.
    discoveredComponents List<Property Map>
    The list of DB system components that were found in the DB system discovery.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    gridHome String
    The directory in which Oracle Grid Infrastructure is installed.
    id String
    The OCID of the cloud 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 cloud DB system discovery resource.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB system discovery was created.
    timeUpdated String
    The date and time the cloud DB system discovery was last updated.

    Supporting Types

    GetCloudDbSystemDiscoveryDiscoveredComponent

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    AsmInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance>
    The list of asm instances for the cloud Asm.
    AssociatedComponents List<GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent>
    The list of associated components.
    CanEnableAllCurrentPdbs bool
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    ClusterId string
    The unique identifier of the Oracle cluster.
    ClusterInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance>
    The list of cluster instances for the cloud cluster.
    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<GetCloudDbSystemDiscoveryDiscoveredComponentConnector>
    The connector details used to connect to the cloud 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.
    DbInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance>
    The list of database instances.
    DbNodeName string
    The name of the DB node.
    DbPacks string
    The database packs licensed for the cloud 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 cloud database.
    DbVersion string
    The Oracle Database version.
    DbaasId string
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    Endpoints List<GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint>
    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.
    IsAutoEnablePluggableDatabase bool
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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<GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    NodeName string
    The name of the node with the VIP.
    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 DB instance.
    PluggableDatabases List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase>
    The list of Pluggable Databases.
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    ScanConfigurations List<GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud 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<GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    AsmInstances []GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance
    The list of asm instances for the cloud Asm.
    AssociatedComponents []GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent
    The list of associated components.
    CanEnableAllCurrentPdbs bool
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    ClusterId string
    The unique identifier of the Oracle cluster.
    ClusterInstances []GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance
    The list of cluster instances for the cloud cluster.
    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 []GetCloudDbSystemDiscoveryDiscoveredComponentConnector
    The connector details used to connect to the cloud 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.
    DbInstances []GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance
    The list of database instances.
    DbNodeName string
    The name of the DB node.
    DbPacks string
    The database packs licensed for the cloud 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 cloud database.
    DbVersion string
    The Oracle Database version.
    DbaasId string
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    Endpoints []GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint
    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.
    IsAutoEnablePluggableDatabase bool
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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 []GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration
    The list of network address configurations of the cloud cluster.
    NodeName string
    The name of the node with the VIP.
    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 DB instance.
    PluggableDatabases []GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase
    The list of Pluggable Databases.
    ResourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    ScanConfigurations []GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration
    The list of Single Client Access Name (SCAN) configurations of the cloud 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 []GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    asmInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance>
    The list of asm instances for the cloud Asm.
    associatedComponents List<GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent>
    The list of associated components.
    canEnableAllCurrentPdbs Boolean
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    clusterId String
    The unique identifier of the Oracle cluster.
    clusterInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance>
    The list of cluster instances for the cloud cluster.
    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<GetCloudDbSystemDiscoveryDiscoveredComponentConnector>
    The connector details used to connect to the cloud 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.
    dbInstances List<GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance>
    The list of database instances.
    dbNodeName String
    The name of the DB node.
    dbPacks String
    The database packs licensed for the cloud 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 cloud database.
    dbVersion String
    The Oracle Database version.
    dbaasId String
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    endpoints List<GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint>
    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.
    isAutoEnablePluggableDatabase Boolean
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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<GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>
    The list of network address configurations of the cloud cluster.
    nodeName String
    The name of the node with the VIP.
    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 DB instance.
    pluggableDatabases List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase>
    The list of Pluggable Databases.
    resourceId String
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scanConfigurations List<GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration>
    The list of Single Client Access Name (SCAN) configurations of the cloud 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<GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration>
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    adrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    asmInstances GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance[]
    The list of asm instances for the cloud Asm.
    associatedComponents GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent[]
    The list of associated components.
    canEnableAllCurrentPdbs boolean
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    clusterId string
    The unique identifier of the Oracle cluster.
    clusterInstances GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance[]
    The list of cluster instances for the cloud cluster.
    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 GetCloudDbSystemDiscoveryDiscoveredComponentConnector[]
    The connector details used to connect to the cloud 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.
    dbInstances GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance[]
    The list of database instances.
    dbNodeName string
    The name of the DB node.
    dbPacks string
    The database packs licensed for the cloud 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 cloud database.
    dbVersion string
    The Oracle Database version.
    dbaasId string
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    endpoints GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint[]
    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.
    isAutoEnablePluggableDatabase boolean
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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 GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration[]
    The list of network address configurations of the cloud cluster.
    nodeName string
    The name of the node with the VIP.
    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 DB instance.
    pluggableDatabases GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase[]
    The list of Pluggable Databases.
    resourceId string
    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
    scanConfigurations GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration[]
    The list of Single Client Access Name (SCAN) configurations of the cloud 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 GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration[]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    adr_home_directory str
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    asm_instances Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance]
    The list of asm instances for the cloud Asm.
    associated_components Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent]
    The list of associated components.
    can_enable_all_current_pdbs bool
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    cluster_id str
    The unique identifier of the Oracle cluster.
    cluster_instances Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance]
    The list of cluster instances for the cloud cluster.
    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[GetCloudDbSystemDiscoveryDiscoveredComponentConnector]
    The connector details used to connect to the cloud 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_instances Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance]
    The list of database instances.
    db_node_name str
    The name of the DB node.
    db_packs str
    The database packs licensed for the cloud 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 cloud database.
    db_version str
    The Oracle Database version.
    dbaas_id str
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    endpoints Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint]
    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_auto_enable_pluggable_database bool
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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[GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration]
    The list of network address configurations of the cloud cluster.
    node_name str
    The name of the node with the VIP.
    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 DB instance.
    pluggable_databases Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase]
    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[GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration]
    The list of Single Client Access Name (SCAN) configurations of the cloud 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[GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration]
    The list of Virtual IP (VIP) configurations of the cloud cluster.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    asmInstances List<Property Map>
    The list of asm instances for the cloud Asm.
    associatedComponents List<Property Map>
    The list of associated components.
    canEnableAllCurrentPdbs Boolean
    Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
    clusterId String
    The unique identifier of the Oracle cluster.
    clusterInstances List<Property Map>
    The list of cluster instances for the cloud cluster.
    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 cloud 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.
    dbInstances List<Property Map>
    The list of database instances.
    dbNodeName String
    The name of the DB node.
    dbPacks String
    The database packs licensed for the cloud 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 cloud database.
    dbVersion String
    The Oracle Database version.
    dbaasId String
    The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    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.
    isAutoEnablePluggableDatabase Boolean
    Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
    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 cloud cluster.
    nodeName String
    The name of the node with the VIP.
    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 DB instance.
    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 cloud 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 cloud cluster.

    GetCloudDbSystemDiscoveryDiscoveredComponentAsmInstance

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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 DB 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 DB 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 DB 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 DB 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 DB 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.

    GetCloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstance

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
    ClusterId string
    The unique identifier of the Oracle cluster.
    Connectors List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector>
    The connector details used to connect to the cloud 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 DB instance.
    ClusterId string
    The unique identifier of the Oracle cluster.
    Connectors []GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector
    The connector details used to connect to the cloud 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 DB instance.
    clusterId String
    The unique identifier of the Oracle cluster.
    connectors List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector>
    The connector details used to connect to the cloud 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 DB instance.
    clusterId string
    The unique identifier of the Oracle cluster.
    connectors GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector[]
    The connector details used to connect to the cloud 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 DB instance.
    cluster_id str
    The unique identifier of the Oracle cluster.
    connectors Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector]
    The connector details used to connect to the cloud 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 DB instance.
    clusterId String
    The unique identifier of the Oracle cluster.
    connectors List<Property Map>
    The connector details used to connect to the cloud 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.

    GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector

    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo[]
    The connection details required to connect to a cloud DB system component.
    connectionStatus string
    The status of connectivity to the cloud DB system component.
    connectorType string
    The type of connector.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the cloud 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[GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo]
    The connection details required to connect to a cloud DB system component.
    connection_status str
    The status of connectivity to the cloud DB system component.
    connector_type str
    The type of connector.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud 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 a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.

    GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    ComponentType string
    The component type.
    ConnectionCredentials []GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings []GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    componentType string
    The component type.
    connectionCredentials GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential[]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString[]
    The Oracle Database connection string.
    component_type str
    The component type.
    connection_credentials Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.

    GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential

    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId string
    The OCID of the secret containing the user password.
    role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    named_credential_id str
    The OCID of the Named Credential where the database password metadata is stored.
    password_secret_id str
    The OCID of the secret containing the user password.
    role str
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentConnector

    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo[]
    The connection details required to connect to a cloud DB system component.
    connectionStatus string
    The status of connectivity to the cloud DB system component.
    connectorType string
    The type of connector.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the cloud 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[GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo]
    The connection details required to connect to a cloud DB system component.
    connection_status str
    The status of connectivity to the cloud DB system component.
    connector_type str
    The type of connector.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud 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 a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.

    GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    ComponentType string
    The component type.
    ConnectionCredentials []GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings []GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    componentType string
    The component type.
    connectionCredentials GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential[]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString[]
    The Oracle Database connection string.
    component_type str
    The component type.
    connection_credentials Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.

    GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential

    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId string
    The OCID of the secret containing the user password.
    role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    named_credential_id str
    The OCID of the Named Credential where the database password metadata is stored.
    password_secret_id str
    The OCID of the secret containing the user password.
    role str
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentDbInstance

    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    NodeName string
    The name of the node with the VIP.
    OracleHome string
    The Oracle home location of the DB instance.
    AdrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    NodeName string
    The name of the node with the VIP.
    OracleHome string
    The Oracle home location of the DB instance.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    nodeName String
    The name of the node with the VIP.
    oracleHome String
    The Oracle home location of the DB instance.
    adrHomeDirectory string
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    nodeName string
    The name of the node with the VIP.
    oracleHome string
    The Oracle home location of the DB instance.
    adr_home_directory str
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    node_name str
    The name of the node with the VIP.
    oracle_home str
    The Oracle home location of the DB instance.
    adrHomeDirectory String
    The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
    nodeName String
    The name of the node with the VIP.
    oracleHome String
    The Oracle home location of the DB instance.

    GetCloudDbSystemDiscoveryDiscoveredComponentEndpoint

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase

    CompartmentId string
    The OCID of the compartment.
    Connectors List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector>
    The connector details used to connect to the cloud 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 []GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector
    The connector details used to connect to the cloud 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<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector>
    The connector details used to connect to the cloud 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 GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector[]
    The connector details used to connect to the cloud 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[GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector]
    The connector details used to connect to the cloud 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 cloud DB system component.
    containerDatabaseId String
    The unique identifier of the parent Container Database (CDB).
    guid String
    The unique identifier of the PDB.

    GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector

    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    ConnectionInfos []GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo
    The connection details required to connect to a cloud DB system component.
    ConnectionStatus string
    The status of connectivity to the cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    TimeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage String
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId string
    The OCID of the management agent used for the cloud DB system connector.
    connectionFailureMessage string
    The error message indicating the reason for connection failure or null if the connection was successful.
    connectionInfos GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo[]
    The connection details required to connect to a cloud DB system component.
    connectionStatus string
    The status of connectivity to the cloud DB system component.
    connectorType string
    The type of connector.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated string
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agent_id str
    The OCID of the management agent used for the cloud 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[GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo]
    The connection details required to connect to a cloud DB system component.
    connection_status str
    The status of connectivity to the cloud DB system component.
    connector_type str
    The type of connector.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    time_connection_status_last_updated str
    The date and time the connectionStatus of the cloud DB system connector was last updated.
    agentId String
    The OCID of the management agent used for the cloud 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 a cloud DB system component.
    connectionStatus String
    The status of connectivity to the cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    timeConnectionStatusLastUpdated String
    The date and time the connectionStatus of the cloud DB system connector was last updated.

    GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    ComponentType string
    The component type.
    ConnectionCredentials []GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings []GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    componentType string
    The component type.
    connectionCredentials GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential[]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString[]
    The Oracle Database connection string.
    component_type str
    The component type.
    connection_credentials Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.

    GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential

    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    NamedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId string
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId string
    The OCID of the secret containing the user password.
    role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    named_credential_id str
    The OCID of the Named Credential where the database password metadata is stored.
    password_secret_id str
    The OCID of the secret containing the user password.
    role str
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    namedCredentialId String
    The OCID of the Named Credential where the database password metadata is stored.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentScanConfiguration

    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.

    GetCloudDbSystemDiscoveryDiscoveredComponentVipConfiguration

    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.

    GetCloudDbSystemDiscoveryPatchOperation

    GetCloudDbSystemDiscoveryPatchOperationValue

    CompartmentId string
    The OCID of the compartment.
    Connectors List<GetCloudDbSystemDiscoveryPatchOperationValueConnector>
    The connector details used to connect to the cloud DB system component.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    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 []GetCloudDbSystemDiscoveryPatchOperationValueConnector
    The connector details used to connect to the cloud DB system component.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    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<GetCloudDbSystemDiscoveryPatchOperationValueConnector>
    The connector details used to connect to the cloud DB system component.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    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 GetCloudDbSystemDiscoveryPatchOperationValueConnector[]
    The connector details used to connect to the cloud DB system component.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    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[GetCloudDbSystemDiscoveryPatchOperationValueConnector]
    The connector details used to connect to the cloud DB system component.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    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 cloud DB system component.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    isSelectedForMonitoring Boolean
    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    GetCloudDbSystemDiscoveryPatchOperationValueConnector

    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionInfos List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    AgentId string
    The OCID of the management agent used for the cloud DB system connector.
    ConnectionInfos []GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo
    The connection details required to connect to a cloud DB system component.
    ConnectorType string
    The type of connector.
    DisplayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    connectionInfos List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo>
    The connection details required to connect to a cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.
    agentId string
    The OCID of the management agent used for the cloud DB system connector.
    connectionInfos GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo[]
    The connection details required to connect to a cloud DB system component.
    connectorType string
    The type of connector.
    displayName string
    The user-friendly name for the DB system. The name does not have to be unique.
    agent_id str
    The OCID of the management agent used for the cloud DB system connector.
    connection_infos Sequence[GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo]
    The connection details required to connect to a cloud DB system component.
    connector_type str
    The type of connector.
    display_name str
    The user-friendly name for the DB system. The name does not have to be unique.
    agentId String
    The OCID of the management agent used for the cloud DB system connector.
    connectionInfos List<Property Map>
    The connection details required to connect to a cloud DB system component.
    connectorType String
    The type of connector.
    displayName String
    The user-friendly name for the DB system. The name does not have to be unique.

    GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    ComponentType string
    The component type.
    ConnectionCredentials List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    ComponentType string
    The component type.
    ConnectionCredentials []GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    ConnectionStrings []GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString>
    The Oracle Database connection string.
    componentType string
    The component type.
    connectionCredentials GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential[]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString[]
    The Oracle Database connection string.
    component_type str
    The component type.
    connection_credentials Sequence[GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential]
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connection_strings Sequence[GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString]
    The Oracle Database connection string.
    componentType String
    The component type.
    connectionCredentials List<Property Map>
    The credentials used to connect to the Cloud ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.
    connectionStrings List<Property Map>
    The Oracle Database connection string.

    GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredential

    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 credential used to connect to the ASM instance.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    PasswordSecretId string
    The OCID of the secret containing the user password.
    Role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    passwordSecretId string
    The OCID of the secret containing the user password.
    role string
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    password_secret_id str
    The OCID of the secret containing the user password.
    role str
    The role of the user connecting to the ASM instance.
    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 credential used to connect to the ASM instance.
    passwordSecretId String
    The OCID of the secret containing the user password.
    role String
    The role of the user connecting to the ASM instance.
    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.

    GetCloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    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.

    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 v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi