Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.DatabaseManagement.getExternalDbSystemDiscoveries
Explore with Pulumi AI
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/v2/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)
public static Output<GetExternalDbSystemDiscoveriesResult> getExternalDbSystemDiscoveries(GetExternalDbSystemDiscoveriesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseManagement/getExternalDbSystemDiscoveries:getExternalDbSystemDiscoveries
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
Changes to this property will trigger replacement.
External Db System Discoveries Filter>
- Compartment
Id This property is required. string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
Changes to this property will trigger replacement.
External Db System Discoveries Filter
- compartment
Id This property is required. String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters
Changes to this property will trigger replacement.
External Db System Discoveries Filter>
- compartment
Id This property is required. string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- filters
Changes to this property will trigger replacement.
External Db System Discoveries Filter[]
- compartment_
id This property is required. str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- filters
Changes to this property will trigger replacement.
Get External Db System Discoveries Filter]
- compartment
Id This property is required. String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters
Changes to this property will trigger replacement.
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
- Items
This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item>
- Items
This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item
- items
This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item>
- items
This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item[]
- items
This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item]
- items
This property is required. List<Property Map>
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItem
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovered
Components This property is required. 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 This property is required. string - A filter to only return the resources that match the entire display name.
- External
Db System Discovery Id This property is required. string This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- Id
This property is required. string - The OCID of the external DB system discovery.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Patch
Operations This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation> - Resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State
This property is required. string - The current lifecycle state of the external DB system discovery resource.
This property is required. Dictionary<string, string>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the external DB system discovery was created.
- Time
Updated This property is required. string - The date and time the external DB system discovery was last updated.
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovered
Components This property is required. []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 This property is required. string - A filter to only return the resources that match the entire display name.
- External
Db System Discovery Id This property is required. string This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- Id
This property is required. string - The OCID of the external DB system discovery.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Patch
Operations This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation - Resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State
This property is required. string - The current lifecycle state of the external DB system discovery resource.
This property is required. map[string]string- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the external DB system discovery was created.
- Time
Updated This property is required. string - The date and time the external DB system discovery was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components This property is required. 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 This property is required. String - A filter to only return the resources that match the entire display name.
- external
Db System Discovery Id This property is required. String This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home This property is required. String - The directory in which Oracle Grid Infrastructure is installed.
- id
This property is required. String - The OCID of the external DB system discovery.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- patch
Operations This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation> - resource
Id This property is required. String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state
This property is required. String - The current lifecycle state of the external DB system discovery resource.
This property is required. Map<String,String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the external DB system discovery was created.
- time
Updated This property is required. String - The date and time the external DB system discovery was last updated.
- agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components This property is required. 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 This property is required. string - A filter to only return the resources that match the entire display name.
- external
Db System Discovery Id This property is required. string This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- id
This property is required. string - The OCID of the external DB system discovery.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- patch
Operations This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation[] - resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state
This property is required. string - The current lifecycle state of the external DB system discovery resource.
This property is required. {[key: string]: string}- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The date and time the external DB system discovery was created.
- time
Updated This property is required. string - The date and time the external DB system discovery was last updated.
- agent_
id This property is required. str - The OCID of the management agent used for the external DB system connector.
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered_
components This property is required. 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 This property is required. str - A filter to only return the resources that match the entire display name.
- external_
db_ system_ discovery_ id This property is required. str This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid_
home This property is required. str - The directory in which Oracle Grid Infrastructure is installed.
- id
This property is required. str - The OCID of the external DB system discovery.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- patch_
operations This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation] - resource_
id This property is required. str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state
This property is required. str - The current lifecycle state of the external DB system discovery resource.
This property is required. Mapping[str, str]- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The date and time the external DB system discovery was created.
- time_
updated This property is required. str - The date and time the external DB system discovery was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components This property is required. List<Property Map> - The list of DB system components that were found in the DB system discovery.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- external
Db System Discovery Id This property is required. String This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home This property is required. String - The directory in which Oracle Grid Infrastructure is installed.
- id
This property is required. String - The OCID of the external DB system discovery.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- patch
Operations This property is required. List<Property Map> - resource
Id This property is required. String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state
This property is required. String - The current lifecycle state of the external DB system discovery resource.
This property is required. Map<String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the external DB system discovery was created.
- time
Updated This property is required. String - The date and time the external DB system discovery was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponent
- Adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance> - Associated
Components This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component> - The list of associated components.
- Cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- Cluster
Instances This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance> - Compartment
Id This property is required. string - The OCID of the compartment.
- Component
Id This property is required. string - The identifier of the discovered DB system component.
- Component
Name This property is required. string - The name of the discovered DB system component.
- Component
Type This property is required. string - The component type.
- Connectors
This property is required. List<GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- Cpu
Core Count This property is required. double - The number of CPU cores available on the DB node.
- Crs
Base Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition This property is required. string - The Oracle Database edition.
- Db
Id This property is required. string - The Oracle Database ID.
- Db
Node Name This property is required. string - The name of the DB node.
- Db
Packs This property is required. string - The database packs licensed for the external Oracle Database.
- Db
Role This property is required. string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type This property is required. string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique Name This property is required. string - The
DB_UNIQUE_NAME
of the external database. - Db
Version This property is required. string - The Oracle Database version.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Endpoints
This property is required. List<GetExternal 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 This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- Guid
This property is required. string - The unique identifier of the PDB.
- Home
Directory This property is required. string - The location of the DB home.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name This property is required. string - The name of the ASM instance.
- Is
Cluster This property is required. bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex Cluster This property is required. bool - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex Enabled This property is required. bool - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected For Monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias This property is required. string - The listener alias.
- Listener
Type This property is required. string - The type of listener.
- Log
Directory This property is required. string - The destination directory of the listener log file.
- Memory
Size In Gbs This property is required. double - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations This property is required. 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 This property is required. string - The role of the cluster node.
- Ocr
File Location This property is required. string - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home This property is required. string - The Oracle home location of the listener.
- Pluggable
Databases This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database> - The list of Pluggable Databases.
- Resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations This property is required. 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
This property is required. string - The state of the discovered DB system component.
- Trace
Directory This property is required. string - The destination directory of the listener trace file.
- Version
This property is required. string - The version of Oracle Clusterware running in the cluster.
- Vip
Configurations This property is required. 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 Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance - Associated
Components This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component - The list of associated components.
- Cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- Cluster
Instances This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance - Compartment
Id This property is required. string - The OCID of the compartment.
- Component
Id This property is required. string - The identifier of the discovered DB system component.
- Component
Name This property is required. string - The name of the discovered DB system component.
- Component
Type This property is required. string - The component type.
- Connectors
This property is required. []GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- Cpu
Core Count This property is required. float64 - The number of CPU cores available on the DB node.
- Crs
Base Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition This property is required. string - The Oracle Database edition.
- Db
Id This property is required. string - The Oracle Database ID.
- Db
Node Name This property is required. string - The name of the DB node.
- Db
Packs This property is required. string - The database packs licensed for the external Oracle Database.
- Db
Role This property is required. string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type This property is required. string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique Name This property is required. string - The
DB_UNIQUE_NAME
of the external database. - Db
Version This property is required. string - The Oracle Database version.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Endpoints
This property is required. []GetExternal 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 This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- Guid
This property is required. string - The unique identifier of the PDB.
- Home
Directory This property is required. string - The location of the DB home.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name This property is required. string - The name of the ASM instance.
- Is
Cluster This property is required. bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex Cluster This property is required. bool - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex Enabled This property is required. bool - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected For Monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias This property is required. string - The listener alias.
- Listener
Type This property is required. string - The type of listener.
- Log
Directory This property is required. string - The destination directory of the listener log file.
- Memory
Size In Gbs This property is required. float64 - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations This property is required. []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 This property is required. string - The role of the cluster node.
- Ocr
File Location This property is required. string - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home This property is required. string - The Oracle home location of the listener.
- Pluggable
Databases This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database - The list of Pluggable Databases.
- Resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations This property is required. []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
This property is required. string - The state of the discovered DB system component.
- Trace
Directory This property is required. string - The destination directory of the listener trace file.
- Version
This property is required. string - The version of Oracle Clusterware running in the cluster.
- Vip
Configurations This property is required. []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 Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance> - associated
Components This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component> - The list of associated components.
- cluster
Id This property is required. String - The unique identifier of the Oracle cluster.
- cluster
Instances This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance> - compartment
Id This property is required. String - The OCID of the compartment.
- component
Id This property is required. String - The identifier of the discovered DB system component.
- component
Name This property is required. String - The name of the discovered DB system component.
- component
Type This property is required. String - The component type.
- connectors
This property is required. List<GetExternal 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 Id This property is required. String - The unique identifier of the parent Container Database (CDB).
- cpu
Core Count This property is required. Double - The number of CPU cores available on the DB node.
- crs
Base Directory This property is required. String - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition This property is required. String - The Oracle Database edition.
- db
Id This property is required. String - The Oracle Database ID.
- db
Node Name This property is required. String - The name of the DB node.
- db
Packs This property is required. String - The database packs licensed for the external Oracle Database.
- db
Role This property is required. String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type This property is required. String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique Name This property is required. String - The
DB_UNIQUE_NAME
of the external database. - db
Version This property is required. String - The Oracle Database version.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- endpoints
This property is required. List<GetExternal 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 This property is required. String - The directory in which Oracle Grid Infrastructure is installed.
- guid
This property is required. String - The unique identifier of the PDB.
- home
Directory This property is required. String - The location of the DB home.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. String - The name of the ASM instance.
- is
Cluster This property is required. Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex Cluster This property is required. Boolean - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex Enabled This property is required. Boolean - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected For Monitoring This property is required. Boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias This property is required. String - The listener alias.
- listener
Type This property is required. String - The type of listener.
- log
Directory This property is required. String - The destination directory of the listener log file.
- memory
Size In Gbs This property is required. Double - The total memory in gigabytes (GB) on the DB node.
- network
Configurations This property is required. 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 This property is required. String - The role of the cluster node.
- ocr
File Location This property is required. String - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home This property is required. String - The Oracle home location of the listener.
- pluggable
Databases This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database> - The list of Pluggable Databases.
- resource
Id This property is required. String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations This property is required. 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
This property is required. String - The state of the discovered DB system component.
- trace
Directory This property is required. String - The destination directory of the listener trace file.
- version
This property is required. String - The version of Oracle Clusterware running in the cluster.
- vip
Configurations This property is required. 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 Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance[] - associated
Components This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component[] - The list of associated components.
- cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- cluster
Instances This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance[] - compartment
Id This property is required. string - The OCID of the compartment.
- component
Id This property is required. string - The identifier of the discovered DB system component.
- component
Name This property is required. string - The name of the discovered DB system component.
- component
Type This property is required. string - The component type.
- connectors
This property is required. GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- cpu
Core Count This property is required. number - The number of CPU cores available on the DB node.
- crs
Base Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition This property is required. string - The Oracle Database edition.
- db
Id This property is required. string - The Oracle Database ID.
- db
Node Name This property is required. string - The name of the DB node.
- db
Packs This property is required. string - The database packs licensed for the external Oracle Database.
- db
Role This property is required. string - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type This property is required. string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique Name This property is required. string - The
DB_UNIQUE_NAME
of the external database. - db
Version This property is required. string - The Oracle Database version.
- display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- endpoints
This property is required. GetExternal 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 This property is required. string - The directory in which Oracle Grid Infrastructure is installed.
- guid
This property is required. string - The unique identifier of the PDB.
- home
Directory This property is required. string - The location of the DB home.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. string - The name of the ASM instance.
- is
Cluster This property is required. boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex Cluster This property is required. boolean - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex Enabled This property is required. boolean - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected For Monitoring This property is required. boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias This property is required. string - The listener alias.
- listener
Type This property is required. string - The type of listener.
- log
Directory This property is required. string - The destination directory of the listener log file.
- memory
Size In Gbs This property is required. number - The total memory in gigabytes (GB) on the DB node.
- network
Configurations This property is required. 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 This property is required. string - The role of the cluster node.
- ocr
File Location This property is required. string - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home This property is required. string - The Oracle home location of the listener.
- pluggable
Databases This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database[] - The list of Pluggable Databases.
- resource
Id This property is required. string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations This property is required. 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
This property is required. string - The state of the discovered DB system component.
- trace
Directory This property is required. string - The destination directory of the listener trace file.
- version
This property is required. string - The version of Oracle Clusterware running in the cluster.
- vip
Configurations This property is required. 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_ directory This property is required. str - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm_
instances This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Asm Instance] - associated_
components This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Associated Component] - The list of associated components.
- cluster_
id This property is required. str - The unique identifier of the Oracle cluster.
- cluster_
instances This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Cluster Instance] - compartment_
id This property is required. str - The OCID of the compartment.
- component_
id This property is required. str - The identifier of the discovered DB system component.
- component_
name This property is required. str - The name of the discovered DB system component.
- component_
type This property is required. str - The component type.
- connectors
This property is required. 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_ id This property is required. str - The unique identifier of the parent Container Database (CDB).
- cpu_
core_ count This property is required. float - The number of CPU cores available on the DB node.
- crs_
base_ directory This property is required. str - The Oracle base location of Cluster Ready Services (CRS).
- db_
edition This property is required. str - The Oracle Database edition.
- db_
id This property is required. str - The Oracle Database ID.
- db_
node_ name This property is required. str - The name of the DB node.
- db_
packs This property is required. str - The database packs licensed for the external Oracle Database.
- db_
role This property is required. str - The role of the Oracle Database in Oracle Data Guard configuration.
- db_
type This property is required. str - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db_
unique_ name This property is required. str - The
DB_UNIQUE_NAME
of the external database. - db_
version This property is required. str - The Oracle Database version.
- display_
name This property is required. str - A filter to only return the resources that match the entire display name.
- endpoints
This property is required. 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 This property is required. str - The directory in which Oracle Grid Infrastructure is installed.
- guid
This property is required. str - The unique identifier of the PDB.
- home_
directory This property is required. str - The location of the DB home.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name This property is required. str - The name of the ASM instance.
- is_
cluster This property is required. bool - Indicates whether the Oracle Database is part of a cluster.
- is_
flex_ cluster This property is required. bool - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is_
flex_ enabled This property is required. bool - Indicates whether Oracle Flex ASM is enabled or not.
- is_
selected_ for_ monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener_
alias This property is required. str - The listener alias.
- listener_
type This property is required. str - The type of listener.
- log_
directory This property is required. str - The destination directory of the listener log file.
- memory_
size_ in_ gbs This property is required. float - The total memory in gigabytes (GB) on the DB node.
- network_
configurations This property is required. 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 This property is required. str - The role of the cluster node.
- ocr_
file_ location This property is required. str - The location of the Oracle Cluster Registry (OCR) file.
- oracle_
home This property is required. str - The Oracle home location of the listener.
- pluggable_
databases This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Discovered Component Pluggable Database] - The list of Pluggable Databases.
- resource_
id This property is required. str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan_
configurations This property is required. 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
This property is required. str - The state of the discovered DB system component.
- trace_
directory This property is required. str - The destination directory of the listener trace file.
- version
This property is required. str - The version of Oracle Clusterware running in the cluster.
- vip_
configurations This property is required. 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 Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances This property is required. List<Property Map> - associated
Components This property is required. List<Property Map> - The list of associated components.
- cluster
Id This property is required. String - The unique identifier of the Oracle cluster.
- cluster
Instances This property is required. List<Property Map> - compartment
Id This property is required. String - The OCID of the compartment.
- component
Id This property is required. String - The identifier of the discovered DB system component.
- component
Name This property is required. String - The name of the discovered DB system component.
- component
Type This property is required. String - The component type.
- connectors
This property is required. List<Property Map> - The connector details used to connect to the external DB system component.
- container
Database Id This property is required. String - The unique identifier of the parent Container Database (CDB).
- cpu
Core Count This property is required. Number - The number of CPU cores available on the DB node.
- crs
Base Directory This property is required. String - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition This property is required. String - The Oracle Database edition.
- db
Id This property is required. String - The Oracle Database ID.
- db
Node Name This property is required. String - The name of the DB node.
- db
Packs This property is required. String - The database packs licensed for the external Oracle Database.
- db
Role This property is required. String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type This property is required. String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique Name This property is required. String - The
DB_UNIQUE_NAME
of the external database. - db
Version This property is required. String - The Oracle Database version.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- endpoints
This property is required. List<Property Map> - The list of protocol addresses the listener is configured to listen on.
- grid
Home This property is required. String - The directory in which Oracle Grid Infrastructure is installed.
- guid
This property is required. String - The unique identifier of the PDB.
- home
Directory This property is required. String - The location of the DB home.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. String - The name of the ASM instance.
- is
Cluster This property is required. Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex Cluster This property is required. Boolean - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex Enabled This property is required. Boolean - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected For Monitoring This property is required. Boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias This property is required. String - The listener alias.
- listener
Type This property is required. String - The type of listener.
- log
Directory This property is required. String - The destination directory of the listener log file.
- memory
Size In Gbs This property is required. Number - The total memory in gigabytes (GB) on the DB node.
- network
Configurations This property is required. List<Property Map> - The list of network address configurations of the external cluster.
- node
Role This property is required. String - The role of the cluster node.
- ocr
File Location This property is required. String - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home This property is required. String - The Oracle home location of the listener.
- pluggable
Databases This property is required. List<Property Map> - The list of Pluggable Databases.
- resource
Id This property is required. String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations This property is required. List<Property Map> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status
This property is required. String - The state of the discovered DB system component.
- trace
Directory This property is required. String - The destination directory of the listener trace file.
- version
This property is required. String - The version of Oracle Clusterware running in the cluster.
- vip
Configurations This property is required. List<Property Map> - The list of Virtual IP (VIP) configurations of the external cluster.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAsmInstance
- Adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name This property is required. string - The name of the ASM instance.
- Adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name This property is required. string - The name of the ASM instance.
- adr
Home Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. String - The name of the ASM instance.
- adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. string - The name of the ASM instance.
- adr_
home_ directory This property is required. str - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name This property is required. str - The name of the ASM instance.
- adr
Home Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name This property is required. String - The name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentAssociatedComponent
- Association
Type This property is required. string - The association type.
- Component
Id This property is required. string - The identifier of the discovered DB system component.
- Component
Type This property is required. string - The component type.
- Association
Type This property is required. string - The association type.
- Component
Id This property is required. string - The identifier of the discovered DB system component.
- Component
Type This property is required. string - The component type.
- association
Type This property is required. String - The association type.
- component
Id This property is required. String - The identifier of the discovered DB system component.
- component
Type This property is required. String - The component type.
- association
Type This property is required. string - The association type.
- component
Id This property is required. string - The identifier of the discovered DB system component.
- component
Type This property is required. string - The component type.
- association_
type This property is required. str - The association type.
- component_
id This property is required. str - The identifier of the discovered DB system component.
- component_
type This property is required. str - The component type.
- association
Type This property is required. String - The association type.
- component
Id This property is required. String - The identifier of the discovered DB system component.
- component
Type This property is required. String - The component type.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstance
- Adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- Connectors
This property is required. List<GetExternal 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 Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role This property is required. string - The role of the cluster node.
- Adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- Connectors
This property is required. []GetExternal 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 Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role This property is required. string - The role of the cluster node.
- adr
Home Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id This property is required. String - The unique identifier of the Oracle cluster.
- connectors
This property is required. List<GetExternal 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 Directory This property is required. String - The Oracle base location of Cluster Ready Services (CRS).
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role This property is required. String - The role of the cluster node.
- adr
Home Directory This property is required. string - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id This property is required. string - The unique identifier of the Oracle cluster.
- connectors
This property is required. GetExternal 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 Directory This property is required. string - The Oracle base location of Cluster Ready Services (CRS).
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- node
Role This property is required. string - The role of the cluster node.
- adr_
home_ directory This property is required. str - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster_
id This property is required. str - The unique identifier of the Oracle cluster.
- connectors
This property is required. 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_ directory This property is required. str - The Oracle base location of Cluster Ready Services (CRS).
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- node_
role This property is required. str - The role of the cluster node.
- adr
Home Directory This property is required. String - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id This property is required. String - The unique identifier of the Oracle cluster.
- connectors
This property is required. List<Property Map> - The connector details used to connect to the external DB system component.
- crs
Base Directory This property is required. String - The Oracle base location of Cluster Ready Services (CRS).
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role This property is required. String - The role of the cluster node.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnector
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. []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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- connector
Type This property is required. string - The type of connector.
- display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id This property is required. str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ message This property is required. str - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos This property is required. 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 This property is required. str - The status of connectivity to the external DB system component.
- connector_
type This property is required. str - The type of connector.
- display_
name This property is required. str - A filter to only return the resources that match the entire display name.
- time_
connection_ status_ last_ updated This property is required. str - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfo
- Component
Type This property is required. string - The component type.
- Connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- Connection
Credentials This property is required. []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 This property is required. []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 This property is required. []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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. str - The component type.
- connection_
credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. List<Property Map> - The Oracle Database connection string.
- database
Credentials This property is required. List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. string - The user name used to connect to the ASM instance.
- credential_
name This property is required. 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 This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- ssl_
secret_ id This property is required. str - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name This property is required. str - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. List<string> - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. []string - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Integer - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. string[] - The list of host names of the ASM instances.
- port
This property is required. number - The port used to connect to the ASM instance.
- protocol
This property is required. string - The protocol used to connect to the ASM instance.
- service
This property is required. string - The service name of the ASM instance.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. Sequence[str] - The list of host names of the ASM instances.
- port
This property is required. int - The port used to connect to the ASM instance.
- protocol
This property is required. str - The protocol used to connect to the ASM instance.
- service
This property is required. str - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Number - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
- credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. string - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- username
This property is required. string - The user to connect to the database.
- credential_
type This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. str - The database user's password encoded using BASE64 scheme.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- username
This property is required. str - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnector
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. []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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- connector
Type This property is required. string - The type of connector.
- display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id This property is required. str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ message This property is required. str - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos This property is required. 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 This property is required. str - The status of connectivity to the external DB system component.
- connector_
type This property is required. str - The type of connector.
- display_
name This property is required. str - A filter to only return the resources that match the entire display name.
- time_
connection_ status_ last_ updated This property is required. str - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfo
- Component
Type This property is required. string - The component type.
- Connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- Connection
Credentials This property is required. []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 This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials This property is required. []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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- connection
Credentials This property is required. 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 This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Discovered Component Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials This property is required. 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 This property is required. str - The component type.
- connection_
credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. List<Property Map> - The Oracle Database connection string.
- database
Credentials This property is required. List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredential
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. string - The user name used to connect to the ASM instance.
- credential_
name This property is required. 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 This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- ssl_
secret_ id This property is required. str - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name This property is required. str - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionString
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. List<string> - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. []string - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Integer - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. string[] - The list of host names of the ASM instances.
- port
This property is required. number - The port used to connect to the ASM instance.
- protocol
This property is required. string - The protocol used to connect to the ASM instance.
- service
This property is required. string - The service name of the ASM instance.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. Sequence[str] - The list of host names of the ASM instances.
- port
This property is required. int - The port used to connect to the ASM instance.
- protocol
This property is required. str - The protocol used to connect to the ASM instance.
- service
This property is required. str - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Number - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredential
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
- credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. string - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- username
This property is required. string - The user to connect to the database.
- credential_
type This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. str - The database user's password encoded using BASE64 scheme.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- username
This property is required. str - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpoint
- Host
This property is required. string - The host name or IP address.
- Key
This property is required. string - The unique name of the service.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Services
This property is required. List<string> - The list of services registered with the listener.
- Host
This property is required. string - The host name or IP address.
- Key
This property is required. string - The unique name of the service.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Services
This property is required. []string - The list of services registered with the listener.
- host
This property is required. String - The host name or IP address.
- key
This property is required. String - The unique name of the service.
- port
This property is required. Integer - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- services
This property is required. List<String> - The list of services registered with the listener.
- host
This property is required. string - The host name or IP address.
- key
This property is required. string - The unique name of the service.
- port
This property is required. number - The port used to connect to the ASM instance.
- protocol
This property is required. string - The protocol used to connect to the ASM instance.
- services
This property is required. string[] - The list of services registered with the listener.
- host
This property is required. str - The host name or IP address.
- key
This property is required. str - The unique name of the service.
- port
This property is required. int - The port used to connect to the ASM instance.
- protocol
This property is required. str - The protocol used to connect to the ASM instance.
- services
This property is required. Sequence[str] - The list of services registered with the listener.
- host
This property is required. String - The host name or IP address.
- key
This property is required. String - The unique name of the service.
- port
This property is required. Number - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- services
This property is required. List<String> - The list of services registered with the listener.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfiguration
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Network
Type This property is required. string - The network type.
- Subnet
This property is required. string - The subnet for the network.
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Network
Type This property is required. string - The network type.
- Subnet
This property is required. string - The subnet for the network.
- network
Number This property is required. Integer - The network number from which VIPs are obtained.
- network
Type This property is required. String - The network type.
- subnet
This property is required. String - The subnet for the network.
- network
Number This property is required. number - The network number from which VIPs are obtained.
- network
Type This property is required. string - The network type.
- subnet
This property is required. string - The subnet for the network.
- network_
number This property is required. int - The network number from which VIPs are obtained.
- network_
type This property is required. str - The network type.
- subnet
This property is required. str - The subnet for the network.
- network
Number This property is required. Number - The network number from which VIPs are obtained.
- network
Type This property is required. String - The network type.
- subnet
This property is required. String - The subnet for the network.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabase
- Compartment
Id This property is required. string - The OCID of the compartment.
- Connectors
This property is required. List<GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- Guid
This property is required. string - The unique identifier of the PDB.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Connectors
This property is required. []GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- Guid
This property is required. string - The unique identifier of the PDB.
- compartment
Id This property is required. String - The OCID of the compartment.
- connectors
This property is required. List<GetExternal 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 Id This property is required. String - The unique identifier of the parent Container Database (CDB).
- guid
This property is required. String - The unique identifier of the PDB.
- compartment
Id This property is required. string - The OCID of the compartment.
- connectors
This property is required. GetExternal 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 Id This property is required. string - The unique identifier of the parent Container Database (CDB).
- guid
This property is required. string - The unique identifier of the PDB.
- compartment_
id This property is required. str - The OCID of the compartment.
- connectors
This property is required. 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_ id This property is required. str - The unique identifier of the parent Container Database (CDB).
- guid
This property is required. str - The unique identifier of the PDB.
- compartment
Id This property is required. String - The OCID of the compartment.
- connectors
This property is required. List<Property Map> - The connector details used to connect to the external DB system component.
- container
Database Id This property is required. String - The unique identifier of the parent Container Database (CDB).
- guid
This property is required. String - The unique identifier of the PDB.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnector
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos This property is required. []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 This property is required. string - The status of connectivity to the external DB system component.
- Connector
Type This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. string - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. 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 This property is required. string - The status of connectivity to the external DB system component.
- connector
Type This property is required. string - The type of connector.
- display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. string - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id This property is required. str - The OCID of the management agent used for the external DB system connector.
- connection_
failure_ message This property is required. str - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos This property is required. 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 This property is required. str - The status of connectivity to the external DB system component.
- connector_
type This property is required. str - The type of connector.
- display_
name This property is required. str - A filter to only return the resources that match the entire display name.
- time_
connection_ status_ last_ updated This property is required. str - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Failure Message This property is required. String - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos This property is required. List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status This property is required. String - The status of connectivity to the external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- time
Connection Status Last Updated This property is required. String - The date and time the connectionStatus of the external DB system connector was last updated.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfo
- Component
Type This property is required. string - The component type.
- Connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- Connection
Credentials This property is required. []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 This property is required. []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 This property is required. []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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. str - The component type.
- connection_
credentials This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. List<Property Map> - The Oracle Database connection string.
- database
Credentials This property is required. List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. string - The user name used to connect to the ASM instance.
- credential_
name This property is required. 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 This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- ssl_
secret_ id This property is required. str - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name This property is required. str - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. List<string> - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. []string - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Integer - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. string[] - The list of host names of the ASM instances.
- port
This property is required. number - The port used to connect to the ASM instance.
- protocol
This property is required. string - The protocol used to connect to the ASM instance.
- service
This property is required. string - The service name of the ASM instance.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. Sequence[str] - The list of host names of the ASM instances.
- port
This property is required. int - The port used to connect to the ASM instance.
- protocol
This property is required. str - The protocol used to connect to the ASM instance.
- service
This property is required. str - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Number - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- Credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- Named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- Password
This property is required. string - The database user's password encoded using BASE64 scheme.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Username
This property is required. string - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
- credential
Type This property is required. string - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. string - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. string - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- username
This property is required. string - The user to connect to the database.
- credential_
type This property is required. str - The type of the credential for tablespace administration tasks.
- named_
credential_ id This property is required. str - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. str - The database user's password encoded using BASE64 scheme.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- username
This property is required. str - The user to connect to the database.
- credential
Type This property is required. String - The type of the credential for tablespace administration tasks.
- named
Credential Id This property is required. String - The OCID of the named credential where the database password metadata is stored.
- password
This property is required. String - The database user's password encoded using BASE64 scheme.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- username
This property is required. String - The user to connect to the database.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfiguration
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Scan
Name This property is required. string - The name of the SCAN listener.
- Scan
Port This property is required. int - The port number of the SCAN listener.
- Scan
Protocol This property is required. string - The protocol of the SCAN listener.
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Scan
Name This property is required. string - The name of the SCAN listener.
- Scan
Port This property is required. int - The port number of the SCAN listener.
- Scan
Protocol This property is required. string - The protocol of the SCAN listener.
- network
Number This property is required. Integer - The network number from which VIPs are obtained.
- scan
Name This property is required. String - The name of the SCAN listener.
- scan
Port This property is required. Integer - The port number of the SCAN listener.
- scan
Protocol This property is required. String - The protocol of the SCAN listener.
- network
Number This property is required. number - The network number from which VIPs are obtained.
- scan
Name This property is required. string - The name of the SCAN listener.
- scan
Port This property is required. number - The port number of the SCAN listener.
- scan
Protocol This property is required. string - The protocol of the SCAN listener.
- network_
number This property is required. int - The network number from which VIPs are obtained.
- scan_
name This property is required. str - The name of the SCAN listener.
- scan_
port This property is required. int - The port number of the SCAN listener.
- scan_
protocol This property is required. str - The protocol of the SCAN listener.
- network
Number This property is required. Number - The network number from which VIPs are obtained.
- scan
Name This property is required. String - The name of the SCAN listener.
- scan
Port This property is required. Number - The port number of the SCAN listener.
- scan
Protocol This property is required. String - The protocol of the SCAN listener.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfiguration
- Address
This property is required. string - The VIP name or IP address.
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Node
Name This property is required. string - The name of the node with the VIP.
- Address
This property is required. string - The VIP name or IP address.
- Network
Number This property is required. int - The network number from which VIPs are obtained.
- Node
Name This property is required. string - The name of the node with the VIP.
- address
This property is required. String - The VIP name or IP address.
- network
Number This property is required. Integer - The network number from which VIPs are obtained.
- node
Name This property is required. String - The name of the node with the VIP.
- address
This property is required. string - The VIP name or IP address.
- network
Number This property is required. number - The network number from which VIPs are obtained.
- node
Name This property is required. string - The name of the node with the VIP.
- address
This property is required. str - The VIP name or IP address.
- network_
number This property is required. int - The network number from which VIPs are obtained.
- node_
name This property is required. str - The name of the node with the VIP.
- address
This property is required. String - The VIP name or IP address.
- network
Number This property is required. Number - The network number from which VIPs are obtained.
- node
Name This property is required. String - The name of the node with the VIP.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperation
- Operation
This property is required. string - Selection
This property is required. string - Values
This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value>
- Operation
This property is required. string - Selection
This property is required. string - Values
This property is required. []GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value
- operation
This property is required. String - selection
This property is required. String - values
This property is required. List<GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value>
- operation
This property is required. string - selection
This property is required. string - values
This property is required. GetExternal Db System Discoveries External Db System Discovery Collection Item Patch Operation Value[]
- operation
This property is required. str - selection
This property is required. str - values
This property is required. Sequence[databasemanagement.Get External Db System Discoveries External Db System Discovery Collection Item Patch Operation Value]
- operation
This property is required. String - selection
This property is required. String - values
This property is required. List<Property Map>
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValue
- Compartment
Id This property is required. string - The OCID of the compartment.
- Connectors
This property is required. List<GetExternal 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 This property is required. string - A filter to only return the resources that match the entire display name.
- Is
Selected For Monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Compartment
Id This property is required. string - The OCID of the compartment.
- Connectors
This property is required. []GetExternal 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 This property is required. string - A filter to only return the resources that match the entire display name.
- Is
Selected For Monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id This property is required. String - The OCID of the compartment.
- connectors
This property is required. List<GetExternal 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 This property is required. String - A filter to only return the resources that match the entire display name.
- is
Selected For Monitoring This property is required. Boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id This property is required. string - The OCID of the compartment.
- connectors
This property is required. GetExternal 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 This property is required. string - A filter to only return the resources that match the entire display name.
- is
Selected For Monitoring This property is required. boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment_
id This property is required. str - The OCID of the compartment.
- connectors
This property is required. 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 This property is required. str - A filter to only return the resources that match the entire display name.
- is_
selected_ for_ monitoring This property is required. bool - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id This property is required. String - The OCID of the compartment.
- connectors
This property is required. List<Property Map> - The connector details used to connect to the external DB system component.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- is
Selected For Monitoring This property is required. Boolean - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnector
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Infos This property is required. 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 This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- Agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- Connection
Infos This property is required. []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 This property is required. string - The type of connector.
- Display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Infos This property is required. 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 This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
- agent
Id This property is required. string - The OCID of the management agent used for the external DB system connector.
- connection
Infos This property is required. 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 This property is required. string - The type of connector.
- display
Name This property is required. string - A filter to only return the resources that match the entire display name.
- agent_
id This property is required. str - The OCID of the management agent used for the external DB system connector.
- connection_
infos This property is required. 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 This property is required. str - The type of connector.
- display_
name This property is required. str - A filter to only return the resources that match the entire display name.
- agent
Id This property is required. String - The OCID of the management agent used for the external DB system connector.
- connection
Infos This property is required. List<Property Map> - The connection details required to connect to an external DB system component.
- connector
Type This property is required. String - The type of connector.
- display
Name This property is required. String - A filter to only return the resources that match the entire display name.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfo
- Component
Type This property is required. string - The component type.
- Connection
Credentials This property is required. 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 This property is required. 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 This property is required. string - The component type.
- Connection
Credentials This property is required. []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 This property is required. []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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. string - The component type.
- connection
Credentials This property is required. 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 This property is required. 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 This property is required. str - The component type.
- connection_
credentials This property is required. 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 This property is required. 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 This property is required. String - The component type.
- connection
Credentials This property is required. 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 This property is required. List<Property Map> - The Oracle Database connection string.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionCredential
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- Credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- Password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- Role
This property is required. string - The role of the database user.
- Ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name This property is required. string - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. string - The type of the credential for tablespace administration tasks.
- password
Secret Id This property is required. string - The OCID of the Secret where the database password is stored.
- role
This property is required. string - The role of the database user.
- ssl
Secret Id This property is required. string - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. string - The user name used to connect to the ASM instance.
- credential_
name This property is required. 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 This property is required. str - The type of the credential for tablespace administration tasks.
- password_
secret_ id This property is required. str - The OCID of the Secret where the database password is stored.
- role
This property is required. str - The role of the database user.
- ssl_
secret_ id This property is required. str - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name This property is required. str - The user name used to connect to the ASM instance.
- credential
Name This property is required. 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 This property is required. String - The type of the credential for tablespace administration tasks.
- password
Secret Id This property is required. String - The OCID of the Secret where the database password is stored.
- role
This property is required. String - The role of the database user.
- ssl
Secret Id This property is required. String - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name This property is required. String - The user name used to connect to the ASM instance.
GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationValueConnectorConnectionInfoConnectionString
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. List<string> - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- Host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts
This property is required. []string - The list of host names of the ASM instances.
- Port
This property is required. int - The port used to connect to the ASM instance.
- Protocol
This property is required. string - The protocol used to connect to the ASM instance.
- Service
This property is required. string - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Integer - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. String - The service name of the ASM instance.
- host
Name This property is required. string - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. string[] - The list of host names of the ASM instances.
- port
This property is required. number - The port used to connect to the ASM instance.
- protocol
This property is required. string - The protocol used to connect to the ASM instance.
- service
This property is required. string - The service name of the ASM instance.
- host_
name This property is required. str - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. Sequence[str] - The list of host names of the ASM instances.
- port
This property is required. int - The port used to connect to the ASM instance.
- protocol
This property is required. str - The protocol used to connect to the ASM instance.
- service
This property is required. str - The service name of the ASM instance.
- host
Name This property is required. String - The host name of the database or the SCAN name in case of a RAC database.
- hosts
This property is required. List<String> - The list of host names of the ASM instances.
- port
This property is required. Number - The port used to connect to the ASM instance.
- protocol
This property is required. String - The protocol used to connect to the ASM instance.
- service
This property is required. 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.