Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseManagement.getExternalDbSystemDiscoveries
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of External Db System Discoveries in Oracle Cloud Infrastructure Database Management service.
Lists the external DB system discovery resources in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDbSystemDiscoveries = oci.DatabaseManagement.getExternalDbSystemDiscoveries({
compartmentId: compartmentId,
displayName: externalDbSystemDiscoveryDisplayName,
});
import pulumi
import pulumi_oci as oci
test_external_db_system_discoveries = oci.DatabaseManagement.get_external_db_system_discoveries(compartment_id=compartment_id,
display_name=external_db_system_discovery_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetExternalDbSystemDiscoveries(ctx, &databasemanagement.GetExternalDbSystemDiscoveriesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(externalDbSystemDiscoveryDisplayName),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExternalDbSystemDiscoveries = Oci.DatabaseManagement.GetExternalDbSystemDiscoveries.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = externalDbSystemDiscoveryDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalDbSystemDiscoveriesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testExternalDbSystemDiscoveries = DatabaseManagementFunctions.getExternalDbSystemDiscoveries(GetExternalDbSystemDiscoveriesArgs.builder()
.compartmentId(compartmentId)
.displayName(externalDbSystemDiscoveryDisplayName)
.build());
}
}
variables:
testExternalDbSystemDiscoveries:
fn::invoke:
Function: oci:DatabaseManagement:getExternalDbSystemDiscoveries
Arguments:
compartmentId: ${compartmentId}
displayName: ${externalDbSystemDiscoveryDisplayName}
Using getExternalDbSystemDiscoveries
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExternalDbSystemDiscoveries(args: GetExternalDbSystemDiscoveriesArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemDiscoveriesResult>
function getExternalDbSystemDiscoveriesOutput(args: GetExternalDbSystemDiscoveriesOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemDiscoveriesResult>
def get_external_db_system_discoveries(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_databasemanagement.GetExternalDbSystemDiscoveriesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemDiscoveriesResult
def get_external_db_system_discoveries_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetExternalDbSystemDiscoveriesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemDiscoveriesResult]
func GetExternalDbSystemDiscoveries(ctx *Context, args *GetExternalDbSystemDiscoveriesArgs, opts ...InvokeOption) (*GetExternalDbSystemDiscoveriesResult, error)
func GetExternalDbSystemDiscoveriesOutput(ctx *Context, args *GetExternalDbSystemDiscoveriesOutputArgs, opts ...InvokeOption) GetExternalDbSystemDiscoveriesResultOutput
> Note: This function is named GetExternalDbSystemDiscoveries
in the Go SDK.
public static class GetExternalDbSystemDiscoveries
{
public static Task<GetExternalDbSystemDiscoveriesResult> InvokeAsync(GetExternalDbSystemDiscoveriesArgs args, InvokeOptions? opts = null)
public static Output<GetExternalDbSystemDiscoveriesResult> Invoke(GetExternalDbSystemDiscoveriesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalDbSystemDiscoveriesResult> getExternalDbSystemDiscoveries(GetExternalDbSystemDiscoveriesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalDbSystemDiscoveries:getExternalDbSystemDiscoveries
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
List<Get
External Db System Discoveries Filter>
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
[]Get
External Db System Discoveries Filter
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters
List<Get
External Db System Discoveries Filter>
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- filters
Get
External Db System Discoveries Filter[]
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- filters
Sequence[databasemanagement.
Get External Db System Discoveries Filter]
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters List<Property Map>
getExternalDbSystemDiscoveries Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- External
Db List<GetSystem Discovery Collections External Db System Discoveries External Db System Discovery Collection> - The list of external_db_system_discovery_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
List<Get
External Db System Discoveries Filter>
- Compartment
Id string - The OCID of the compartment.
- External
Db []GetSystem Discovery Collections External Db System Discoveries External Db System Discovery Collection - The list of external_db_system_discovery_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
[]Get
External Db System Discoveries Filter
- compartment
Id String - The OCID of the compartment.
- external
Db List<GetSystem Discovery Collections External Db System Discoveries External Db System Discovery Collection> - The list of external_db_system_discovery_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters
List<Get
External Db System Discoveries Filter>
- compartment
Id string - The OCID of the compartment.
- external
Db GetSystem Discovery Collections External Db System Discoveries External Db System Discovery Collection[] - The list of external_db_system_discovery_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- filters
Get
External Db System Discoveries Filter[]
- compartment_
id str - The OCID of the compartment.
- external_
db_ Sequence[databasemanagement.system_ discovery_ collections Get External Db System Discoveries External Db System Discovery Collection] - The list of external_db_system_discovery_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The user-friendly name for the DB system. The name does not have to be unique.
- filters
Sequence[databasemanagement.
Get External Db System Discoveries Filter]
- compartment
Id String - The OCID of the compartment.
- external
Db List<Property Map>System Discovery Collections - The list of external_db_system_discovery_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters List<Property Map>
Supporting Types
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollection
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItem
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovered
Components List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component> - The list of DB system components that were found in the DB system discovery.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Discovery Id - Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The OCID of the external DB system discovery.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Patch
Operations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation> - Resource
Id 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.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id string - The OCID of the compartment.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovered
Components []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component - The list of DB system components that were found in the DB system discovery.
- Display
Name string - A filter to only return the resources that match the entire display name.
- External
Db stringSystem Discovery Id - map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The OCID of the external DB system discovery.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Patch
Operations []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation - Resource
Id 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.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- compartment
Id String - The OCID of the compartment.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component> - The list of DB system components that were found in the DB system discovery.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Discovery Id - Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- id String
- The OCID of the external DB system discovery.
- lifecycle
Details String - Additional information about the current lifecycle state.
- patch
Operations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation> - resource
Id 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.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component[] - The list of DB system components that were found in the DB system discovery.
- display
Name string - A filter to only return the resources that match the entire display name.
- external
Db stringSystem Discovery Id - {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- id string
- The OCID of the external DB system discovery.
- lifecycle
Details string - Additional information about the current lifecycle state.
- patch
Operations GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation[] - resource
Id 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.
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the external DB system discovery was created.
- time
Updated string - The date and time the external DB system discovery was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered_
components Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component] - The list of DB system components that were found in the DB system discovery.
- display_
name str - A filter to only return the resources that match the entire display name.
- external_
db_ strsystem_ discovery_ id - Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid_
home str - The directory in which Oracle Grid Infrastructure is installed.
- id str
- The OCID of the external DB system discovery.
- lifecycle_
details str - Additional information about the current lifecycle state.
- patch_
operations Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation] - 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.
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The 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.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- compartment
Id String - The OCID of the compartment.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components List<Property Map> - The list of DB system components that were found in the DB system discovery.
- display
Name String - A filter to only return the resources that match the entire display name.
- external
Db StringSystem Discovery Id - Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- id String
- The OCID of the external DB system discovery.
- lifecycle
Details String - Additional information about the current lifecycle state.
- patch
Operations List<Property Map> - resource
Id 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.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance> - Associated
Components List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component> - The list of associated components.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance> - Compartment
Id string - The OCID of the compartment.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Name string - The name of the discovered DB system component.
- Component
Type string - The component type.
- Connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector> - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Cpu
Core doubleCount - The number of CPU cores available on the DB node.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition string - The Oracle Database edition.
- Db
Id string - The Oracle Database ID.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the external Oracle Database.
- Db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Db
Version string - The Oracle Database version.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Endpoints
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Endpoint> - The list of protocol addresses the listener is configured to listen on.
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Guid string
- The unique identifier of the PDB.
- Home
Directory string - The location of the DB home.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex boolCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex boolEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias string - The listener alias.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Memory
Size doubleIn Gbs - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Network Configuration> - The list of network address configurations of the external cluster.
- Node
Role string - The role of the cluster node.
- Ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home string - The Oracle home location of the listener.
- Pluggable
Databases List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database> - The list of Pluggable Databases.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- Status string
- The state of the discovered DB system component.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The version of Oracle Clusterware running in the cluster.
- Vip
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the external cluster.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance - Associated
Components []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component - The list of associated components.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance - Compartment
Id string - The OCID of the compartment.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Name string - The name of the discovered DB system component.
- Component
Type string - The component type.
- Connectors
[]Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Cpu
Core float64Count - The number of CPU cores available on the DB node.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition string - The Oracle Database edition.
- Db
Id string - The Oracle Database ID.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the external Oracle Database.
- Db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Db
Version string - The Oracle Database version.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Endpoints
[]Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Endpoint - The list of protocol addresses the listener is configured to listen on.
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Guid string
- The unique identifier of the PDB.
- Home
Directory string - The location of the DB home.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex boolCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex boolEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias string - The listener alias.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Memory
Size float64In Gbs - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Network Configuration - The list of network address configurations of the external cluster.
- Node
Role string - The role of the cluster node.
- Ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home string - The Oracle home location of the listener.
- Pluggable
Databases []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database - The list of Pluggable Databases.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Scan Configuration - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- Status string
- The state of the discovered DB system component.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The version of Oracle Clusterware running in the cluster.
- Vip
Configurations []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Vip Configuration - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance> - associated
Components List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component> - The list of associated components.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance> - compartment
Id String - The OCID of the compartment.
- component
Id String - The identifier of the discovered DB system component.
- component
Name String - The name of the discovered DB system component.
- component
Type String - The component type.
- connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector> - The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core DoubleCount - The number of CPU cores available on the DB node.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition String - The Oracle Database edition.
- db
Id String - The Oracle Database ID.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the external Oracle Database.
- db
Role String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - db
Version String - The Oracle Database version.
- display
Name String - A filter to only return the resources that match the entire display name.
- endpoints
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Endpoint> - The list of protocol addresses the listener is configured to listen on.
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- guid String
- The unique identifier of the PDB.
- home
Directory String - The location of the DB home.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- is
Cluster Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex BooleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex BooleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias String - The listener alias.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- memory
Size DoubleIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Network Configuration> - The list of network address configurations of the external cluster.
- node
Role String - The role of the cluster node.
- ocr
File StringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home String - The Oracle home location of the listener.
- pluggable
Databases List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database> - The list of Pluggable Databases.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status String
- The state of the discovered DB system component.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance[] - associated
Components GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component[] - The list of associated components.
- cluster
Id string - The unique identifier of the Oracle cluster.
- cluster
Instances GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance[] - compartment
Id string - The OCID of the compartment.
- component
Id string - The identifier of the discovered DB system component.
- component
Name string - The name of the discovered DB system component.
- component
Type string - The component type.
- connectors
Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector[] - The connector details used to connect to the external DB system component.
- container
Database stringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core numberCount - The number of CPU cores available on the DB node.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition string - The Oracle Database edition.
- db
Id string - The Oracle Database ID.
- db
Node stringName - The name of the DB node.
- db
Packs string - The database packs licensed for the external Oracle Database.
- db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - db
Version string - The Oracle Database version.
- display
Name string - A filter to only return the resources that match the entire display name.
- endpoints
Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- guid string
- The unique identifier of the PDB.
- home
Directory string - The location of the DB home.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name string - The name of the ASM instance.
- is
Cluster boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex booleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex booleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected booleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias string - The listener alias.
- listener
Type string - The type of listener.
- log
Directory string - The destination directory of the listener log file.
- memory
Size numberIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Network Configuration[] - The list of network address configurations of the external cluster.
- node
Role string - The role of the cluster node.
- ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home string - The Oracle home location of the listener.
- pluggable
Databases GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database[] - The list of Pluggable Databases.
- resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Scan Configuration[] - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status string
- The state of the discovered DB system component.
- trace
Directory string - The destination directory of the listener trace file.
- version string
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Vip Configuration[] - The list of Virtual IP (VIP) configurations of the external cluster.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm_
instances Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance] - associated_
components Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component] - The list of associated components.
- cluster_
id str - The unique identifier of the Oracle cluster.
- cluster_
instances Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance] - compartment_
id str - The OCID of the compartment.
- component_
id str - The identifier of the discovered DB system component.
- component_
name str - The name of the discovered DB system component.
- component_
type str - The component type.
- connectors
Sequence[databasemanagement.
Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector] - The connector details used to connect to the external DB system component.
- container_
database_ strid - The unique identifier of the parent Container Database (CDB).
- cpu_
core_ floatcount - The number of CPU cores available on the DB node.
- crs_
base_ strdirectory - 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_ strname - 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_ strname - The
DB_UNIQUE_NAME
of the external database. - db_
version str - The Oracle Database version.
- display_
name str - A filter to only return the resources that match the entire display name.
- endpoints
Sequence[databasemanagement.
Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Endpoint] - 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_ boolcluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is_
flex_ boolenabled - Indicates whether Oracle Flex ASM is enabled or not.
- is_
selected_ boolfor_ monitoring - 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_ floatin_ gbs - The total memory in gigabytes (GB) on the DB node.
- network_
configurations Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Network Configuration] - The list of network address configurations of the external cluster.
- node_
role str - The role of the cluster node.
- ocr_
file_ strlocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle_
home str - The Oracle home location of the listener.
- pluggable_
databases Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database] - The list of Pluggable Databases.
- resource_
id str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan_
configurations Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Scan Configuration] - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status str
- The state of the discovered DB system component.
- trace_
directory str - The destination directory of the listener trace file.
- version str
- The version of Oracle Clusterware running in the cluster.
- vip_
configurations Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Vip Configuration] - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances List<Property Map> - associated
Components List<Property Map> - The list of associated components.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<Property Map> - compartment
Id String - The OCID of the compartment.
- component
Id String - The identifier of the discovered DB system component.
- component
Name String - The name of the discovered DB system component.
- component
Type String - The component type.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core NumberCount - The number of CPU cores available on the DB node.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition String - The Oracle Database edition.
- db
Id String - The Oracle Database ID.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the external Oracle Database.
- db
Role String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - db
Version String - The Oracle Database version.
- display
Name String - A filter to only return the resources that match the entire display name.
- endpoints List<Property Map>
- The list of protocol addresses the listener is configured to listen on.
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- guid String
- The unique identifier of the PDB.
- home
Directory String - The location of the DB home.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- is
Cluster Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex BooleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex BooleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias String - The listener alias.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- memory
Size NumberIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations List<Property Map> - The list of network address configurations of the external cluster.
- node
Role String - The role of the cluster node.
- ocr
File StringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home String - The Oracle home location of the listener.
- pluggable
Databases List<Property Map> - The list of Pluggable Databases.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations 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.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations List<Property Map> - The list of Virtual IP (VIP) configurations of the external cluster.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name string - The name of the ASM instance.
- adr_
home_ strdirectory - 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.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent
- Association
Type string - The association type.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Type string - The component type.
- Association
Type string - The association type.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Type string - The component type.
- association
Type String - The association type.
- component
Id String - The identifier of the discovered DB system component.
- component
Type String - The component type.
- association
Type string - The association type.
- component
Id string - The identifier of the discovered DB system component.
- component
Type 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.
- association
Type String - The association type.
- component
Id String - The identifier of the discovered DB system component.
- component
Type String - The component type.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector> - The connector details used to connect to the external DB system component.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role string - The role of the cluster node.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
[]Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector - The connector details used to connect to the external DB system component.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role string - The role of the cluster node.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector> - The connector details used to connect to the external DB system component.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role String - The role of the cluster node.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id string - The unique identifier of the Oracle cluster.
- connectors
Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector[] - The connector details used to connect to the external DB system component.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- node
Role string - The role of the cluster node.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster_
id str - The unique identifier of the Oracle cluster.
- connectors
Sequence[databasemanagement.
Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector] - The connector details used to connect to the external DB system component.
- crs_
base_ strdirectory - 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.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role String - The role of the cluster node.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - A filter to only return the resources that match the entire display name.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - A filter to only return the resources that match the entire display name.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo
- Component
Type string - The component type.
- Connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection Credential - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection Credential[] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type string - The type of the credential for tablespace administration tasks.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - 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.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString
- Host
Name 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.
- Host
Name 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.
- host
Name 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.
- host
Name 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.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - A filter to only return the resources that match the entire display name.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - A filter to only return the resources that match the entire display name.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo
- Component
Type string - The component type.
- Connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection Credential - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection Credential[] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredential
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type string - The type of the credential for tablespace administration tasks.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - 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.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionString
- Host
Name 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.
- Host
Name 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.
- host
Name 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.
- host
Name 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.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredential
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration
- Network
Number int - The network number from which VIPs are obtained.
- Network
Type string - The network type.
- Subnet string
- The subnet for the network.
- Network
Number int - The network number from which VIPs are obtained.
- Network
Type string - The network type.
- Subnet string
- The subnet for the network.
- network
Number Integer - The network number from which VIPs are obtained.
- network
Type String - The network type.
- subnet String
- The subnet for the network.
- network
Number number - The network number from which VIPs are obtained.
- network
Type 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.
- network
Number Number - The network number from which VIPs are obtained.
- network
Type String - The network type.
- subnet String
- The subnet for the network.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase
- Compartment
Id string - The OCID of the compartment.
- Connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector> - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Guid string
- The unique identifier of the PDB.
- Compartment
Id string - The OCID of the compartment.
- Connectors
[]Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Guid string
- The unique identifier of the PDB.
- compartment
Id String - The OCID of the compartment.
- connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector> - The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- guid String
- The unique identifier of the PDB.
- compartment
Id string - The OCID of the compartment.
- connectors
Get
External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector[] - The connector details used to connect to the external DB system component.
- container
Database stringId - The unique identifier of the parent Container Database (CDB).
- guid string
- The unique identifier of the PDB.
- compartment_
id str - The OCID of the compartment.
- connectors
Sequence[databasemanagement.
Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector] - The connector details used to connect to the external DB system component.
- container_
database_ strid - The unique identifier of the parent Container Database (CDB).
- guid str
- The unique identifier of the PDB.
- compartment
Id String - The OCID of the compartment.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- guid String
- The unique identifier of the PDB.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - A filter to only return the resources that match the entire display name.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - A filter to only return the resources that match the entire display name.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo
- Component
Type string - The component type.
- Connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection Credential - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection Credential[] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type string - The type of the credential for tablespace administration tasks.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - 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.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString
- Host
Name 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.
- Host
Name 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.
- host
Name 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.
- host
Name 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.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration
- Network
Number int - The network number from which VIPs are obtained.
- Scan
Name string - The name of the SCAN listener.
- Scan
Port int - The port number of the SCAN listener.
- Scan
Protocol string - The protocol of the SCAN listener.
- Network
Number int - The network number from which VIPs are obtained.
- Scan
Name string - The name of the SCAN listener.
- Scan
Port int - The port number of the SCAN listener.
- Scan
Protocol string - The protocol of the SCAN listener.
- network
Number Integer - The network number from which VIPs are obtained.
- scan
Name String - The name of the SCAN listener.
- scan
Port Integer - The port number of the SCAN listener.
- scan
Protocol String - The protocol of the SCAN listener.
- network
Number number - The network number from which VIPs are obtained.
- scan
Name string - The name of the SCAN listener.
- scan
Port number - The port number of the SCAN listener.
- scan
Protocol 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.
- network
Number Number - The network number from which VIPs are obtained.
- scan
Name String - The name of the SCAN listener.
- scan
Port Number - The port number of the SCAN listener.
- scan
Protocol String - The protocol of the SCAN listener.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration
- Address string
- The VIP name or IP address.
- Network
Number int - The network number from which VIPs are obtained.
- Node
Name string - The name of the node with the VIP.
- Address string
- The VIP name or IP address.
- Network
Number int - The network number from which VIPs are obtained.
- Node
Name string - The name of the node with the VIP.
- address String
- The VIP name or IP address.
- network
Number Integer - The network number from which VIPs are obtained.
- node
Name String - The name of the node with the VIP.
- address string
- The VIP name or IP address.
- network
Number number - The network number from which VIPs are obtained.
- node
Name 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.
- network
Number Number - The network number from which VIPs are obtained.
- node
Name String - The name of the node with the VIP.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation
- operation String
- selection String
- values List<Property Map>
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValue
- Compartment
Id string - The OCID of the compartment.
- Connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector> - The connector details used to connect to the external DB system component.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Compartment
Id string - The OCID of the compartment.
- Connectors
[]Get
External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id String - The OCID of the compartment.
- connectors
List<Get
External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector> - The connector details used to connect to the external DB system component.
- display
Name String - A filter to only return the resources that match the entire display name.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id string - The OCID of the compartment.
- connectors
Get
External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector[] - The connector details used to connect to the external DB system component.
- display
Name string - A filter to only return the resources that match the entire display name.
- is
Selected booleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment_
id str - The OCID of the compartment.
- connectors
Sequence[databasemanagement.
Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector] - The connector details used to connect to the external DB system component.
- display_
name str - A filter to only return the resources that match the entire display name.
- is_
selected_ boolfor_ monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id String - The OCID of the compartment.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- display
Name String - A filter to only return the resources that match the entire display name.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Agent
Id string - The OCID of the management agent used for the external DB system connector.
- Connection
Infos []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - A filter to only return the resources that match the entire display name.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Infos List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info> - The connection details required to connect to an external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
- agent
Id string - The OCID of the management agent used for the external DB system connector.
- connection
Infos GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connector
Type string - The type of connector.
- display
Name string - A filter to only return the resources that match the entire display name.
- agent_
id str - The OCID of the management agent used for the external DB system connector.
- connection_
infos Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info] - The connection details required to connect to an external DB system component.
- connector_
type str - The type of connector.
- display_
name str - A filter to only return the resources that match the entire display name.
- agent
Id String - The OCID of the management agent used for the external DB system connector.
- connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connector
Type String - The type of connector.
- display
Name String - A filter to only return the resources that match the entire display name.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo
- Component
Type string - The component type.
- Connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection String> - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection Credential - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection String> - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection Credential[] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection String[] - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value Connector Connection Info Connection String] - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionCredential
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name 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.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name 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.
- credential
Type string - The type of the credential for tablespace administration tasks.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - 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.
- credential
Name 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.
- credential
Type String - The type of the credential for tablespace administration tasks.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionString
- Host
Name 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.
- Host
Name 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.
- host
Name 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.
- host
Name 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.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemDiscoveriesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi