1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ExternalAsmInstance
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.DatabaseManagement.ExternalAsmInstance

Explore with Pulumi AI

This resource provides the External Asm Instance resource in Oracle Cloud Infrastructure Database Management service.

Updates the external ASM instance specified by externalAsmInstanceId.

Create ExternalAsmInstance Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ExternalAsmInstance(name: string, args: ExternalAsmInstanceArgs, opts?: CustomResourceOptions);
@overload
def ExternalAsmInstance(resource_name: str,
                        args: ExternalAsmInstanceArgs,
                        opts: Optional[ResourceOptions] = None)

@overload
def ExternalAsmInstance(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        external_asm_instance_id: Optional[str] = None,
                        defined_tags: Optional[Mapping[str, str]] = None,
                        freeform_tags: Optional[Mapping[str, str]] = None)
func NewExternalAsmInstance(ctx *Context, name string, args ExternalAsmInstanceArgs, opts ...ResourceOption) (*ExternalAsmInstance, error)
public ExternalAsmInstance(string name, ExternalAsmInstanceArgs args, CustomResourceOptions? opts = null)
public ExternalAsmInstance(String name, ExternalAsmInstanceArgs args)
public ExternalAsmInstance(String name, ExternalAsmInstanceArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalAsmInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ExternalAsmInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ExternalAsmInstanceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ExternalAsmInstanceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ExternalAsmInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ExternalAsmInstanceArgs
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 externalAsmInstanceResource = new Oci.DatabaseManagement.ExternalAsmInstance("externalAsmInstanceResource", new()
{
    ExternalAsmInstanceId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    FreeformTags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := DatabaseManagement.NewExternalAsmInstance(ctx, "externalAsmInstanceResource", &DatabaseManagement.ExternalAsmInstanceArgs{
	ExternalAsmInstanceId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var externalAsmInstanceResource = new ExternalAsmInstance("externalAsmInstanceResource", ExternalAsmInstanceArgs.builder()
    .externalAsmInstanceId("string")
    .definedTags(Map.of("string", "string"))
    .freeformTags(Map.of("string", "string"))
    .build());
Copy
external_asm_instance_resource = oci.database_management.ExternalAsmInstance("externalAsmInstanceResource",
    external_asm_instance_id="string",
    defined_tags={
        "string": "string",
    },
    freeform_tags={
        "string": "string",
    })
Copy
const externalAsmInstanceResource = new oci.databasemanagement.ExternalAsmInstance("externalAsmInstanceResource", {
    externalAsmInstanceId: "string",
    definedTags: {
        string: "string",
    },
    freeformTags: {
        string: "string",
    },
});
Copy
type: oci:DatabaseManagement:ExternalAsmInstance
properties:
    definedTags:
        string: string
    externalAsmInstanceId: string
    freeformTags:
        string: string
Copy

ExternalAsmInstance Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ExternalAsmInstance resource accepts the following input properties:

ExternalAsmInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external ASM instance.
DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags Dictionary<string, string>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

ExternalAsmInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external ASM instance.
DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags map[string]string

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

externalAsmInstanceId
This property is required.
Changes to this property will trigger replacement.
String
The OCID of the external ASM instance.
definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String,String>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

externalAsmInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external ASM instance.
definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags {[key: string]: string}

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

external_asm_instance_id
This property is required.
Changes to this property will trigger replacement.
str
The OCID of the external ASM instance.
defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeform_tags Mapping[str, str]

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

externalAsmInstanceId
This property is required.
Changes to this property will trigger replacement.
String
The OCID of the external ASM instance.
definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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 ExternalAsmInstance resource produces the following output properties:

AdrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
CompartmentId string
The OCID of the compartment.
ComponentName string
The name of the external ASM instance.
DisplayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
ExternalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
ExternalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
ExternalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
HostName string
The name of the host on which the ASM instance is running.
Id string
The provider-assigned unique ID for this managed resource.
LifecycleDetails string
Additional information about the current lifecycle state.
State string
The current lifecycle state of the external ASM instance.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the external ASM instance was created.
TimeUpdated string
The date and time the external ASM instance was last updated.
AdrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
CompartmentId string
The OCID of the compartment.
ComponentName string
The name of the external ASM instance.
DisplayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
ExternalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
ExternalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
ExternalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
HostName string
The name of the host on which the ASM instance is running.
Id string
The provider-assigned unique ID for this managed resource.
LifecycleDetails string
Additional information about the current lifecycle state.
State string
The current lifecycle state of the external ASM instance.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the external ASM instance was created.
TimeUpdated string
The date and time the external ASM instance was last updated.
adrHomeDirectory String
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId String
The OCID of the compartment.
componentName String
The name of the external ASM instance.
displayName String
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId String
The OCID of the external ASM that the ASM instance belongs to.
externalDbNodeId String
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId String
The OCID of the external DB system that the ASM instance is a part of.
hostName String
The name of the host on which the ASM instance is running.
id String
The provider-assigned unique ID for this managed resource.
lifecycleDetails String
Additional information about the current lifecycle state.
state String
The current lifecycle state of the external ASM instance.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the external ASM instance was created.
timeUpdated String
The date and time the external ASM instance was last updated.
adrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId string
The OCID of the compartment.
componentName string
The name of the external ASM instance.
displayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
externalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
hostName string
The name of the host on which the ASM instance is running.
id string
The provider-assigned unique ID for this managed resource.
lifecycleDetails string
Additional information about the current lifecycle state.
state string
The current lifecycle state of the external ASM instance.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The date and time the external ASM instance was created.
timeUpdated string
The date and time the external ASM instance was last updated.
adr_home_directory str
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartment_id str
The OCID of the compartment.
component_name str
The name of the external ASM instance.
display_name str
The user-friendly name for the ASM instance. The name does not have to be unique.
external_asm_id str
The OCID of the external ASM that the ASM instance belongs to.
external_db_node_id str
The OCID of the external DB node on which the ASM instance is running.
external_db_system_id str
The OCID of the external DB system that the ASM instance is a part of.
host_name str
The name of the host on which the ASM instance is running.
id str
The provider-assigned unique ID for this managed resource.
lifecycle_details str
Additional information about the current lifecycle state.
state str
The current lifecycle state of the external ASM instance.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The date and time the external ASM instance was created.
time_updated str
The date and time the external ASM instance was last updated.
adrHomeDirectory String
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId String
The OCID of the compartment.
componentName String
The name of the external ASM instance.
displayName String
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId String
The OCID of the external ASM that the ASM instance belongs to.
externalDbNodeId String
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId String
The OCID of the external DB system that the ASM instance is a part of.
hostName String
The name of the host on which the ASM instance is running.
id String
The provider-assigned unique ID for this managed resource.
lifecycleDetails String
Additional information about the current lifecycle state.
state String
The current lifecycle state of the external ASM instance.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the external ASM instance was created.
timeUpdated String
The date and time the external ASM instance was last updated.

Look up Existing ExternalAsmInstance Resource

Get an existing ExternalAsmInstance 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?: ExternalAsmInstanceState, opts?: CustomResourceOptions): ExternalAsmInstance
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adr_home_directory: Optional[str] = None,
        compartment_id: Optional[str] = None,
        component_name: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        display_name: Optional[str] = None,
        external_asm_id: Optional[str] = None,
        external_asm_instance_id: Optional[str] = None,
        external_db_node_id: Optional[str] = None,
        external_db_system_id: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        host_name: Optional[str] = None,
        lifecycle_details: Optional[str] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None) -> ExternalAsmInstance
func GetExternalAsmInstance(ctx *Context, name string, id IDInput, state *ExternalAsmInstanceState, opts ...ResourceOption) (*ExternalAsmInstance, error)
public static ExternalAsmInstance Get(string name, Input<string> id, ExternalAsmInstanceState? state, CustomResourceOptions? opts = null)
public static ExternalAsmInstance get(String name, Output<String> id, ExternalAsmInstanceState state, CustomResourceOptions options)
resources:  _:    type: oci:DatabaseManagement:ExternalAsmInstance    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
AdrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
CompartmentId string
The OCID of the compartment.
ComponentName string
The name of the external ASM instance.
DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
ExternalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
ExternalAsmInstanceId Changes to this property will trigger replacement. string
The OCID of the external ASM instance.
ExternalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
ExternalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
FreeformTags Dictionary<string, string>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

HostName string
The name of the host on which the ASM instance is running.
LifecycleDetails string
Additional information about the current lifecycle state.
State string
The current lifecycle state of the external ASM instance.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the external ASM instance was created.
TimeUpdated string
The date and time the external ASM instance was last updated.
AdrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
CompartmentId string
The OCID of the compartment.
ComponentName string
The name of the external ASM instance.
DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
ExternalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
ExternalAsmInstanceId Changes to this property will trigger replacement. string
The OCID of the external ASM instance.
ExternalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
ExternalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
FreeformTags map[string]string

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

HostName string
The name of the host on which the ASM instance is running.
LifecycleDetails string
Additional information about the current lifecycle state.
State string
The current lifecycle state of the external ASM instance.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the external ASM instance was created.
TimeUpdated string
The date and time the external ASM instance was last updated.
adrHomeDirectory String
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId String
The OCID of the compartment.
componentName String
The name of the external ASM instance.
definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName String
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId String
The OCID of the external ASM that the ASM instance belongs to.
externalAsmInstanceId Changes to this property will trigger replacement. String
The OCID of the external ASM instance.
externalDbNodeId String
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId String
The OCID of the external DB system that the ASM instance is a part of.
freeformTags Map<String,String>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

hostName String
The name of the host on which the ASM instance is running.
lifecycleDetails String
Additional information about the current lifecycle state.
state String
The current lifecycle state of the external ASM instance.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the external ASM instance was created.
timeUpdated String
The date and time the external ASM instance was last updated.
adrHomeDirectory string
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId string
The OCID of the compartment.
componentName string
The name of the external ASM instance.
definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName string
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId string
The OCID of the external ASM that the ASM instance belongs to.
externalAsmInstanceId Changes to this property will trigger replacement. string
The OCID of the external ASM instance.
externalDbNodeId string
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId string
The OCID of the external DB system that the ASM instance is a part of.
freeformTags {[key: string]: string}

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

hostName string
The name of the host on which the ASM instance is running.
lifecycleDetails string
Additional information about the current lifecycle state.
state string
The current lifecycle state of the external ASM instance.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The date and time the external ASM instance was created.
timeUpdated string
The date and time the external ASM instance was last updated.
adr_home_directory str
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartment_id str
The OCID of the compartment.
component_name str
The name of the external ASM instance.
defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name str
The user-friendly name for the ASM instance. The name does not have to be unique.
external_asm_id str
The OCID of the external ASM that the ASM instance belongs to.
external_asm_instance_id Changes to this property will trigger replacement. str
The OCID of the external ASM instance.
external_db_node_id str
The OCID of the external DB node on which the ASM instance is running.
external_db_system_id str
The OCID of the external DB system that the ASM instance is a part of.
freeform_tags Mapping[str, str]

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

host_name str
The name of the host on which the ASM instance is running.
lifecycle_details str
Additional information about the current lifecycle state.
state str
The current lifecycle state of the external ASM instance.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The date and time the external ASM instance was created.
time_updated str
The date and time the external ASM instance was last updated.
adrHomeDirectory String
The Automatic Diagnostic Repository (ADR) home directory for the ASM instance.
compartmentId String
The OCID of the compartment.
componentName String
The name of the external ASM instance.
definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName String
The user-friendly name for the ASM instance. The name does not have to be unique.
externalAsmId String
The OCID of the external ASM that the ASM instance belongs to.
externalAsmInstanceId Changes to this property will trigger replacement. String
The OCID of the external ASM instance.
externalDbNodeId String
The OCID of the external DB node on which the ASM instance is running.
externalDbSystemId String
The OCID of the external DB system that the ASM instance is a part of.
freeformTags Map<String>

(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

** 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

hostName String
The name of the host on which the ASM instance is running.
lifecycleDetails String
Additional information about the current lifecycle state.
state String
The current lifecycle state of the external ASM instance.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the external ASM instance was created.
timeUpdated String
The date and time the external ASM instance was last updated.

Import

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

$ pulumi import oci:DatabaseManagement/externalAsmInstance:ExternalAsmInstance test_external_asm_instance "id"
Copy

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.