oci.DatabaseManagement.CloudListener
Explore with Pulumi AI
This resource provides the Cloud Listener resource in Oracle Cloud Infrastructure Database Management service.
Updates the cloud listener specified by cloudListenerId
.
Create CloudListener Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudListener(name: string, args: CloudListenerArgs, opts?: CustomResourceOptions);
@overload
def CloudListener(resource_name: str,
args: CloudListenerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudListener(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_listener_id: Optional[str] = None,
cloud_connector_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None)
func NewCloudListener(ctx *Context, name string, args CloudListenerArgs, opts ...ResourceOption) (*CloudListener, error)
public CloudListener(string name, CloudListenerArgs args, CustomResourceOptions? opts = null)
public CloudListener(String name, CloudListenerArgs args)
public CloudListener(String name, CloudListenerArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:CloudListener
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 CloudListenerArgs
- 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 CloudListenerArgs
- 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 CloudListenerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudListenerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudListenerArgs
- 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 cloudListenerResource = new Oci.DatabaseManagement.CloudListener("cloudListenerResource", new()
{
CloudListenerId = "string",
CloudConnectorId = "string",
DefinedTags =
{
{ "string", "string" },
},
FreeformTags =
{
{ "string", "string" },
},
});
example, err := databasemanagement.NewCloudListener(ctx, "cloudListenerResource", &databasemanagement.CloudListenerArgs{
CloudListenerId: pulumi.String("string"),
CloudConnectorId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var cloudListenerResource = new CloudListener("cloudListenerResource", CloudListenerArgs.builder()
.cloudListenerId("string")
.cloudConnectorId("string")
.definedTags(Map.of("string", "string"))
.freeformTags(Map.of("string", "string"))
.build());
cloud_listener_resource = oci.databasemanagement.CloudListener("cloudListenerResource",
cloud_listener_id="string",
cloud_connector_id="string",
defined_tags={
"string": "string",
},
freeform_tags={
"string": "string",
})
const cloudListenerResource = new oci.databasemanagement.CloudListener("cloudListenerResource", {
cloudListenerId: "string",
cloudConnectorId: "string",
definedTags: {
string: "string",
},
freeformTags: {
string: "string",
},
});
type: oci:DatabaseManagement:CloudListener
properties:
cloudConnectorId: string
cloudListenerId: string
definedTags:
string: string
freeformTags:
string: string
CloudListener 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 CloudListener resource accepts the following input properties:
- Cloud
Listener stringId - The OCID of the cloud listener.
- Cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- 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"}
- 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
- Cloud
Listener stringId - The OCID of the cloud listener.
- Cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- 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"}
- 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
- cloud
Listener StringId - The OCID of the cloud listener.
- cloud
Connector StringId - (Updatable) The OCID of the cloud connector.
- 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"}
- 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
- cloud
Listener stringId - The OCID of the cloud listener.
- cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- {[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"}
- {[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
- cloud_
listener_ strid - The OCID of the cloud listener.
- cloud_
connector_ strid - (Updatable) The OCID of the cloud connector.
- 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"}
- 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
- cloud
Listener StringId - The OCID of the cloud listener.
- cloud
Connector StringId - (Updatable) The OCID of the cloud connector.
- 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"}
- 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 CloudListener resource produces the following output properties:
- Additional
Details Dictionary<string, string> - The additional details of the cloud 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.
- Cloud
Db stringHome Id - The OCID of the cloud DB home.
- Cloud
Db stringNode Id - The OCID of the cloud DB node.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- Compartment
Id string - The OCID of the compartment in which the cloud database resides.
- Component
Name string - The name of the cloud listener.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
List<Cloud
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- Host
Name string - The name of the host on which the cloud 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<CloudListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- Serviced
Databases List<CloudListener Serviced Database> - The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the cloud 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 cloud listener was created.
- Time
Updated string - The date and time the cloud 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 cloud 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.
- Cloud
Db stringHome Id - The OCID of the cloud DB home.
- Cloud
Db stringNode Id - The OCID of the cloud DB node.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- Compartment
Id string - The OCID of the compartment in which the cloud database resides.
- Component
Name string - The name of the cloud listener.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Endpoints
[]Cloud
Listener Endpoint - The list of protocol addresses the listener is configured to listen on.
- Host
Name string - The name of the host on which the cloud 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 []CloudListener Serviced Asm - The list of ASMs that are serviced by the listener.
- Serviced
Databases []CloudListener Serviced Database - The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the cloud 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 cloud listener was created.
- Time
Updated string - The date and time the cloud 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 cloud 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.
- cloud
Db StringHome Id - The OCID of the cloud DB home.
- cloud
Db StringNode Id - The OCID of the cloud DB node.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- compartment
Id String - The OCID of the compartment in which the cloud database resides.
- component
Name String - The name of the cloud listener.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- endpoints
List<Cloud
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- host
Name String - The name of the host on which the cloud 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<CloudListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- serviced
Databases List<CloudListener Serviced Database> - The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the cloud 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 cloud listener was created.
- time
Updated String - The date and time the cloud 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 cloud 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.
- cloud
Db stringHome Id - The OCID of the cloud DB home.
- cloud
Db stringNode Id - The OCID of the cloud DB node.
- cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- compartment
Id string - The OCID of the compartment in which the cloud database resides.
- component
Name string - The name of the cloud listener.
- dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- endpoints
Cloud
Listener Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- host
Name string - The name of the host on which the cloud 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 CloudListener Serviced Asm[] - The list of ASMs that are serviced by the listener.
- serviced
Databases CloudListener Serviced Database[] - The list of databases that are serviced by the listener.
- state string
- The current lifecycle state of the cloud 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 cloud listener was created.
- time
Updated string - The date and time the cloud 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 cloud 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.
- cloud_
db_ strhome_ id - The OCID of the cloud DB home.
- cloud_
db_ strnode_ id - The OCID of the cloud DB node.
- cloud_
db_ strsystem_ id - The OCID of the cloud DB system that the listener is a part of.
- compartment_
id str - The OCID of the compartment in which the cloud database resides.
- component_
name str - The name of the cloud listener.
- dbaas_
id str - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display_
name str - The user-friendly name for the database. The name does not have to be unique.
- endpoints
Sequence[Cloud
Listener Endpoint] - The list of protocol addresses the listener is configured to listen on.
- host_
name str - The name of the host on which the cloud 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[CloudListener Serviced Asm] - The list of ASMs that are serviced by the listener.
- serviced_
databases Sequence[CloudListener Serviced Database] - The list of databases that are serviced by the listener.
- state str
- The current lifecycle state of the cloud 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 cloud listener was created.
- time_
updated str - The date and time the cloud 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 cloud 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.
- cloud
Db StringHome Id - The OCID of the cloud DB home.
- cloud
Db StringNode Id - The OCID of the cloud DB node.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- compartment
Id String - The OCID of the compartment in which the cloud database resides.
- component
Name String - The name of the cloud listener.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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.
- host
Name String - The name of the host on which the cloud 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 cloud 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 cloud listener was created.
- time
Updated String - The date and time the cloud listener was last updated.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The listener version.
Look up Existing CloudListener Resource
Get an existing CloudListener 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?: CloudListenerState, opts?: CustomResourceOptions): CloudListener
@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,
cloud_connector_id: Optional[str] = None,
cloud_db_home_id: Optional[str] = None,
cloud_db_node_id: Optional[str] = None,
cloud_db_system_id: Optional[str] = None,
cloud_listener_id: Optional[str] = None,
compartment_id: Optional[str] = None,
component_name: Optional[str] = None,
dbaas_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
endpoints: Optional[Sequence[CloudListenerEndpointArgs]] = 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[CloudListenerServicedAsmArgs]] = None,
serviced_databases: Optional[Sequence[CloudListenerServicedDatabaseArgs]] = 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) -> CloudListener
func GetCloudListener(ctx *Context, name string, id IDInput, state *CloudListenerState, opts ...ResourceOption) (*CloudListener, error)
public static CloudListener Get(string name, Input<string> id, CloudListenerState? state, CustomResourceOptions? opts = null)
public static CloudListener get(String name, Output<String> id, CloudListenerState state, CustomResourceOptions options)
resources: _: type: oci:DatabaseManagement:CloudListener 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.
- Additional
Details Dictionary<string, string> - The additional details of the cloud 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.
- Cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- Cloud
Db stringHome Id - The OCID of the cloud DB home.
- Cloud
Db stringNode Id - The OCID of the cloud DB node.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- Cloud
Listener stringId - The OCID of the cloud listener.
- Compartment
Id string - The OCID of the compartment in which the cloud database resides.
- Component
Name string - The name of the cloud listener.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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<Cloud
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- 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 cloud 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<CloudListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- Serviced
Databases List<CloudListener Serviced Database> - The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the cloud 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 cloud listener was created.
- Time
Updated string - The date and time the cloud 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 cloud 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.
- Cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- Cloud
Db stringHome Id - The OCID of the cloud DB home.
- Cloud
Db stringNode Id - The OCID of the cloud DB node.
- Cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- Cloud
Listener stringId - The OCID of the cloud listener.
- Compartment
Id string - The OCID of the compartment in which the cloud database resides.
- Component
Name string - The name of the cloud listener.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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
[]Cloud
Listener Endpoint Args - The list of protocol addresses the listener is configured to listen on.
- 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 cloud 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 []CloudListener Serviced Asm Args - The list of ASMs that are serviced by the listener.
- Serviced
Databases []CloudListener Serviced Database Args - The list of databases that are serviced by the listener.
- State string
- The current lifecycle state of the cloud 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 cloud listener was created.
- Time
Updated string - The date and time the cloud 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 cloud 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.
- cloud
Connector StringId - (Updatable) The OCID of the cloud connector.
- cloud
Db StringHome Id - The OCID of the cloud DB home.
- cloud
Db StringNode Id - The OCID of the cloud DB node.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- cloud
Listener StringId - The OCID of the cloud listener.
- compartment
Id String - The OCID of the compartment in which the cloud database resides.
- component
Name String - The name of the cloud listener.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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<Cloud
Listener Endpoint> - The list of protocol addresses the listener is configured to listen on.
- 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 cloud 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<CloudListener Serviced Asm> - The list of ASMs that are serviced by the listener.
- serviced
Databases List<CloudListener Serviced Database> - The list of databases that are serviced by the listener.
- state String
- The current lifecycle state of the cloud 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 cloud listener was created.
- time
Updated String - The date and time the cloud 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 cloud 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.
- cloud
Connector stringId - (Updatable) The OCID of the cloud connector.
- cloud
Db stringHome Id - The OCID of the cloud DB home.
- cloud
Db stringNode Id - The OCID of the cloud DB node.
- cloud
Db stringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- cloud
Listener stringId - The OCID of the cloud listener.
- compartment
Id string - The OCID of the compartment in which the cloud database resides.
- component
Name string - The name of the cloud listener.
- dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- {[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
Cloud
Listener Endpoint[] - The list of protocol addresses the listener is configured to listen on.
- {[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 cloud 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 CloudListener Serviced Asm[] - The list of ASMs that are serviced by the listener.
- serviced
Databases CloudListener Serviced Database[] - The list of databases that are serviced by the listener.
- state string
- The current lifecycle state of the cloud 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 cloud listener was created.
- time
Updated string - The date and time the cloud 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 cloud 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.
- cloud_
connector_ strid - (Updatable) The OCID of the cloud connector.
- cloud_
db_ strhome_ id - The OCID of the cloud DB home.
- cloud_
db_ strnode_ id - The OCID of the cloud DB node.
- cloud_
db_ strsystem_ id - The OCID of the cloud DB system that the listener is a part of.
- cloud_
listener_ strid - The OCID of the cloud listener.
- compartment_
id str - The OCID of the compartment in which the cloud database resides.
- component_
name str - The name of the cloud listener.
- dbaas_
id str - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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[Cloud
Listener Endpoint Args] - The list of protocol addresses the listener is configured to listen on.
- 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 cloud 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[CloudListener Serviced Asm Args] - The list of ASMs that are serviced by the listener.
- serviced_
databases Sequence[CloudListener Serviced Database Args] - The list of databases that are serviced by the listener.
- state str
- The current lifecycle state of the cloud 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 cloud listener was created.
- time_
updated str - The date and time the cloud 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 cloud 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.
- cloud
Connector StringId - (Updatable) The OCID of the cloud connector.
- cloud
Db StringHome Id - The OCID of the cloud DB home.
- cloud
Db StringNode Id - The OCID of the cloud DB node.
- cloud
Db StringSystem Id - The OCID of the cloud DB system that the listener is a part of.
- cloud
Listener StringId - The OCID of the cloud listener.
- compartment
Id String - The OCID of the compartment in which the cloud database resides.
- component
Name String - The name of the cloud listener.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- 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.
- 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 cloud 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 cloud 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 cloud listener was created.
- time
Updated String - The date and time the cloud listener was last updated.
- trace
Directory String - The destination directory of the listener trace file.
- version String
- The listener version.
Supporting Types
CloudListenerEndpoint, CloudListenerEndpointArgs
CloudListenerServicedAsm, CloudListenerServicedAsmArgs
- Compartment
Id string - The OCID of the compartment in which the cloud 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 cloud database.
- Compartment
Id string - The OCID of the compartment in which the cloud 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 cloud database.
- compartment
Id String - The OCID of the compartment in which the cloud 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 cloud database.
- compartment
Id string - The OCID of the compartment in which the cloud 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 cloud database.
- compartment_
id str - The OCID of the compartment in which the cloud 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 cloud database.
- compartment
Id String - The OCID of the compartment in which the cloud 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 cloud database.
CloudListenerServicedDatabase, CloudListenerServicedDatabaseArgs
- Compartment
Id string - The OCID of the compartment in which the cloud 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 cloud database.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the cloud 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 cloud 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 cloud database.
- Dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Id string
- The OCID of the cloud 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 cloud 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 cloud database.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the cloud 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 cloud 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 cloud database.
- dbaas
Id string - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- id string
- The OCID of the cloud 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 cloud 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 cloud database.
- dbaas_
id str - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display_
name str - The user-friendly name for the database. The name does not have to be unique.
- id str
- The OCID of the cloud 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 cloud 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 cloud database.
- dbaas
Id String - The OCID of the existing Dbaas Oracle Cloud Infrastructure resource matching the discovered DB system component.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- id String
- The OCID of the cloud database.
- is
Managed Boolean - Indicates whether the database is a Managed Database or not.
Import
CloudListeners can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/cloudListener:CloudListener test_cloud_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.