Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.AiVision.getVisionPrivateEndpoint
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
This data source provides details about a specific Vision Private Endpoint resource in Oracle Cloud Infrastructure Ai Vision service.
Get a visionPrivateEndpoint by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVisionPrivateEndpoint = oci.AiVision.getVisionPrivateEndpoint({
visionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id,
});
import pulumi
import pulumi_oci as oci
test_vision_private_endpoint = oci.AiVision.get_vision_private_endpoint(vision_private_endpoint_id=test_vision_private_endpoint_oci_ai_vision_vision_private_endpoint["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/aivision"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := aivision.GetVisionPrivateEndpoint(ctx, &aivision.GetVisionPrivateEndpointArgs{
VisionPrivateEndpointId: testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.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 testVisionPrivateEndpoint = Oci.AiVision.GetVisionPrivateEndpoint.Invoke(new()
{
VisionPrivateEndpointId = testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.AiVision.AiVisionFunctions;
import com.pulumi.oci.AiVision.inputs.GetVisionPrivateEndpointArgs;
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 testVisionPrivateEndpoint = AiVisionFunctions.getVisionPrivateEndpoint(GetVisionPrivateEndpointArgs.builder()
.visionPrivateEndpointId(testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id())
.build());
}
}
variables:
testVisionPrivateEndpoint:
fn::invoke:
function: oci:AiVision:getVisionPrivateEndpoint
arguments:
visionPrivateEndpointId: ${testVisionPrivateEndpointOciAiVisionVisionPrivateEndpoint.id}
Using getVisionPrivateEndpoint
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 getVisionPrivateEndpoint(args: GetVisionPrivateEndpointArgs, opts?: InvokeOptions): Promise<GetVisionPrivateEndpointResult>
function getVisionPrivateEndpointOutput(args: GetVisionPrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetVisionPrivateEndpointResult>def get_vision_private_endpoint(vision_private_endpoint_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVisionPrivateEndpointResult
def get_vision_private_endpoint_output(vision_private_endpoint_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVisionPrivateEndpointResult]func LookupVisionPrivateEndpoint(ctx *Context, args *LookupVisionPrivateEndpointArgs, opts ...InvokeOption) (*LookupVisionPrivateEndpointResult, error)
func LookupVisionPrivateEndpointOutput(ctx *Context, args *LookupVisionPrivateEndpointOutputArgs, opts ...InvokeOption) LookupVisionPrivateEndpointResultOutput> Note: This function is named LookupVisionPrivateEndpoint in the Go SDK.
public static class GetVisionPrivateEndpoint
{
public static Task<GetVisionPrivateEndpointResult> InvokeAsync(GetVisionPrivateEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetVisionPrivateEndpointResult> Invoke(GetVisionPrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVisionPrivateEndpointResult> getVisionPrivateEndpoint(GetVisionPrivateEndpointArgs args, InvokeOptions options)
public static Output<GetVisionPrivateEndpointResult> getVisionPrivateEndpoint(GetVisionPrivateEndpointArgs args, InvokeOptions options)
fn::invoke:
function: oci:AiVision/getVisionPrivateEndpoint:getVisionPrivateEndpoint
arguments:
# arguments dictionaryThe following arguments are supported:
- Vision
Private stringEndpoint Id - Vision private endpoint Id.
- Vision
Private stringEndpoint Id - Vision private endpoint Id.
- vision
Private StringEndpoint Id - Vision private endpoint Id.
- vision
Private stringEndpoint Id - Vision private endpoint Id.
- vision_
private_ strendpoint_ id - Vision private endpoint Id.
- vision
Private StringEndpoint Id - Vision private endpoint Id.
getVisionPrivateEndpoint Result
The following output properties are available:
- Compartment
Id string - A compartment identifier.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - Description string
- An optional description of the visionPrivateEndpoint.
- Display
Name string - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- Dictionary<string, string>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - Id string
- OCID of private endpoint
- Lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if creation failed.
- State string
- The current state of the visionPrivateEndpoint.
- Subnet
Id string - OCID of subnet
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - Time
Created string - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- Time
Updated string - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- Vision
Private stringEndpoint Id
- Compartment
Id string - A compartment identifier.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - Description string
- An optional description of the visionPrivateEndpoint.
- Display
Name string - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- map[string]string
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - Id string
- OCID of private endpoint
- Lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if creation failed.
- State string
- The current state of the visionPrivateEndpoint.
- Subnet
Id string - OCID of subnet
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - Time
Created string - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- Time
Updated string - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- Vision
Private stringEndpoint Id
- compartment
Id String - A compartment identifier.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description String
- An optional description of the visionPrivateEndpoint.
- display
Name String - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- Map<String,String>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id String
- OCID of private endpoint
- lifecycle
Details String - A message describing the current state in more detail, that can provide actionable information if creation failed.
- state String
- The current state of the visionPrivateEndpoint.
- subnet
Id String - OCID of subnet
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - time
Created String - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- time
Updated String - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- vision
Private StringEndpoint Id
- compartment
Id string - A compartment identifier.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description string
- An optional description of the visionPrivateEndpoint.
- display
Name string - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- {[key: string]: string}
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id string
- OCID of private endpoint
- lifecycle
Details string - A message describing the current state in more detail, that can provide actionable information if creation failed.
- state string
- The current state of the visionPrivateEndpoint.
- subnet
Id string - OCID of subnet
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - time
Created string - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- time
Updated string - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- vision
Private stringEndpoint Id
- compartment_
id str - A compartment identifier.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description str
- An optional description of the visionPrivateEndpoint.
- display_
name str - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- Mapping[str, str]
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id str
- OCID of private endpoint
- lifecycle_
details str - A message describing the current state in more detail, that can provide actionable information if creation failed.
- state str
- The current state of the visionPrivateEndpoint.
- subnet_
id str - OCID of subnet
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - time_
created str - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- time_
updated str - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- vision_
private_ strendpoint_ id
- compartment
Id String - A compartment identifier.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example:
{"foo-namespace": {"bar-key": "value"}} - description String
- An optional description of the visionPrivateEndpoint.
- display
Name String - A human-friendly name for the visionPrivateEndpoint, which can be changed.
- Map<String>
- A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example:
{"bar-key": "value"} - id String
- OCID of private endpoint
- lifecycle
Details String - A message describing the current state in more detail, that can provide actionable information if creation failed.
- state String
- The current state of the visionPrivateEndpoint.
- subnet
Id String - OCID of subnet
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. For example:
{"orcl-cloud": {"free-tier-retained": "true"}} - time
Created String - When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
- time
Updated String - When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
- vision
Private StringEndpoint Id
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
