oci.DatabaseManagement.CloudDbSystemDiscovery
Explore with Pulumi AI
This resource provides the Cloud Db System Discovery resource in Oracle Cloud Infrastructure Database Management service.
Creates a cloud DB system discovery resource and initiates the discovery process.
Patches the cloud DB system discovery specified by cloudDbSystemDiscoveryId
.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
testCloudDbSystemDiscovery:
type: oci:DatabaseManagement:CloudDbSystemDiscovery
name: test_cloud_db_system_discovery
properties:
agentId: ${testAgent.id}
cloudDbSystemDiscoveryId: ${cloudDbSystemDiscoveryCloudDbSystemDiscoveryId}
compartmentId: ${compartmentId}
dbaasParentInfrastructureId: ${testDbaasParentInfrastructure.id}
deploymentType: ${cloudDbSystemDiscoveryDeploymentType}
definedTags:
Operations.CostCenter: '42'
displayName: ${cloudDbSystemDiscoveryDisplayName}
freeformTags:
Department: Finance
patchOperations:
- operation: ${cloudDbSystemDiscoveryPatchOperationsOperation}
selection: ${cloudDbSystemDiscoveryPatchOperationsSelection}
value: ${cloudDbSystemDiscoveryPatchOperationsValue[0]}
Create CloudDbSystemDiscovery Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudDbSystemDiscovery(name: string, args: CloudDbSystemDiscoveryArgs, opts?: CustomResourceOptions);
@overload
def CloudDbSystemDiscovery(resource_name: str,
args: CloudDbSystemDiscoveryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudDbSystemDiscovery(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
compartment_id: Optional[str] = None,
dbaas_parent_infrastructure_id: Optional[str] = None,
deployment_type: 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[CloudDbSystemDiscoveryPatchOperationArgs]] = None)
func NewCloudDbSystemDiscovery(ctx *Context, name string, args CloudDbSystemDiscoveryArgs, opts ...ResourceOption) (*CloudDbSystemDiscovery, error)
public CloudDbSystemDiscovery(string name, CloudDbSystemDiscoveryArgs args, CustomResourceOptions? opts = null)
public CloudDbSystemDiscovery(String name, CloudDbSystemDiscoveryArgs args)
public CloudDbSystemDiscovery(String name, CloudDbSystemDiscoveryArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:CloudDbSystemDiscovery
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 CloudDbSystemDiscoveryArgs
- 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 CloudDbSystemDiscoveryArgs
- 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 CloudDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudDbSystemDiscoveryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudDbSystemDiscoveryArgs
- 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 cloudDbSystemDiscoveryResource = new Oci.DatabaseManagement.CloudDbSystemDiscovery("cloudDbSystemDiscoveryResource", new()
{
AgentId = "string",
CompartmentId = "string",
DbaasParentInfrastructureId = "string",
DeploymentType = "string",
DefinedTags =
{
{ "string", "string" },
},
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
PatchOperations = new[]
{
new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationArgs
{
Operation = "string",
Selection = "string",
Value = new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationValueArgs
{
CompartmentId = "string",
Connector = new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationValueConnectorArgs
{
ConnectorType = "string",
DisplayName = "string",
AgentId = "string",
ConnectionInfo = new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs
{
ComponentType = "string",
ConnectionCredentials = new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs
{
CredentialType = "string",
CredentialName = "string",
PasswordSecretId = "string",
Role = "string",
SslSecretId = "string",
UserName = "string",
},
ConnectionString = new Oci.DatabaseManagement.Inputs.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs
{
HostName = "string",
Hosts = new[]
{
"string",
},
Port = 0,
Protocol = "string",
Service = "string",
},
},
},
DisplayName = "string",
IsSelectedForMonitoring = false,
},
},
},
});
example, err := databasemanagement.NewCloudDbSystemDiscovery(ctx, "cloudDbSystemDiscoveryResource", &databasemanagement.CloudDbSystemDiscoveryArgs{
AgentId: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
DbaasParentInfrastructureId: pulumi.String("string"),
DeploymentType: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
PatchOperations: databasemanagement.CloudDbSystemDiscoveryPatchOperationArray{
&databasemanagement.CloudDbSystemDiscoveryPatchOperationArgs{
Operation: pulumi.String("string"),
Selection: pulumi.String("string"),
Value: &databasemanagement.CloudDbSystemDiscoveryPatchOperationValueArgs{
CompartmentId: pulumi.String("string"),
Connector: &databasemanagement.CloudDbSystemDiscoveryPatchOperationValueConnectorArgs{
ConnectorType: pulumi.String("string"),
DisplayName: pulumi.String("string"),
AgentId: pulumi.String("string"),
ConnectionInfo: &databasemanagement.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs{
ComponentType: pulumi.String("string"),
ConnectionCredentials: &databasemanagement.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs{
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.CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs{
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 cloudDbSystemDiscoveryResource = new CloudDbSystemDiscovery("cloudDbSystemDiscoveryResource", CloudDbSystemDiscoveryArgs.builder()
.agentId("string")
.compartmentId("string")
.dbaasParentInfrastructureId("string")
.deploymentType("string")
.definedTags(Map.of("string", "string"))
.displayName("string")
.freeformTags(Map.of("string", "string"))
.patchOperations(CloudDbSystemDiscoveryPatchOperationArgs.builder()
.operation("string")
.selection("string")
.value(CloudDbSystemDiscoveryPatchOperationValueArgs.builder()
.compartmentId("string")
.connector(CloudDbSystemDiscoveryPatchOperationValueConnectorArgs.builder()
.connectorType("string")
.displayName("string")
.agentId("string")
.connectionInfo(CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs.builder()
.componentType("string")
.connectionCredentials(CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs.builder()
.credentialType("string")
.credentialName("string")
.passwordSecretId("string")
.role("string")
.sslSecretId("string")
.userName("string")
.build())
.connectionString(CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs.builder()
.hostName("string")
.hosts("string")
.port(0)
.protocol("string")
.service("string")
.build())
.build())
.build())
.displayName("string")
.isSelectedForMonitoring(false)
.build())
.build())
.build());
cloud_db_system_discovery_resource = oci.databasemanagement.CloudDbSystemDiscovery("cloudDbSystemDiscoveryResource",
agent_id="string",
compartment_id="string",
dbaas_parent_infrastructure_id="string",
deployment_type="string",
defined_tags={
"string": "string",
},
display_name="string",
freeform_tags={
"string": "string",
},
patch_operations=[{
"operation": "string",
"selection": "string",
"value": {
"compartment_id": "string",
"connector": {
"connector_type": "string",
"display_name": "string",
"agent_id": "string",
"connection_info": {
"component_type": "string",
"connection_credentials": {
"credential_type": "string",
"credential_name": "string",
"password_secret_id": "string",
"role": "string",
"ssl_secret_id": "string",
"user_name": "string",
},
"connection_string": {
"host_name": "string",
"hosts": ["string"],
"port": 0,
"protocol": "string",
"service": "string",
},
},
},
"display_name": "string",
"is_selected_for_monitoring": False,
},
}])
const cloudDbSystemDiscoveryResource = new oci.databasemanagement.CloudDbSystemDiscovery("cloudDbSystemDiscoveryResource", {
agentId: "string",
compartmentId: "string",
dbaasParentInfrastructureId: "string",
deploymentType: "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:CloudDbSystemDiscovery
properties:
agentId: string
compartmentId: string
dbaasParentInfrastructureId: string
definedTags:
string: string
deploymentType: 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
CloudDbSystemDiscovery Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudDbSystemDiscovery resource accepts the following input properties:
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- Deployment
Type string - The deployment type of cloud dbsystem.
- 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<CloudDb System Discovery Patch Operation> - (Updatable)
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- Deployment
Type string - The deployment type of cloud dbsystem.
- 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 []CloudDb System Discovery Patch Operation Args - (Updatable)
- agent
Id String - The OCID of the management agent used for the cloud DB system discovery.
- compartment
Id String - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent StringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- deployment
Type String - The deployment type of cloud dbsystem.
- 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<CloudDb System Discovery Patch Operation> - (Updatable)
- agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- deployment
Type string - The deployment type of cloud dbsystem.
- {[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 CloudDb System Discovery Patch Operation[] - (Updatable)
- agent_
id str - The OCID of the management agent used for the cloud DB system discovery.
- compartment_
id str - The OCID of the compartment in which the cloud DB system resides.
- dbaas_
parent_ strinfrastructure_ id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- deployment_
type str - The deployment type of cloud dbsystem.
- 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[CloudDb System Discovery Patch Operation Args] - (Updatable)
- agent
Id String - The OCID of the management agent used for the cloud DB system discovery.
- compartment
Id String - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent StringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- deployment
Type String - The deployment type of cloud dbsystem.
- 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 CloudDbSystemDiscovery resource produces the following output properties:
- Cloud
Db stringSystem Discovery Id - Discovered
Components List<CloudDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- Time
Updated string - The date and time the cloud DB system discovery was last updated.
- Cloud
Db stringSystem Discovery Id - Discovered
Components []CloudDb System Discovery Discovered Component - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- Time
Updated string - The date and time the cloud DB system discovery was last updated.
- cloud
Db StringSystem Discovery Id - discovered
Components List<CloudDb System Discovery Discovered Component> - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- time
Updated String - The date and time the cloud DB system discovery was last updated.
- cloud
Db stringSystem Discovery Id - discovered
Components CloudDb System Discovery Discovered Component[] - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- time
Updated string - The date and time the cloud DB system discovery was last updated.
- cloud_
db_ strsystem_ discovery_ id - discovered_
components Sequence[CloudDb System Discovery Discovered Component] - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- time_
updated str - The date and time the cloud DB system discovery was last updated.
- cloud
Db StringSystem Discovery Id - discovered
Components List<Property Map> - The list of DB system components that were found in the DB system discovery.
- 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 cloud 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 cloud DB system discovery was created.
- time
Updated String - The date and time the cloud DB system discovery was last updated.
Look up Existing CloudDbSystemDiscovery Resource
Get an existing CloudDbSystemDiscovery 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?: CloudDbSystemDiscoveryState, opts?: CustomResourceOptions): CloudDbSystemDiscovery
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
cloud_db_system_discovery_id: Optional[str] = None,
compartment_id: Optional[str] = None,
dbaas_parent_infrastructure_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
deployment_type: Optional[str] = None,
discovered_components: Optional[Sequence[CloudDbSystemDiscoveryDiscoveredComponentArgs]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
grid_home: Optional[str] = None,
lifecycle_details: Optional[str] = None,
patch_operations: Optional[Sequence[CloudDbSystemDiscoveryPatchOperationArgs]] = 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) -> CloudDbSystemDiscovery
func GetCloudDbSystemDiscovery(ctx *Context, name string, id IDInput, state *CloudDbSystemDiscoveryState, opts ...ResourceOption) (*CloudDbSystemDiscovery, error)
public static CloudDbSystemDiscovery Get(string name, Input<string> id, CloudDbSystemDiscoveryState? state, CustomResourceOptions? opts = null)
public static CloudDbSystemDiscovery get(String name, Output<String> id, CloudDbSystemDiscoveryState state, CustomResourceOptions options)
resources: _: type: oci:DatabaseManagement:CloudDbSystemDiscovery get: id: ${id}
- 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 cloud DB system discovery.
- Cloud
Db stringSystem Discovery Id - Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- 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"}
- Deployment
Type string - The deployment type of cloud dbsystem.
- Discovered
Components List<CloudDb 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.
- 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<CloudDb 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 cloud 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 cloud DB system discovery was created.
- Time
Updated string - The date and time the cloud DB system discovery was last updated.
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Cloud
Db stringSystem Discovery Id - Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- 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"}
- Deployment
Type string - The deployment type of cloud dbsystem.
- Discovered
Components []CloudDb 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.
- 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 []CloudDb 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 cloud 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 cloud DB system discovery was created.
- Time
Updated string - The date and time the cloud DB system discovery was last updated.
- agent
Id String - The OCID of the management agent used for the cloud DB system discovery.
- cloud
Db StringSystem Discovery Id - compartment
Id String - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent StringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- 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"}
- deployment
Type String - The deployment type of cloud dbsystem.
- discovered
Components List<CloudDb 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.
- 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<CloudDb 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 cloud 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 cloud DB system discovery was created.
- time
Updated String - The date and time the cloud DB system discovery was last updated.
- agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- cloud
Db stringSystem Discovery Id - compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent stringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- {[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"}
- deployment
Type string - The deployment type of cloud dbsystem.
- discovered
Components CloudDb 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.
- {[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 CloudDb 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 cloud 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 cloud DB system discovery was created.
- time
Updated string - The date and time the cloud DB system discovery was last updated.
- agent_
id str - The OCID of the management agent used for the cloud DB system discovery.
- cloud_
db_ strsystem_ discovery_ id - compartment_
id str - The OCID of the compartment in which the cloud DB system resides.
- dbaas_
parent_ strinfrastructure_ id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- 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"}
- deployment_
type str - The deployment type of cloud dbsystem.
- discovered_
components Sequence[CloudDb 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.
- 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[CloudDb 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 cloud 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 cloud DB system discovery was created.
- time_
updated str - The date and time the cloud DB system discovery was last updated.
- agent
Id String - The OCID of the management agent used for the cloud DB system discovery.
- cloud
Db StringSystem Discovery Id - compartment
Id String - The OCID of the compartment in which the cloud DB system resides.
- dbaas
Parent StringInfrastructure Id - The OCID of the parent cloud DB Infrastructure. For VM Dbsystems , it will be the DBSystem Id. For ExaCS and ExaCC, it will be the cloudVmClusterId and vmClusterId respectively.
- 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"}
- deployment
Type String - The deployment type of cloud dbsystem.
- 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.
- 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 cloud 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 cloud DB system discovery was created.
- time
Updated String - The date and time the cloud DB system discovery was last updated.
Supporting Types
CloudDbSystemDiscoveryDiscoveredComponent, CloudDbSystemDiscoveryDiscoveredComponentArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- Asm
Instances List<CloudDb System Discovery Discovered Component Asm Instance> - The list of asm instances for the cloud Asm.
- Associated
Components List<CloudDb System Discovery Discovered Component Associated Component> - The list of associated components.
- Can
Enable boolAll Current Pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances List<CloudDb System Discovery Discovered Component Cluster Instance> - The list of cluster instances for the cloud cluster.
- Compartment
Id string - The OCID of the compartment in which the cloud 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<Cloud
Db System Discovery Discovered Component Connector> - The connector details used to connect to the cloud 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
Instances List<CloudDb System Discovery Discovered Component Db Instance> - The list of database instances.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the cloud 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 cloud database. - Db
Version string - The Oracle Database version.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Endpoints
List<Cloud
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
Auto boolEnable Pluggable Database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex 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<CloudDb System Discovery Discovered Component Network Configuration> - The list of network address configurations of the cloud cluster.
- Node
Name string - The name of the node with the VIP.
- 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 DB instance.
- Pluggable
Databases List<CloudDb 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<CloudDb System Discovery Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the cloud 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<CloudDb System Discovery Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the cloud cluster.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- Asm
Instances []CloudDb System Discovery Discovered Component Asm Instance - The list of asm instances for the cloud Asm.
- Associated
Components []CloudDb System Discovery Discovered Component Associated Component - The list of associated components.
- Can
Enable boolAll Current Pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Cluster
Instances []CloudDb System Discovery Discovered Component Cluster Instance - The list of cluster instances for the cloud cluster.
- Compartment
Id string - The OCID of the compartment in which the cloud 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
[]Cloud
Db System Discovery Discovered Component Connector - The connector details used to connect to the cloud 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
Instances []CloudDb System Discovery Discovered Component Db Instance - The list of database instances.
- Db
Node stringName - The name of the DB node.
- Db
Packs string - The database packs licensed for the cloud 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 cloud database. - Db
Version string - The Oracle Database version.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- Endpoints
[]Cloud
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
Auto boolEnable Pluggable Database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- Is
Cluster bool - Indicates whether the Oracle Database is part of a cluster.
- Is
Flex 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 []CloudDb System Discovery Discovered Component Network Configuration - The list of network address configurations of the cloud cluster.
- Node
Name string - The name of the node with the VIP.
- 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 DB instance.
- Pluggable
Databases []CloudDb 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 []CloudDb System Discovery Discovered Component Scan Configuration - The list of Single Client Access Name (SCAN) configurations of the cloud 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 []CloudDb System Discovery Discovered Component Vip Configuration - The list of Virtual IP (VIP) configurations of the cloud cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- asm
Instances List<CloudDb System Discovery Discovered Component Asm Instance> - The list of asm instances for the cloud Asm.
- associated
Components List<CloudDb System Discovery Discovered Component Associated Component> - The list of associated components.
- can
Enable BooleanAll Current Pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<CloudDb System Discovery Discovered Component Cluster Instance> - The list of cluster instances for the cloud cluster.
- compartment
Id String - The OCID of the compartment in which the cloud 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<Cloud
Db System Discovery Discovered Component Connector> - The connector details used to connect to the cloud 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
Instances List<CloudDb System Discovery Discovered Component Db Instance> - The list of database instances.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the cloud 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 cloud database. - db
Version String - The Oracle Database version.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name String - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
List<Cloud
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
Auto BooleanEnable Pluggable Database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- 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<CloudDb System Discovery Discovered Component Network Configuration> - The list of network address configurations of the cloud cluster.
- node
Name String - The name of the node with the VIP.
- 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 DB instance.
- pluggable
Databases List<CloudDb 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<CloudDb System Discovery Discovered Component Scan Configuration> - The list of Single Client Access Name (SCAN) configurations of the cloud 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<CloudDb System Discovery Discovered Component Vip Configuration> - The list of Virtual IP (VIP) configurations of the cloud cluster.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- asm
Instances CloudDb System Discovery Discovered Component Asm Instance[] - The list of asm instances for the cloud Asm.
- associated
Components CloudDb System Discovery Discovered Component Associated Component[] - The list of associated components.
- can
Enable booleanAll Current Pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- cluster
Id string - The unique identifier of the Oracle cluster.
- cluster
Instances CloudDb System Discovery Discovered Component Cluster Instance[] - The list of cluster instances for the cloud cluster.
- compartment
Id string - The OCID of the compartment in which the cloud 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
Cloud
Db System Discovery Discovered Component Connector[] - The connector details used to connect to the cloud 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
Instances CloudDb System Discovery Discovered Component Db Instance[] - The list of database instances.
- db
Node stringName - The name of the DB node.
- db
Packs string - The database packs licensed for the cloud 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 cloud database. - db
Version string - The Oracle Database version.
- dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name string - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
Cloud
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
Auto booleanEnable Pluggable Database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- 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 CloudDb System Discovery Discovered Component Network Configuration[] - The list of network address configurations of the cloud cluster.
- node
Name string - The name of the node with the VIP.
- 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 DB instance.
- pluggable
Databases CloudDb 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 CloudDb System Discovery Discovered Component Scan Configuration[] - The list of Single Client Access Name (SCAN) configurations of the cloud 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 CloudDb System Discovery Discovered Component Vip Configuration[] - The list of Virtual IP (VIP) configurations of the cloud cluster.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- asm_
instances Sequence[CloudDb System Discovery Discovered Component Asm Instance] - The list of asm instances for the cloud Asm.
- associated_
components Sequence[CloudDb System Discovery Discovered Component Associated Component] - The list of associated components.
- can_
enable_ boolall_ current_ pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- cluster_
id str - The unique identifier of the Oracle cluster.
- cluster_
instances Sequence[CloudDb System Discovery Discovered Component Cluster Instance] - The list of cluster instances for the cloud cluster.
- compartment_
id str - The OCID of the compartment in which the cloud 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[Cloud
Db System Discovery Discovered Component Connector] - The connector details used to connect to the cloud 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_
instances Sequence[CloudDb System Discovery Discovered Component Db Instance] - The list of database instances.
- db_
node_ strname - The name of the DB node.
- db_
packs str - The database packs licensed for the cloud Oracle Database.
- db_
role str - The role of the Oracle Database in Oracle Data Guard configuration.
- db_
type str - The type of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- db_
unique_ strname - The
DB_UNIQUE_NAME
of the cloud database. - db_
version str - The Oracle Database version.
- dbaas_
id str - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display_
name str - (Updatable) The user-friendly name for the DB system. The name does not have to be unique.
- endpoints
Sequence[Cloud
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_
auto_ boolenable_ pluggable_ database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- is_
cluster bool - Indicates whether the Oracle Database is part of a cluster.
- is_
flex_ 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[CloudDb System Discovery Discovered Component Network Configuration] - The list of network address configurations of the cloud cluster.
- node_
name str - The name of the node with the VIP.
- node_
role str - The role of the cluster node.
- ocr_
file_ strlocation - The location of the Oracle Cluster Registry (OCR) file.
- oracle_
home str - The Oracle home location of the DB instance.
- pluggable_
databases Sequence[CloudDb 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[CloudDb System Discovery Discovered Component Scan Configuration] - The list of Single Client Access Name (SCAN) configurations of the cloud cluster.
- status str
- The state of the discovered DB system component.
- trace_
directory str - The destination directory of the listener trace file.
- version str
- The version of Oracle Clusterware running in the cluster.
- vip_
configurations Sequence[CloudDb System Discovery Discovered Component Vip Configuration] - The list of Virtual IP (VIP) configurations of the cloud cluster.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- asm
Instances List<Property Map> - The list of asm instances for the cloud Asm.
- associated
Components List<Property Map> - The list of associated components.
- can
Enable BooleanAll Current Pdbs - Indicates whether Diagnostics & Management should be enabled for all the current pluggable databases in the container database.
- cluster
Id String - The unique identifier of the Oracle cluster.
- cluster
Instances List<Property Map> - The list of cluster instances for the cloud cluster.
- compartment
Id String - The OCID of the compartment in which the cloud 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 cloud 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
Instances List<Property Map> - The list of database instances.
- db
Node StringName - The name of the DB node.
- db
Packs String - The database packs licensed for the cloud 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 cloud database. - db
Version String - The Oracle Database version.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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
Auto BooleanEnable Pluggable Database - Indicates whether Diagnostics & Management should be enabled automatically for all the pluggable databases in the container database.
- 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 cloud cluster.
- node
Name String - The name of the node with the VIP.
- 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 DB instance.
- 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 cloud 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 cloud cluster.
CloudDbSystemDiscoveryDiscoveredComponentAsmInstance, CloudDbSystemDiscoveryDiscoveredComponentAsmInstanceArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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 DB 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 DB 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 DB 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 DB instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name str - The name of the ASM instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
CloudDbSystemDiscoveryDiscoveredComponentAssociatedComponent, CloudDbSystemDiscoveryDiscoveredComponentAssociatedComponentArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentClusterInstance, CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
List<Cloud
Db System Discovery Discovered Component Cluster Instance Connector> - The connector details used to connect to the cloud 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 DB instance.
- Cluster
Id string - The unique identifier of the Oracle cluster.
- Connectors
[]Cloud
Db System Discovery Discovered Component Cluster Instance Connector - The connector details used to connect to the cloud 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 DB instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors
List<Cloud
Db System Discovery Discovered Component Cluster Instance Connector> - The connector details used to connect to the cloud 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 DB instance.
- cluster
Id string - The unique identifier of the Oracle cluster.
- connectors
Cloud
Db System Discovery Discovered Component Cluster Instance Connector[] - The connector details used to connect to the cloud 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 DB instance.
- cluster_
id str - The unique identifier of the Oracle cluster.
- connectors
Sequence[Cloud
Db System Discovery Discovered Component Cluster Instance Connector] - The connector details used to connect to the cloud 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 DB instance.
- cluster
Id String - The unique identifier of the Oracle cluster.
- connectors List<Property Map>
- The connector details used to connect to the cloud 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.
CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnector, CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorArgs
- Agent
Id string - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info[] - The connection details required to connect to a cloud DB system component.
- connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the cloud 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[CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info] - The connection details required to connect to a cloud DB system component.
- connection_
status str - The status of connectivity to the cloud DB system component.
- connector_
type str - The type of connector.
- display_
name str - (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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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 a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo, CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials []CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String> - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential[] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String[] - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials Sequence[CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection Credential] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[CloudDb System Discovery Discovered Component Cluster Instance Connector Connection Info Connection String] - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential, CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named_
credential_ strid - The OCID of the Named Credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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.
CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString, CloudDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentConnector, CloudDbSystemDiscoveryDiscoveredComponentConnectorArgs
- Agent
Id string - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []CloudDb System Discovery Discovered Component Connector Connection Info - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos CloudDb System Discovery Discovered Component Connector Connection Info[] - The connection details required to connect to a cloud DB system component.
- connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the cloud 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[CloudDb System Discovery Discovered Component Connector Connection Info] - The connection details required to connect to a cloud DB system component.
- connection_
status str - The status of connectivity to the cloud DB system component.
- connector_
type str - The type of connector.
- display_
name str - (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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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 a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo, CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<CloudDb System Discovery Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<CloudDb System Discovery Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials []CloudDb System Discovery Discovered Component Connector Connection Info Connection Credential - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []CloudDb System Discovery Discovered Component Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<CloudDb System Discovery Discovered Component Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<CloudDb System Discovery Discovered Component Connector Connection Info Connection String> - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials CloudDb System Discovery Discovered Component Connector Connection Info Connection Credential[] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings CloudDb System Discovery Discovered Component Connector Connection Info Connection String[] - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials Sequence[CloudDb System Discovery Discovered Component Connector Connection Info Connection Credential] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[CloudDb System Discovery Discovered Component Connector Connection Info Connection String] - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential, CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named_
credential_ strid - The OCID of the Named Credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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.
CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString, CloudDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentDbInstance, CloudDbSystemDiscoveryDiscoveredComponentDbInstanceArgs
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
- Node
Name string - The name of the node with the VIP.
- Oracle
Home string - The Oracle home location of the DB instance.
- Adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
- Node
Name string - The name of the node with the VIP.
- Oracle
Home string - The Oracle home location of the DB instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
- node
Name String - The name of the node with the VIP.
- oracle
Home String - The Oracle home location of the DB instance.
- adr
Home stringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
- node
Name string - The name of the node with the VIP.
- oracle
Home string - The Oracle home location of the DB instance.
- adr_
home_ strdirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB instance.
- host_
name str - The host name of the database or the SCAN name in case of a RAC database.
- instance_
name str - The name of the ASM instance.
- node_
name str - The name of the node with the VIP.
- oracle_
home str - The Oracle home location of the DB instance.
- adr
Home StringDirectory - The Automatic Diagnostic Repository (ADR) home directory for the DB 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.
- node
Name String - The name of the node with the VIP.
- oracle
Home String - The Oracle home location of the DB instance.
CloudDbSystemDiscoveryDiscoveredComponentEndpoint, CloudDbSystemDiscoveryDiscoveredComponentEndpointArgs
CloudDbSystemDiscoveryDiscoveredComponentNetworkConfiguration, CloudDbSystemDiscoveryDiscoveredComponentNetworkConfigurationArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabase, CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseArgs
- Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Connectors
List<Cloud
Db System Discovery Discovered Component Pluggable Database Connector> - The connector details used to connect to the cloud 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 cloud DB system resides.
- Connectors
[]Cloud
Db System Discovery Discovered Component Pluggable Database Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- connectors
List<Cloud
Db System Discovery Discovered Component Pluggable Database Connector> - The connector details used to connect to the cloud 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 cloud DB system resides.
- connectors
Cloud
Db System Discovery Discovered Component Pluggable Database Connector[] - The connector details used to connect to the cloud 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 cloud DB system resides.
- connectors
Sequence[Cloud
Db System Discovery Discovered Component Pluggable Database Connector] - The connector details used to connect to the cloud 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 cloud DB system resides.
- connectors List<Property Map>
- The connector details used to connect to the cloud DB system component.
- container
Database StringId - The unique identifier of the parent Container Database (CDB).
- guid String
- The unique identifier of the PDB.
CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnector, CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorArgs
- Agent
Id string - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- Agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- Connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - Connection
Infos []CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info - The connection details required to connect to a cloud DB system component.
- Connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info> - The connection details required to connect to a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent
Id string - The OCID of the management agent used for the cloud DB system discovery.
- connection
Failure stringMessage - The error message indicating the reason for connection failure or
null
if the connection was successful. - connection
Infos CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info[] - The connection details required to connect to a cloud DB system component.
- connection
Status string - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
- agent_
id str - The OCID of the management agent used for the cloud 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[CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info] - The connection details required to connect to a cloud DB system component.
- connection_
status str - The status of connectivity to the cloud DB system component.
- connector_
type str - The type of connector.
- display_
name str - (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 cloud DB system connector was last updated.
- agent
Id String - The OCID of the management agent used for the cloud 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 a cloud DB system component.
- connection
Status String - The status of connectivity to the cloud 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 cloud DB system connector was last updated.
CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo, CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials List<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials []CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String> - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential[] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String[] - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials Sequence[CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection Credential] - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[CloudDb System Discovery Discovered Component Pluggable Database Connector Connection Info Connection String] - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials List<Property Map> - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The Oracle Database connection string.
CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential, CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named_
credential_ strid - The OCID of the Named Credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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.
CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString, CloudDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentScanConfiguration, CloudDbSystemDiscoveryDiscoveredComponentScanConfigurationArgs
- 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.
CloudDbSystemDiscoveryDiscoveredComponentVipConfiguration, CloudDbSystemDiscoveryDiscoveredComponentVipConfigurationArgs
- 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.
CloudDbSystemDiscoveryPatchOperation, CloudDbSystemDiscoveryPatchOperationArgs
- Operation string
- (Updatable) The operation can be one of these values:
MERGE
- Selection string
- (Updatable)
- Value
Cloud
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
Cloud
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
Cloud
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
Cloud
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
Cloud
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
CloudDbSystemDiscoveryPatchOperationValue, CloudDbSystemDiscoveryPatchOperationValueArgs
- Compartment
Id string - The OCID of the compartment in which the cloud DB system resides.
- Connector
Cloud
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- Connector
Cloud
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- connector
Cloud
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- connector
Cloud
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- connector
Cloud
Db System Discovery Patch Operation Value Connector - The connector details used to connect to the cloud 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 cloud DB system resides.
- connector Property Map
- The connector details used to connect to the cloud 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.
CloudDbSystemDiscoveryPatchOperationValueConnector, CloudDbSystemDiscoveryPatchOperationValueConnectorArgs
- 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 cloud DB system discovery.
- Connection
Info CloudDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to a cloud 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 cloud DB system discovery.
- Connection
Info CloudDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to a cloud 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 cloud DB system discovery.
- connection
Info CloudDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to a cloud 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 cloud DB system discovery.
- connection
Info CloudDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to a cloud 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 cloud DB system discovery.
- connection_
info CloudDb System Discovery Patch Operation Value Connector Connection Info - The connection details required to connect to a cloud 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 cloud DB system discovery.
- connection
Info Property Map - The connection details required to connect to a cloud DB system component.
CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfo, CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoArgs
- Component
Type string - The component type.
- Connection
Credentials CloudDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String CloudDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- Component
Type string - The component type.
- Connection
Credentials CloudDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String CloudDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type String - The component type.
- connection
Credentials CloudDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String CloudDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component
Type string - The component type.
- connection
Credentials CloudDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String CloudDb System Discovery Patch Operation Value Connector Connection Info Connection String - The Oracle Database connection string.
- component_
type str - The component type.
- connection_
credentials CloudDb System Discovery Patch Operation Value Connector Connection Info Connection Credentials - The credentials used to connect to the Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
string CloudDb 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 Cloud ASM instance. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String Property Map - The Oracle Database connection string.
CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentials, CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionCredentialsArgs
- Credential
Type string - The type of credential 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.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential 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.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the ASM instance.
- 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 credential 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.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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 credential 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.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the ASM instance.
- 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 credential used to connect to the ASM instance.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- password_
secret_ strid - The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the ASM instance.
- 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 credential 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.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the ASM instance.
- 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.
CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionString, CloudDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnectionStringArgs
- 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
CloudDbSystemDiscoveries can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/cloudDbSystemDiscovery:CloudDbSystemDiscovery test_cloud_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.