Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Opsi.getExadataInsight
Explore with Pulumi AI
This data source provides details about a specific Exadata Insight resource in Oracle Cloud Infrastructure Opsi service.
Gets details of an Exadata insight.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExadataInsight = oci.Opsi.getExadataInsight({
    exadataInsightId: testExadataInsightOciOpsiExadataInsight.id,
});
import pulumi
import pulumi_oci as oci
test_exadata_insight = oci.Opsi.get_exadata_insight(exadata_insight_id=test_exadata_insight_oci_opsi_exadata_insight["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/opsi"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := opsi.GetExadataInsight(ctx, &opsi.GetExadataInsightArgs{
			ExadataInsightId: testExadataInsightOciOpsiExadataInsight.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testExadataInsight = Oci.Opsi.GetExadataInsight.Invoke(new()
    {
        ExadataInsightId = testExadataInsightOciOpsiExadataInsight.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetExadataInsightArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testExadataInsight = OpsiFunctions.getExadataInsight(GetExadataInsightArgs.builder()
            .exadataInsightId(testExadataInsightOciOpsiExadataInsight.id())
            .build());
    }
}
variables:
  testExadataInsight:
    fn::invoke:
      function: oci:Opsi:getExadataInsight
      arguments:
        exadataInsightId: ${testExadataInsightOciOpsiExadataInsight.id}
Using getExadataInsight
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExadataInsight(args: GetExadataInsightArgs, opts?: InvokeOptions): Promise<GetExadataInsightResult>
function getExadataInsightOutput(args: GetExadataInsightOutputArgs, opts?: InvokeOptions): Output<GetExadataInsightResult>def get_exadata_insight(exadata_insight_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetExadataInsightResult
def get_exadata_insight_output(exadata_insight_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetExadataInsightResult]func LookupExadataInsight(ctx *Context, args *LookupExadataInsightArgs, opts ...InvokeOption) (*LookupExadataInsightResult, error)
func LookupExadataInsightOutput(ctx *Context, args *LookupExadataInsightOutputArgs, opts ...InvokeOption) LookupExadataInsightResultOutput> Note: This function is named LookupExadataInsight in the Go SDK.
public static class GetExadataInsight 
{
    public static Task<GetExadataInsightResult> InvokeAsync(GetExadataInsightArgs args, InvokeOptions? opts = null)
    public static Output<GetExadataInsightResult> Invoke(GetExadataInsightInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExadataInsightResult> getExadataInsight(GetExadataInsightArgs args, InvokeOptions options)
public static Output<GetExadataInsightResult> getExadataInsight(GetExadataInsightArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Opsi/getExadataInsight:getExadataInsight
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExadataInsight stringId 
- Unique Exadata insight identifier
- ExadataInsight stringId 
- Unique Exadata insight identifier
- exadataInsight StringId 
- Unique Exadata insight identifier
- exadataInsight stringId 
- Unique Exadata insight identifier
- exadata_insight_ strid 
- Unique Exadata insight identifier
- exadataInsight StringId 
- Unique Exadata insight identifier
getExadataInsight Result
The following output properties are available:
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- EnterpriseManager stringBridge Id 
- OPSI Enterprise Manager Bridge OCID
- EnterpriseManager stringEntity Display Name 
- Enterprise Manager Entity Display Name
- EnterpriseManager stringEntity Identifier 
- Enterprise Manager Entity Unique Identifier
- EnterpriseManager stringEntity Name 
- Enterprise Manager Entity Name
- EnterpriseManager stringEntity Type 
- Enterprise Manager Entity Type
- EnterpriseManager stringIdentifier 
- Enterprise Manager Unique Identifier
- EntitySource string
- Source of the Exadata system.
- ExadataDisplay stringName 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- ExadataInfra stringId 
- The OCID of the Exadata Infrastructure.
- ExadataInfra stringResource Type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- ExadataInsight stringId 
- ExadataName string
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- ExadataRack stringType 
- Exadata rack type.
- ExadataShape string
- The shape of the Exadata Infrastructure.
- ExadataType string
- Operations Insights internal representation of the the Exadata system type.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Exadata insight identifier
- IsAuto boolSync Enabled 
- IsVirtualized boolExadata 
- true if virtualization is used in the Exadata system
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- MemberVm List<GetCluster Details Exadata Insight Member Vm Cluster Detail> 
- State string
- The current state of the Exadata insight.
- Status string
- Indicates the status of an Exadata insight in Operations Insights
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- EnterpriseManager stringBridge Id 
- OPSI Enterprise Manager Bridge OCID
- EnterpriseManager stringEntity Display Name 
- Enterprise Manager Entity Display Name
- EnterpriseManager stringEntity Identifier 
- Enterprise Manager Entity Unique Identifier
- EnterpriseManager stringEntity Name 
- Enterprise Manager Entity Name
- EnterpriseManager stringEntity Type 
- Enterprise Manager Entity Type
- EnterpriseManager stringIdentifier 
- Enterprise Manager Unique Identifier
- EntitySource string
- Source of the Exadata system.
- ExadataDisplay stringName 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- ExadataInfra stringId 
- The OCID of the Exadata Infrastructure.
- ExadataInfra stringResource Type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- ExadataInsight stringId 
- ExadataName string
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- ExadataRack stringType 
- Exadata rack type.
- ExadataShape string
- The shape of the Exadata Infrastructure.
- ExadataType string
- Operations Insights internal representation of the the Exadata system type.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Exadata insight identifier
- IsAuto boolSync Enabled 
- IsVirtualized boolExadata 
- true if virtualization is used in the Exadata system
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- MemberVm []GetCluster Details Exadata Insight Member Vm Cluster Detail 
- State string
- The current state of the Exadata insight.
- Status string
- Indicates the status of an Exadata insight in Operations Insights
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- TimeUpdated string
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartmentId String
- Compartment identifier of the Exadata insight resource
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- enterpriseManager StringBridge Id 
- OPSI Enterprise Manager Bridge OCID
- enterpriseManager StringEntity Display Name 
- Enterprise Manager Entity Display Name
- enterpriseManager StringEntity Identifier 
- Enterprise Manager Entity Unique Identifier
- enterpriseManager StringEntity Name 
- Enterprise Manager Entity Name
- enterpriseManager StringEntity Type 
- Enterprise Manager Entity Type
- enterpriseManager StringIdentifier 
- Enterprise Manager Unique Identifier
- entitySource String
- Source of the Exadata system.
- exadataDisplay StringName 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- exadataInfra StringId 
- The OCID of the Exadata Infrastructure.
- exadataInfra StringResource Type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- exadataInsight StringId 
- exadataName String
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- exadataRack StringType 
- Exadata rack type.
- exadataShape String
- The shape of the Exadata Infrastructure.
- exadataType String
- Operations Insights internal representation of the the Exadata system type.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Exadata insight identifier
- isAuto BooleanSync Enabled 
- isVirtualized BooleanExadata 
- true if virtualization is used in the Exadata system
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- memberVm List<GetCluster Details Exadata Insight Member Vm Cluster Detail> 
- state String
- The current state of the Exadata insight.
- status String
- Indicates the status of an Exadata insight in Operations Insights
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- timeUpdated String
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartmentId string
- Compartment identifier of the Exadata insight resource
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- enterpriseManager stringBridge Id 
- OPSI Enterprise Manager Bridge OCID
- enterpriseManager stringEntity Display Name 
- Enterprise Manager Entity Display Name
- enterpriseManager stringEntity Identifier 
- Enterprise Manager Entity Unique Identifier
- enterpriseManager stringEntity Name 
- Enterprise Manager Entity Name
- enterpriseManager stringEntity Type 
- Enterprise Manager Entity Type
- enterpriseManager stringIdentifier 
- Enterprise Manager Unique Identifier
- entitySource string
- Source of the Exadata system.
- exadataDisplay stringName 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- exadataInfra stringId 
- The OCID of the Exadata Infrastructure.
- exadataInfra stringResource Type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- exadataInsight stringId 
- exadataName string
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- exadataRack stringType 
- Exadata rack type.
- exadataShape string
- The shape of the Exadata Infrastructure.
- exadataType string
- Operations Insights internal representation of the the Exadata system type.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- Exadata insight identifier
- isAuto booleanSync Enabled 
- isVirtualized booleanExadata 
- true if virtualization is used in the Exadata system
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- memberVm GetCluster Details Exadata Insight Member Vm Cluster Detail[] 
- state string
- The current state of the Exadata insight.
- status string
- Indicates the status of an Exadata insight in Operations Insights
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- timeUpdated string
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartment_id str
- Compartment identifier of the Exadata insight resource
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- enterprise_manager_ strbridge_ id 
- OPSI Enterprise Manager Bridge OCID
- enterprise_manager_ strentity_ display_ name 
- Enterprise Manager Entity Display Name
- enterprise_manager_ strentity_ identifier 
- Enterprise Manager Entity Unique Identifier
- enterprise_manager_ strentity_ name 
- Enterprise Manager Entity Name
- enterprise_manager_ strentity_ type 
- Enterprise Manager Entity Type
- enterprise_manager_ stridentifier 
- Enterprise Manager Unique Identifier
- entity_source str
- Source of the Exadata system.
- exadata_display_ strname 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata_infra_ strid 
- The OCID of the Exadata Infrastructure.
- exadata_infra_ strresource_ type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- exadata_insight_ strid 
- exadata_name str
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- exadata_rack_ strtype 
- Exadata rack type.
- exadata_shape str
- The shape of the Exadata Infrastructure.
- exadata_type str
- Operations Insights internal representation of the the Exadata system type.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- Exadata insight identifier
- is_auto_ boolsync_ enabled 
- is_virtualized_ boolexadata 
- true if virtualization is used in the Exadata system
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- member_vm_ Sequence[Getcluster_ details Exadata Insight Member Vm Cluster Detail] 
- state str
- The current state of the Exadata insight.
- status str
- Indicates the status of an Exadata insight in Operations Insights
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time_updated str
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartmentId String
- Compartment identifier of the Exadata insight resource
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- enterpriseManager StringBridge Id 
- OPSI Enterprise Manager Bridge OCID
- enterpriseManager StringEntity Display Name 
- Enterprise Manager Entity Display Name
- enterpriseManager StringEntity Identifier 
- Enterprise Manager Entity Unique Identifier
- enterpriseManager StringEntity Name 
- Enterprise Manager Entity Name
- enterpriseManager StringEntity Type 
- Enterprise Manager Entity Type
- enterpriseManager StringIdentifier 
- Enterprise Manager Unique Identifier
- entitySource String
- Source of the Exadata system.
- exadataDisplay StringName 
- The user-friendly name for the Exadata system. The name does not have to be unique.
- exadataInfra StringId 
- The OCID of the Exadata Infrastructure.
- exadataInfra StringResource Type 
- Oracle Cloud Infrastructure exadata infrastructure resource type
- exadataInsight StringId 
- exadataName String
- The Exadata system name. If the Exadata systems managed by Enterprise Manager, the name is unique amongst the Exadata systems managed by the same Enterprise Manager.
- exadataRack StringType 
- Exadata rack type.
- exadataShape String
- The shape of the Exadata Infrastructure.
- exadataType String
- Operations Insights internal representation of the the Exadata system type.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Exadata insight identifier
- isAuto BooleanSync Enabled 
- isVirtualized BooleanExadata 
- true if virtualization is used in the Exadata system
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- memberVm List<Property Map>Cluster Details 
- state String
- The current state of the Exadata insight.
- status String
- Indicates the status of an Exadata insight in Operations Insights
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- timeUpdated String
- The time the Exadata insight was updated. An RFC3339 formatted datetime string
Supporting Types
GetExadataInsightMemberVmClusterDetail      
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- DbmPrivate stringEndpoint Id 
- MemberDatabase List<GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail> 
- OpsiPrivate stringEndpoint Id 
- VmCluster stringType 
- VmclusterId string
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- DbmPrivate stringEndpoint Id 
- MemberDatabase []GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail 
- OpsiPrivate stringEndpoint Id 
- VmCluster stringType 
- VmclusterId string
- compartmentId String
- Compartment identifier of the Exadata insight resource
- dbmPrivate StringEndpoint Id 
- memberDatabase List<GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail> 
- opsiPrivate StringEndpoint Id 
- vmCluster StringType 
- vmclusterId String
- compartmentId string
- Compartment identifier of the Exadata insight resource
- dbmPrivate stringEndpoint Id 
- memberDatabase GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail[] 
- opsiPrivate stringEndpoint Id 
- vmCluster stringType 
- vmclusterId string
- compartment_id str
- Compartment identifier of the Exadata insight resource
- dbm_private_ strendpoint_ id 
- member_database_ Sequence[Getdetails Exadata Insight Member Vm Cluster Detail Member Database Detail] 
- opsi_private_ strendpoint_ id 
- vm_cluster_ strtype 
- vmcluster_id str
- compartmentId String
- Compartment identifier of the Exadata insight resource
- dbmPrivate StringEndpoint Id 
- memberDatabase List<Property Map>Details 
- opsiPrivate StringEndpoint Id 
- vmCluster StringType 
- vmclusterId String
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetail         
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- ConnectionCredential List<GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Credential Detail> 
- ConnectionDetails List<GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail> 
- CredentialDetails List<GetExadata Insight Member Vm Cluster Detail Member Database Detail Credential Detail> 
- DatabaseId string
- DatabaseResource stringType 
- DbmPrivate stringEndpoint Id 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DeploymentType string
- EntitySource string
- Source of the Exadata system.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- ManagementAgent stringId 
- OpsiPrivate stringEndpoint Id 
- ServiceName string
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- CompartmentId string
- Compartment identifier of the Exadata insight resource
- ConnectionCredential []GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Credential Detail 
- ConnectionDetails []GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail 
- CredentialDetails []GetExadata Insight Member Vm Cluster Detail Member Database Detail Credential Detail 
- DatabaseId string
- DatabaseResource stringType 
- DbmPrivate stringEndpoint Id 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DeploymentType string
- EntitySource string
- Source of the Exadata system.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- ManagementAgent stringId 
- OpsiPrivate stringEndpoint Id 
- ServiceName string
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- compartmentId String
- Compartment identifier of the Exadata insight resource
- connectionCredential List<GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Credential Detail> 
- connectionDetails List<GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail> 
- credentialDetails List<GetExadata Insight Member Vm Cluster Detail Member Database Detail Credential Detail> 
- databaseId String
- databaseResource StringType 
- dbmPrivate StringEndpoint Id 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentType String
- entitySource String
- Source of the Exadata system.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- managementAgent StringId 
- opsiPrivate StringEndpoint Id 
- serviceName String
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- compartmentId string
- Compartment identifier of the Exadata insight resource
- connectionCredential GetDetails Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Credential Detail[] 
- connectionDetails GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail[] 
- credentialDetails GetExadata Insight Member Vm Cluster Detail Member Database Detail Credential Detail[] 
- databaseId string
- databaseResource stringType 
- dbmPrivate stringEndpoint Id 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentType string
- entitySource string
- Source of the Exadata system.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- managementAgent stringId 
- opsiPrivate stringEndpoint Id 
- serviceName string
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- compartment_id str
- Compartment identifier of the Exadata insight resource
- connection_credential_ Sequence[Getdetails Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Credential Detail] 
- connection_details Sequence[GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail] 
- credential_details Sequence[GetExadata Insight Member Vm Cluster Detail Member Database Detail Credential Detail] 
- database_id str
- database_resource_ strtype 
- dbm_private_ strendpoint_ id 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deployment_type str
- entity_source str
- Source of the Exadata system.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- management_agent_ strid 
- opsi_private_ strendpoint_ id 
- service_name str
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- compartmentId String
- Compartment identifier of the Exadata insight resource
- connectionCredential List<Property Map>Details 
- connectionDetails List<Property Map>
- credentialDetails List<Property Map>
- databaseId String
- databaseResource StringType 
- dbmPrivate StringEndpoint Id 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentType String
- entitySource String
- Source of the Exadata system.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- managementAgent StringId 
- opsiPrivate StringEndpoint Id 
- serviceName String
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionCredentialDetail            
- CredentialSource stringName 
- CredentialType string
- PasswordSecret stringId 
- Role string
- UserName string
- WalletSecret stringId 
- CredentialSource stringName 
- CredentialType string
- PasswordSecret stringId 
- Role string
- UserName string
- WalletSecret stringId 
- credentialSource StringName 
- credentialType String
- passwordSecret StringId 
- role String
- userName String
- walletSecret StringId 
- credentialSource stringName 
- credentialType string
- passwordSecret stringId 
- role string
- userName string
- walletSecret stringId 
- credential_source_ strname 
- credential_type str
- password_secret_ strid 
- role str
- user_name str
- wallet_secret_ strid 
- credentialSource StringName 
- credentialType String
- passwordSecret StringId 
- role String
- userName String
- walletSecret StringId 
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetail           
- hostName String
- hosts
List<GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail Host> 
- port Integer
- protocol String
- serviceName String
- hostName string
- hosts
GetExadata Insight Member Vm Cluster Detail Member Database Detail Connection Detail Host[] 
- port number
- protocol string
- serviceName string
- hostName String
- hosts List<Property Map>
- port Number
- protocol String
- serviceName String
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailHost            
GetExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetail           
- CredentialSource stringName 
- CredentialType string
- PasswordSecret stringId 
- Role string
- UserName string
- WalletSecret stringId 
- CredentialSource stringName 
- CredentialType string
- PasswordSecret stringId 
- Role string
- UserName string
- WalletSecret stringId 
- credentialSource StringName 
- credentialType String
- passwordSecret StringId 
- role String
- userName String
- walletSecret StringId 
- credentialSource stringName 
- credentialType string
- passwordSecret stringId 
- role string
- userName string
- walletSecret stringId 
- credential_source_ strname 
- credential_type str
- password_secret_ strid 
- role str
- user_name str
- wallet_secret_ strid 
- credentialSource StringName 
- credentialType String
- passwordSecret StringId 
- role String
- userName String
- walletSecret StringId 
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.