Oracle Cloud Infrastructure
getDatabaseToolsPrivateEndpoints
This data source provides the list of Database Tools Private Endpoints in Oracle Cloud Infrastructure Database Tools service.
Returns a list of DatabaseToolsPrivateEndpoints.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testDatabaseToolsPrivateEndpoints = Output.Create(Oci.DatabaseTools.GetDatabaseToolsPrivateEndpoints.InvokeAsync(new Oci.DatabaseTools.GetDatabaseToolsPrivateEndpointsArgs
{
CompartmentId = @var.Compartment_id,
DisplayName = @var.Database_tools_private_endpoint_display_name,
EndpointServiceId = oci_core_service.Test_service.Id,
State = @var.Database_tools_private_endpoint_state,
SubnetId = oci_core_subnet.Test_subnet.Id,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseTools"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseTools.GetDatabaseToolsPrivateEndpoints(ctx, &databasetools.GetDatabaseToolsPrivateEndpointsArgs{
CompartmentId: _var.Compartment_id,
DisplayName: pulumi.StringRef(_var.Database_tools_private_endpoint_display_name),
EndpointServiceId: pulumi.StringRef(oci_core_service.Test_service.Id),
State: pulumi.StringRef(_var.Database_tools_private_endpoint_state),
SubnetId: pulumi.StringRef(oci_core_subnet.Test_subnet.Id),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_database_tools_private_endpoints = oci.DatabaseTools.get_database_tools_private_endpoints(compartment_id=var["compartment_id"],
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"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseToolsPrivateEndpoints = oci.DatabaseTools.getDatabaseToolsPrivateEndpoints({
compartmentId: _var.compartment_id,
displayName: _var.database_tools_private_endpoint_display_name,
endpointServiceId: oci_core_service.test_service.id,
state: _var.database_tools_private_endpoint_state,
subnetId: oci_core_subnet.test_subnet.id,
});
Coming soon!
Using getDatabaseToolsPrivateEndpoints
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDatabaseToolsPrivateEndpoints(args: GetDatabaseToolsPrivateEndpointsArgs, opts?: InvokeOptions): Promise<GetDatabaseToolsPrivateEndpointsResult>
function getDatabaseToolsPrivateEndpointsOutput(args: GetDatabaseToolsPrivateEndpointsOutputArgs, opts?: InvokeOptions): Output<GetDatabaseToolsPrivateEndpointsResult>
def get_database_tools_private_endpoints(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
endpoint_service_id: Optional[str] = None,
filters: Optional[Sequence[_databasetools.GetDatabaseToolsPrivateEndpointsFilter]] = None,
state: Optional[str] = None,
subnet_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabaseToolsPrivateEndpointsResult
def get_database_tools_private_endpoints_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
endpoint_service_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasetools.GetDatabaseToolsPrivateEndpointsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
subnet_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseToolsPrivateEndpointsResult]
func GetDatabaseToolsPrivateEndpoints(ctx *Context, args *GetDatabaseToolsPrivateEndpointsArgs, opts ...InvokeOption) (*GetDatabaseToolsPrivateEndpointsResult, error)
func GetDatabaseToolsPrivateEndpointsOutput(ctx *Context, args *GetDatabaseToolsPrivateEndpointsOutputArgs, opts ...InvokeOption) GetDatabaseToolsPrivateEndpointsResultOutput
> Note: This function is named GetDatabaseToolsPrivateEndpoints
in the Go SDK.
public static class GetDatabaseToolsPrivateEndpoints
{
public static Task<GetDatabaseToolsPrivateEndpointsResult> InvokeAsync(GetDatabaseToolsPrivateEndpointsArgs args, InvokeOptions? opts = null)
public static Output<GetDatabaseToolsPrivateEndpointsResult> Invoke(GetDatabaseToolsPrivateEndpointsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseToolsPrivateEndpointsResult> getDatabaseToolsPrivateEndpoints(GetDatabaseToolsPrivateEndpointsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DatabaseTools/getDatabaseToolsPrivateEndpoints:getDatabaseToolsPrivateEndpoints
Arguments:
# Arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Endpoint
Service stringId A filter to return only resources their type matches the given type.
- Filters
List<Get
Database Tools Private Endpoints Filter> - State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Endpoint
Service stringId A filter to return only resources their type matches the given type.
- Filters
[]Get
Database Tools Private Endpoints Filter - State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- endpoint
Service StringId A filter to return only resources their type matches the given type.
- filters
List<Get
Private Endpoints Filter> - state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String A filter to return only resources their subnetId matches the given subnetId.
- compartment
Id string The ID of the compartment in which to list resources.
- display
Name string A filter to return only resources that match the entire display name given.
- endpoint
Service stringId A filter to return only resources their type matches the given type.
- filters
Get
Database Tools Private Endpoints Filter[] - state string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- compartment_
id str The ID of the compartment in which to list resources.
- display_
name str A filter to return only resources that match the entire display name given.
- endpoint_
service_ strid A filter to return only resources their type matches the given type.
- filters
Get
Database Tools Private Endpoints Filter] - state str
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet_
id str A filter to return only resources their subnetId matches the given subnetId.
- compartment
Id String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- endpoint
Service StringId A filter to return only resources their type matches the given type.
- filters List<Property Map>
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String A filter to return only resources their subnetId matches the given subnetId.
getDatabaseToolsPrivateEndpoints Result
The following output properties are available:
- Compartment
Id string The OCID of the containing Compartment.
- Database
Tools List<GetPrivate Endpoint Collections Database Tools Private Endpoints Database Tools Private Endpoint Collection> The list of database_tools_private_endpoint_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Endpoint
Service stringId The OCID of the DatabaseToolsEndpointService.
- Filters
List<Get
Database Tools Private Endpoints Filter> - State string
The current state of the DatabaseToolsPrivateEndpoint.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
- Compartment
Id string The OCID of the containing Compartment.
- Database
Tools []GetPrivate Endpoint Collections Database Tools Private Endpoints Database Tools Private Endpoint Collection The list of database_tools_private_endpoint_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Endpoint
Service stringId The OCID of the DatabaseToolsEndpointService.
- Filters
[]Get
Database Tools Private Endpoints Filter - State string
The current state of the DatabaseToolsPrivateEndpoint.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
- compartment
Id String The OCID of the containing Compartment.
- database
Tools List<GetPrivate Endpoint Collections Private Endpoints Private Endpoint Collection> The list of database_tools_private_endpoint_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- endpoint
Service StringId The OCID of the DatabaseToolsEndpointService.
- filters
List<Get
Private Endpoints Filter> - state String
The current state of the DatabaseToolsPrivateEndpoint.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
- compartment
Id string The OCID of the containing Compartment.
- database
Tools GetPrivate Endpoint Collections Database Tools Private Endpoints Database Tools Private Endpoint Collection[] The list of database_tools_private_endpoint_collection.
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- endpoint
Service stringId The OCID of the DatabaseToolsEndpointService.
- filters
Get
Database Tools Private Endpoints Filter[] - state string
The current state of the DatabaseToolsPrivateEndpoint.
- subnet
Id string The OCID of the subnet that the private endpoint belongs to.
- compartment_
id str The OCID of the containing Compartment.
- database_
tools_ Getprivate_ endpoint_ collections Database Tools Private Endpoints Database Tools Private Endpoint Collection] The list of database_tools_private_endpoint_collection.
- id str
The provider-assigned unique ID for this managed resource.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- endpoint_
service_ strid The OCID of the DatabaseToolsEndpointService.
- filters
Get
Database Tools Private Endpoints Filter] - state str
The current state of the DatabaseToolsPrivateEndpoint.
- subnet_
id str The OCID of the subnet that the private endpoint belongs to.
- compartment
Id String The OCID of the containing Compartment.
- database
Tools List<Property Map>Private Endpoint Collections The list of database_tools_private_endpoint_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- endpoint
Service StringId The OCID of the DatabaseToolsEndpointService.
- filters List<Property Map>
- state String
The current state of the DatabaseToolsPrivateEndpoint.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
Supporting Types
GetDatabaseToolsPrivateEndpointsDatabaseToolsPrivateEndpointCollection
GetDatabaseToolsPrivateEndpointsDatabaseToolsPrivateEndpointCollectionItem
- Additional
Fqdns List<string> A list of additional FQDNs that can be also be used for the private endpoint.
- Compartment
Id string The ID of the compartment in which to list resources.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A description of the DatabaseToolsPrivateEndpoint.
- Display
Name string A filter to return only resources that match the entire display name given.
- Endpoint
Fqdn string Then FQDN to use for the private endpoint.
- Endpoint
Service stringId A filter to return only resources their type matches the given type.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
The OCID of the DatabaseToolsPrivateEndpoint.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Nsg
Ids List<string> The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Endpoint stringIp The private IP address that represents the access point for the associated endpoint service.
- Private
Endpoint stringVnic Id The OCID of the private endpoint's VNIC.
- Reverse
Connection List<GetConfigurations Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration> Reverse connection configuration details of Private Endpoint.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- Time
Updated string The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- Vcn
Id string The OCID of the VCN that the private endpoint belongs to.
- Additional
Fqdns []string A list of additional FQDNs that can be also be used for the private endpoint.
- Compartment
Id string The ID of the compartment in which to list resources.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
A description of the DatabaseToolsPrivateEndpoint.
- Display
Name string A filter to return only resources that match the entire display name given.
- Endpoint
Fqdn string Then FQDN to use for the private endpoint.
- Endpoint
Service stringId A filter to return only resources their type matches the given type.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
The OCID of the DatabaseToolsPrivateEndpoint.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Nsg
Ids []string The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- Private
Endpoint stringIp The private IP address that represents the access point for the associated endpoint service.
- Private
Endpoint stringVnic Id The OCID of the private endpoint's VNIC.
- Reverse
Connection []GetConfigurations Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration Reverse connection configuration details of Private Endpoint.
- State string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- Time
Updated string The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- Vcn
Id string The OCID of the VCN that the private endpoint belongs to.
- additional
Fqdns List<String> A list of additional FQDNs that can be also be used for the private endpoint.
- compartment
Id String The ID of the compartment in which to list resources.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A description of the DatabaseToolsPrivateEndpoint.
- display
Name String A filter to return only resources that match the entire display name given.
- endpoint
Fqdn String Then FQDN to use for the private endpoint.
- endpoint
Service StringId A filter to return only resources their type matches the given type.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
The OCID of the DatabaseToolsPrivateEndpoint.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- nsg
Ids List<String> The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- private
Endpoint StringIp The private IP address that represents the access point for the associated endpoint service.
- private
Endpoint StringVnic Id The OCID of the private endpoint's VNIC.
- reverse
Connection List<GetConfigurations Private Endpoints Private Endpoint Collection Item Reverse Connection Configuration> Reverse connection configuration details of Private Endpoint.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String A filter to return only resources their subnetId matches the given subnetId.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- time
Updated String The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- vcn
Id String The OCID of the VCN that the private endpoint belongs to.
- additional
Fqdns string[] A list of additional FQDNs that can be also be used for the private endpoint.
- compartment
Id string The ID of the compartment in which to list resources.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
A description of the DatabaseToolsPrivateEndpoint.
- display
Name string A filter to return only resources that match the entire display name given.
- endpoint
Fqdn string Then FQDN to use for the private endpoint.
- endpoint
Service stringId A filter to return only resources their type matches the given type.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
The OCID of the DatabaseToolsPrivateEndpoint.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- nsg
Ids string[] The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- private
Endpoint stringIp The private IP address that represents the access point for the associated endpoint service.
- private
Endpoint stringVnic Id The OCID of the private endpoint's VNIC.
- reverse
Connection GetConfigurations Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration[] Reverse connection configuration details of Private Endpoint.
- state string
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id string A filter to return only resources their subnetId matches the given subnetId.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- time
Updated string The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- vcn
Id string The OCID of the VCN that the private endpoint belongs to.
- additional_
fqdns Sequence[str] A list of additional FQDNs that can be also be used for the private endpoint.
- compartment_
id str The ID of the compartment in which to list resources.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
A description of the DatabaseToolsPrivateEndpoint.
- display_
name str A filter to return only resources that match the entire display name given.
- endpoint_
fqdn str Then FQDN to use for the private endpoint.
- endpoint_
service_ strid A filter to return only resources their type matches the given type.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
The OCID of the DatabaseToolsPrivateEndpoint.
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- nsg_
ids Sequence[str] The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- private_
endpoint_ strip The private IP address that represents the access point for the associated endpoint service.
- private_
endpoint_ strvnic_ id The OCID of the private endpoint's VNIC.
- reverse_
connection_ Getconfigurations Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration] Reverse connection configuration details of Private Endpoint.
- state str
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet_
id str A filter to return only resources their subnetId matches the given subnetId.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- time_
updated str The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- vcn_
id str The OCID of the VCN that the private endpoint belongs to.
- additional
Fqdns List<String> A list of additional FQDNs that can be also be used for the private endpoint.
- compartment
Id String The ID of the compartment in which to list resources.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
A description of the DatabaseToolsPrivateEndpoint.
- display
Name String A filter to return only resources that match the entire display name given.
- endpoint
Fqdn String Then FQDN to use for the private endpoint.
- endpoint
Service StringId A filter to return only resources their type matches the given type.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
The OCID of the DatabaseToolsPrivateEndpoint.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- nsg
Ids List<String> The OCID of the network security groups that the private endpoint's VNIC belongs to. For more information about NSGs, see NetworkSecurityGroup.
- private
Endpoint StringIp The private IP address that represents the access point for the associated endpoint service.
- private
Endpoint StringVnic Id The OCID of the private endpoint's VNIC.
- reverse
Connection List<Property Map>Configurations Reverse connection configuration details of Private Endpoint.
- state String
A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Id String A filter to return only resources their subnetId matches the given subnetId.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
- time
Updated String The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
- vcn
Id String The OCID of the VCN that the private endpoint belongs to.
GetDatabaseToolsPrivateEndpointsDatabaseToolsPrivateEndpointCollectionItemReverseConnectionConfiguration
- Reverse
Connections List<GetSource Ips Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration Reverse Connections Source Ip> 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.
- Reverse
Connections []GetSource Ips Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration Reverse Connections Source Ip 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.
- reverse
Connections List<GetSource Ips Private Endpoints Private Endpoint Collection Item Reverse Connection Configuration Reverse Connections Source Ip> 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.
- reverse
Connections GetSource Ips Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration Reverse Connections Source Ip[] 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.
- reverse_
connections_ Getsource_ ips Database Tools Private Endpoints Database Tools Private Endpoint Collection Item Reverse Connection Configuration Reverse Connections Source Ip] 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.
- reverse
Connections List<Property Map>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.
GetDatabaseToolsPrivateEndpointsDatabaseToolsPrivateEndpointCollectionItemReverseConnectionConfigurationReverseConnectionsSourceIp
- Source
Ip string 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.
- Source
Ip string 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.
- source
Ip String 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.
- source
Ip string 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.
- source_
ip str 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.
- source
Ip String 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.
GetDatabaseToolsPrivateEndpointsFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.