oci.DatabaseManagement.ExternalListener
Explore with Pulumi AI
This resource provides the External Listener resource in Oracle Cloud Infrastructure Database Management service.
Updates the external listener specified by externalListenerId.
Create ExternalListener Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalListener(name: string, args: ExternalListenerArgs, opts?: CustomResourceOptions);@overload
def ExternalListener(resource_name: str,
                     args: ExternalListenerArgs,
                     opts: Optional[ResourceOptions] = None)
@overload
def ExternalListener(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     external_listener_id: Optional[str] = None,
                     defined_tags: Optional[Mapping[str, str]] = None,
                     external_connector_id: Optional[str] = None,
                     freeform_tags: Optional[Mapping[str, str]] = None)func NewExternalListener(ctx *Context, name string, args ExternalListenerArgs, opts ...ResourceOption) (*ExternalListener, error)public ExternalListener(string name, ExternalListenerArgs args, CustomResourceOptions? opts = null)
public ExternalListener(String name, ExternalListenerArgs args)
public ExternalListener(String name, ExternalListenerArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalListener
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 ExternalListenerArgs
- 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 ExternalListenerArgs
- 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 ExternalListenerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalListenerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalListenerArgs
- 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 externalListenerResource = new Oci.DatabaseManagement.ExternalListener("externalListenerResource", new()
{
    ExternalListenerId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    ExternalConnectorId = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
});
example, err := DatabaseManagement.NewExternalListener(ctx, "externalListenerResource", &DatabaseManagement.ExternalListenerArgs{
	ExternalListenerId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	ExternalConnectorId: pulumi.String("string"),
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var externalListenerResource = new ExternalListener("externalListenerResource", ExternalListenerArgs.builder()
    .externalListenerId("string")
    .definedTags(Map.of("string", "string"))
    .externalConnectorId("string")
    .freeformTags(Map.of("string", "string"))
    .build());
external_listener_resource = oci.database_management.ExternalListener("externalListenerResource",
    external_listener_id="string",
    defined_tags={
        "string": "string",
    },
    external_connector_id="string",
    freeform_tags={
        "string": "string",
    })
const externalListenerResource = new oci.databasemanagement.ExternalListener("externalListenerResource", {
    externalListenerId: "string",
    definedTags: {
        string: "string",
    },
    externalConnectorId: "string",
    freeformTags: {
        string: "string",
    },
});
type: oci:DatabaseManagement:ExternalListener
properties:
    definedTags:
        string: string
    externalConnectorId: string
    externalListenerId: string
    freeformTags:
        string: string
ExternalListener 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 ExternalListener resource accepts the following input properties:
- ExternalListener stringId 
- The OCID of the external listener.
- 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"}
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- 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 
- ExternalListener stringId 
- The OCID of the external listener.
- 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"}
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- 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 
- externalListener StringId 
- The OCID of the external listener.
- 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"}
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- 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 
- externalListener stringId 
- The OCID of the external listener.
- {[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"}
- externalConnector stringId 
- (Updatable) The OCID of the external connector.
- {[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_listener_ strid 
- The OCID of the external listener.
- 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"}
- external_connector_ strid 
- (Updatable) The OCID of the external connector.
- 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 
- externalListener StringId 
- The OCID of the external listener.
- 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"}
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- 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 ExternalListener resource produces the following output properties:
- AdditionalDetails Dictionary<string, string>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- AdrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- ComponentName string
- The name of the external listener.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Endpoints
List<ExternalListener Endpoint> 
- The list of protocol addresses the listener is configured to listen on.
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- ExternalDb stringNode Id 
- The OCID of the external DB node.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- HostName string
- The name of the host on which the external listener is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- ListenerAlias string
- The listener alias.
- ListenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- ListenerType string
- The type of listener.
- LogDirectory string
- The destination directory of the listener log file.
- OracleHome string
- The Oracle home location of the listener.
- ServicedAsms List<ExternalListener Serviced Asm> 
- The list of ASMs that are serviced by the listener.
- ServicedDatabases List<ExternalListener Serviced Database> 
- The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the external listener.
- 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 listener was created.
- TimeUpdated string
- The date and time the external listener was last updated.
- TraceDirectory string
- The destination directory of the listener trace file.
- Version string
- The listener version.
- AdditionalDetails map[string]string
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- AdrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- ComponentName string
- The name of the external listener.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Endpoints
[]ExternalListener Endpoint 
- The list of protocol addresses the listener is configured to listen on.
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- ExternalDb stringNode Id 
- The OCID of the external DB node.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- HostName string
- The name of the host on which the external listener is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- ListenerAlias string
- The listener alias.
- ListenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- ListenerType string
- The type of listener.
- LogDirectory string
- The destination directory of the listener log file.
- OracleHome string
- The Oracle home location of the listener.
- ServicedAsms []ExternalListener Serviced Asm 
- The list of ASMs that are serviced by the listener.
- ServicedDatabases []ExternalListener Serviced Database 
- The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the external listener.
- 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 listener was created.
- TimeUpdated string
- The date and time the external listener was last updated.
- TraceDirectory string
- The destination directory of the listener trace file.
- Version string
- The listener version.
- additionalDetails Map<String,String>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome StringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- componentName String
- The name of the external listener.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- endpoints
List<ExternalListener Endpoint> 
- The list of protocol addresses the listener is configured to listen on.
- externalDb StringHome Id 
- The OCID of the external DB home.
- externalDb StringNode Id 
- The OCID of the external DB node.
- externalDb StringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- hostName String
- The name of the host on which the external listener is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- listenerAlias String
- The listener alias.
- listenerOra StringLocation 
- The location of the listener configuration file listener.ora.
- listenerType String
- The type of listener.
- logDirectory String
- The destination directory of the listener log file.
- oracleHome String
- The Oracle home location of the listener.
- servicedAsms List<ExternalListener Serviced Asm> 
- The list of ASMs that are serviced by the listener.
- servicedDatabases List<ExternalListener Serviced Database> 
- The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the external listener.
- 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 listener was created.
- timeUpdated String
- The date and time the external listener was last updated.
- traceDirectory String
- The destination directory of the listener trace file.
- version String
- The listener version.
- additionalDetails {[key: string]: string}
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId string
- The OCID of the compartment in which the external database resides.
- componentName string
- The name of the external listener.
- displayName string
- The user-friendly name for the database. The name does not have to be unique.
- endpoints
ExternalListener Endpoint[] 
- The list of protocol addresses the listener is configured to listen on.
- externalDb stringHome Id 
- The OCID of the external DB home.
- externalDb stringNode Id 
- The OCID of the external DB node.
- externalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- hostName string
- The name of the host on which the external listener is running.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- listenerAlias string
- The listener alias.
- listenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- listenerType string
- The type of listener.
- logDirectory string
- The destination directory of the listener log file.
- oracleHome string
- The Oracle home location of the listener.
- servicedAsms ExternalListener Serviced Asm[] 
- The list of ASMs that are serviced by the listener.
- servicedDatabases ExternalListener Serviced Database[] 
- The list of databases that are serviced by the listener.
- state string
- The current lifecycle state of the external listener.
- {[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 listener was created.
- timeUpdated string
- The date and time the external listener was last updated.
- traceDirectory string
- The destination directory of the listener trace file.
- version string
- The listener version.
- additional_details Mapping[str, str]
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adr_home_ strdirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment_id str
- The OCID of the compartment in which the external database resides.
- component_name str
- The name of the external listener.
- display_name str
- The user-friendly name for the database. The name does not have to be unique.
- endpoints
Sequence[databasemanagement.External Listener Endpoint] 
- The list of protocol addresses the listener is configured to listen on.
- external_db_ strhome_ id 
- The OCID of the external DB home.
- external_db_ strnode_ id 
- The OCID of the external DB node.
- external_db_ strsystem_ id 
- The OCID of the external DB system that the listener is a part of.
- host_name str
- The name of the host on which the external listener is running.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_details str
- Additional information about the current lifecycle state.
- listener_alias str
- The listener alias.
- listener_ora_ strlocation 
- The location of the listener configuration file listener.ora.
- listener_type str
- The type of listener.
- log_directory str
- The destination directory of the listener log file.
- oracle_home str
- The Oracle home location of the listener.
- serviced_asms Sequence[databasemanagement.External Listener Serviced Asm] 
- The list of ASMs that are serviced by the listener.
- serviced_databases Sequence[databasemanagement.External Listener Serviced Database] 
- The list of databases that are serviced by the listener.
- state str
- The current lifecycle state of the external listener.
- 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 listener was created.
- time_updated str
- The date and time the external listener was last updated.
- trace_directory str
- The destination directory of the listener trace file.
- version str
- The listener version.
- additionalDetails Map<String>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome StringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- componentName String
- The name of the external listener.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- endpoints List<Property Map>
- The list of protocol addresses the listener is configured to listen on.
- externalDb StringHome Id 
- The OCID of the external DB home.
- externalDb StringNode Id 
- The OCID of the external DB node.
- externalDb StringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- hostName String
- The name of the host on which the external listener is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- listenerAlias String
- The listener alias.
- listenerOra StringLocation 
- The location of the listener configuration file listener.ora.
- listenerType String
- The type of listener.
- logDirectory String
- The destination directory of the listener log file.
- oracleHome String
- The Oracle home location of the listener.
- servicedAsms List<Property Map>
- The list of ASMs that are serviced by the listener.
- servicedDatabases List<Property Map>
- The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the external listener.
- 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 listener was created.
- timeUpdated String
- The date and time the external listener was last updated.
- traceDirectory String
- The destination directory of the listener trace file.
- version String
- The listener version.
Look up Existing ExternalListener Resource
Get an existing ExternalListener 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?: ExternalListenerState, opts?: CustomResourceOptions): ExternalListener@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        additional_details: Optional[Mapping[str, str]] = 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,
        endpoints: Optional[Sequence[_databasemanagement.ExternalListenerEndpointArgs]] = None,
        external_connector_id: Optional[str] = None,
        external_db_home_id: Optional[str] = None,
        external_db_node_id: Optional[str] = None,
        external_db_system_id: Optional[str] = None,
        external_listener_id: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        host_name: Optional[str] = None,
        lifecycle_details: Optional[str] = None,
        listener_alias: Optional[str] = None,
        listener_ora_location: Optional[str] = None,
        listener_type: Optional[str] = None,
        log_directory: Optional[str] = None,
        oracle_home: Optional[str] = None,
        serviced_asms: Optional[Sequence[_databasemanagement.ExternalListenerServicedAsmArgs]] = None,
        serviced_databases: Optional[Sequence[_databasemanagement.ExternalListenerServicedDatabaseArgs]] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None,
        trace_directory: Optional[str] = None,
        version: Optional[str] = None) -> ExternalListenerfunc GetExternalListener(ctx *Context, name string, id IDInput, state *ExternalListenerState, opts ...ResourceOption) (*ExternalListener, error)public static ExternalListener Get(string name, Input<string> id, ExternalListenerState? state, CustomResourceOptions? opts = null)public static ExternalListener get(String name, Output<String> id, ExternalListenerState state, CustomResourceOptions options)resources:  _:    type: oci:DatabaseManagement:ExternalListener    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AdditionalDetails Dictionary<string, string>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- AdrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- ComponentName string
- The name of the external listener.
- 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 database. The name does not have to be unique.
- Endpoints
List<ExternalListener Endpoint> 
- The list of protocol addresses the listener is configured to listen on.
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- ExternalDb stringNode Id 
- The OCID of the external DB node.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- ExternalListener stringId 
- The OCID of the external listener.
- 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 external listener is running.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- ListenerAlias string
- The listener alias.
- ListenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- ListenerType string
- The type of listener.
- LogDirectory string
- The destination directory of the listener log file.
- OracleHome string
- The Oracle home location of the listener.
- ServicedAsms List<ExternalListener Serviced Asm> 
- The list of ASMs that are serviced by the listener.
- ServicedDatabases List<ExternalListener Serviced Database> 
- The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the external listener.
- 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 listener was created.
- TimeUpdated string
- The date and time the external listener was last updated.
- TraceDirectory string
- The destination directory of the listener trace file.
- Version string
- The listener version.
- AdditionalDetails map[string]string
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- AdrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- ComponentName string
- The name of the external listener.
- 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 database. The name does not have to be unique.
- Endpoints
[]ExternalListener Endpoint Args 
- The list of protocol addresses the listener is configured to listen on.
- ExternalConnector stringId 
- (Updatable) The OCID of the external connector.
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- ExternalDb stringNode Id 
- The OCID of the external DB node.
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- ExternalListener stringId 
- The OCID of the external listener.
- 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 external listener is running.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- ListenerAlias string
- The listener alias.
- ListenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- ListenerType string
- The type of listener.
- LogDirectory string
- The destination directory of the listener log file.
- OracleHome string
- The Oracle home location of the listener.
- ServicedAsms []ExternalListener Serviced Asm Args 
- The list of ASMs that are serviced by the listener.
- ServicedDatabases []ExternalListener Serviced Database Args 
- The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the external listener.
- 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 listener was created.
- TimeUpdated string
- The date and time the external listener was last updated.
- TraceDirectory string
- The destination directory of the listener trace file.
- Version string
- The listener version.
- additionalDetails Map<String,String>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome StringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- componentName String
- The name of the external listener.
- 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 database. The name does not have to be unique.
- endpoints
List<ExternalListener Endpoint> 
- The list of protocol addresses the listener is configured to listen on.
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- externalDb StringHome Id 
- The OCID of the external DB home.
- externalDb StringNode Id 
- The OCID of the external DB node.
- externalDb StringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- externalListener StringId 
- The OCID of the external listener.
- 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 external listener is running.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- listenerAlias String
- The listener alias.
- listenerOra StringLocation 
- The location of the listener configuration file listener.ora.
- listenerType String
- The type of listener.
- logDirectory String
- The destination directory of the listener log file.
- oracleHome String
- The Oracle home location of the listener.
- servicedAsms List<ExternalListener Serviced Asm> 
- The list of ASMs that are serviced by the listener.
- servicedDatabases List<ExternalListener Serviced Database> 
- The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the external listener.
- 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 listener was created.
- timeUpdated String
- The date and time the external listener was last updated.
- traceDirectory String
- The destination directory of the listener trace file.
- version String
- The listener version.
- additionalDetails {[key: string]: string}
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome stringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId string
- The OCID of the compartment in which the external database resides.
- componentName string
- The name of the external listener.
- {[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 database. The name does not have to be unique.
- endpoints
ExternalListener Endpoint[] 
- The list of protocol addresses the listener is configured to listen on.
- externalConnector stringId 
- (Updatable) The OCID of the external connector.
- externalDb stringHome Id 
- The OCID of the external DB home.
- externalDb stringNode Id 
- The OCID of the external DB node.
- externalDb stringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- externalListener stringId 
- The OCID of the external listener.
- {[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 external listener is running.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- listenerAlias string
- The listener alias.
- listenerOra stringLocation 
- The location of the listener configuration file listener.ora.
- listenerType string
- The type of listener.
- logDirectory string
- The destination directory of the listener log file.
- oracleHome string
- The Oracle home location of the listener.
- servicedAsms ExternalListener Serviced Asm[] 
- The list of ASMs that are serviced by the listener.
- servicedDatabases ExternalListener Serviced Database[] 
- The list of databases that are serviced by the listener.
- state string
- The current lifecycle state of the external listener.
- {[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 listener was created.
- timeUpdated string
- The date and time the external listener was last updated.
- traceDirectory string
- The destination directory of the listener trace file.
- version string
- The listener version.
- additional_details Mapping[str, str]
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adr_home_ strdirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment_id str
- The OCID of the compartment in which the external database resides.
- component_name str
- The name of the external listener.
- 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 database. The name does not have to be unique.
- endpoints
Sequence[databasemanagement.External Listener Endpoint Args] 
- The list of protocol addresses the listener is configured to listen on.
- external_connector_ strid 
- (Updatable) The OCID of the external connector.
- external_db_ strhome_ id 
- The OCID of the external DB home.
- external_db_ strnode_ id 
- The OCID of the external DB node.
- external_db_ strsystem_ id 
- The OCID of the external DB system that the listener is a part of.
- external_listener_ strid 
- The OCID of the external listener.
- 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 external listener is running.
- lifecycle_details str
- Additional information about the current lifecycle state.
- listener_alias str
- The listener alias.
- listener_ora_ strlocation 
- The location of the listener configuration file listener.ora.
- listener_type str
- The type of listener.
- log_directory str
- The destination directory of the listener log file.
- oracle_home str
- The Oracle home location of the listener.
- serviced_asms Sequence[databasemanagement.External Listener Serviced Asm Args] 
- The list of ASMs that are serviced by the listener.
- serviced_databases Sequence[databasemanagement.External Listener Serviced Database Args] 
- The list of databases that are serviced by the listener.
- state str
- The current lifecycle state of the external listener.
- 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 listener was created.
- time_updated str
- The date and time the external listener was last updated.
- trace_directory str
- The destination directory of the listener trace file.
- version str
- The listener version.
- additionalDetails Map<String>
- The additional details of the external listener defined in {"key": "value"}format. Example:{"bar-key": "value"}
- adrHome StringDirectory 
- The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- componentName String
- The name of the external listener.
- 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 database. The name does not have to be unique.
- endpoints List<Property Map>
- The list of protocol addresses the listener is configured to listen on.
- externalConnector StringId 
- (Updatable) The OCID of the external connector.
- externalDb StringHome Id 
- The OCID of the external DB home.
- externalDb StringNode Id 
- The OCID of the external DB node.
- externalDb StringSystem Id 
- The OCID of the external DB system that the listener is a part of.
- externalListener StringId 
- The OCID of the external listener.
- 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 external listener is running.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- listenerAlias String
- The listener alias.
- listenerOra StringLocation 
- The location of the listener configuration file listener.ora.
- listenerType String
- The type of listener.
- logDirectory String
- The destination directory of the listener log file.
- oracleHome String
- The Oracle home location of the listener.
- servicedAsms List<Property Map>
- The list of ASMs that are serviced by the listener.
- servicedDatabases List<Property Map>
- The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the external listener.
- 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 listener was created.
- timeUpdated String
- The date and time the external listener was last updated.
- traceDirectory String
- The destination directory of the listener trace file.
- version String
- The listener version.
Supporting Types
ExternalListenerEndpoint, ExternalListenerEndpointArgs      
ExternalListenerServicedAsm, ExternalListenerServicedAsmArgs        
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
- compartmentId string
- The OCID of the compartment in which the external database resides.
- displayName string
- The user-friendly name for the database. The name does not have to be unique.
- id string
- The OCID of the external database.
- compartment_id str
- The OCID of the compartment in which the external database resides.
- display_name str
- The user-friendly name for the database. The name does not have to be unique.
- id str
- The OCID of the external database.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
ExternalListenerServicedDatabase, ExternalListenerServicedDatabaseArgs        
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- DatabaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- DatabaseType string
- The type of Oracle Database installation.
- DbUnique stringName 
- The unique name of the external database.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- IsManaged bool
- Indicates whether the database is a Managed Database or not.
- CompartmentId string
- The OCID of the compartment in which the external database resides.
- DatabaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- DatabaseType string
- The type of Oracle Database installation.
- DbUnique stringName 
- The unique name of the external database.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- IsManaged bool
- Indicates whether the database is a Managed Database or not.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- databaseSub StringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- databaseType String
- The type of Oracle Database installation.
- dbUnique StringName 
- The unique name of the external database.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
- isManaged Boolean
- Indicates whether the database is a Managed Database or not.
- compartmentId string
- The OCID of the compartment in which the external database resides.
- databaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- databaseType string
- The type of Oracle Database installation.
- dbUnique stringName 
- The unique name of the external database.
- displayName string
- The user-friendly name for the database. The name does not have to be unique.
- id string
- The OCID of the external database.
- isManaged boolean
- Indicates whether the database is a Managed Database or not.
- compartment_id str
- The OCID of the compartment in which the external database resides.
- database_sub_ strtype 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- database_type str
- The type of Oracle Database installation.
- db_unique_ strname 
- The unique name of the external database.
- display_name str
- The user-friendly name for the database. The name does not have to be unique.
- id str
- The OCID of the external database.
- is_managed bool
- Indicates whether the database is a Managed Database or not.
- compartmentId String
- The OCID of the compartment in which the external database resides.
- databaseSub StringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
- databaseType String
- The type of Oracle Database installation.
- dbUnique StringName 
- The unique name of the external database.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
- isManaged Boolean
- Indicates whether the database is a Managed Database or not.
Import
ExternalListeners can be imported using the id, e.g.
$ pulumi import oci:DatabaseManagement/externalListener:ExternalListener test_external_listener "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 ociTerraform Provider.