oci.DatabaseManagement.ExternalDbSystemDiscovery
Explore with Pulumi AI
This resource provides the External Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.
Creates an external DB system discovery resource and initiates the discovery process.
Patches the external DB system discovery specified by externalDbSystemDiscoveryId
.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
testExternalDbSystemDiscovery:
type: oci:DatabaseManagement:ExternalDbSystemDiscovery
name: test_external_db_system_discovery
properties:
agentId: ${testAgent.id}
compartmentId: ${compartmentId}
externalDbSystemDiscoveryId: ${externalDbSystemDiscoveryExternalDbSystemDiscoveryId}
definedTags:
Operations.CostCenter: '42'
displayName: ${externalDbSystemDiscoveryDisplayName}
freeformTags:
Department: Finance
patchOperations:
- operation: ${externalDbSystemDiscoveryPatchOperationsOperation}
selection: ${externalDbSystemDiscoveryPatchOperationsSelection}
value: ${externalDbSystemDiscoveryPatchOperationsValue[0]}
Create ExternalDbSystemDiscovery Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalDbSystemDiscovery(name: string, args: ExternalDbSystemDiscoveryArgs, opts?: CustomResourceOptions);
@overload
def ExternalDbSystemDiscovery(resource_name: str,
args: ExternalDbSystemDiscoveryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExternalDbSystemDiscovery(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
patch_operations: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryPatchOperationArgs]] = None)
func NewExternalDbSystemDiscovery(ctx *Context, name string, args ExternalDbSystemDiscoveryArgs, opts ...ResourceOption) (*ExternalDbSystemDiscovery, error)
public ExternalDbSystemDiscovery(string name, ExternalDbSystemDiscoveryArgs args, CustomResourceOptions? opts = null)
public ExternalDbSystemDiscovery(String name, ExternalDbSystemDiscoveryArgs args)
public ExternalDbSystemDiscovery(String name, ExternalDbSystemDiscoveryArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalDbSystemDiscovery
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExternalDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExternalDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExternalDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalDbSystemDiscoveryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var externalDbSystemDiscoveryResource = new Oci.DatabaseManagement.ExternalDbSystemDiscovery("externalDbSystemDiscoveryResource", new()
{
AgentId = "string",
CompartmentId = "string",
DefinedTags =
{
{ "string", "string" },
},
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
PatchOperations = new[]
{
new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationArgs
{
Operation = "string",
Selection = "string",
Value = new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationValueArgs
{
CompartmentId = "string",
Connector = new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs
{
ConnectorType = "string",
DisplayName = "string",
AgentId = "string",
ConnectionInfo = new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs
{
ComponentType = "string",
ConnectionCredentials = new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs
{
CredentialType = "string",
CredentialName = "string",
PasswordSecretId = "string",
Role = "string",
SslSecretId = "string",
UserName = "string",
},
ConnectionString = new Oci.DatabaseManagement.Inputs.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs
{
HostName = "string",
Hosts = new[]
{
"string",
},
Port = 0,
Protocol = "string",
Service = "string",
},
},
},
DisplayName = "string",
IsSelectedForMonitoring = false,
},
},
},
});
example, err := DatabaseManagement.NewExternalDbSystemDiscovery(ctx, "externalDbSystemDiscoveryResource", &DatabaseManagement.ExternalDbSystemDiscoveryArgs{
AgentId: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PatchOperations: databasemanagement.ExternalDbSystemDiscoveryPatchOperationArray{
&databasemanagement.ExternalDbSystemDiscoveryPatchOperationArgs{
Operation: pulumi.String("string"),
Selection: pulumi.String("string"),
Value: &databasemanagement.ExternalDbSystemDiscoveryPatchOperationValueArgs{
CompartmentId: pulumi.String("string"),
Connector: &databasemanagement.ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs{
ConnectorType: pulumi.String("string"),
DisplayName: pulumi.String("string"),
AgentId: pulumi.String("string"),
ConnectionInfo: &databasemanagement.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs{
ComponentType: pulumi.String("string"),
ConnectionCredentials: &databasemanagement.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs{
CredentialType: pulumi.String("string"),
CredentialName: pulumi.String("string"),
PasswordSecretId: pulumi.String("string"),
Role: pulumi.String("string"),
SslSecretId: pulumi.String("string"),
UserName: pulumi.String("string"),
},
ConnectionString: &databasemanagement.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs{
HostName: pulumi.String("string"),
Hosts: pulumi.StringArray{
pulumi.String("string"),
},
Port: pulumi.Int(0),
Protocol: pulumi.String("string"),
Service: pulumi.String("string"),
},
},
},
DisplayName: pulumi.String("string"),
IsSelectedForMonitoring: pulumi.Bool(false),
},
},
},
})
var externalDbSystemDiscoveryResource = new ExternalDbSystemDiscovery("externalDbSystemDiscoveryResource", ExternalDbSystemDiscoveryArgs.builder()
.agentId("string")
.compartmentId("string")
.definedTags(Map.of("string", "string"))
.displayName("string")
.freeformTags(Map.of("string", "string"))
.patchOperations(ExternalDbSystemDiscoveryPatchOperationArgs.builder()
.operation("string")
.selection("string")
.value(ExternalDbSystemDiscoveryPatchOperationValueArgs.builder()
.compartmentId("string")
.connector(ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs.builder()
.connectorType("string")
.displayName("string")
.agentId("string")
.connectionInfo(ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs.builder()
.componentType("string")
.connectionCredentials(ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs.builder()
.credentialType("string")
.credentialName("string")
.passwordSecretId("string")
.role("string")
.sslSecretId("string")
.userName("string")
.build())
.connectionString(ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs.builder()
.hostName("string")
.hosts("string")
.port(0)
.protocol("string")
.service("string")
.build())
.build())
.build())
.displayName("string")
.isSelectedForMonitoring(false)
.build())
.build())
.build());
external_db_system_discovery_resource = oci.database_management.ExternalDbSystemDiscovery("externalDbSystemDiscoveryResource",
agent_id="string",
compartment_id="string",
defined_tags={
"string": "string",
},
display_name="string",
freeform_tags={
"string": "string",
},
patch_operations=[oci.database_management.ExternalDbSystemDiscoveryPatchOperationArgs(
operation="string",
selection="string",
value=oci.database_management.ExternalDbSystemDiscoveryPatchOperationValueArgs(
compartment_id="string",
connector=oci.database_management.ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs(
connector_type="string",
display_name="string",
agent_id="string",
connection_info=oci.database_management.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs(
component_type="string",
connection_credentials=oci.database_management.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs(
credential_type="string",
credential_name="string",
password_secret_id="string",
role="string",
ssl_secret_id="string",
user_name="string",
),
connection_string=oci.database_management.ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs(
host_name="string",
hosts=["string"],
port=0,
protocol="string",
service="string",
),
),
),
display_name="string",
is_selected_for_monitoring=False,
),
)])
const externalDbSystemDiscoveryResource = new oci.databasemanagement.ExternalDbSystemDiscovery("externalDbSystemDiscoveryResource", {
agentId: "string",
compartmentId: "string",
definedTags: {
string: "string",
},
displayName: "string",
freeformTags: {
string: "string",
},
patchOperations: [{
operation: "string",
selection: "string",
value: {
compartmentId: "string",
connector: {
connectorType: "string",
displayName: "string",
agentId: "string",
connectionInfo: {
componentType: "string",
connectionCredentials: {
credentialType: "string",
credentialName: "string",
passwordSecretId: "string",
role: "string",
sslSecretId: "string",
userName: "string",
},
connectionString: {
hostName: "string",
hosts: ["string"],
port: 0,
protocol: "string",
service: "string",
},
},
},
displayName: "string",
isSelectedForMonitoring: false,
},
}],
});
type: oci:DatabaseManagement:ExternalDbSystemDiscovery
properties:
agentId: string
compartmentId: string
definedTags:
string: string
displayName: string
freeformTags:
string: string
patchOperations:
- operation: string
selection: string
value:
compartmentId: string
connector:
agentId: string
connectionInfo:
componentType: string
connectionCredentials:
credentialName: string
credentialType: string
passwordSecretId: string
role: string
sslSecretId: string
userName: string
connectionString:
hostName: string
hosts:
- string
port: 0
protocol: string
service: string
connectorType: string
displayName: string
displayName: string
isSelectedForMonitoring: false
ExternalDbSystemDiscovery Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ExternalDbSystemDiscovery resource accepts the following input properties:
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Dictionary<string, string>
- (Updatable) 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"}
- Patch
Operations List<ExternalDb System Discovery Patch Operation> - (Updatable)
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- map[string]string
- (Updatable) 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"}
- Patch
Operations []ExternalDb System Discovery Patch Operation Args - (Updatable)
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Map<String,String>
- (Updatable) 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"}
- patch
Operations List<ExternalDb System Discovery Patch Operation> - (Updatable)
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- compartment
Id string - The OCID of the compartment in which the external DB system resides.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- {[key: string]: string}
- (Updatable) 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"}
- patch
Operations ExternalDb System Discovery Patch Operation[] - (Updatable)
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- compartment_
id str - The OCID of the compartment in which the external DB system resides.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Mapping[str, str]
- (Updatable) 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"}
- patch_
operations Sequence[databasemanagement.External Db System Discovery Patch Operation Args] - (Updatable)
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Map<String>
- (Updatable) 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"}
- patch
Operations List<Property Map> - (Updatable)
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalDbSystemDiscovery resource produces the following output properties:
- Discovered
Components List<ExternalDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- External
Db stringSystem Discovery Id - Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State string
- The current lifecycle state of the external DB system discovery resource.
- Dictionary<string, 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 string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- Discovered
Components []ExternalDb System Discovery Discovered Component - The list of DB system components that were found in the DB system discovery.
- External
Db stringSystem Discovery Id - Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State string
- The current lifecycle state of the external DB system discovery resource.
- map[string]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 string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- discovered
Components List<ExternalDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- external
Db StringSystem Discovery Id - grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state String
- The current lifecycle state of the external DB system discovery resource.
- Map<String,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 String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
- discovered
Components ExternalDb System Discovery Discovered Component[] - The list of DB system components that were found in the DB system discovery.
- external
Db stringSystem Discovery Id - grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Additional information about the current lifecycle state.
- resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state string
- The current lifecycle state of the external DB system discovery resource.
- {[key: string]: 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 string - The date and time the external DB system discovery was created.
- time
Updated string - The date and time the external DB system discovery was last updated.
- discovered_
components Sequence[databasemanagement.External Db System Discovery Discovered Component] - The list of DB system components that were found in the DB system discovery.
- external_
db_ strsystem_ discovery_ id - grid_
home str - The directory in which Oracle Grid Infrastructure is installed.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - Additional information about the current lifecycle state.
- resource_
id str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state str
- The current lifecycle state of the external DB system discovery resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the external DB system discovery was created.
- time_
updated str - The date and time the external DB system discovery was last updated.
- discovered
Components List<Property Map> - The list of DB system components that were found in the DB system discovery.
- external
Db StringSystem Discovery Id - grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state String
- The current lifecycle state of the external DB system discovery resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
Look up Existing ExternalDbSystemDiscovery Resource
Get an existing ExternalDbSystemDiscovery resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ExternalDbSystemDiscoveryState, opts?: CustomResourceOptions): ExternalDbSystemDiscovery
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
discovered_components: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryDiscoveredComponentArgs]] = None,
display_name: Optional[str] = None,
external_db_system_discovery_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
grid_home: Optional[str] = None,
lifecycle_details: Optional[str] = None,
patch_operations: Optional[Sequence[_databasemanagement.ExternalDbSystemDiscoveryPatchOperationArgs]] = None,
resource_id: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> ExternalDbSystemDiscovery
func GetExternalDbSystemDiscovery(ctx *Context, name string, id IDInput, state *ExternalDbSystemDiscoveryState, opts ...ResourceOption) (*ExternalDbSystemDiscovery, error)
public static ExternalDbSystemDiscovery Get(string name, Input<string> id, ExternalDbSystemDiscoveryState? state, CustomResourceOptions? opts = null)
public static ExternalDbSystemDiscovery get(String name, Output<String> id, ExternalDbSystemDiscoveryState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovered
Components List<ExternalDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- External
Db stringSystem Discovery Id - Dictionary<string, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Patch
Operations List<ExternalDb System Discovery Patch Operation> - (Updatable)
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State string
- The current lifecycle state of the external DB system discovery resource.
- Dictionary<string, 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 string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- map[string]string
- (Updatable) 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 []ExternalDb System Discovery Discovered Component Args - The list of DB system components that were found in the DB system discovery.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- External
Db stringSystem Discovery Id - map[string]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Patch
Operations []ExternalDb System Discovery Patch Operation Args - (Updatable)
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- State string
- The current lifecycle state of the external DB system discovery resource.
- map[string]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 string - The date and time the external DB system discovery was created.
- Time
Updated string - The date and time the external DB system discovery was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components List<ExternalDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- external
Db StringSystem Discovery Id - Map<String,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- lifecycle
Details String - Additional information about the current lifecycle state.
- patch
Operations List<ExternalDb System Discovery Patch Operation> - (Updatable)
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state String
- The current lifecycle state of the external DB system discovery resource.
- Map<String,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 String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- compartment
Id string - The OCID of the compartment in which the external DB system resides.
- {[key: string]: string}
- (Updatable) 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 ExternalDb System Discovery Discovered Component[] - The list of DB system components that were found in the DB system discovery.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- external
Db stringSystem Discovery Id - {[key: string]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- lifecycle
Details string - Additional information about the current lifecycle state.
- patch
Operations ExternalDb System Discovery Patch Operation[] - (Updatable)
- resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state string
- The current lifecycle state of the external DB system discovery resource.
- {[key: string]: 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 string - The date and time the external DB system discovery was created.
- time
Updated string - The date and time the external DB system discovery was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- compartment_
id str - The OCID of the compartment in which the external DB system resides.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered_
components Sequence[databasemanagement.External Db System Discovery Discovered Component Args] - The list of DB system components that were found in the DB system discovery.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- external_
db_ strsystem_ discovery_ id - Mapping[str, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid_
home str - The directory in which Oracle Grid Infrastructure is installed.
- lifecycle_
details str - Additional information about the current lifecycle state.
- patch_
operations Sequence[databasemanagement.External Db System Discovery Patch Operation Args] - (Updatable)
- resource_
id str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state str
- The current lifecycle state of the external DB system discovery resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the external DB system discovery was created.
- time_
updated str - The date and time the external DB system discovery was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovered
Components List<Property Map> - The list of DB system components that were found in the DB system discovery.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- external
Db StringSystem Discovery Id - Map<String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- lifecycle
Details String - Additional information about the current lifecycle state.
- patch
Operations List<Property Map> - (Updatable)
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- state String
- The current lifecycle state of the external DB system discovery resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system discovery was created.
- time
Updated String - The date and time the external DB system discovery was last updated.
Supporting Types
ExternalDbSystemDiscoveryDiscoveredComponent, ExternalDbSystemDiscoveryDiscoveredComponentArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances List<ExternalDb System Discovery Discovered Component Asm Instance> - Associated
Components List<ExternalDb System Discovery Discovered Component Associated Component> - The list of associated components.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances List<ExternalDb System Discovery Discovered Component Cluster Instance> - Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Name string - The name of the discovered DB system component.
- Component
Type string - The component type.
- Connectors
List<External
Db System Discovery Discovered Component Connector> - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Cpu
Core doubleCount - The number of CPU cores available on the DB node.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition string - The Oracle Database edition.
- Db
Id string - The Oracle Database ID.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the external Oracle Database.
- Db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Db
Version string - The Oracle Database version.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Endpoints
List<External
Db System Discovery Discovered Component Endpoint> - The list of protocol addresses the listener is configured to listen on.
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Guid string
- The unique identifier of the PDB.
- Home
Directory string - The location of the DB home.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex boolCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex boolEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias string - The listener alias.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Memory
Size doubleIn Gbs - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations List<ExternalDb System Discovery Discovered Component Network Configuration> - The list of network address configurations of the external cluster.
- Node
Role string - The role of the cluster node.
- Ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home string - The Oracle home location of the listener.
- Pluggable
Databases List<ExternalDb System Discovery Discovered Component Pluggable Database> - The list of Pluggable Databases.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations List<ExternalDb System Discovery Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- Status string
- The state of the discovered DB system component.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The version of Oracle Clusterware running in the cluster.
- Vip
Configurations List<ExternalDb System Discovery Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the external cluster.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Asm
Instances []ExternalDb System Discovery Discovered Component Asm Instance - Associated
Components []ExternalDb System Discovery Discovered Component Associated Component - The list of associated components.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances []ExternalDb System Discovery Discovered Component Cluster Instance - Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Name string - The name of the discovered DB system component.
- Component
Type string - The component type.
- Connectors
[]External
Db System Discovery Discovered Component Connector - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Cpu
Core float64Count - The number of CPU cores available on the DB node.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Db
Edition string - The Oracle Database edition.
- Db
Id string - The Oracle Database ID.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the external Oracle Database.
- Db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- Db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Db
Version string - The Oracle Database version.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Endpoints
[]External
Db System Discovery Discovered Component Endpoint - The list of protocol addresses the listener is configured to listen on.
- Grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- Guid string
- The unique identifier of the PDB.
- Home
Directory string - The location of the DB home.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex boolCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- Is
Flex boolEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Listener
Alias string - The listener alias.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Memory
Size float64In Gbs - The total memory in gigabytes (GB) on the DB node.
- Network
Configurations []ExternalDb System Discovery Discovered Component Network Configuration - The list of network address configurations of the external cluster.
- Node
Role string - The role of the cluster node.
- Ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- Oracle
Home string - The Oracle home location of the listener.
- Pluggable
Databases []ExternalDb System Discovery Discovered Component Pluggable Database - The list of Pluggable Databases.
- Resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- Scan
Configurations []ExternalDb System Discovery Discovered Component Scan Configuration - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- Status string
- The state of the discovered DB system component.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The version of Oracle Clusterware running in the cluster.
- Vip
Configurations []ExternalDb System Discovery Discovered Component Vip Configuration - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances List<ExternalDb System Discovery Discovered Component Asm Instance> - associated
Components List<ExternalDb System Discovery Discovered Component Associated Component> - The list of associated components.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<ExternalDb System Discovery Discovered Component Cluster Instance> - compartment
Id String - The OCID of the compartment in which the external DB system resides.
- component
Id String - The identifier of the discovered DB system component.
- component
Name String - The name of the discovered DB system component.
- component
Type String - The component type.
- connectors
List<External
Db System Discovery Discovered Component Connector> - The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core DoubleCount - The number of CPU cores available on the DB node.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition String - The Oracle Database edition.
- db
Id String - The Oracle Database ID.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the external Oracle Database.
- db
Role String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - db
Version String - The Oracle Database version.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
List<External
Db System Discovery Discovered Component Endpoint> - The list of protocol addresses the listener is configured to listen on.
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- guid String
- The unique identifier of the PDB.
- home
Directory String - The location of the DB home.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- is
Cluster Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex BooleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex BooleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias String - The listener alias.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- memory
Size DoubleIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations List<ExternalDb System Discovery Discovered Component Network Configuration> - The list of network address configurations of the external cluster.
- node
Role String - The role of the cluster node.
- ocr
File StringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home String - The Oracle home location of the listener.
- pluggable
Databases List<ExternalDb System Discovery Discovered Component Pluggable Database> - The list of Pluggable Databases.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations List<ExternalDb System Discovery Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status String
- The state of the discovered DB system component.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations List<ExternalDb System Discovery Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances ExternalDb System Discovery Discovered Component Asm Instance[] - associated
Components ExternalDb System Discovery Discovered Component Associated Component[] - The list of associated components.
- cluster
Id string - The unique identifier of the Oracle cluster.
- cluster
Instances ExternalDb System Discovery Discovered Component Cluster Instance[] - compartment
Id string - The OCID of the compartment in which the external DB system resides.
- component
Id string - The identifier of the discovered DB system component.
- component
Name string - The name of the discovered DB system component.
- component
Type string - The component type.
- connectors
External
Db System Discovery Discovered Component Connector[] - The connector details used to connect to the external DB system component.
- container
Database stringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core numberCount - The number of CPU cores available on the DB node.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition string - The Oracle Database edition.
- db
Id string - The Oracle Database ID.
- db
Node stringName - The name of the DB node.
- db
Packs string - The database packs licensed for the external Oracle Database.
- db
Role string - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type string - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - db
Version string - The Oracle Database version.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
External
Db System Discovery Discovered Component Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- grid
Home string - The directory in which Oracle Grid Infrastructure is installed.
- guid string
- The unique identifier of the PDB.
- home
Directory string - The location of the DB home.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name string - The name of the ASM instance.
- is
Cluster boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex booleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex booleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected booleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias string - The listener alias.
- listener
Type string - The type of listener.
- log
Directory string - The destination directory of the listener log file.
- memory
Size numberIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations ExternalDb System Discovery Discovered Component Network Configuration[] - The list of network address configurations of the external cluster.
- node
Role string - The role of the cluster node.
- ocr
File stringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home string - The Oracle home location of the listener.
- pluggable
Databases ExternalDb System Discovery Discovered Component Pluggable Database[] - The list of Pluggable Databases.
- resource
Id string - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations ExternalDb System Discovery Discovered Component Scan Configuration[] - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status string
- The state of the discovered DB system component.
- trace
Directory string - The destination directory of the listener trace file.
- version string
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations ExternalDb System Discovery Discovered Component Vip Configuration[] - The list of Virtual IP (VIP) configurations of the external cluster.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm_
instances Sequence[databasemanagement.External Db System Discovery Discovered Component Asm Instance] - associated_
components Sequence[databasemanagement.External Db System Discovery Discovered Component Associated Component] - The list of associated components.
- cluster_
id str - The unique identifier of the Oracle cluster.
- cluster_
instances Sequence[databasemanagement.External Db System Discovery Discovered Component Cluster Instance] - compartment_
id str - The OCID of the compartment in which the external DB system resides.
- component_
id str - The identifier of the discovered DB system component.
- component_
name str - The name of the discovered DB system component.
- component_
type str - The component type.
- connectors
Sequence[databasemanagement.
External Db System Discovery Discovered Component Connector] - The connector details used to connect to the external DB system component.
- container_
database_ strid - The unique identifier of the parent Container Database (CDB).
- cpu_
core_ floatcount - The number of CPU cores available on the DB node.
- crs_
base_ strdirectory - The Oracle base location of Cluster Ready Services (CRS).
- db_
edition str - The Oracle Database edition.
- db_
id str - The Oracle Database ID.
- db_
node_ strname - The name of the DB node.
- db_
packs str - The database packs licensed for the external Oracle Database.
- db_
role str - The role of the Oracle Database in Oracle Data Guard configuration.
- db_
type str - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db_
unique_ strname - The
DB_UNIQUE_NAME
of the external database. - db_
version str - The Oracle Database version.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
Sequence[databasemanagement.
External Db System Discovery Discovered Component Endpoint] - The list of protocol addresses the listener is configured to listen on.
- grid_
home str - The directory in which Oracle Grid Infrastructure is installed.
- guid str
- The unique identifier of the PDB.
- home_
directory str - The location of the DB home.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name str - The name of the ASM instance.
- is_
cluster bool - Indicates whether the Oracle Database is part of a cluster.
- is_
flex_ boolcluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is_
flex_ boolenabled - Indicates whether Oracle Flex ASM is enabled or not.
- is_
selected_ boolfor_ monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener_
alias str - The listener alias.
- listener_
type str - The type of listener.
- log_
directory str - The destination directory of the listener log file.
- memory_
size_ floatin_ gbs - The total memory in gigabytes (GB) on the DB node.
- network_
configurations Sequence[databasemanagement.External Db System Discovery Discovered Component Network Configuration] - The list of network address configurations of the external cluster.
- node_
role str - The role of the cluster node.
- ocr_
file_ strlocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle_
home str - The Oracle home location of the listener.
- pluggable_
databases Sequence[databasemanagement.External Db System Discovery Discovered Component Pluggable Database] - The list of Pluggable Databases.
- resource_
id str - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan_
configurations Sequence[databasemanagement.External Db System Discovery Discovered Component Scan Configuration] - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status str
- The state of the discovered DB system component.
- trace_
directory str - The destination directory of the listener trace file.
- version str
- The version of Oracle Clusterware running in the cluster.
- vip_
configurations Sequence[databasemanagement.External Db System Discovery Discovered Component Vip Configuration] - The list of Virtual IP (VIP) configurations of the external cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- asm
Instances List<Property Map> - associated
Components List<Property Map> - The list of associated components.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<Property Map> - compartment
Id String - The OCID of the compartment in which the external DB system resides.
- component
Id String - The identifier of the discovered DB system component.
- component
Name String - The name of the discovered DB system component.
- component
Type String - The component type.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- cpu
Core NumberCount - The number of CPU cores available on the DB node.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- db
Edition String - The Oracle Database edition.
- db
Id String - The Oracle Database ID.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the external Oracle Database.
- db
Role String - The role of the Oracle Database in Oracle Data Guard configuration.
- db
Type String - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - db
Version String - The Oracle Database version.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints List<Property Map>
- The list of protocol addresses the listener is configured to listen on.
- grid
Home String - The directory in which Oracle Grid Infrastructure is installed.
- guid String
- The unique identifier of the PDB.
- home
Directory String - The location of the DB home.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- is
Cluster Boolean - Indicates whether the Oracle Database is part of a cluster.
- is
Flex BooleanCluster - Indicates whether the cluster is an Oracle Flex Cluster or not.
- is
Flex BooleanEnabled - Indicates whether Oracle Flex ASM is enabled or not.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- listener
Alias String - The listener alias.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- memory
Size NumberIn Gbs - The total memory in gigabytes (GB) on the DB node.
- network
Configurations List<Property Map> - The list of network address configurations of the external cluster.
- node
Role String - The role of the cluster node.
- ocr
File StringLocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle
Home String - The Oracle home location of the listener.
- pluggable
Databases List<Property Map> - The list of Pluggable Databases.
- resource
Id String - The OCID of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
- scan
Configurations List<Property Map> - The list of Single Client Access Name (SCAN) configurations of the external cluster.
- status String
- The state of the discovered DB system component.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The version of Oracle Clusterware running in the cluster.
- vip
Configurations List<Property Map> - The list of Virtual IP (VIP) configurations of the external cluster.
ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance, ExternalDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Instance
Name string - The name of the ASM instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name string - The name of the ASM instance.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name str - The name of the ASM instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- instance
Name String - The name of the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponent, ExternalDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs
- Association
Type string - The association type.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Type string - The component type.
- Association
Type string - The association type.
- Component
Id string - The identifier of the discovered DB system component.
- Component
Type string - The component type.
- association
Type String - The association type.
- component
Id String - The identifier of the discovered DB system component.
- component
Type String - The component type.
- association
Type string - The association type.
- component
Id string - The identifier of the discovered DB system component.
- component
Type string - The component type.
- association_
type str - The association type.
- component_
id str - The identifier of the discovered DB system component.
- component_
type str - The component type.
- association
Type String - The association type.
- component
Id String - The identifier of the discovered DB system component.
- component
Type String - The component type.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstance, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
List<External
Db System Discovery Discovered Component Cluster Instance Connector> - The connector details used to connect to the external DB system component.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role string - The role of the cluster node.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
[]External
Db System Discovery Discovered Component Cluster Instance Connector - The connector details used to connect to the external DB system component.
- Crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Node
Role string - The role of the cluster node.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors
List<External
Db System Discovery Discovered Component Cluster Instance Connector> - The connector details used to connect to the external DB system component.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role String - The role of the cluster node.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id string - The unique identifier of the Oracle cluster.
- connectors
External
Db System Discovery Discovered Component Cluster Instance Connector[] - The connector details used to connect to the external DB system component.
- crs
Base stringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- node
Role string - The role of the cluster node.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster_
id str - The unique identifier of the Oracle cluster.
- connectors
Sequence[databasemanagement.
External Db System Discovery Discovered Component Cluster Instance Connector] - The connector details used to connect to the external DB system component.
- crs_
base_ strdirectory - The Oracle base location of Cluster Ready Services (CRS).
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- node_
role str - The role of the cluster node.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the cluster instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- crs
Base StringDirectory - The Oracle base location of Cluster Ready Services (CRS).
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- node
Role String - The role of the cluster node.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.External Db System Discovery Discovered Component Cluster Instance Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []ExternalDb System Discovery 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 []ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials ExternalDb System Discovery 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 ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials ExternalDb System Discovery Discovered Component Cluster Instance Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.External Db System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Cluster Instance Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential, ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialArgs
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
ExternalDbSystemDiscoveryDiscoveredComponentConnector, ExternalDbSystemDiscoveryDiscoveredComponentConnectorArgs
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<ExternalDb System Discovery Discovered Component Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []ExternalDb System Discovery Discovered Component Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<ExternalDb System Discovery Discovered Component Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos ExternalDb System Discovery Discovered Component Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.External Db System Discovery Discovered Component Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<ExternalDb System Discovery Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<ExternalDb System Discovery Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<ExternalDb System Discovery Discovered Component Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []ExternalDb System Discovery 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 []ExternalDb System Discovery Discovered Component Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []ExternalDb System Discovery Discovered Component Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<ExternalDb System Discovery Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<ExternalDb System Discovery Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<ExternalDb System Discovery Discovered Component Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials ExternalDb System Discovery 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 ExternalDb System Discovery Discovered Component Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials ExternalDb System Discovery Discovered Component Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.External Db System Discovery Discovered Component Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential, ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialArgs
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
ExternalDbSystemDiscoveryDiscoveredComponentEndpoint, ExternalDbSystemDiscoveryDiscoveredComponentEndpointArgs
ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs
- Network
Number int - The network number from which VIPs are obtained.
- Network
Type string - The network type.
- Subnet string
- The subnet for the network.
- Network
Number int - The network number from which VIPs are obtained.
- Network
Type string - The network type.
- Subnet string
- The subnet for the network.
- network
Number Integer - The network number from which VIPs are obtained.
- network
Type String - The network type.
- subnet String
- The subnet for the network.
- network
Number number - The network number from which VIPs are obtained.
- network
Type string - The network type.
- subnet string
- The subnet for the network.
- network_
number int - The network number from which VIPs are obtained.
- network_
type str - The network type.
- subnet str
- The subnet for the network.
- network
Number Number - The network number from which VIPs are obtained.
- network
Type String - The network type.
- subnet String
- The subnet for the network.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Connectors
List<External
Db System Discovery Discovered Component Pluggable Database Connector> - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Guid string
- The unique identifier of the PDB.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Connectors
[]External
Db System Discovery Discovered Component Pluggable Database Connector - The connector details used to connect to the external DB system component.
- Container
Database stringId - The unique identifier of the parent Container Database (CDB).
- Guid string
- The unique identifier of the PDB.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- connectors
List<External
Db System Discovery Discovered Component Pluggable Database Connector> - The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- guid String
- The unique identifier of the PDB.
- compartment
Id string - The OCID of the compartment in which the external DB system resides.
- connectors
External
Db System Discovery Discovered Component Pluggable Database Connector[] - The connector details used to connect to the external DB system component.
- container
Database stringId - The unique identifier of the parent Container Database (CDB).
- guid string
- The unique identifier of the PDB.
- compartment_
id str - The OCID of the compartment in which the external DB system resides.
- connectors
Sequence[databasemanagement.
External Db System Discovery Discovered Component Pluggable Database Connector] - The connector details used to connect to the external DB system component.
- container_
database_ strid - The unique identifier of the parent Container Database (CDB).
- guid str
- The unique identifier of the PDB.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- connectors List<Property Map>
- The connector details used to connect to the external DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- guid String
- The unique identifier of the PDB.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info - The connection details required to connect to an external DB system component.
- Connection
Status string - The status of connectivity to the external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info[] - The connection details required to connect to an external DB system component.
- connection
Status string - The status of connectivity to the external DB system component.
- connector
Type string - The type of connector.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection stringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- connection_
failure_ strmessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection_
infos Sequence[databasemanagement.External Db System Discovery Discovered Component Pluggable Database Connector Connection Info] - The connection details required to connect to an external DB system component.
- connection_
status str - The status of connectivity to the external DB system component.
- connector_
type str - The type of connector.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time_
connection_ strstatus_ last_ updated - The date and time the connectionStatus of the external DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Failure StringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos List<Property Map> - The connection details required to connect to an external DB system component.
- connection
Status String - The status of connectivity to the external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- time
Connection StringStatus Last Updated - The date and time the connectionStatus of the external DB system connector was last updated.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- Database
Credentials List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- Component
Type string - The component type.
- Connection
Credentials []ExternalDb System Discovery 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 []ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String - The Oracle Database connection string.
- Database
Credentials []ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Database Credential - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- database
Credentials List<ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Database Credential> - The credential to connect to the database to perform tablespace administration tasks.
- component
Type string - The component type.
- connection
Credentials ExternalDb System Discovery 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 ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String[] - The Oracle Database connection string.
- database
Credentials ExternalDb System Discovery Discovered Component Pluggable Database Connector Connection Info Database Credential[] - The credential to connect to the database to perform tablespace administration tasks.
- component_
type str - The component type.
- connection_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential] - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[databasemanagement.External Db System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String] - The Oracle Database connection string.
- database_
credentials Sequence[databasemanagement.External Db System Discovery Discovered Component Pluggable Database Connector Connection Info Database Credential] - The credential to connect to the database to perform tablespace administration tasks.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
- database
Credentials List<Property Map> - The credential to connect to the database to perform tablespace administration tasks.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the ASM instance.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential, ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialArgs
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credential
Type string - The type of the credential for tablespace administration tasks.
- named
Credential stringId - The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_
type str - The type of the credential for tablespace administration tasks.
- named_
credential_ strid - The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credential
Type String - The type of the credential for tablespace administration tasks.
- named
Credential StringId - The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs
- Network
Number int - The network number from which VIPs are obtained.
- Scan
Name string - The name of the SCAN listener.
- Scan
Port int - The port number of the SCAN listener.
- Scan
Protocol string - The protocol of the SCAN listener.
- Network
Number int - The network number from which VIPs are obtained.
- Scan
Name string - The name of the SCAN listener.
- Scan
Port int - The port number of the SCAN listener.
- Scan
Protocol string - The protocol of the SCAN listener.
- network
Number Integer - The network number from which VIPs are obtained.
- scan
Name String - The name of the SCAN listener.
- scan
Port Integer - The port number of the SCAN listener.
- scan
Protocol String - The protocol of the SCAN listener.
- network
Number number - The network number from which VIPs are obtained.
- scan
Name string - The name of the SCAN listener.
- scan
Port number - The port number of the SCAN listener.
- scan
Protocol string - The protocol of the SCAN listener.
- network_
number int - The network number from which VIPs are obtained.
- scan_
name str - The name of the SCAN listener.
- scan_
port int - The port number of the SCAN listener.
- scan_
protocol str - The protocol of the SCAN listener.
- network
Number Number - The network number from which VIPs are obtained.
- scan
Name String - The name of the SCAN listener.
- scan
Port Number - The port number of the SCAN listener.
- scan
Protocol String - The protocol of the SCAN listener.
ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration, ExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs
- Address string
- The VIP name or IP address.
- Network
Number int - The network number from which VIPs are obtained.
- Node
Name string - The name of the node with the VIP.
- Address string
- The VIP name or IP address.
- Network
Number int - The network number from which VIPs are obtained.
- Node
Name string - The name of the node with the VIP.
- address String
- The VIP name or IP address.
- network
Number Integer - The network number from which VIPs are obtained.
- node
Name String - The name of the node with the VIP.
- address string
- The VIP name or IP address.
- network
Number number - The network number from which VIPs are obtained.
- node
Name string - The name of the node with the VIP.
- address str
- The VIP name or IP address.
- network_
number int - The network number from which VIPs are obtained.
- node_
name str - The name of the node with the VIP.
- address String
- The VIP name or IP address.
- network
Number Number - The network number from which VIPs are obtained.
- node
Name String - The name of the node with the VIP.
ExternalDbSystemDiscoveryPatchOperation, ExternalDbSystemDiscoveryPatchOperationArgs
- Operation string
- (Updatable) The operation can be one of these values:
MERGE
- Selection string
- (Updatable)
- Value
External
Db System Discovery Patch Operation Value (Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Operation string
- (Updatable) The operation can be one of these values:
MERGE
- Selection string
- (Updatable)
- Value
External
Db System Discovery Patch Operation Value (Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- operation String
- (Updatable) The operation can be one of these values:
MERGE
- selection String
- (Updatable)
- value
External
Db System Discovery Patch Operation Value (Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- operation string
- (Updatable) The operation can be one of these values:
MERGE
- selection string
- (Updatable)
- value
External
Db System Discovery Patch Operation Value (Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- operation str
- (Updatable) The operation can be one of these values:
MERGE
- selection str
- (Updatable)
- value
databasemanagement.
External Db System Discovery Patch Operation Value (Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- operation String
- (Updatable) The operation can be one of these values:
MERGE
- selection String
- (Updatable)
- value Property Map
(Updatable)
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
ExternalDbSystemDiscoveryPatchOperationValue, ExternalDbSystemDiscoveryPatchOperationValueArgs
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Connector
External
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- Compartment
Id string - The OCID of the compartment in which the external DB system resides.
- Connector
External
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Is
Selected boolFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- connector
External
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id string - The OCID of the compartment in which the external DB system resides.
- connector
External
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- is
Selected booleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment_
id str - The OCID of the compartment in which the external DB system resides.
- connector
databasemanagement.
External Db System Discovery Patch Operation Value Connector - The connector details used to connect to the external DB system component.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- is_
selected_ boolfor_ monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
- compartment
Id String - The OCID of the compartment in which the external DB system resides.
- connector Property Map
- The connector details used to connect to the external DB system component.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- is
Selected BooleanFor Monitoring - Indicates whether the DB system component should be provisioned as an Oracle Cloud Infrastructure resource or not.
ExternalDbSystemDiscoveryPatchOperationValueConnector, ExternalDbSystemDiscoveryPatchOperationValueConnectorArgs
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Info ExternalDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- Connector
Type string - The type of connector.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Agent
Id string - The OCID of the management agent used for the external DB system discovery.
- Connection
Info ExternalDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Info ExternalDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- connector
Type string - The type of connector.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- agent
Id string - The OCID of the management agent used for the external DB system discovery.
- connection
Info ExternalDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- connector_
type str - The type of connector.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- agent_
id str - The OCID of the management agent used for the external DB system discovery.
- connection_
info databasemanagement.External Db System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to an external DB system component.
- connector
Type String - The type of connector.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- agent
Id String - The OCID of the management agent used for the external DB system discovery.
- connection
Info Property Map - The connection details required to connect to an external DB system component.
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String ExternalDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials databasemanagement.External Db System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
string databasemanagement.External Db System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials Property Map - The credentials used to connect to the ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String Property Map - The Oracle Database connection string.
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- Credential
Type string - The type of the credential for tablespace administration tasks.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Password
Secret stringId - The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the ASM instance.
- credential
Type String - The type of the credential for tablespace administration tasks.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
- credential
Type string - The type of the credential for tablespace administration tasks.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- password
Secret stringId - The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the ASM instance.
- credential_
type str - The type of the credential for tablespace administration tasks.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- password_
secret_ strid - The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the ASM instance.
- credential
Type String - The type of the credential for tablespace administration tasks.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- password
Secret StringId - The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the ASM instance.
ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString, ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- Host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- host
Name string - The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- host
Name String - The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
Import
ExternalDbSystemDiscoveries can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/externalDbSystemDiscovery:ExternalDbSystemDiscovery test_external_db_system_discovery "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.