1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ExternalDbSystemDiscovery
Oracle Cloud Infrastructure v1.11.0 published on Wednesday, Sep 27, 2023 by Pulumi

oci.DatabaseManagement.ExternalDbSystemDiscovery

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.11.0 published on Wednesday, Sep 27, 2023 by Pulumi

    This resource provides the External Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.

    Creates an external DB system discovery resource and initiates the discovery process.

    Patches the external DB system discovery specified by externalDbSystemDiscoveryId.

    Example Usage

    Coming soon!

    Coming soon!

    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.ExternalDbSystemDiscovery;
    import com.pulumi.oci.DatabaseManagement.ExternalDbSystemDiscoveryArgs;
    import com.pulumi.oci.DatabaseManagement.inputs.ExternalDbSystemDiscoveryPatchOperationArgs;
    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) {
            var testExternalDbSystemDiscovery = new ExternalDbSystemDiscovery("testExternalDbSystemDiscovery", ExternalDbSystemDiscoveryArgs.builder()        
                .agentId(oci_cloud_bridge_agent.test_agent().id())
                .compartmentId(var_.compartment_id())
                .externalDbSystemDiscoveryId(var_.external_db_system_discovery_external_db_system_discovery_id())
                .displayName(var_.external_db_system_discovery_display_name())
                .patchOperations(ExternalDbSystemDiscoveryPatchOperationArgs.builder()
                    .operation(var_.external_db_system_discovery_patch_operations_operation())
                    .selection(var_.external_db_system_discovery_patch_operations_selection())
                    .value(var_.external_db_system_discovery_patch_operations_value())
                    .build())
                .build());
    
        }
    }
    

    Coming soon!

    Coming soon!

    resources:
      testExternalDbSystemDiscovery:
        type: oci:DatabaseManagement:ExternalDbSystemDiscovery
        properties:
          #Required
          agentId: ${oci_cloud_bridge_agent.test_agent.id}
          compartmentId: ${var.compartment_id}
          externalDbSystemDiscoveryId: ${var.external_db_system_discovery_external_db_system_discovery_id}
          #Optional
          displayName: ${var.external_db_system_discovery_display_name}
          patchOperations:
            - operation: ${var.external_db_system_discovery_patch_operations_operation}
              selection: ${var.external_db_system_discovery_patch_operations_selection}
              value: ${var.external_db_system_discovery_patch_operations_value}
    

    Create ExternalDbSystemDiscovery Resource

    new ExternalDbSystemDiscovery(name: string, args: ExternalDbSystemDiscoveryArgs, opts?: CustomResourceOptions);
    @overload
    def ExternalDbSystemDiscovery(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  agent_id: Optional[str] = None,
                                  compartment_id: Optional[str] = None,
                                  display_name: Optional[str] = None,
                                  patch_operations: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryPatchOperationArgs]] = None)
    @overload
    def ExternalDbSystemDiscovery(resource_name: str,
                                  args: ExternalDbSystemDiscoveryArgs,
                                  opts: Optional[ResourceOptions] = None)
    func NewExternalDbSystemDiscovery(ctx *Context, name string, args ExternalDbSystemDiscoveryArgs, opts ...ResourceOption) (*ExternalDbSystemDiscovery, error)
    public ExternalDbSystemDiscovery(string name, ExternalDbSystemDiscoveryArgs args, CustomResourceOptions? opts = null)
    public ExternalDbSystemDiscovery(String name, ExternalDbSystemDiscoveryArgs args)
    public ExternalDbSystemDiscovery(String name, ExternalDbSystemDiscoveryArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseManagement:ExternalDbSystemDiscovery
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ExternalDbSystemDiscoveryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ExternalDbSystemDiscoveryArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ExternalDbSystemDiscoveryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExternalDbSystemDiscoveryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExternalDbSystemDiscoveryArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ExternalDbSystemDiscovery Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ExternalDbSystemDiscovery resource accepts the following input properties:

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    PatchOperations List<ExternalDbSystemDiscoveryPatchOperation>

    (Updatable)

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    PatchOperations []ExternalDbSystemDiscoveryPatchOperationArgs

    (Updatable)

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    displayName String

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    patchOperations List<ExternalDbSystemDiscoveryPatchOperation>

    (Updatable)

    agentId string

    The OCID of the management agent used for the external DB system discovery.

    compartmentId string

    The OCID of the compartment in which the external DB system resides.

    displayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    patchOperations ExternalDbSystemDiscoveryPatchOperation[]

    (Updatable)

    agent_id str

    The OCID of the management agent used for the external DB system discovery.

    compartment_id str

    The OCID of the compartment in which the external DB system resides.

    display_name str

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    patch_operations ExternalDbSystemDiscoveryPatchOperationArgs]

    (Updatable)

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    displayName String

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    patchOperations List<Property Map>

    (Updatable)

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExternalDbSystemDiscovery resource produces the following output properties:

    DiscoveredComponents List<ExternalDbSystemDiscoveryDiscoveredComponent>

    The list of DB system components that were found in the DB system discovery.

    ExternalDbSystemDiscoveryId string
    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    Id string

    The provider-assigned unique ID for this managed resource.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    State string

    The current lifecycle state of the external DB system discovery resource.

    TimeCreated string

    The date and time the external DB system discovery was created.

    TimeUpdated string

    The date and time the external DB system discovery was last updated.

    DiscoveredComponents []ExternalDbSystemDiscoveryDiscoveredComponent

    The list of DB system components that were found in the DB system discovery.

    ExternalDbSystemDiscoveryId string
    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    Id string

    The provider-assigned unique ID for this managed resource.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    State string

    The current lifecycle state of the external DB system discovery resource.

    TimeCreated string

    The date and time the external DB system discovery was created.

    TimeUpdated string

    The date and time the external DB system discovery was last updated.

    discoveredComponents List<ExternalDbSystemDiscoveryDiscoveredComponent>

    The list of DB system components that were found in the DB system discovery.

    externalDbSystemDiscoveryId String
    gridHome String

    The directory in which Oracle Grid Infrastructure is installed.

    id String

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state String

    The current lifecycle state of the external DB system discovery resource.

    timeCreated String

    The date and time the external DB system discovery was created.

    timeUpdated String

    The date and time the external DB system discovery was last updated.

    discoveredComponents ExternalDbSystemDiscoveryDiscoveredComponent[]

    The list of DB system components that were found in the DB system discovery.

    externalDbSystemDiscoveryId string
    gridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    id string

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails string

    Additional information about the current lifecycle state.

    resourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state string

    The current lifecycle state of the external DB system discovery resource.

    timeCreated string

    The date and time the external DB system discovery was created.

    timeUpdated string

    The date and time the external DB system discovery was last updated.

    discovered_components ExternalDbSystemDiscoveryDiscoveredComponent]

    The list of DB system components that were found in the DB system discovery.

    external_db_system_discovery_id str
    grid_home str

    The directory in which Oracle Grid Infrastructure is installed.

    id str

    The provider-assigned unique ID for this managed resource.

    lifecycle_details str

    Additional information about the current lifecycle state.

    resource_id str

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state str

    The current lifecycle state of the external DB system discovery resource.

    time_created str

    The date and time the external DB system discovery was created.

    time_updated str

    The date and time the external DB system discovery was last updated.

    discoveredComponents List<Property Map>

    The list of DB system components that were found in the DB system discovery.

    externalDbSystemDiscoveryId String
    gridHome String

    The directory in which Oracle Grid Infrastructure is installed.

    id String

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state String

    The current lifecycle state of the external DB system discovery resource.

    timeCreated String

    The date and time the external DB system discovery was created.

    timeUpdated String

    The date and time the external DB system discovery was last updated.

    Look up Existing ExternalDbSystemDiscovery Resource

    Get an existing ExternalDbSystemDiscovery resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ExternalDbSystemDiscoveryState, opts?: CustomResourceOptions): ExternalDbSystemDiscovery
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            agent_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            discovered_components: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryDiscoveredComponentArgs]] = None,
            display_name: Optional[str] = None,
            external_db_system_discovery_id: Optional[str] = None,
            grid_home: Optional[str] = None,
            lifecycle_details: Optional[str] = None,
            patch_operations: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryPatchOperationArgs]] = None,
            resource_id: Optional[str] = None,
            state: Optional[str] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None) -> ExternalDbSystemDiscovery
    func GetExternalDbSystemDiscovery(ctx *Context, name string, id IDInput, state *ExternalDbSystemDiscoveryState, opts ...ResourceOption) (*ExternalDbSystemDiscovery, error)
    public static ExternalDbSystemDiscovery Get(string name, Input<string> id, ExternalDbSystemDiscoveryState? state, CustomResourceOptions? opts = null)
    public static ExternalDbSystemDiscovery get(String name, Output<String> id, ExternalDbSystemDiscoveryState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    DiscoveredComponents List<ExternalDbSystemDiscoveryDiscoveredComponent>

    The list of DB system components that were found in the DB system discovery.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    ExternalDbSystemDiscoveryId string
    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    PatchOperations List<ExternalDbSystemDiscoveryPatchOperation>

    (Updatable)

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    State string

    The current lifecycle state of the external DB system discovery resource.

    TimeCreated string

    The date and time the external DB system discovery was created.

    TimeUpdated string

    The date and time the external DB system discovery was last updated.

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    DiscoveredComponents []ExternalDbSystemDiscoveryDiscoveredComponentArgs

    The list of DB system components that were found in the DB system discovery.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    ExternalDbSystemDiscoveryId string
    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    PatchOperations []ExternalDbSystemDiscoveryPatchOperationArgs

    (Updatable)

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    State string

    The current lifecycle state of the external DB system discovery resource.

    TimeCreated string

    The date and time the external DB system discovery was created.

    TimeUpdated string

    The date and time the external DB system discovery was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    discoveredComponents List<ExternalDbSystemDiscoveryDiscoveredComponent>

    The list of DB system components that were found in the DB system discovery.

    displayName String

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    externalDbSystemDiscoveryId String
    gridHome String

    The directory in which Oracle Grid Infrastructure is installed.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    patchOperations List<ExternalDbSystemDiscoveryPatchOperation>

    (Updatable)

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state String

    The current lifecycle state of the external DB system discovery resource.

    timeCreated String

    The date and time the external DB system discovery was created.

    timeUpdated String

    The date and time the external DB system discovery was last updated.

    agentId string

    The OCID of the management agent used for the external DB system discovery.

    compartmentId string

    The OCID of the compartment in which the external DB system resides.

    discoveredComponents ExternalDbSystemDiscoveryDiscoveredComponent[]

    The list of DB system components that were found in the DB system discovery.

    displayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    externalDbSystemDiscoveryId string
    gridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    lifecycleDetails string

    Additional information about the current lifecycle state.

    patchOperations ExternalDbSystemDiscoveryPatchOperation[]

    (Updatable)

    resourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state string

    The current lifecycle state of the external DB system discovery resource.

    timeCreated string

    The date and time the external DB system discovery was created.

    timeUpdated string

    The date and time the external DB system discovery was last updated.

    agent_id str

    The OCID of the management agent used for the external DB system discovery.

    compartment_id str

    The OCID of the compartment in which the external DB system resides.

    discovered_components ExternalDbSystemDiscoveryDiscoveredComponentArgs]

    The list of DB system components that were found in the DB system discovery.

    display_name str

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    external_db_system_discovery_id str
    grid_home str

    The directory in which Oracle Grid Infrastructure is installed.

    lifecycle_details str

    Additional information about the current lifecycle state.

    patch_operations ExternalDbSystemDiscoveryPatchOperationArgs]

    (Updatable)

    resource_id str

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state str

    The current lifecycle state of the external DB system discovery resource.

    time_created str

    The date and time the external DB system discovery was created.

    time_updated str

    The date and time the external DB system discovery was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    discoveredComponents List<Property Map>

    The list of DB system components that were found in the DB system discovery.

    displayName String

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    externalDbSystemDiscoveryId String
    gridHome String

    The directory in which Oracle Grid Infrastructure is installed.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    patchOperations List<Property Map>

    (Updatable)

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    state String

    The current lifecycle state of the external DB system discovery resource.

    timeCreated String

    The date and time the external DB system discovery was created.

    timeUpdated String

    The date and time the external DB system discovery was last updated.

    Supporting Types

    ExternalDbSystemDiscoveryDiscoveredComponent, ExternalDbSystemDiscoveryDiscoveredComponentArgs

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    AsmInstances List<ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance>
    AssociatedComponents List<ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent>

    The list of associated components.

    ClusterId string

    The unique identifier of the Oracle cluster.

    ClusterInstances List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance>
    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    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<ExternalDbSystemDiscoveryDiscoveredComponentConnector>

    The connector details used to connect to the external DB system component.

    ContainerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    CpuCoreCount double

    The number of CPU cores available on the DB node.

    CrsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    DbEdition string

    The Oracle Database edition.

    DbId string

    The Oracle Database ID.

    DbNodeName string

    The name of the DB node.

    DbPacks string

    The database packs licensed for the external Oracle Database.

    DbRole string

    The role of the Oracle Database in Oracle Data Guard configuration.

    DbType string

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    DbUniqueName string

    The DB_UNIQUE_NAME of the external database.

    DbVersion string

    The Oracle Database version.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    Endpoints List<ExternalDbSystemDiscoveryDiscoveredComponentEndpoint>

    The list of protocol addresses the listener is configured to listen on.

    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    Guid string

    The unique identifier of the PDB.

    HomeDirectory string

    The location of the DB home.

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    InstanceName string

    The name of the ASM instance.

    IsCluster bool

    Indicates whether the Oracle Database is part of a cluster.

    IsFlexCluster bool

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    IsFlexEnabled bool

    Indicates whether Oracle Flex ASM is enabled or not.

    IsSelectedForMonitoring bool

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    ListenerAlias string

    The listener alias.

    ListenerType string

    The type of listener.

    LogDirectory string

    The destination directory of the listener log file.

    MemorySizeInGbs double

    The total memory in gigabytes (GB) on the DB node.

    NetworkConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>

    The list of network address configurations of the external cluster.

    NodeRole string

    The role of the cluster node.

    OcrFileLocation string

    The location of the Oracle Cluster Registry (OCR) file.

    OracleHome string

    The Oracle home location of the listener.

    PluggableDatabases List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase>

    The list of Pluggable Databases.

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    ScanConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration>

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    Status string

    The state of the discovered DB system component.

    TraceDirectory string

    The destination directory of the listener trace file.

    Version string

    The version of Oracle Clusterware running in the cluster.

    VipConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration>

    The list of Virtual IP (VIP) configurations of the external cluster.

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    AsmInstances []ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance
    AssociatedComponents []ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent

    The list of associated components.

    ClusterId string

    The unique identifier of the Oracle cluster.

    ClusterInstances []ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance
    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    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 []ExternalDbSystemDiscoveryDiscoveredComponentConnector

    The connector details used to connect to the external DB system component.

    ContainerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    CpuCoreCount float64

    The number of CPU cores available on the DB node.

    CrsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    DbEdition string

    The Oracle Database edition.

    DbId string

    The Oracle Database ID.

    DbNodeName string

    The name of the DB node.

    DbPacks string

    The database packs licensed for the external Oracle Database.

    DbRole string

    The role of the Oracle Database in Oracle Data Guard configuration.

    DbType string

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    DbUniqueName string

    The DB_UNIQUE_NAME of the external database.

    DbVersion string

    The Oracle Database version.

    DisplayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    Endpoints []ExternalDbSystemDiscoveryDiscoveredComponentEndpoint

    The list of protocol addresses the listener is configured to listen on.

    GridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    Guid string

    The unique identifier of the PDB.

    HomeDirectory string

    The location of the DB home.

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    InstanceName string

    The name of the ASM instance.

    IsCluster bool

    Indicates whether the Oracle Database is part of a cluster.

    IsFlexCluster bool

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    IsFlexEnabled bool

    Indicates whether Oracle Flex ASM is enabled or not.

    IsSelectedForMonitoring bool

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    ListenerAlias string

    The listener alias.

    ListenerType string

    The type of listener.

    LogDirectory string

    The destination directory of the listener log file.

    MemorySizeInGbs float64

    The total memory in gigabytes (GB) on the DB node.

    NetworkConfigurations []ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration

    The list of network address configurations of the external cluster.

    NodeRole string

    The role of the cluster node.

    OcrFileLocation string

    The location of the Oracle Cluster Registry (OCR) file.

    OracleHome string

    The Oracle home location of the listener.

    PluggableDatabases []ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase

    The list of Pluggable Databases.

    ResourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    ScanConfigurations []ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    Status string

    The state of the discovered DB system component.

    TraceDirectory string

    The destination directory of the listener trace file.

    Version string

    The version of Oracle Clusterware running in the cluster.

    VipConfigurations []ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration

    The list of Virtual IP (VIP) configurations of the external cluster.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    asmInstances List<ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance>
    associatedComponents List<ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent>

    The list of associated components.

    clusterId String

    The unique identifier of the Oracle cluster.

    clusterInstances List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance>
    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    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<ExternalDbSystemDiscoveryDiscoveredComponentConnector>

    The connector details used to connect to the external DB system component.

    containerDatabaseId String

    The unique identifier of the parent Container Database (CDB).

    cpuCoreCount Double

    The number of CPU cores available on the DB node.

    crsBaseDirectory String

    The Oracle base location of Cluster Ready Services (CRS).

    dbEdition String

    The Oracle Database edition.

    dbId String

    The Oracle Database ID.

    dbNodeName String

    The name of the DB node.

    dbPacks String

    The database packs licensed for the external Oracle Database.

    dbRole String

    The role of the Oracle Database in Oracle Data Guard configuration.

    dbType String

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    dbUniqueName String

    The DB_UNIQUE_NAME of the external database.

    dbVersion String

    The Oracle Database version.

    displayName String

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    endpoints List<ExternalDbSystemDiscoveryDiscoveredComponentEndpoint>

    The list of protocol addresses the listener is configured to listen on.

    gridHome String

    The directory in which Oracle Grid Infrastructure is installed.

    guid String

    The unique identifier of the PDB.

    homeDirectory String

    The location of the DB home.

    hostName String

    The host name of the database or the SCAN name in case of a RAC database.

    instanceName String

    The name of the ASM instance.

    isCluster Boolean

    Indicates whether the Oracle Database is part of a cluster.

    isFlexCluster Boolean

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    isFlexEnabled Boolean

    Indicates whether Oracle Flex ASM is enabled or not.

    isSelectedForMonitoring Boolean

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    listenerAlias String

    The listener alias.

    listenerType String

    The type of listener.

    logDirectory String

    The destination directory of the listener log file.

    memorySizeInGbs Double

    The total memory in gigabytes (GB) on the DB node.

    networkConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration>

    The list of network address configurations of the external cluster.

    nodeRole String

    The role of the cluster node.

    ocrFileLocation String

    The location of the Oracle Cluster Registry (OCR) file.

    oracleHome String

    The Oracle home location of the listener.

    pluggableDatabases List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase>

    The list of Pluggable Databases.

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    scanConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration>

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    status String

    The state of the discovered DB system component.

    traceDirectory String

    The destination directory of the listener trace file.

    version String

    The version of Oracle Clusterware running in the cluster.

    vipConfigurations List<ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration>

    The list of Virtual IP (VIP) configurations of the external cluster.

    adrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    asmInstances ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance[]
    associatedComponents ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent[]

    The list of associated components.

    clusterId string

    The unique identifier of the Oracle cluster.

    clusterInstances ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance[]
    compartmentId string

    The OCID of the compartment in which the external DB system resides.

    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 ExternalDbSystemDiscoveryDiscoveredComponentConnector[]

    The connector details used to connect to the external DB system component.

    containerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    cpuCoreCount number

    The number of CPU cores available on the DB node.

    crsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    dbEdition string

    The Oracle Database edition.

    dbId string

    The Oracle Database ID.

    dbNodeName string

    The name of the DB node.

    dbPacks string

    The database packs licensed for the external Oracle Database.

    dbRole string

    The role of the Oracle Database in Oracle Data Guard configuration.

    dbType string

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    dbUniqueName string

    The DB_UNIQUE_NAME of the external database.

    dbVersion string

    The Oracle Database version.

    displayName string

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    endpoints ExternalDbSystemDiscoveryDiscoveredComponentEndpoint[]

    The list of protocol addresses the listener is configured to listen on.

    gridHome string

    The directory in which Oracle Grid Infrastructure is installed.

    guid string

    The unique identifier of the PDB.

    homeDirectory string

    The location of the DB home.

    hostName string

    The host name of the database or the SCAN name in case of a RAC database.

    instanceName string

    The name of the ASM instance.

    isCluster boolean

    Indicates whether the Oracle Database is part of a cluster.

    isFlexCluster boolean

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    isFlexEnabled boolean

    Indicates whether Oracle Flex ASM is enabled or not.

    isSelectedForMonitoring boolean

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    listenerAlias string

    The listener alias.

    listenerType string

    The type of listener.

    logDirectory string

    The destination directory of the listener log file.

    memorySizeInGbs number

    The total memory in gigabytes (GB) on the DB node.

    networkConfigurations ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration[]

    The list of network address configurations of the external cluster.

    nodeRole string

    The role of the cluster node.

    ocrFileLocation string

    The location of the Oracle Cluster Registry (OCR) file.

    oracleHome string

    The Oracle home location of the listener.

    pluggableDatabases ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase[]

    The list of Pluggable Databases.

    resourceId string

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    scanConfigurations ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration[]

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    status string

    The state of the discovered DB system component.

    traceDirectory string

    The destination directory of the listener trace file.

    version string

    The version of Oracle Clusterware running in the cluster.

    vipConfigurations ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration[]

    The list of Virtual IP (VIP) configurations of the external cluster.

    adr_home_directory str

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    asm_instances ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance]
    associated_components ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent]

    The list of associated components.

    cluster_id str

    The unique identifier of the Oracle cluster.

    cluster_instances ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance]
    compartment_id str

    The OCID of the compartment in which the external DB system resides.

    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 ExternalDbSystemDiscoveryDiscoveredComponentConnector]

    The connector details used to connect to the external DB system component.

    container_database_id str

    The unique identifier of the parent Container Database (CDB).

    cpu_core_count float

    The number of CPU cores available on the DB node.

    crs_base_directory str

    The Oracle base location of Cluster Ready Services (CRS).

    db_edition str

    The Oracle Database edition.

    db_id str

    The Oracle Database ID.

    db_node_name str

    The name of the DB node.

    db_packs str

    The database packs licensed for the external Oracle Database.

    db_role str

    The role of the Oracle Database in Oracle Data Guard configuration.

    db_type str

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    db_unique_name str

    The DB_UNIQUE_NAME of the external database.

    db_version str

    The Oracle Database version.

    display_name str

    (Updatable) The user-friendly name for the DB system. The name does not have to be unique.

    endpoints ExternalDbSystemDiscoveryDiscoveredComponentEndpoint]

    The list of protocol addresses the listener is configured to listen on.

    grid_home str

    The directory in which Oracle Grid Infrastructure is installed.

    guid str

    The unique identifier of the PDB.

    home_directory str

    The location of the DB home.

    host_name str

    The host name of the database or the SCAN name in case of a RAC database.

    instance_name str

    The name of the ASM instance.

    is_cluster bool

    Indicates whether the Oracle Database is part of a cluster.

    is_flex_cluster bool

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    is_flex_enabled bool

    Indicates whether Oracle Flex ASM is enabled or not.

    is_selected_for_monitoring bool

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    listener_alias str

    The listener alias.

    listener_type str

    The type of listener.

    log_directory str

    The destination directory of the listener log file.

    memory_size_in_gbs float

    The total memory in gigabytes (GB) on the DB node.

    network_configurations ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration]

    The list of network address configurations of the external cluster.

    node_role str

    The role of the cluster node.

    ocr_file_location str

    The location of the Oracle Cluster Registry (OCR) file.

    oracle_home str

    The Oracle home location of the listener.

    pluggable_databases ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase]

    The list of Pluggable Databases.

    resource_id str

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    scan_configurations ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration]

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    status str

    The state of the discovered DB system component.

    trace_directory str

    The destination directory of the listener trace file.

    version str

    The version of Oracle Clusterware running in the cluster.

    vip_configurations ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration]

    The list of Virtual IP (VIP) configurations of the external cluster.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    asmInstances List<Property Map>
    associatedComponents List<Property Map>

    The list of associated components.

    clusterId String

    The unique identifier of the Oracle cluster.

    clusterInstances List<Property Map>
    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    componentId String

    The identifier of the discovered DB system component.

    componentName String

    The name of the discovered DB system component.

    componentType String

    The component type.

    connectors List<Property Map>

    The connector details used to connect to the external DB system component.

    containerDatabaseId String

    The unique identifier of the parent Container Database (CDB).

    cpuCoreCount Number

    The number of CPU cores available on the DB node.

    crsBaseDirectory String

    The Oracle base location of Cluster Ready Services (CRS).

    dbEdition String

    The Oracle Database edition.

    dbId String

    The Oracle Database ID.

    dbNodeName String

    The name of the DB node.

    dbPacks String

    The database packs licensed for the external Oracle Database.

    dbRole String

    The role of the Oracle Database in Oracle Data Guard configuration.

    dbType String

    The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.

    dbUniqueName String

    The DB_UNIQUE_NAME of the external database.

    dbVersion String

    The Oracle Database version.

    displayName String

    (Updatable) 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.

    isCluster Boolean

    Indicates whether the Oracle Database is part of a cluster.

    isFlexCluster Boolean

    Indicates whether the cluster is an Oracle Flex Cluster or not.

    isFlexEnabled Boolean

    Indicates whether Oracle Flex ASM is enabled or not.

    isSelectedForMonitoring Boolean

    Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.

    listenerAlias String

    The listener alias.

    listenerType String

    The type of listener.

    logDirectory String

    The destination directory of the listener log file.

    memorySizeInGbs Number

    The total memory in gigabytes (GB) on the DB node.

    networkConfigurations List<Property Map>

    The list of network address configurations of the external cluster.

    nodeRole String

    The role of the cluster node.

    ocrFileLocation String

    The location of the Oracle Cluster Registry (OCR) file.

    oracleHome String

    The Oracle home location of the listener.

    pluggableDatabases List<Property Map>

    The list of Pluggable Databases.

    resourceId String

    The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.

    scanConfigurations List<Property Map>

    The list of Single Client Access Name (SCAN) configurations of the external cluster.

    status String

    The state of the discovered DB system component.

    traceDirectory String

    The destination directory of the listener trace file.

    version String

    The version of Oracle Clusterware running in the cluster.

    vipConfigurations List<Property Map>

    The list of Virtual IP (VIP) configurations of the external cluster.

    ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance, ExternalDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    InstanceName string

    The name of the ASM instance.

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    InstanceName string

    The name of the ASM instance.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    hostName String

    The host name of the database or the SCAN name in case of a RAC database.

    instanceName String

    The name of the ASM instance.

    adrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    hostName string

    The host name of the database or the SCAN name in case of a RAC database.

    instanceName string

    The name of the ASM instance.

    adr_home_directory str

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    host_name str

    The host name of the database or the SCAN name in case of a RAC database.

    instance_name str

    The name of the ASM instance.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    hostName String

    The host name of the database or the SCAN name in case of a RAC database.

    instanceName String

    The name of the ASM instance.

    ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent, ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    ClusterId string

    The unique identifier of the Oracle cluster.

    Connectors List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector>

    The connector details used to connect to the external DB system component.

    CrsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    NodeRole string

    The role of the cluster node.

    AdrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    ClusterId string

    The unique identifier of the Oracle cluster.

    Connectors []ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector

    The connector details used to connect to the external DB system component.

    CrsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    HostName string

    The host name of the database or the SCAN name in case of a RAC database.

    NodeRole string

    The role of the cluster node.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    clusterId String

    The unique identifier of the Oracle cluster.

    connectors List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector>

    The connector details used to connect to the external DB system component.

    crsBaseDirectory String

    The Oracle base location of Cluster Ready Services (CRS).

    hostName String

    The host name of the database or the SCAN name in case of a RAC database.

    nodeRole String

    The role of the cluster node.

    adrHomeDirectory string

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    clusterId string

    The unique identifier of the Oracle cluster.

    connectors ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector[]

    The connector details used to connect to the external DB system component.

    crsBaseDirectory string

    The Oracle base location of Cluster Ready Services (CRS).

    hostName string

    The host name of the database or the SCAN name in case of a RAC database.

    nodeRole string

    The role of the cluster node.

    adr_home_directory str

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    cluster_id str

    The unique identifier of the Oracle cluster.

    connectors ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector]

    The connector details used to connect to the external DB system component.

    crs_base_directory str

    The Oracle base location of Cluster Ready Services (CRS).

    host_name str

    The host name of the database or the SCAN name in case of a RAC database.

    node_role str

    The role of the cluster node.

    adrHomeDirectory String

    The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.

    clusterId String

    The unique identifier of the Oracle cluster.

    connectors List<Property Map>

    The connector details used to connect to the external DB system component.

    crsBaseDirectory String

    The Oracle base location of Cluster Ready Services (CRS).

    hostName String

    The host name of the database or the SCAN name in case of a RAC database.

    nodeRole String

    The role of the cluster node.

    ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos []ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    agentId string

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo[]

    The connection details required to connect to an external DB system component.

    connectionStatus string

    The status of connectivity to the external DB system component.

    connectorType string

    The type of connector.

    displayName string

    (Updatable) 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 external DB system connector was last updated.

    agent_id str

    The OCID of the management agent used for the external DB system discovery.

    connection_failure_message str

    The error message indicating the reason for connection failure or null if the connection was successful.

    connection_infos ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo]

    The connection details required to connect to an external DB system component.

    connection_status str

    The status of connectivity to the external DB system component.

    connector_type str

    The type of connector.

    display_name str

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<Property Map>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoArgs

    ComponentType string

    The component type.

    ConnectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    ComponentType string

    The component type.

    ConnectionCredentials []ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings []ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    componentType string

    The component type.

    connectionCredentials ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential[]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString[]

    The Oracle Database connection string.

    component_type str

    The component type.

    connection_credentials ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connection_strings ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString]

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<Property Map>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<Property Map>

    The Oracle Database connection string.

    ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentConnector, ExternalDbSystemDiscoveryDiscoveredComponentConnectorArgs

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos []ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    agentId string

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo[]

    The connection details required to connect to an external DB system component.

    connectionStatus string

    The status of connectivity to the external DB system component.

    connectorType string

    The type of connector.

    displayName string

    (Updatable) 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 external DB system connector was last updated.

    agent_id str

    The OCID of the management agent used for the external DB system discovery.

    connection_failure_message str

    The error message indicating the reason for connection failure or null if the connection was successful.

    connection_infos ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo]

    The connection details required to connect to an external DB system component.

    connection_status str

    The status of connectivity to the external DB system component.

    connector_type str

    The type of connector.

    display_name str

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<Property Map>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs

    ComponentType string

    The component type.

    ConnectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    ComponentType string

    The component type.

    ConnectionCredentials []ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings []ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    componentType string

    The component type.

    connectionCredentials ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential[]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString[]

    The Oracle Database connection string.

    component_type str

    The component type.

    connection_credentials ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connection_strings ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString]

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<Property Map>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<Property Map>

    The Oracle Database connection string.

    ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentEndpoint, ExternalDbSystemDiscoveryDiscoveredComponentEndpointArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    Connectors List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector>

    The connector details used to connect to the external DB system component.

    ContainerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    Guid string

    The unique identifier of the PDB.

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    Connectors []ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector

    The connector details used to connect to the external DB system component.

    ContainerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    Guid string

    The unique identifier of the PDB.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    connectors List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector>

    The connector details used to connect to the external DB system component.

    containerDatabaseId String

    The unique identifier of the parent Container Database (CDB).

    guid String

    The unique identifier of the PDB.

    compartmentId string

    The OCID of the compartment in which the external DB system resides.

    connectors ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector[]

    The connector details used to connect to the external DB system component.

    containerDatabaseId string

    The unique identifier of the parent Container Database (CDB).

    guid string

    The unique identifier of the PDB.

    compartment_id str

    The OCID of the compartment in which the external DB system resides.

    connectors ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector]

    The connector details used to connect to the external DB system component.

    container_database_id str

    The unique identifier of the parent Container Database (CDB).

    guid str

    The unique identifier of the PDB.

    compartmentId String

    The OCID of the compartment in which the external DB system resides.

    connectors List<Property Map>

    The connector details used to connect to the external DB system component.

    containerDatabaseId String

    The unique identifier of the parent Container Database (CDB).

    guid String

    The unique identifier of the PDB.

    ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    AgentId string

    The OCID of the management agent used for the external DB system discovery.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos []ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    agentId string

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo[]

    The connection details required to connect to an external DB system component.

    connectionStatus string

    The status of connectivity to the external DB system component.

    connectorType string

    The type of connector.

    displayName string

    (Updatable) 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 external DB system connector was last updated.

    agent_id str

    The OCID of the management agent used for the external DB system discovery.

    connection_failure_message str

    The error message indicating the reason for connection failure or null if the connection was successful.

    connection_infos ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo]

    The connection details required to connect to an external DB system component.

    connection_status str

    The status of connectivity to the external DB system component.

    connector_type str

    The type of connector.

    display_name str

    (Updatable) 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 external DB system connector was last updated.

    agentId String

    The OCID of the management agent used for the external DB system discovery.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<Property Map>

    The connection details required to connect to an external DB system component.

    connectionStatus String

    The status of connectivity to the external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system connector was last updated.

    ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoArgs

    ComponentType string

    The component type.

    ConnectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    ComponentType string

    The component type.

    ConnectionCredentials []ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings []ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    componentType string

    The component type.

    connectionCredentials ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential[]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString[]

    The Oracle Database connection string.

    component_type str

    The component type.

    connection_credentials ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connection_strings ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString]

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<Property Map>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<Property Map>

    The Oracle Database connection string.

    ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs

    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.

    ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs

    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.

    ExternalDbSystemDiscoveryPatchOperation, ExternalDbSystemDiscoveryPatchOperationArgs

    Operation string

    (Updatable) The operation can be one of these values: MERGE

    Selection string

    (Updatable)

    Value ExternalDbSystemDiscoveryPatchOperationValue

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Operation string

    (Updatable) The operation can be one of these values: MERGE

    Selection string

    (Updatable)

    Value ExternalDbSystemDiscoveryPatchOperationValue

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    operation String

    (Updatable) The operation can be one of these values: MERGE

    selection String

    (Updatable)

    value ExternalDbSystemDiscoveryPatchOperationValue

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    operation string

    (Updatable) The operation can be one of these values: MERGE

    selection string

    (Updatable)

    value ExternalDbSystemDiscoveryPatchOperationValue

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    operation str

    (Updatable) The operation can be one of these values: MERGE

    selection str

    (Updatable)

    value ExternalDbSystemDiscoveryPatchOperationValue

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    operation String

    (Updatable) The operation can be one of these values: MERGE

    selection String

    (Updatable)

    value Property Map

    (Updatable)

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    ExternalDbSystemDiscoveryPatchOperationValue, ExternalDbSystemDiscoveryPatchOperationValueArgs

    CompartmentId string

    The OCID of the compartment in which the external DB system resides.

    Connector ExternalDbSystemDiscoveryPatchOperationValueConnector

    The connector details used to connect to the external DB system component.

    DisplayName string

    (Updatable) 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 in which the external DB system resides.

    Connector ExternalDbSystemDiscoveryPatchOperationValueConnector

    The connector details used to connect to the external DB system component.

    DisplayName string

    (Updatable) 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 in which the external DB system resides.

    connector ExternalDbSystemDiscoveryPatchOperationValueConnector

    The connector details used to connect to the external DB system component.

    displayName String

    (Updatable) 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 in which the external DB system resides.

    connector ExternalDbSystemDiscoveryPatchOperationValueConnector

    The connector details used to connect to the external DB system component.

    displayName string

    (Updatable) 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 in which the external DB system resides.

    connector ExternalDbSystemDiscoveryPatchOperationValueConnector

    The connector details used to connect to the external DB system component.

    display_name str

    (Updatable) 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 in which the external DB system resides.

    connector Property Map

    The connector details used to connect to the external DB system component.

    displayName String

    (Updatable) 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.

    ExternalDbSystemDiscoveryPatchOperationValueConnector, ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system discovery.

    ConnectionInfo ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    ConnectorType string

    The type of connector.

    DisplayName string

    (Updatable) 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 external DB system discovery.

    ConnectionInfo ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system discovery.

    connectionInfo ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    connectorType string

    The type of connector.

    displayName string

    (Updatable) 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 external DB system discovery.

    connectionInfo ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    connector_type str

    The type of connector.

    display_name str

    (Updatable) 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 external DB system discovery.

    connection_info ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo

    The connection details required to connect to an external DB system component.

    connectorType String

    The type of connector.

    displayName String

    (Updatable) 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 external DB system discovery.

    connectionInfo Property Map

    The connection details required to connect to an external DB system component.

    ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs

    ComponentType string

    The component type.

    ConnectionCredentials ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionString ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    ComponentType string

    The component type.

    ConnectionCredentials ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionString ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionString ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType string

    The component type.

    connectionCredentials ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionString ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    component_type str

    The component type.

    connection_credentials ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connection_string ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials Property Map

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionString Property Map

    The Oracle Database connection string.

    ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs

    CredentialType string

    The type of credential 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.

    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.

    CredentialType string

    The type of credential 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.

    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.

    credentialType String

    The type of credential 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.

    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.

    credentialType string

    The type of credential 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.

    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_type str

    The type of credential 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.

    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.

    credentialType String

    The type of credential 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.

    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.

    ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs

    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.

    Import

    ExternalDbSystemDiscoveries can be imported using the id, e.g.

     $ pulumi import oci:DatabaseManagement/externalDbSystemDiscovery:ExternalDbSystemDiscovery test_external_db_system_discovery "id"
    

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the oci Terraform Provider.

    oci logo
    Oracle Cloud Infrastructure v1.11.0 published on Wednesday, Sep 27, 2023 by Pulumi