Data Source: oci_database_tools_database_tools_private_endpoints
This data source provides the list of Database Tools Private Endpoints in Oracle Cloud Infrastructure Database Tools service.
Returns a list of Database Tools private endpoints.
Example Usage
data "oci_database_tools_database_tools_private_endpoints" "test_database_tools_private_endpoints" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.database_tools_private_endpoint_display_name
endpoint_service_id = oci_core_service.test_service.id
state = var.database_tools_private_endpoint_state
subnet_id = oci_core_subnet.test_subnet.id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The ID of the compartment in which to list resources.display_name
- (Optional) A filter to return only resources that match the entire specified display name.endpoint_service_id
- (Optional) A filter to return only resources theirendpointServiceId
matches the specifiedendpointServiceId
.state
- (Optional) A filter to return only resources theirlifecycleState
matches the specifiedlifecycleState
.subnet_id
- (Optional) A filter to return only resources theirsubnetId
matches the specifiedsubnetId
.
Attributes Reference
The following attributes are exported:
database_tools_private_endpoint_collection
- The list of database_tools_private_endpoint_collection.
DatabaseToolsPrivateEndpoint Reference
The following attributes are exported:
additional_fqdns
- A list of additional FQDNs that can be also be used for the private endpoint.compartment_id
- The OCID of the compartment containing the Database Tools private endpoint.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- A description of the Database Tools private endpoint.display_name
- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.endpoint_fqdn
- Then FQDN to use for the private endpoint.endpoint_service_id
- The OCID of the Database Tools Endpoint Service.freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- The OCID of the Database Tools private endpoint.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.locks
- Locks associated with this resource.message
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.related_resource_id
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.time_created
- When the lock was created.type
- Type of the lock.
nsg_ids
- The OCID of the network security groups that the private endpoint’s VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.private_endpoint_ip
- The private IP address that represents the access point for the associated endpoint service.private_endpoint_vnic_id
- The OCID of the private endpoint’s VNIC.reverse_connection_configuration
- Reverse connection configuration details of the private endpoint.reverse_connections_source_ips
- A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service’s VCN to the customer’s VCN.source_ip
- The IP address in the customer’s VCN to be used as the source IP for reverse connection packets traveling from the customer’s VCN to the service’s VCN.
state
- The current state of the Database Tools private endpoint.subnet_id
- The OCID of the subnet that the private endpoint belongs to.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the Database Tools private endpoint was created. An RFC3339 formatted datetime stringtime_updated
- The time the Database Tools private endpoint was updated. An RFC3339 formatted datetime stringvcn_id
- The OCID of the VCN that the private endpoint belongs to.