oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.Opsi.ExadataInsight

This resource provides the Exadata Insight resource in Oracle Cloud Infrastructure Opsi service.

Create an Exadata insight resource for an Exadata system in Operations Insights. The Exadata system will be enabled in Operations Insights. Exadata-related metric collection and analysis will be started.

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testExadataInsight = new Oci.Opsi.ExadataInsight("testExadataInsight", new()
    {
        CompartmentId = @var.Compartment_id,
        EnterpriseManagerBridgeId = oci_opsi_enterprise_manager_bridge.Test_enterprise_manager_bridge.Id,
        EnterpriseManagerEntityIdentifier = @var.Exadata_insight_enterprise_manager_entity_identifier,
        EnterpriseManagerIdentifier = @var.Exadata_insight_enterprise_manager_identifier,
        EntitySource = @var.Exadata_insight_entity_source,
        DefinedTags = 
        {
            { "foo-namespace.bar-key", "value" },
        },
        FreeformTags = 
        {
            { "bar-key", "value" },
        },
        IsAutoSyncEnabled = @var.Exadata_insight_is_auto_sync_enabled,
    });

});
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/Opsi"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := Opsi.NewExadataInsight(ctx, "testExadataInsight", &Opsi.ExadataInsightArgs{
			CompartmentId:                     pulumi.Any(_var.Compartment_id),
			EnterpriseManagerBridgeId:         pulumi.Any(oci_opsi_enterprise_manager_bridge.Test_enterprise_manager_bridge.Id),
			EnterpriseManagerEntityIdentifier: pulumi.Any(_var.Exadata_insight_enterprise_manager_entity_identifier),
			EnterpriseManagerIdentifier:       pulumi.Any(_var.Exadata_insight_enterprise_manager_identifier),
			EntitySource:                      pulumi.Any(_var.Exadata_insight_entity_source),
			DefinedTags: pulumi.AnyMap{
				"foo-namespace.bar-key": pulumi.Any("value"),
			},
			FreeformTags: pulumi.AnyMap{
				"bar-key": pulumi.Any("value"),
			},
			IsAutoSyncEnabled: pulumi.Any(_var.Exadata_insight_is_auto_sync_enabled),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.ExadataInsight;
import com.pulumi.oci.Opsi.ExadataInsightArgs;
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) {
        var testExadataInsight = new ExadataInsight("testExadataInsight", ExadataInsightArgs.builder()        
            .compartmentId(var_.compartment_id())
            .enterpriseManagerBridgeId(oci_opsi_enterprise_manager_bridge.test_enterprise_manager_bridge().id())
            .enterpriseManagerEntityIdentifier(var_.exadata_insight_enterprise_manager_entity_identifier())
            .enterpriseManagerIdentifier(var_.exadata_insight_enterprise_manager_identifier())
            .entitySource(var_.exadata_insight_entity_source())
            .definedTags(Map.of("foo-namespace.bar-key", "value"))
            .freeformTags(Map.of("bar-key", "value"))
            .isAutoSyncEnabled(var_.exadata_insight_is_auto_sync_enabled())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_exadata_insight = oci.opsi.ExadataInsight("testExadataInsight",
    compartment_id=var["compartment_id"],
    enterprise_manager_bridge_id=oci_opsi_enterprise_manager_bridge["test_enterprise_manager_bridge"]["id"],
    enterprise_manager_entity_identifier=var["exadata_insight_enterprise_manager_entity_identifier"],
    enterprise_manager_identifier=var["exadata_insight_enterprise_manager_identifier"],
    entity_source=var["exadata_insight_entity_source"],
    defined_tags={
        "foo-namespace.bar-key": "value",
    },
    freeform_tags={
        "bar-key": "value",
    },
    is_auto_sync_enabled=var["exadata_insight_is_auto_sync_enabled"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testExadataInsight = new oci.opsi.ExadataInsight("testExadataInsight", {
    compartmentId: _var.compartment_id,
    enterpriseManagerBridgeId: oci_opsi_enterprise_manager_bridge.test_enterprise_manager_bridge.id,
    enterpriseManagerEntityIdentifier: _var.exadata_insight_enterprise_manager_entity_identifier,
    enterpriseManagerIdentifier: _var.exadata_insight_enterprise_manager_identifier,
    entitySource: _var.exadata_insight_entity_source,
    definedTags: {
        "foo-namespace.bar-key": "value",
    },
    freeformTags: {
        "bar-key": "value",
    },
    isAutoSyncEnabled: _var.exadata_insight_is_auto_sync_enabled,
});
resources:
  testExadataInsight:
    type: oci:Opsi:ExadataInsight
    properties:
      #Required
      compartmentId: ${var.compartment_id}
      enterpriseManagerBridgeId: ${oci_opsi_enterprise_manager_bridge.test_enterprise_manager_bridge.id}
      enterpriseManagerEntityIdentifier: ${var.exadata_insight_enterprise_manager_entity_identifier}
      enterpriseManagerIdentifier: ${var.exadata_insight_enterprise_manager_identifier}
      entitySource: ${var.exadata_insight_entity_source}
      #Optional
      definedTags:
        foo-namespace.bar-key: value
      freeformTags:
        bar-key: value
      isAutoSyncEnabled: ${var.exadata_insight_is_auto_sync_enabled}

Create ExadataInsight Resource

new ExadataInsight(name: string, args: ExadataInsightArgs, opts?: CustomResourceOptions);
@overload
def ExadataInsight(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   compartment_id: Optional[str] = None,
                   defined_tags: Optional[Mapping[str, Any]] = None,
                   enterprise_manager_bridge_id: Optional[str] = None,
                   enterprise_manager_entity_identifier: Optional[str] = None,
                   enterprise_manager_identifier: Optional[str] = None,
                   entity_source: Optional[str] = None,
                   exadata_infra_id: Optional[str] = None,
                   freeform_tags: Optional[Mapping[str, Any]] = None,
                   is_auto_sync_enabled: Optional[bool] = None,
                   member_vm_cluster_details: Optional[Sequence[_opsi.ExadataInsightMemberVmClusterDetailArgs]] = None,
                   status: Optional[str] = None)
@overload
def ExadataInsight(resource_name: str,
                   args: ExadataInsightArgs,
                   opts: Optional[ResourceOptions] = None)
func NewExadataInsight(ctx *Context, name string, args ExadataInsightArgs, opts ...ResourceOption) (*ExadataInsight, error)
public ExadataInsight(string name, ExadataInsightArgs args, CustomResourceOptions? opts = null)
public ExadataInsight(String name, ExadataInsightArgs args)
public ExadataInsight(String name, ExadataInsightArgs args, CustomResourceOptions options)
type: oci:Opsi:ExadataInsight
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ExadataInsightArgs
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 ExadataInsightArgs
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 ExadataInsightArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ExadataInsightArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ExadataInsightArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ExadataInsight Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The ExadataInsight resource accepts the following input properties:

CompartmentId string

(Updatable) Compartment Identifier of Exadata insight

EntitySource string

(Updatable) Source of the Exadata system.

DefinedTags Dictionary<string, object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

EnterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

EnterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

EnterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

ExadataInfraId string
FreeformTags Dictionary<string, object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

IsAutoSyncEnabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

MemberVmClusterDetails List<ExadataInsightMemberVmClusterDetailArgs>
Status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

CompartmentId string

(Updatable) Compartment Identifier of Exadata insight

EntitySource string

(Updatable) Source of the Exadata system.

DefinedTags map[string]interface{}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

EnterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

EnterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

EnterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

ExadataInfraId string
FreeformTags map[string]interface{}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

IsAutoSyncEnabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

MemberVmClusterDetails []ExadataInsightMemberVmClusterDetailArgs
Status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

compartmentId String

(Updatable) Compartment Identifier of Exadata insight

entitySource String

(Updatable) Source of the Exadata system.

definedTags Map<String,Object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId String

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityIdentifier String

Enterprise Manager Entity Unique Identifier

enterpriseManagerIdentifier String

Enterprise Manager Unique Identifier

exadataInfraId String
freeformTags Map<String,Object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled Boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

memberVmClusterDetails List<ExadataInsightMemberVmClusterDetailArgs>
status String

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

compartmentId string

(Updatable) Compartment Identifier of Exadata insight

entitySource string

(Updatable) Source of the Exadata system.

definedTags {[key: string]: any}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

enterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

exadataInfraId string
freeformTags {[key: string]: any}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

memberVmClusterDetails ExadataInsightMemberVmClusterDetailArgs[]
status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

compartment_id str

(Updatable) Compartment Identifier of Exadata insight

entity_source str

(Updatable) Source of the Exadata system.

defined_tags Mapping[str, Any]

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterprise_manager_bridge_id str

OPSI Enterprise Manager Bridge OCID

enterprise_manager_entity_identifier str

Enterprise Manager Entity Unique Identifier

enterprise_manager_identifier str

Enterprise Manager Unique Identifier

exadata_infra_id str
freeform_tags Mapping[str, Any]

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

is_auto_sync_enabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

member_vm_cluster_details ExadataInsightMemberVmClusterDetailArgs]
status str

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

compartmentId String

(Updatable) Compartment Identifier of Exadata insight

entitySource String

(Updatable) Source of the Exadata system.

definedTags Map<Any>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId String

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityIdentifier String

Enterprise Manager Entity Unique Identifier

enterpriseManagerIdentifier String

Enterprise Manager Unique Identifier

exadataInfraId String
freeformTags Map<Any>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled Boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

memberVmClusterDetails List<Property Map>
status String

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

Outputs

All input properties are implicitly available as output properties. Additionally, the ExadataInsight resource produces the following output properties:

EnterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

EnterpriseManagerEntityName string

Enterprise Manager Entity Name

EnterpriseManagerEntityType string

Enterprise Manager Entity Type

ExadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

ExadataInfraResourceType string
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.

ExadataRackType string

Exadata rack type.

ExadataShape string
ExadataType string

Operations Insights internal representation of the the Exadata system type.

Id string

The provider-assigned unique ID for this managed resource.

IsVirtualizedExadata bool

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.

State string

The current state of the Exadata insight.

SystemTags Dictionary<string, object>

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

EnterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

EnterpriseManagerEntityName string

Enterprise Manager Entity Name

EnterpriseManagerEntityType string

Enterprise Manager Entity Type

ExadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

ExadataInfraResourceType string
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.

ExadataRackType string

Exadata rack type.

ExadataShape string
ExadataType string

Operations Insights internal representation of the the Exadata system type.

Id string

The provider-assigned unique ID for this managed resource.

IsVirtualizedExadata bool

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.

State string

The current state of the Exadata insight.

SystemTags map[string]interface{}

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

enterpriseManagerEntityDisplayName String

Enterprise Manager Entity Display Name

enterpriseManagerEntityName String

Enterprise Manager Entity Name

enterpriseManagerEntityType String

Enterprise Manager Entity Type

exadataDisplayName String

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraResourceType String
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.

exadataRackType String

Exadata rack type.

exadataShape String
exadataType String

Operations Insights internal representation of the the Exadata system type.

id String

The provider-assigned unique ID for this managed resource.

isVirtualizedExadata Boolean

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.

state String

The current state of the Exadata insight.

systemTags Map<String,Object>

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

enterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

enterpriseManagerEntityName string

Enterprise Manager Entity Name

enterpriseManagerEntityType string

Enterprise Manager Entity Type

exadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraResourceType string
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.

exadataRackType string

Exadata rack type.

exadataShape string
exadataType string

Operations Insights internal representation of the the Exadata system type.

id string

The provider-assigned unique ID for this managed resource.

isVirtualizedExadata boolean

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.

state string

The current state of the Exadata insight.

systemTags {[key: string]: any}

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

enterprise_manager_entity_display_name str

Enterprise Manager Entity Display Name

enterprise_manager_entity_name str

Enterprise Manager Entity Name

enterprise_manager_entity_type str

Enterprise Manager Entity Type

exadata_display_name str

The user-friendly name for the Exadata system. The name does not have to be unique.

exadata_infra_resource_type str
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_type str

Exadata rack type.

exadata_shape str
exadata_type str

Operations Insights internal representation of the the Exadata system type.

id str

The provider-assigned unique ID for this managed resource.

is_virtualized_exadata bool

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.

state str

The current state of the Exadata insight.

system_tags Mapping[str, Any]

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

enterpriseManagerEntityDisplayName String

Enterprise Manager Entity Display Name

enterpriseManagerEntityName String

Enterprise Manager Entity Name

enterpriseManagerEntityType String

Enterprise Manager Entity Type

exadataDisplayName String

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraResourceType String
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.

exadataRackType String

Exadata rack type.

exadataShape String
exadataType String

Operations Insights internal representation of the the Exadata system type.

id String

The provider-assigned unique ID for this managed resource.

isVirtualizedExadata Boolean

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.

state String

The current state of the Exadata insight.

systemTags Map<Any>

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

Look up Existing ExadataInsight Resource

Get an existing ExadataInsight 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?: ExadataInsightState, opts?: CustomResourceOptions): ExadataInsight
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        compartment_id: Optional[str] = None,
        defined_tags: Optional[Mapping[str, Any]] = None,
        enterprise_manager_bridge_id: Optional[str] = None,
        enterprise_manager_entity_display_name: Optional[str] = None,
        enterprise_manager_entity_identifier: Optional[str] = None,
        enterprise_manager_entity_name: Optional[str] = None,
        enterprise_manager_entity_type: Optional[str] = None,
        enterprise_manager_identifier: Optional[str] = None,
        entity_source: Optional[str] = None,
        exadata_display_name: Optional[str] = None,
        exadata_infra_id: Optional[str] = None,
        exadata_infra_resource_type: Optional[str] = None,
        exadata_name: Optional[str] = None,
        exadata_rack_type: Optional[str] = None,
        exadata_shape: Optional[str] = None,
        exadata_type: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, Any]] = None,
        is_auto_sync_enabled: Optional[bool] = None,
        is_virtualized_exadata: Optional[bool] = None,
        lifecycle_details: Optional[str] = None,
        member_vm_cluster_details: Optional[Sequence[_opsi.ExadataInsightMemberVmClusterDetailArgs]] = None,
        state: Optional[str] = None,
        status: Optional[str] = None,
        system_tags: Optional[Mapping[str, Any]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None) -> ExadataInsight
func GetExadataInsight(ctx *Context, name string, id IDInput, state *ExadataInsightState, opts ...ResourceOption) (*ExadataInsight, error)
public static ExadataInsight Get(string name, Input<string> id, ExadataInsightState? state, CustomResourceOptions? opts = null)
public static ExadataInsight get(String name, Output<String> id, ExadataInsightState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
CompartmentId string

(Updatable) Compartment Identifier of Exadata insight

DefinedTags Dictionary<string, object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

EnterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

EnterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

EnterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

EnterpriseManagerEntityName string

Enterprise Manager Entity Name

EnterpriseManagerEntityType string

Enterprise Manager Entity Type

EnterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

EntitySource string

(Updatable) Source of the Exadata system.

ExadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

ExadataInfraId string
ExadataInfraResourceType string
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.

ExadataRackType string

Exadata rack type.

ExadataShape string
ExadataType string

Operations Insights internal representation of the the Exadata system type.

FreeformTags Dictionary<string, object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

IsAutoSyncEnabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

IsVirtualizedExadata bool

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.

MemberVmClusterDetails List<ExadataInsightMemberVmClusterDetailArgs>
State string

The current state of the Exadata insight.

Status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

SystemTags Dictionary<string, object>

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

(Updatable) Compartment Identifier of Exadata insight

DefinedTags map[string]interface{}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

EnterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

EnterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

EnterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

EnterpriseManagerEntityName string

Enterprise Manager Entity Name

EnterpriseManagerEntityType string

Enterprise Manager Entity Type

EnterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

EntitySource string

(Updatable) Source of the Exadata system.

ExadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

ExadataInfraId string
ExadataInfraResourceType string
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.

ExadataRackType string

Exadata rack type.

ExadataShape string
ExadataType string

Operations Insights internal representation of the the Exadata system type.

FreeformTags map[string]interface{}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

IsAutoSyncEnabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

IsVirtualizedExadata bool

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.

MemberVmClusterDetails []ExadataInsightMemberVmClusterDetailArgs
State string

The current state of the Exadata insight.

Status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

SystemTags map[string]interface{}

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

(Updatable) Compartment Identifier of Exadata insight

definedTags Map<String,Object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId String

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityDisplayName String

Enterprise Manager Entity Display Name

enterpriseManagerEntityIdentifier String

Enterprise Manager Entity Unique Identifier

enterpriseManagerEntityName String

Enterprise Manager Entity Name

enterpriseManagerEntityType String

Enterprise Manager Entity Type

enterpriseManagerIdentifier String

Enterprise Manager Unique Identifier

entitySource String

(Updatable) Source of the Exadata system.

exadataDisplayName String

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraId String
exadataInfraResourceType String
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.

exadataRackType String

Exadata rack type.

exadataShape String
exadataType String

Operations Insights internal representation of the the Exadata system type.

freeformTags Map<String,Object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled Boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

isVirtualizedExadata Boolean

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.

memberVmClusterDetails List<ExadataInsightMemberVmClusterDetailArgs>
state String

The current state of the Exadata insight.

status String

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

systemTags Map<String,Object>

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

(Updatable) Compartment Identifier of Exadata insight

definedTags {[key: string]: any}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId string

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityDisplayName string

Enterprise Manager Entity Display Name

enterpriseManagerEntityIdentifier string

Enterprise Manager Entity Unique Identifier

enterpriseManagerEntityName string

Enterprise Manager Entity Name

enterpriseManagerEntityType string

Enterprise Manager Entity Type

enterpriseManagerIdentifier string

Enterprise Manager Unique Identifier

entitySource string

(Updatable) Source of the Exadata system.

exadataDisplayName string

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraId string
exadataInfraResourceType string
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.

exadataRackType string

Exadata rack type.

exadataShape string
exadataType string

Operations Insights internal representation of the the Exadata system type.

freeformTags {[key: string]: any}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

isVirtualizedExadata boolean

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.

memberVmClusterDetails ExadataInsightMemberVmClusterDetailArgs[]
state string

The current state of the Exadata insight.

status string

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

systemTags {[key: string]: any}

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

(Updatable) Compartment Identifier of Exadata insight

defined_tags Mapping[str, Any]

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterprise_manager_bridge_id str

OPSI Enterprise Manager Bridge OCID

enterprise_manager_entity_display_name str

Enterprise Manager Entity Display Name

enterprise_manager_entity_identifier str

Enterprise Manager Entity Unique Identifier

enterprise_manager_entity_name str

Enterprise Manager Entity Name

enterprise_manager_entity_type str

Enterprise Manager Entity Type

enterprise_manager_identifier str

Enterprise Manager Unique Identifier

entity_source str

(Updatable) Source of the Exadata system.

exadata_display_name str

The user-friendly name for the Exadata system. The name does not have to be unique.

exadata_infra_id str
exadata_infra_resource_type str
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_type str

Exadata rack type.

exadata_shape str
exadata_type str

Operations Insights internal representation of the the Exadata system type.

freeform_tags Mapping[str, Any]

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

is_auto_sync_enabled bool

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

is_virtualized_exadata bool

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_cluster_details ExadataInsightMemberVmClusterDetailArgs]
state str

The current state of the Exadata insight.

status str

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

system_tags Mapping[str, Any]

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

(Updatable) Compartment Identifier of Exadata insight

definedTags Map<Any>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

enterpriseManagerBridgeId String

OPSI Enterprise Manager Bridge OCID

enterpriseManagerEntityDisplayName String

Enterprise Manager Entity Display Name

enterpriseManagerEntityIdentifier String

Enterprise Manager Entity Unique Identifier

enterpriseManagerEntityName String

Enterprise Manager Entity Name

enterpriseManagerEntityType String

Enterprise Manager Entity Type

enterpriseManagerIdentifier String

Enterprise Manager Unique Identifier

entitySource String

(Updatable) Source of the Exadata system.

exadataDisplayName String

The user-friendly name for the Exadata system. The name does not have to be unique.

exadataInfraId String
exadataInfraResourceType String
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.

exadataRackType String

Exadata rack type.

exadataShape String
exadataType String

Operations Insights internal representation of the the Exadata system type.

freeformTags Map<Any>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

isAutoSyncEnabled Boolean

(Updatable) Set to true to enable automatic enablement and disablement of related targets from Enterprise Manager. New resources (e.g. Database Insights) will be placed in the same compartment as the related Exadata Insight.

isVirtualizedExadata Boolean

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.

memberVmClusterDetails List<Property Map>
state String

The current state of the Exadata insight.

status String

(Updatable) Status of the resource. Example: "ENABLED", "DISABLED". Resource can be either enabled or disabled by updating the value of status field to either "ENABLED" or "DISABLED"

systemTags Map<Any>

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

ExadataInsightMemberVmClusterDetail

compartmentId String

(Updatable) Compartment Identifier of Exadata insight

memberDatabaseDetails List<Property Map>
opsiPrivateEndpointId String
vmclusterId String

ExadataInsightMemberVmClusterDetailMemberDatabaseDetail

CompartmentId string

(Updatable) Compartment Identifier of Exadata insight

CredentialDetails ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails
DatabaseId string
DatabaseResourceType string
DbmPrivateEndpointId string
DefinedTags Dictionary<string, object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

DeploymentType string
EntitySource string

(Updatable) Source of the Exadata system.

FreeformTags Dictionary<string, object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

OpsiPrivateEndpointId string
ServiceName string
SystemTags Dictionary<string, object>

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

CompartmentId string

(Updatable) Compartment Identifier of Exadata insight

CredentialDetails ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails
DatabaseId string
DatabaseResourceType string
DbmPrivateEndpointId string
DefinedTags map[string]interface{}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

DeploymentType string
EntitySource string

(Updatable) Source of the Exadata system.

FreeformTags map[string]interface{}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

OpsiPrivateEndpointId string
ServiceName string
SystemTags map[string]interface{}

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

compartmentId String

(Updatable) Compartment Identifier of Exadata insight

credentialDetails ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails
databaseId String
databaseResourceType String
dbmPrivateEndpointId String
definedTags Map<String,Object>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

deploymentType String
entitySource String

(Updatable) Source of the Exadata system.

freeformTags Map<String,Object>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

opsiPrivateEndpointId String
serviceName String
systemTags Map<String,Object>

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

compartmentId string

(Updatable) Compartment Identifier of Exadata insight

credentialDetails ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails
databaseId string
databaseResourceType string
dbmPrivateEndpointId string
definedTags {[key: string]: any}

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

deploymentType string
entitySource string

(Updatable) Source of the Exadata system.

freeformTags {[key: string]: any}

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

opsiPrivateEndpointId string
serviceName string
systemTags {[key: string]: any}

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

compartment_id str

(Updatable) Compartment Identifier of Exadata insight

credential_details ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails
database_id str
database_resource_type str
dbm_private_endpoint_id str
defined_tags Mapping[str, Any]

(Updatable) 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

(Updatable) Source of the Exadata system.

freeform_tags Mapping[str, Any]

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

opsi_private_endpoint_id str
service_name str
system_tags Mapping[str, Any]

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

compartmentId String

(Updatable) Compartment Identifier of Exadata insight

credentialDetails Property Map
databaseId String
databaseResourceType String
dbmPrivateEndpointId String
definedTags Map<Any>

(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

deploymentType String
entitySource String

(Updatable) Source of the Exadata system.

freeformTags Map<Any>

(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

opsiPrivateEndpointId String
serviceName String
systemTags Map<Any>

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails

Import

ExadataInsights can be imported using the id, e.g.

 $ pulumi import oci:Opsi/exadataInsight:ExadataInsight test_exadata_insight "id"

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.