Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi
oci.Opsi.getOperationsInsightsPrivateEndpoint
Explore with Pulumi AI
This data source provides details about a specific Operations Insights Private Endpoint resource in Oracle Cloud Infrastructure Opsi service.
Gets the details of the specified private endpoint.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOperationsInsightsPrivateEndpoint = oci.Opsi.getOperationsInsightsPrivateEndpoint({
operationsInsightsPrivateEndpointId: testOperationsInsightsPrivateEndpointOciOpsiOperationsInsightsPrivateEndpoint.id,
});
import pulumi
import pulumi_oci as oci
test_operations_insights_private_endpoint = oci.Opsi.get_operations_insights_private_endpoint(operations_insights_private_endpoint_id=test_operations_insights_private_endpoint_oci_opsi_operations_insights_private_endpoint["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Opsi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Opsi.GetOperationsInsightsPrivateEndpoint(ctx, &opsi.GetOperationsInsightsPrivateEndpointArgs{
OperationsInsightsPrivateEndpointId: testOperationsInsightsPrivateEndpointOciOpsiOperationsInsightsPrivateEndpoint.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testOperationsInsightsPrivateEndpoint = Oci.Opsi.GetOperationsInsightsPrivateEndpoint.Invoke(new()
{
OperationsInsightsPrivateEndpointId = testOperationsInsightsPrivateEndpointOciOpsiOperationsInsightsPrivateEndpoint.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetOperationsInsightsPrivateEndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testOperationsInsightsPrivateEndpoint = OpsiFunctions.getOperationsInsightsPrivateEndpoint(GetOperationsInsightsPrivateEndpointArgs.builder()
.operationsInsightsPrivateEndpointId(testOperationsInsightsPrivateEndpointOciOpsiOperationsInsightsPrivateEndpoint.id())
.build());
}
}
variables:
testOperationsInsightsPrivateEndpoint:
fn::invoke:
Function: oci:Opsi:getOperationsInsightsPrivateEndpoint
Arguments:
operationsInsightsPrivateEndpointId: ${testOperationsInsightsPrivateEndpointOciOpsiOperationsInsightsPrivateEndpoint.id}
Using getOperationsInsightsPrivateEndpoint
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 getOperationsInsightsPrivateEndpoint(args: GetOperationsInsightsPrivateEndpointArgs, opts?: InvokeOptions): Promise<GetOperationsInsightsPrivateEndpointResult>
function getOperationsInsightsPrivateEndpointOutput(args: GetOperationsInsightsPrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetOperationsInsightsPrivateEndpointResult>
def get_operations_insights_private_endpoint(operations_insights_private_endpoint_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOperationsInsightsPrivateEndpointResult
def get_operations_insights_private_endpoint_output(operations_insights_private_endpoint_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOperationsInsightsPrivateEndpointResult]
func GetOperationsInsightsPrivateEndpoint(ctx *Context, args *GetOperationsInsightsPrivateEndpointArgs, opts ...InvokeOption) (*GetOperationsInsightsPrivateEndpointResult, error)
func GetOperationsInsightsPrivateEndpointOutput(ctx *Context, args *GetOperationsInsightsPrivateEndpointOutputArgs, opts ...InvokeOption) GetOperationsInsightsPrivateEndpointResultOutput
> Note: This function is named GetOperationsInsightsPrivateEndpoint
in the Go SDK.
public static class GetOperationsInsightsPrivateEndpoint
{
public static Task<GetOperationsInsightsPrivateEndpointResult> InvokeAsync(GetOperationsInsightsPrivateEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetOperationsInsightsPrivateEndpointResult> Invoke(GetOperationsInsightsPrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOperationsInsightsPrivateEndpointResult> getOperationsInsightsPrivateEndpoint(GetOperationsInsightsPrivateEndpointArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opsi/getOperationsInsightsPrivateEndpoint:getOperationsInsightsPrivateEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Operations
Insights stringPrivate Endpoint Id - The OCID of the Operation Insights private endpoint.
- Operations
Insights stringPrivate Endpoint Id - The OCID of the Operation Insights private endpoint.
- operations
Insights StringPrivate Endpoint Id - The OCID of the Operation Insights private endpoint.
- operations
Insights stringPrivate Endpoint Id - The OCID of the Operation Insights private endpoint.
- operations_
insights_ strprivate_ endpoint_ id - The OCID of the Operation Insights private endpoint.
- operations
Insights StringPrivate Endpoint Id - The OCID of the Operation Insights private endpoint.
getOperationsInsightsPrivateEndpoint Result
The following output properties are available:
- Compartment
Id string - The compartment OCID of the Private service accessed database.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- The description of the private endpoint.
- Display
Name string - The display name of the private endpoint.
- Dictionary<string, string>
- 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 Private service accessed database.
- Is
Used boolFor Rac Dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- Operations
Insights stringPrivate Endpoint Id - Private
Endpoint stringStatus Details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- Private
Ip string - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- State string
- The current state of the private endpoint.
- Subnet
Id string - The OCID of the subnet.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the private endpoint was created, in the format defined by RFC3339.
- Vcn
Id string - The OCID of the VCN.
- Compartment
Id string - The compartment OCID of the Private service accessed database.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- The description of the private endpoint.
- Display
Name string - The display name of the private endpoint.
- map[string]string
- 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 Private service accessed database.
- Is
Used boolFor Rac Dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- Operations
Insights stringPrivate Endpoint Id - Private
Endpoint stringStatus Details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- Private
Ip string - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- State string
- The current state of the private endpoint.
- Subnet
Id string - The OCID of the subnet.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the private endpoint was created, in the format defined by RFC3339.
- Vcn
Id string - The OCID of the VCN.
- compartment
Id String - The compartment OCID of the Private service accessed database.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- The description of the private endpoint.
- display
Name String - The display name of the private endpoint.
- Map<String,String>
- 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 Private service accessed database.
- is
Used BooleanFor Rac Dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- operations
Insights StringPrivate Endpoint Id - private
Endpoint StringStatus Details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- private
Ip String - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- state String
- The current state of the private endpoint.
- subnet
Id String - The OCID of the subnet.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id String - The OCID of the VCN.
- compartment
Id string - The compartment OCID of the Private service accessed database.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- The description of the private endpoint.
- display
Name string - The display name of the private endpoint.
- {[key: string]: string}
- 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 Private service accessed database.
- is
Used booleanFor Rac Dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- operations
Insights stringPrivate Endpoint Id - private
Endpoint stringStatus Details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- private
Ip string - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- state string
- The current state of the private endpoint.
- subnet
Id string - The OCID of the subnet.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id string - The OCID of the VCN.
- compartment_
id str - The compartment OCID of the Private service accessed database.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- The description of the private endpoint.
- display_
name str - The display name of the private endpoint.
- Mapping[str, str]
- 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 Private service accessed database.
- is_
used_ boolfor_ rac_ dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- operations_
insights_ strprivate_ endpoint_ id - private_
endpoint_ strstatus_ details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- private_
ip str - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- state str
- The current state of the private endpoint.
- subnet_
id str - The OCID of the subnet.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn_
id str - The OCID of the VCN.
- compartment
Id String - The compartment OCID of the Private service accessed database.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- The description of the private endpoint.
- display
Name String - The display name of the private endpoint.
- Map<String>
- 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 Private service accessed database.
- is
Used BooleanFor Rac Dbs - The flag is to identify if private endpoint is used for rac database or not. This flag is deprecated and no longer is used.
- 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 OCIDs of the network security groups that the private endpoint belongs to.
- operations
Insights StringPrivate Endpoint Id - private
Endpoint StringStatus Details - A message describing the status of the private endpoint connection of this resource. For example, it can be used to provide actionable information about the validity of the private endpoint connection.
- private
Ip String - The private IP addresses assigned to the private endpoint. All IP addresses will be concatenated if it is RAC DBs.
- state String
- The current state of the private endpoint.
- subnet
Id String - The OCID of the subnet.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the private endpoint was created, in the format defined by RFC3339.
- vcn
Id String - The OCID of the VCN.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.