oci.Opsi.ExadataInsight
Explore with Pulumi AI
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExadataInsight = new oci.opsi.ExadataInsight("test_exadata_insight", {
compartmentId: compartmentId,
enterpriseManagerBridgeId: testEnterpriseManagerBridge.id,
enterpriseManagerEntityIdentifier: exadataInsightEnterpriseManagerEntityIdentifier,
enterpriseManagerIdentifier: exadataInsightEnterpriseManagerIdentifier,
entitySource: exadataInsightEntitySource,
definedTags: {
"foo-namespace.bar-key": "value",
},
freeformTags: {
"bar-key": "value",
},
isAutoSyncEnabled: exadataInsightIsAutoSyncEnabled,
memberVmClusterDetails: [{
compartmentId: compartmentId,
dbmPrivateEndpointId: testPrivateEndpoint.id,
memberDatabaseDetails: [{
compartmentId: compartmentId,
connectionDetails: {
hosts: [{
hostIp: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsHostIp,
port: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsPort,
}],
protocol: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsProtocol,
serviceName: testService.name,
},
credentialDetails: {
credentialType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType,
credentialSourceName: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName,
passwordSecretId: testSecret.id,
role: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole,
userName: testUser.name,
walletSecretId: testSecret.id,
},
databaseId: testDatabase.id,
databaseResourceType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDatabaseResourceType,
dbmPrivateEndpointId: testPrivateEndpoint.id,
definedTags: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDefinedTags,
deploymentType: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDeploymentType,
entitySource: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsEntitySource,
freeformTags: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsFreeformTags,
opsiPrivateEndpointId: testPrivateEndpoint.id,
serviceName: testService.name,
systemTags: exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsSystemTags,
}],
opsiPrivateEndpointId: testPrivateEndpoint.id,
vmclusterId: testVmcluster.id,
}],
});
import pulumi
import pulumi_oci as oci
test_exadata_insight = oci.opsi.ExadataInsight("test_exadata_insight",
compartment_id=compartment_id,
enterprise_manager_bridge_id=test_enterprise_manager_bridge["id"],
enterprise_manager_entity_identifier=exadata_insight_enterprise_manager_entity_identifier,
enterprise_manager_identifier=exadata_insight_enterprise_manager_identifier,
entity_source=exadata_insight_entity_source,
defined_tags={
"foo-namespace.bar-key": "value",
},
freeform_tags={
"bar-key": "value",
},
is_auto_sync_enabled=exadata_insight_is_auto_sync_enabled,
member_vm_cluster_details=[oci.opsi.ExadataInsightMemberVmClusterDetailArgs(
compartment_id=compartment_id,
dbm_private_endpoint_id=test_private_endpoint["id"],
member_database_details=[oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs(
compartment_id=compartment_id,
connection_details=oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs(
hosts=[oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs(
host_ip=exadata_insight_member_vm_cluster_details_member_database_details_connection_details_hosts_host_ip,
port=exadata_insight_member_vm_cluster_details_member_database_details_connection_details_hosts_port,
)],
protocol=exadata_insight_member_vm_cluster_details_member_database_details_connection_details_protocol,
service_name=test_service["name"],
),
credential_details=oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs(
credential_type=exadata_insight_member_vm_cluster_details_member_database_details_credential_details_credential_type,
credential_source_name=exadata_insight_member_vm_cluster_details_member_database_details_credential_details_credential_source_name,
password_secret_id=test_secret["id"],
role=exadata_insight_member_vm_cluster_details_member_database_details_credential_details_role,
user_name=test_user["name"],
wallet_secret_id=test_secret["id"],
),
database_id=test_database["id"],
database_resource_type=exadata_insight_member_vm_cluster_details_member_database_details_database_resource_type,
dbm_private_endpoint_id=test_private_endpoint["id"],
defined_tags=exadata_insight_member_vm_cluster_details_member_database_details_defined_tags,
deployment_type=exadata_insight_member_vm_cluster_details_member_database_details_deployment_type,
entity_source=exadata_insight_member_vm_cluster_details_member_database_details_entity_source,
freeform_tags=exadata_insight_member_vm_cluster_details_member_database_details_freeform_tags,
opsi_private_endpoint_id=test_private_endpoint["id"],
service_name=test_service["name"],
system_tags=exadata_insight_member_vm_cluster_details_member_database_details_system_tags,
)],
opsi_private_endpoint_id=test_private_endpoint["id"],
vmcluster_id=test_vmcluster["id"],
)])
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, "test_exadata_insight", &Opsi.ExadataInsightArgs{
CompartmentId: pulumi.Any(compartmentId),
EnterpriseManagerBridgeId: pulumi.Any(testEnterpriseManagerBridge.Id),
EnterpriseManagerEntityIdentifier: pulumi.Any(exadataInsightEnterpriseManagerEntityIdentifier),
EnterpriseManagerIdentifier: pulumi.Any(exadataInsightEnterpriseManagerIdentifier),
EntitySource: pulumi.Any(exadataInsightEntitySource),
DefinedTags: pulumi.Map{
"foo-namespace.bar-key": pulumi.Any("value"),
},
FreeformTags: pulumi.Map{
"bar-key": pulumi.Any("value"),
},
IsAutoSyncEnabled: pulumi.Any(exadataInsightIsAutoSyncEnabled),
MemberVmClusterDetails: opsi.ExadataInsightMemberVmClusterDetailArray{
&opsi.ExadataInsightMemberVmClusterDetailArgs{
CompartmentId: pulumi.Any(compartmentId),
DbmPrivateEndpointId: pulumi.Any(testPrivateEndpoint.Id),
MemberDatabaseDetails: opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArray{
&opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs{
CompartmentId: pulumi.Any(compartmentId),
ConnectionDetails: &opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs{
Hosts: opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArray{
&opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs{
HostIp: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsHostIp),
Port: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsPort),
},
},
Protocol: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsProtocol),
ServiceName: pulumi.Any(testService.Name),
},
CredentialDetails: &opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs{
CredentialType: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType),
CredentialSourceName: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName),
PasswordSecretId: pulumi.Any(testSecret.Id),
Role: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole),
UserName: pulumi.Any(testUser.Name),
WalletSecretId: pulumi.Any(testSecret.Id),
},
DatabaseId: pulumi.Any(testDatabase.Id),
DatabaseResourceType: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDatabaseResourceType),
DbmPrivateEndpointId: pulumi.Any(testPrivateEndpoint.Id),
DefinedTags: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDefinedTags),
DeploymentType: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDeploymentType),
EntitySource: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsEntitySource),
FreeformTags: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsFreeformTags),
OpsiPrivateEndpointId: pulumi.Any(testPrivateEndpoint.Id),
ServiceName: pulumi.Any(testService.Name),
SystemTags: pulumi.Any(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsSystemTags),
},
},
OpsiPrivateEndpointId: pulumi.Any(testPrivateEndpoint.Id),
VmclusterId: pulumi.Any(testVmcluster.Id),
},
},
})
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 = new Oci.Opsi.ExadataInsight("test_exadata_insight", new()
{
CompartmentId = compartmentId,
EnterpriseManagerBridgeId = testEnterpriseManagerBridge.Id,
EnterpriseManagerEntityIdentifier = exadataInsightEnterpriseManagerEntityIdentifier,
EnterpriseManagerIdentifier = exadataInsightEnterpriseManagerIdentifier,
EntitySource = exadataInsightEntitySource,
DefinedTags =
{
{ "foo-namespace.bar-key", "value" },
},
FreeformTags =
{
{ "bar-key", "value" },
},
IsAutoSyncEnabled = exadataInsightIsAutoSyncEnabled,
MemberVmClusterDetails = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailArgs
{
CompartmentId = compartmentId,
DbmPrivateEndpointId = testPrivateEndpoint.Id,
MemberDatabaseDetails = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs
{
CompartmentId = compartmentId,
ConnectionDetails = new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs
{
Hosts = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs
{
HostIp = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsHostIp,
Port = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsPort,
},
},
Protocol = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsProtocol,
ServiceName = testService.Name,
},
CredentialDetails = new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs
{
CredentialType = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType,
CredentialSourceName = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName,
PasswordSecretId = testSecret.Id,
Role = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole,
UserName = testUser.Name,
WalletSecretId = testSecret.Id,
},
DatabaseId = testDatabase.Id,
DatabaseResourceType = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDatabaseResourceType,
DbmPrivateEndpointId = testPrivateEndpoint.Id,
DefinedTags = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDefinedTags,
DeploymentType = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDeploymentType,
EntitySource = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsEntitySource,
FreeformTags = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsFreeformTags,
OpsiPrivateEndpointId = testPrivateEndpoint.Id,
ServiceName = testService.Name,
SystemTags = exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsSystemTags,
},
},
OpsiPrivateEndpointId = testPrivateEndpoint.Id,
VmclusterId = testVmcluster.Id,
},
},
});
});
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 com.pulumi.oci.Opsi.inputs.ExadataInsightMemberVmClusterDetailArgs;
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(compartmentId)
.enterpriseManagerBridgeId(testEnterpriseManagerBridge.id())
.enterpriseManagerEntityIdentifier(exadataInsightEnterpriseManagerEntityIdentifier)
.enterpriseManagerIdentifier(exadataInsightEnterpriseManagerIdentifier)
.entitySource(exadataInsightEntitySource)
.definedTags(Map.of("foo-namespace.bar-key", "value"))
.freeformTags(Map.of("bar-key", "value"))
.isAutoSyncEnabled(exadataInsightIsAutoSyncEnabled)
.memberVmClusterDetails(ExadataInsightMemberVmClusterDetailArgs.builder()
.compartmentId(compartmentId)
.dbmPrivateEndpointId(testPrivateEndpoint.id())
.memberDatabaseDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs.builder()
.compartmentId(compartmentId)
.connectionDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs.builder()
.hosts(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs.builder()
.hostIp(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsHostIp)
.port(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsPort)
.build())
.protocol(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsProtocol)
.serviceName(testService.name())
.build())
.credentialDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs.builder()
.credentialType(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType)
.credentialSourceName(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName)
.passwordSecretId(testSecret.id())
.role(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole)
.userName(testUser.name())
.walletSecretId(testSecret.id())
.build())
.databaseId(testDatabase.id())
.databaseResourceType(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDatabaseResourceType)
.dbmPrivateEndpointId(testPrivateEndpoint.id())
.definedTags(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDefinedTags)
.deploymentType(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDeploymentType)
.entitySource(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsEntitySource)
.freeformTags(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsFreeformTags)
.opsiPrivateEndpointId(testPrivateEndpoint.id())
.serviceName(testService.name())
.systemTags(exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsSystemTags)
.build())
.opsiPrivateEndpointId(testPrivateEndpoint.id())
.vmclusterId(testVmcluster.id())
.build())
.build());
}
}
resources:
testExadataInsight:
type: oci:Opsi:ExadataInsight
name: test_exadata_insight
properties:
compartmentId: ${compartmentId}
enterpriseManagerBridgeId: ${testEnterpriseManagerBridge.id}
enterpriseManagerEntityIdentifier: ${exadataInsightEnterpriseManagerEntityIdentifier}
enterpriseManagerIdentifier: ${exadataInsightEnterpriseManagerIdentifier}
entitySource: ${exadataInsightEntitySource}
definedTags:
foo-namespace.bar-key: value
freeformTags:
bar-key: value
isAutoSyncEnabled: ${exadataInsightIsAutoSyncEnabled}
memberVmClusterDetails:
- compartmentId: ${compartmentId}
dbmPrivateEndpointId: ${testPrivateEndpoint.id}
memberDatabaseDetails:
- compartmentId: ${compartmentId}
connectionDetails:
hosts:
- hostIp: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsHostIp}
port: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsHostsPort}
protocol: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsConnectionDetailsProtocol}
serviceName: ${testService.name}
credentialDetails:
credentialType: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialType}
credentialSourceName: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsCredentialSourceName}
passwordSecretId: ${testSecret.id}
role: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsCredentialDetailsRole}
userName: ${testUser.name}
walletSecretId: ${testSecret.id}
databaseId: ${testDatabase.id}
databaseResourceType: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDatabaseResourceType}
dbmPrivateEndpointId: ${testPrivateEndpoint.id}
definedTags: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDefinedTags}
deploymentType: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsDeploymentType}
entitySource: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsEntitySource}
freeformTags: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsFreeformTags}
opsiPrivateEndpointId: ${testPrivateEndpoint.id}
serviceName: ${testService.name}
systemTags: ${exadataInsightMemberVmClusterDetailsMemberDatabaseDetailsSystemTags}
opsiPrivateEndpointId: ${testPrivateEndpoint.id}
vmclusterId: ${testVmcluster.id}
Create ExadataInsight Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExadataInsight(name: string, args: ExadataInsightArgs, opts?: CustomResourceOptions);
@overload
def ExadataInsight(resource_name: str,
args: ExadataInsightArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExadataInsight(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
entity_source: 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,
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)
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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var exadataInsightResource = new Oci.Opsi.ExadataInsight("exadataInsightResource", new()
{
CompartmentId = "string",
EntitySource = "string",
DefinedTags =
{
{ "string", "any" },
},
EnterpriseManagerBridgeId = "string",
EnterpriseManagerEntityIdentifier = "string",
EnterpriseManagerIdentifier = "string",
ExadataInfraId = "string",
FreeformTags =
{
{ "string", "any" },
},
IsAutoSyncEnabled = false,
MemberVmClusterDetails = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailArgs
{
CompartmentId = "string",
DbmPrivateEndpointId = "string",
MemberDatabaseDetails = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs
{
CompartmentId = "string",
ConnectionDetails = new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs
{
Hosts = new[]
{
new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs
{
HostIp = "string",
Port = 0,
},
},
Protocol = "string",
ServiceName = "string",
},
CredentialDetails = new Oci.Opsi.Inputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs
{
CredentialType = "string",
CredentialSourceName = "string",
PasswordSecretId = "string",
Role = "string",
UserName = "string",
WalletSecretId = "string",
},
DatabaseId = "string",
DatabaseResourceType = "string",
DbmPrivateEndpointId = "string",
DefinedTags =
{
{ "string", "any" },
},
DeploymentType = "string",
EntitySource = "string",
FreeformTags =
{
{ "string", "any" },
},
OpsiPrivateEndpointId = "string",
ServiceName = "string",
SystemTags =
{
{ "string", "any" },
},
},
},
OpsiPrivateEndpointId = "string",
VmclusterId = "string",
},
},
Status = "string",
});
example, err := Opsi.NewExadataInsight(ctx, "exadataInsightResource", &Opsi.ExadataInsightArgs{
CompartmentId: pulumi.String("string"),
EntitySource: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
EnterpriseManagerBridgeId: pulumi.String("string"),
EnterpriseManagerEntityIdentifier: pulumi.String("string"),
EnterpriseManagerIdentifier: pulumi.String("string"),
ExadataInfraId: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
IsAutoSyncEnabled: pulumi.Bool(false),
MemberVmClusterDetails: opsi.ExadataInsightMemberVmClusterDetailArray{
&opsi.ExadataInsightMemberVmClusterDetailArgs{
CompartmentId: pulumi.String("string"),
DbmPrivateEndpointId: pulumi.String("string"),
MemberDatabaseDetails: opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArray{
&opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs{
CompartmentId: pulumi.String("string"),
ConnectionDetails: &opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs{
Hosts: opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArray{
&opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs{
HostIp: pulumi.String("string"),
Port: pulumi.Int(0),
},
},
Protocol: pulumi.String("string"),
ServiceName: pulumi.String("string"),
},
CredentialDetails: &opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs{
CredentialType: pulumi.String("string"),
CredentialSourceName: pulumi.String("string"),
PasswordSecretId: pulumi.String("string"),
Role: pulumi.String("string"),
UserName: pulumi.String("string"),
WalletSecretId: pulumi.String("string"),
},
DatabaseId: pulumi.String("string"),
DatabaseResourceType: pulumi.String("string"),
DbmPrivateEndpointId: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
DeploymentType: pulumi.String("string"),
EntitySource: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
OpsiPrivateEndpointId: pulumi.String("string"),
ServiceName: pulumi.String("string"),
SystemTags: pulumi.Map{
"string": pulumi.Any("any"),
},
},
},
OpsiPrivateEndpointId: pulumi.String("string"),
VmclusterId: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
})
var exadataInsightResource = new ExadataInsight("exadataInsightResource", ExadataInsightArgs.builder()
.compartmentId("string")
.entitySource("string")
.definedTags(Map.of("string", "any"))
.enterpriseManagerBridgeId("string")
.enterpriseManagerEntityIdentifier("string")
.enterpriseManagerIdentifier("string")
.exadataInfraId("string")
.freeformTags(Map.of("string", "any"))
.isAutoSyncEnabled(false)
.memberVmClusterDetails(ExadataInsightMemberVmClusterDetailArgs.builder()
.compartmentId("string")
.dbmPrivateEndpointId("string")
.memberDatabaseDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs.builder()
.compartmentId("string")
.connectionDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs.builder()
.hosts(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs.builder()
.hostIp("string")
.port(0)
.build())
.protocol("string")
.serviceName("string")
.build())
.credentialDetails(ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs.builder()
.credentialType("string")
.credentialSourceName("string")
.passwordSecretId("string")
.role("string")
.userName("string")
.walletSecretId("string")
.build())
.databaseId("string")
.databaseResourceType("string")
.dbmPrivateEndpointId("string")
.definedTags(Map.of("string", "any"))
.deploymentType("string")
.entitySource("string")
.freeformTags(Map.of("string", "any"))
.opsiPrivateEndpointId("string")
.serviceName("string")
.systemTags(Map.of("string", "any"))
.build())
.opsiPrivateEndpointId("string")
.vmclusterId("string")
.build())
.status("string")
.build());
exadata_insight_resource = oci.opsi.ExadataInsight("exadataInsightResource",
compartment_id="string",
entity_source="string",
defined_tags={
"string": "any",
},
enterprise_manager_bridge_id="string",
enterprise_manager_entity_identifier="string",
enterprise_manager_identifier="string",
exadata_infra_id="string",
freeform_tags={
"string": "any",
},
is_auto_sync_enabled=False,
member_vm_cluster_details=[oci.opsi.ExadataInsightMemberVmClusterDetailArgs(
compartment_id="string",
dbm_private_endpoint_id="string",
member_database_details=[oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs(
compartment_id="string",
connection_details=oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs(
hosts=[oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs(
host_ip="string",
port=0,
)],
protocol="string",
service_name="string",
),
credential_details=oci.opsi.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs(
credential_type="string",
credential_source_name="string",
password_secret_id="string",
role="string",
user_name="string",
wallet_secret_id="string",
),
database_id="string",
database_resource_type="string",
dbm_private_endpoint_id="string",
defined_tags={
"string": "any",
},
deployment_type="string",
entity_source="string",
freeform_tags={
"string": "any",
},
opsi_private_endpoint_id="string",
service_name="string",
system_tags={
"string": "any",
},
)],
opsi_private_endpoint_id="string",
vmcluster_id="string",
)],
status="string")
const exadataInsightResource = new oci.opsi.ExadataInsight("exadataInsightResource", {
compartmentId: "string",
entitySource: "string",
definedTags: {
string: "any",
},
enterpriseManagerBridgeId: "string",
enterpriseManagerEntityIdentifier: "string",
enterpriseManagerIdentifier: "string",
exadataInfraId: "string",
freeformTags: {
string: "any",
},
isAutoSyncEnabled: false,
memberVmClusterDetails: [{
compartmentId: "string",
dbmPrivateEndpointId: "string",
memberDatabaseDetails: [{
compartmentId: "string",
connectionDetails: {
hosts: [{
hostIp: "string",
port: 0,
}],
protocol: "string",
serviceName: "string",
},
credentialDetails: {
credentialType: "string",
credentialSourceName: "string",
passwordSecretId: "string",
role: "string",
userName: "string",
walletSecretId: "string",
},
databaseId: "string",
databaseResourceType: "string",
dbmPrivateEndpointId: "string",
definedTags: {
string: "any",
},
deploymentType: "string",
entitySource: "string",
freeformTags: {
string: "any",
},
opsiPrivateEndpointId: "string",
serviceName: "string",
systemTags: {
string: "any",
},
}],
opsiPrivateEndpointId: "string",
vmclusterId: "string",
}],
status: "string",
});
type: oci:Opsi:ExadataInsight
properties:
compartmentId: string
definedTags:
string: any
enterpriseManagerBridgeId: string
enterpriseManagerEntityIdentifier: string
enterpriseManagerIdentifier: string
entitySource: string
exadataInfraId: string
freeformTags:
string: any
isAutoSyncEnabled: false
memberVmClusterDetails:
- compartmentId: string
dbmPrivateEndpointId: string
memberDatabaseDetails:
- compartmentId: string
connectionDetails:
hosts:
- hostIp: string
port: 0
protocol: string
serviceName: string
credentialDetails:
credentialSourceName: string
credentialType: string
passwordSecretId: string
role: string
userName: string
walletSecretId: string
databaseId: string
databaseResourceType: string
dbmPrivateEndpointId: string
definedTags:
string: any
deploymentType: string
entitySource: string
freeformTags:
string: any
opsiPrivateEndpointId: string
serviceName: string
systemTags:
string: any
opsiPrivateEndpointId: string
vmclusterId: string
status: string
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:
- Compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- Entity
Source string - (Updatable) Source of the Exadata system.
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- Enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- Enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- Exadata
Infra stringId - 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"}
- Is
Auto boolSync Enabled - (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 List<ExadataCluster Details Insight Member Vm Cluster Detail> - 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"
** 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
- Compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- Entity
Source string - (Updatable) Source of the Exadata system.
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- Enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- Enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- Exadata
Infra stringId - 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"}
- Is
Auto boolSync Enabled - (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 []ExadataCluster Details Insight Member Vm Cluster Detail Args - 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"
** 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
- compartment
Id String - (Updatable) Compartment Identifier of Exadata insight
- entity
Source String - (Updatable) Source of the Exadata system.
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager StringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager StringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager StringIdentifier - Enterprise Manager Unique Identifier
- exadata
Infra StringId - 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"}
- is
Auto BooleanSync Enabled - (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 List<ExadataCluster Details Insight Member Vm Cluster Detail> - 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"
** 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
- compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- entity
Source string - (Updatable) Source of the Exadata system.
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- exadata
Infra stringId - {[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"}
- is
Auto booleanSync Enabled - (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 ExadataCluster Details Insight Member Vm Cluster Detail[] - 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"
** 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
- compartment_
id str - (Updatable) Compartment Identifier of Exadata insight
- entity_
source str - (Updatable) Source of the Exadata system.
- 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_ strbridge_ id - OPSI Enterprise Manager Bridge OCID
- enterprise_
manager_ strentity_ identifier - Enterprise Manager Entity Unique Identifier
- enterprise_
manager_ stridentifier - Enterprise Manager Unique Identifier
- exadata_
infra_ strid - 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_ boolsync_ enabled - (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_ Sequence[opsi.cluster_ details Exadata Insight Member Vm Cluster Detail Args] - 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"
** 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
- compartment
Id String - (Updatable) Compartment Identifier of Exadata insight
- entity
Source String - (Updatable) Source of the Exadata system.
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager StringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager StringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager StringIdentifier - Enterprise Manager Unique Identifier
- exadata
Infra StringId - 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"}
- is
Auto BooleanSync Enabled - (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 List<Property Map>Cluster Details - 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"
** 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
Outputs
All input properties are implicitly available as output properties. Additionally, the ExadataInsight resource produces the following output properties:
- Enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- Enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- Enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- Exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- Exadata
Infra stringResource Type - Exadata
Name 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.
- Exadata
Rack stringType - Exadata rack type.
- Exadata
Shape string - Exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Virtualized boolExadata - true if virtualization is used in the Exadata system
- Lifecycle
Details 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.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- Time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- Enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- Enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- Enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- Exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- Exadata
Infra stringResource Type - Exadata
Name 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.
- Exadata
Rack stringType - Exadata rack type.
- Exadata
Shape string - Exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Virtualized boolExadata - true if virtualization is used in the Exadata system
- Lifecycle
Details 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.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- Time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- enterprise
Manager StringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager StringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager StringEntity Type - Enterprise Manager Entity Type
- exadata
Display StringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra StringResource Type - exadata
Name 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.
- exadata
Rack StringType - Exadata rack type.
- exadata
Shape String - exadata
Type String - Operations Insights internal representation of the the Exadata system type.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Virtualized BooleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated String - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra stringResource Type - exadata
Name 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.
- exadata
Rack stringType - Exadata rack type.
- exadata
Shape string - exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Virtualized booleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- enterprise_
manager_ strentity_ display_ name - Enterprise Manager Entity Display Name
- enterprise_
manager_ strentity_ name - Enterprise Manager Entity Name
- enterprise_
manager_ strentity_ type - Enterprise Manager Entity Type
- exadata_
display_ strname - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata_
infra_ strresource_ type - 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 - 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_ 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.
- state str
- The current state of the Exadata insight.
- 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
- enterprise
Manager StringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager StringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager StringEntity Type - Enterprise Manager Entity Type
- exadata
Display StringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra StringResource Type - exadata
Name 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.
- exadata
Rack StringType - Exadata rack type.
- exadata
Shape String - exadata
Type String - Operations Insights internal representation of the the Exadata system type.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Virtualized BooleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated 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.
- Compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- Enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- Enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- Enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- Enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- Enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- Entity
Source string - (Updatable) Source of the Exadata system.
- Exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- Exadata
Infra stringId - Exadata
Infra stringResource Type - Exadata
Name 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.
- Exadata
Rack stringType - Exadata rack type.
- Exadata
Shape string - Exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- 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"}
- Is
Auto boolSync Enabled - (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 boolExadata - true if virtualization is used in the Exadata system
- Lifecycle
Details 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.
- Member
Vm List<ExadataCluster Details Insight Member Vm Cluster Detail> - 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"
** 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
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- Time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- Compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- Enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- Enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- Enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- Enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- Enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- Entity
Source string - (Updatable) Source of the Exadata system.
- Exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- Exadata
Infra stringId - Exadata
Infra stringResource Type - Exadata
Name 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.
- Exadata
Rack stringType - Exadata rack type.
- Exadata
Shape string - Exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- 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"}
- Is
Auto boolSync Enabled - (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 boolExadata - true if virtualization is used in the Exadata system
- Lifecycle
Details 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.
- Member
Vm []ExadataCluster Details Insight Member Vm Cluster Detail Args - 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"
** 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
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- Time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartment
Id String - (Updatable) Compartment Identifier of Exadata insight
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager StringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager StringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager StringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager StringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager StringEntity Type - Enterprise Manager Entity Type
- enterprise
Manager StringIdentifier - Enterprise Manager Unique Identifier
- entity
Source String - (Updatable) Source of the Exadata system.
- exadata
Display StringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra StringId - exadata
Infra StringResource Type - exadata
Name 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.
- exadata
Rack StringType - Exadata rack type.
- exadata
Shape String - exadata
Type String - Operations Insights internal representation of the the Exadata system type.
- 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"}
- is
Auto BooleanSync Enabled - (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 BooleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- member
Vm List<ExadataCluster Details Insight Member Vm Cluster Detail> - 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"
** 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
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated String - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartment
Id string - (Updatable) Compartment Identifier of Exadata insight
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager stringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager stringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager stringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager stringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager stringEntity Type - Enterprise Manager Entity Type
- enterprise
Manager stringIdentifier - Enterprise Manager Unique Identifier
- entity
Source string - (Updatable) Source of the Exadata system.
- exadata
Display stringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra stringId - exadata
Infra stringResource Type - exadata
Name 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.
- exadata
Rack stringType - Exadata rack type.
- exadata
Shape string - exadata
Type string - Operations Insights internal representation of the the Exadata system type.
- {[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"}
- is
Auto booleanSync Enabled - (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 booleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- member
Vm ExadataCluster Details Insight Member Vm Cluster Detail[] - 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"
** 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
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated string - The time the Exadata insight was updated. An RFC3339 formatted datetime string
- compartment_
id str - (Updatable) Compartment Identifier of Exadata insight
- 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_ 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 - (Updatable) 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 - exadata_
infra_ strresource_ type - 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 - exadata_
type str - Operations Insights internal representation of the the Exadata system type.
- 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_ boolsync_ enabled - (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_ 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[opsi.cluster_ details Exadata Insight Member Vm Cluster Detail Args] - 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"
** 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
- 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
- compartment
Id String - (Updatable) Compartment Identifier of Exadata insight
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- enterprise
Manager StringBridge Id - OPSI Enterprise Manager Bridge OCID
- enterprise
Manager StringEntity Display Name - Enterprise Manager Entity Display Name
- enterprise
Manager StringEntity Identifier - Enterprise Manager Entity Unique Identifier
- enterprise
Manager StringEntity Name - Enterprise Manager Entity Name
- enterprise
Manager StringEntity Type - Enterprise Manager Entity Type
- enterprise
Manager StringIdentifier - Enterprise Manager Unique Identifier
- entity
Source String - (Updatable) Source of the Exadata system.
- exadata
Display StringName - The user-friendly name for the Exadata system. The name does not have to be unique.
- exadata
Infra StringId - exadata
Infra StringResource Type - exadata
Name 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.
- exadata
Rack StringType - Exadata rack type.
- exadata
Shape String - exadata
Type String - Operations Insights internal representation of the the Exadata system type.
- 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"}
- is
Auto BooleanSync Enabled - (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 BooleanExadata - true if virtualization is used in the Exadata system
- lifecycle
Details 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.
- member
Vm List<Property Map>Cluster Details - 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"
** 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
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the the Exadata insight was first enabled. An RFC3339 formatted datetime string
- time
Updated String - The time the Exadata insight was updated. An RFC3339 formatted datetime string
Supporting Types
ExadataInsightMemberVmClusterDetail, ExadataInsightMemberVmClusterDetailArgs
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- Member
Database List<ExadataDetails Insight Member Vm Cluster Detail Member Database Detail> - The databases that belong to the VM Cluster
- Opsi
Private stringEndpoint Id - The OCID of the OPSI private endpoint
- Vmcluster
Id string - The OCID of the VM Cluster.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- Member
Database []ExadataDetails Insight Member Vm Cluster Detail Member Database Detail - The databases that belong to the VM Cluster
- Opsi
Private stringEndpoint Id - The OCID of the OPSI private endpoint
- Vmcluster
Id string - The OCID of the VM Cluster.
- compartment
Id String - (Updatable) The OCID of the compartment.
- dbm
Private StringEndpoint Id - The OCID of the Database Management private endpoint
- member
Database List<ExadataDetails Insight Member Vm Cluster Detail Member Database Detail> - The databases that belong to the VM Cluster
- opsi
Private StringEndpoint Id - The OCID of the OPSI private endpoint
- vmcluster
Id String - The OCID of the VM Cluster.
- compartment
Id string - (Updatable) The OCID of the compartment.
- dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- member
Database ExadataDetails Insight Member Vm Cluster Detail Member Database Detail[] - The databases that belong to the VM Cluster
- opsi
Private stringEndpoint Id - The OCID of the OPSI private endpoint
- vmcluster
Id string - The OCID of the VM Cluster.
- compartment_
id str - (Updatable) The OCID of the compartment.
- dbm_
private_ strendpoint_ id - The OCID of the Database Management private endpoint
- member_
database_ Sequence[opsi.details Exadata Insight Member Vm Cluster Detail Member Database Detail] - The databases that belong to the VM Cluster
- opsi_
private_ strendpoint_ id - The OCID of the OPSI private endpoint
- vmcluster_
id str - The OCID of the VM Cluster.
- compartment
Id String - (Updatable) The OCID of the compartment.
- dbm
Private StringEndpoint Id - The OCID of the Database Management private endpoint
- member
Database List<Property Map>Details - The databases that belong to the VM Cluster
- opsi
Private StringEndpoint Id - The OCID of the OPSI private endpoint
- vmcluster
Id String - The OCID of the VM Cluster.
ExadataInsightMemberVmClusterDetailMemberDatabaseDetail, ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs
- Compartment
Id string - (Updatable) Compartment Identifier of database
- Connection
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Connection Details - Connection details of the private endpoints.
- Credential
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Credential Details - User credential details to connect to the database. This is supplied via the External Database Service.
- Database
Id string - The OCID of the database.
- Database
Resource stringType - Oracle Cloud Infrastructure database resource type
- Dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Type string - Database Deployment Type
- Entity
Source string - Source of the database entity.
- Dictionary<string, object>
- 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 stringEndpoint Id - The OCID of the OPSI private endpoint
- Service
Name string - Database service name used for connection requests.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Compartment
Id string - (Updatable) Compartment Identifier of database
- Connection
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Connection Details - Connection details of the private endpoints.
- Credential
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Credential Details - User credential details to connect to the database. This is supplied via the External Database Service.
- Database
Id string - The OCID of the database.
- Database
Resource stringType - Oracle Cloud Infrastructure database resource type
- Dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Type string - Database Deployment Type
- Entity
Source string - Source of the database entity.
- map[string]interface{}
- 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 stringEndpoint Id - The OCID of the OPSI private endpoint
- Service
Name string - Database service name used for connection requests.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - (Updatable) Compartment Identifier of database
- connection
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Connection Details - Connection details of the private endpoints.
- credential
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Credential Details - User credential details to connect to the database. This is supplied via the External Database Service.
- database
Id String - The OCID of the database.
- database
Resource StringType - Oracle Cloud Infrastructure database resource type
- dbm
Private StringEndpoint Id - The OCID of the Database Management private endpoint
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Type String - Database Deployment Type
- entity
Source String - Source of the database entity.
- Map<String,Object>
- 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 StringEndpoint Id - The OCID of the OPSI private endpoint
- service
Name String - Database service name used for connection requests.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id string - (Updatable) Compartment Identifier of database
- connection
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Connection Details - Connection details of the private endpoints.
- credential
Details ExadataInsight Member Vm Cluster Detail Member Database Detail Credential Details - User credential details to connect to the database. This is supplied via the External Database Service.
- database
Id string - The OCID of the database.
- database
Resource stringType - Oracle Cloud Infrastructure database resource type
- dbm
Private stringEndpoint Id - The OCID of the Database Management private endpoint
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Type string - Database Deployment Type
- entity
Source string - Source of the database entity.
- {[key: string]: any}
- 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 stringEndpoint Id - The OCID of the OPSI private endpoint
- service
Name string - Database service name used for connection requests.
- {[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 database
- connection_
details opsi.Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Details - Connection details of the private endpoints.
- credential_
details opsi.Exadata Insight Member Vm Cluster Detail Member Database Detail Credential Details - User credential details to connect to the database. This is supplied via the External Database Service.
- database_
id str - The OCID of the database.
- database_
resource_ strtype - Oracle Cloud Infrastructure database resource type
- dbm_
private_ strendpoint_ id - The OCID of the Database Management private endpoint
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment_
type str - Database Deployment Type
- entity_
source str - Source of the database entity.
- Mapping[str, Any]
- 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_ strendpoint_ id - The OCID of the OPSI private endpoint
- service_
name str - Database service name used for connection requests.
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - (Updatable) Compartment Identifier of database
- connection
Details Property Map - Connection details of the private endpoints.
- credential
Details Property Map - User credential details to connect to the database. This is supplied via the External Database Service.
- database
Id String - The OCID of the database.
- database
Resource StringType - Oracle Cloud Infrastructure database resource type
- dbm
Private StringEndpoint Id - The OCID of the Database Management private endpoint
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Type String - Database Deployment Type
- entity
Source String - Source of the database entity.
- Map<Any>
- 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 StringEndpoint Id - The OCID of the OPSI private endpoint
- service
Name String - Database service name used for connection requests.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetails, ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs
- Hosts
List<Exadata
Insight Member Vm Cluster Detail Member Database Detail Connection Details Host> - List of hosts and port for private endpoint accessed database resource.
- Protocol string
- Protocol used for connection requests for private endpoint accssed database resource.
- Service
Name string - Database service name used for connection requests.
- Hosts
[]Exadata
Insight Member Vm Cluster Detail Member Database Detail Connection Details Host - List of hosts and port for private endpoint accessed database resource.
- Protocol string
- Protocol used for connection requests for private endpoint accssed database resource.
- Service
Name string - Database service name used for connection requests.
- hosts
List<Exadata
Insight Member Vm Cluster Detail Member Database Detail Connection Details Host> - List of hosts and port for private endpoint accessed database resource.
- protocol String
- Protocol used for connection requests for private endpoint accssed database resource.
- service
Name String - Database service name used for connection requests.
- hosts
Exadata
Insight Member Vm Cluster Detail Member Database Detail Connection Details Host[] - List of hosts and port for private endpoint accessed database resource.
- protocol string
- Protocol used for connection requests for private endpoint accssed database resource.
- service
Name string - Database service name used for connection requests.
- hosts
Sequence[opsi.
Exadata Insight Member Vm Cluster Detail Member Database Detail Connection Details Host] - List of hosts and port for private endpoint accessed database resource.
- protocol str
- Protocol used for connection requests for private endpoint accssed database resource.
- service_
name str - Database service name used for connection requests.
- hosts List<Property Map>
- List of hosts and port for private endpoint accessed database resource.
- protocol String
- Protocol used for connection requests for private endpoint accssed database resource.
- service
Name String - Database service name used for connection requests.
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHost, ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsHostArgs
ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails, ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs
- Credential
Type string - Credential type.
- Credential
Source stringName - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- Password
Secret stringId - The secret OCID mapping to the database credentials.
- Role string
- database user role.
- User
Name string - database user name.
- Wallet
Secret stringId - The OCID of the Secret where the database keystore contents are stored.
- Credential
Type string - Credential type.
- Credential
Source stringName - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- Password
Secret stringId - The secret OCID mapping to the database credentials.
- Role string
- database user role.
- User
Name string - database user name.
- Wallet
Secret stringId - The OCID of the Secret where the database keystore contents are stored.
- credential
Type String - Credential type.
- credential
Source StringName - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- password
Secret StringId - The secret OCID mapping to the database credentials.
- role String
- database user role.
- user
Name String - database user name.
- wallet
Secret StringId - The OCID of the Secret where the database keystore contents are stored.
- credential
Type string - Credential type.
- credential
Source stringName - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- password
Secret stringId - The secret OCID mapping to the database credentials.
- role string
- database user role.
- user
Name string - database user name.
- wallet
Secret stringId - The OCID of the Secret where the database keystore contents are stored.
- credential_
type str - Credential type.
- credential_
source_ strname - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- password_
secret_ strid - The secret OCID mapping to the database credentials.
- role str
- database user role.
- user_
name str - database user name.
- wallet_
secret_ strid - The OCID of the Secret where the database keystore contents are stored.
- credential
Type String - Credential type.
- credential
Source StringName - Credential source name that had been added in Management Agent wallet. This is supplied in the External Database Service.
- password
Secret StringId - The secret OCID mapping to the database credentials.
- role String
- database user role.
- user
Name String - database user name.
- wallet
Secret StringId - The OCID of the Secret where the database keystore contents are stored.
Import
ExadataInsights can be imported using the id
, e.g.
$ pulumi import oci:Opsi/exadataInsight:ExadataInsight test_exadata_insight "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.