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
The ExternalListener resource accepts the following input properties:
- External
Listener 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"}
- External
Connector 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
- External
Listener 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"}
- External
Connector 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
- external
Listener 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"}
- external
Connector 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
- external
Listener 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"}
- external
Connector 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
- external
Listener 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"}
- external
Connector 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:
- Additional
Details Dictionary<string, string> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Component
Name string - The name of the external listener.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
List<External
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- External
Db stringHome Id - The OCID of the external DB home.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- Host
Name string - The name of the host on which the external listener is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Alias string - The listener alias.
- Listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Oracle
Home string - The Oracle home location of the listener.
- Serviced
Asms List<ExternalListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- Serviced
Databases 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"}
- Time
Created string - The date and time the external listener was created.
- Time
Updated string - The date and time the external listener was last updated.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The listener version.
- Additional
Details map[string]string - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Component
Name string - The name of the external listener.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
[]External
Listener Endpoint - The list of protocol addresses the listener is configured to listen on.
- External
Db stringHome Id - The OCID of the external DB home.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- Host
Name string - The name of the host on which the external listener is running.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Alias string - The listener alias.
- Listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Oracle
Home string - The Oracle home location of the listener.
- Serviced
Asms []ExternalListener Serviced Asm - The list of ASMs that are serviced by the listener.
- Serviced
Databases []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"}
- Time
Created string - The date and time the external listener was created.
- Time
Updated string - The date and time the external listener was last updated.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The listener version.
- additional
Details Map<String,String> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home StringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- component
Name String - The name of the external listener.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- endpoints
List<External
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- external
Db StringHome Id - The OCID of the external DB home.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the listener is a part of.
- host
Name String - The name of the host on which the external listener is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Alias String - The listener alias.
- listener
Ora StringLocation - The location of the listener configuration file listener.ora.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- oracle
Home String - The Oracle home location of the listener.
- serviced
Asms List<ExternalListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created String - The date and time the external listener was created.
- time
Updated String - The date and time the external listener was last updated.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The listener version.
- additional
Details {[key: string]: string} - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id string - The OCID of the compartment in which the external database resides.
- component
Name string - The name of the external listener.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- endpoints
External
Listener Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- external
Db stringHome Id - The OCID of the external DB home.
- external
Db stringNode Id - The OCID of the external DB node.
- external
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- host
Name string - The name of the host on which the external listener is running.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Alias string - The listener alias.
- listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- listener
Type string - The type of listener.
- log
Directory string - The destination directory of the listener log file.
- oracle
Home string - The Oracle home location of the listener.
- serviced
Asms ExternalListener Serviced Asm[] - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created string - The date and time the external listener was created.
- time
Updated string - The date and time the external listener was last updated.
- trace
Directory 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.
- additional
Details Map<String> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home StringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- component
Name String - The name of the external listener.
- display
Name 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.
- external
Db StringHome Id - The OCID of the external DB home.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the listener is a part of.
- host
Name String - The name of the host on which the external listener is running.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Alias String - The listener alias.
- listener
Ora StringLocation - The location of the listener configuration file listener.ora.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- oracle
Home String - The Oracle home location of the listener.
- serviced
Asms List<Property Map> - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created String - The date and time the external listener was created.
- time
Updated String - The date and time the external listener was last updated.
- trace
Directory 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) -> ExternalListener
func 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)
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.
- Additional
Details Dictionary<string, string> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Component
Name 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"}
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
List<External
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- External
Connector stringId - (Updatable) The OCID of the external connector.
- External
Db stringHome Id - The OCID of the external DB home.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- External
Listener 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
- Host
Name string - The name of the host on which the external listener is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Alias string - The listener alias.
- Listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Oracle
Home string - The Oracle home location of the listener.
- Serviced
Asms List<ExternalListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- Serviced
Databases 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"}
- Time
Created string - The date and time the external listener was created.
- Time
Updated string - The date and time the external listener was last updated.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The listener version.
- Additional
Details map[string]string - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Component
Name 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"}
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
[]External
Listener Endpoint Args - The list of protocol addresses the listener is configured to listen on.
- External
Connector stringId - (Updatable) The OCID of the external connector.
- External
Db stringHome Id - The OCID of the external DB home.
- External
Db stringNode Id - The OCID of the external DB node.
- External
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- External
Listener 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
- Host
Name string - The name of the host on which the external listener is running.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Alias string - The listener alias.
- Listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- Listener
Type string - The type of listener.
- Log
Directory string - The destination directory of the listener log file.
- Oracle
Home string - The Oracle home location of the listener.
- Serviced
Asms []ExternalListener Serviced Asm Args - The list of ASMs that are serviced by the listener.
- Serviced
Databases []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"}
- Time
Created string - The date and time the external listener was created.
- Time
Updated string - The date and time the external listener was last updated.
- Trace
Directory string - The destination directory of the listener trace file.
- Version string
- The listener version.
- additional
Details Map<String,String> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home StringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- component
Name 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"}
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- endpoints
List<External
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- external
Connector StringId - (Updatable) The OCID of the external connector.
- external
Db StringHome Id - The OCID of the external DB home.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the listener is a part of.
- external
Listener 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
- host
Name String - The name of the host on which the external listener is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Alias String - The listener alias.
- listener
Ora StringLocation - The location of the listener configuration file listener.ora.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- oracle
Home String - The Oracle home location of the listener.
- serviced
Asms List<ExternalListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created String - The date and time the external listener was created.
- time
Updated String - The date and time the external listener was last updated.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The listener version.
- additional
Details {[key: string]: string} - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home stringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id string - The OCID of the compartment in which the external database resides.
- component
Name 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"}
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- endpoints
External
Listener Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- external
Connector stringId - (Updatable) The OCID of the external connector.
- external
Db stringHome Id - The OCID of the external DB home.
- external
Db stringNode Id - The OCID of the external DB node.
- external
Db stringSystem Id - The OCID of the external DB system that the listener is a part of.
- external
Listener 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
- host
Name string - The name of the host on which the external listener is running.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Alias string - The listener alias.
- listener
Ora stringLocation - The location of the listener configuration file listener.ora.
- listener
Type string - The type of listener.
- log
Directory string - The destination directory of the listener log file.
- oracle
Home string - The Oracle home location of the listener.
- serviced
Asms ExternalListener Serviced Asm[] - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created string - The date and time the external listener was created.
- time
Updated string - The date and time the external listener was last updated.
- trace
Directory 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.
- additional
Details Map<String> - The additional details of the external listener defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- adr
Home StringDirectory - The directory that stores tracing and logging incidents when Automatic Diagnostic Repository (ADR) is enabled.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- component
Name 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"}
- display
Name 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.
- external
Connector StringId - (Updatable) The OCID of the external connector.
- external
Db StringHome Id - The OCID of the external DB home.
- external
Db StringNode Id - The OCID of the external DB node.
- external
Db StringSystem Id - The OCID of the external DB system that the listener is a part of.
- external
Listener 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
- host
Name String - The name of the host on which the external listener is running.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Alias String - The listener alias.
- listener
Ora StringLocation - The location of the listener configuration file listener.ora.
- listener
Type String - The type of listener.
- log
Directory String - The destination directory of the listener log file.
- oracle
Home String - The Oracle home location of the listener.
- serviced
Asms List<Property Map> - The list of ASMs that are serviced by the listener.
- serviced
Databases 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"}
- time
Created String - The date and time the external listener was created.
- time
Updated String - The date and time the external listener was last updated.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The listener version.
Supporting Types
ExternalListenerEndpoint, ExternalListenerEndpointArgs
ExternalListenerServicedAsm, ExternalListenerServicedAsmArgs
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Display
Name 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 string - The OCID of the compartment in which the external database resides.
- Display
Name 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 String - The OCID of the compartment in which the external database resides.
- display
Name 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 string - The OCID of the compartment in which the external database resides.
- display
Name 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.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- display
Name 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
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Database
Sub 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.
- Database
Type string - The type of Oracle Database installation.
- Db
Unique stringName - The unique name of the external database.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- Is
Managed bool - Indicates whether the database is a Managed Database or not.
- Compartment
Id string - The OCID of the compartment in which the external database resides.
- Database
Sub 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.
- Database
Type string - The type of Oracle Database installation.
- Db
Unique stringName - The unique name of the external database.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the external database.
- Is
Managed bool - Indicates whether the database is a Managed Database or not.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- database
Sub 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.
- database
Type String - The type of Oracle Database installation.
- db
Unique StringName - The unique name of the external database.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
- is
Managed Boolean - Indicates whether the database is a Managed Database or not.
- compartment
Id string - The OCID of the compartment in which the external database resides.
- database
Sub 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.
- database
Type string - The type of Oracle Database installation.
- db
Unique stringName - The unique name of the external database.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- id string
- The OCID of the external database.
- is
Managed 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.
- compartment
Id String - The OCID of the compartment in which the external database resides.
- database
Sub 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.
- database
Type String - The type of Oracle Database installation.
- db
Unique StringName - The unique name of the external database.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the external database.
- is
Managed 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
oci
Terraform Provider.