1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. AiVision
  5. getVisionPrivateEndpoints
Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi

oci.AiVision.getVisionPrivateEndpoints

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi

    This data source provides the list of Vision Private Endpoints in Oracle Cloud Infrastructure Ai Vision service.

    Returns a list of visionPrivateEndpoints.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVisionPrivateEndpoints = oci.AiVision.getVisionPrivateEndpoints({
        compartmentId: compartmentId,
        displayName: visionPrivateEndpointDisplayName,
        id: visionPrivateEndpointId,
        state: visionPrivateEndpointState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_vision_private_endpoints = oci.AiVision.get_vision_private_endpoints(compartment_id=compartment_id,
        display_name=vision_private_endpoint_display_name,
        id=vision_private_endpoint_id,
        state=vision_private_endpoint_state)
    
    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.GetVisionPrivateEndpoints(ctx, &aivision.GetVisionPrivateEndpointsArgs{
    			CompartmentId: pulumi.StringRef(compartmentId),
    			DisplayName:   pulumi.StringRef(visionPrivateEndpointDisplayName),
    			Id:            pulumi.StringRef(visionPrivateEndpointId),
    			State:         pulumi.StringRef(visionPrivateEndpointState),
    		}, 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 testVisionPrivateEndpoints = Oci.AiVision.GetVisionPrivateEndpoints.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = visionPrivateEndpointDisplayName,
            Id = visionPrivateEndpointId,
            State = visionPrivateEndpointState,
        });
    
    });
    
    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.GetVisionPrivateEndpointsArgs;
    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 testVisionPrivateEndpoints = AiVisionFunctions.getVisionPrivateEndpoints(GetVisionPrivateEndpointsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(visionPrivateEndpointDisplayName)
                .id(visionPrivateEndpointId)
                .state(visionPrivateEndpointState)
                .build());
    
        }
    }
    
    variables:
      testVisionPrivateEndpoints:
        fn::invoke:
          function: oci:AiVision:getVisionPrivateEndpoints
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${visionPrivateEndpointDisplayName}
            id: ${visionPrivateEndpointId}
            state: ${visionPrivateEndpointState}
    

    Using getVisionPrivateEndpoints

    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 getVisionPrivateEndpoints(args: GetVisionPrivateEndpointsArgs, opts?: InvokeOptions): Promise<GetVisionPrivateEndpointsResult>
    function getVisionPrivateEndpointsOutput(args: GetVisionPrivateEndpointsOutputArgs, opts?: InvokeOptions): Output<GetVisionPrivateEndpointsResult>
    def get_vision_private_endpoints(compartment_id: Optional[str] = None,
                                     display_name: Optional[str] = None,
                                     filters: Optional[Sequence[GetVisionPrivateEndpointsFilter]] = None,
                                     id: Optional[str] = None,
                                     state: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetVisionPrivateEndpointsResult
    def get_vision_private_endpoints_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                     display_name: Optional[pulumi.Input[str]] = None,
                                     filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVisionPrivateEndpointsFilterArgs]]]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     state: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetVisionPrivateEndpointsResult]
    func GetVisionPrivateEndpoints(ctx *Context, args *GetVisionPrivateEndpointsArgs, opts ...InvokeOption) (*GetVisionPrivateEndpointsResult, error)
    func GetVisionPrivateEndpointsOutput(ctx *Context, args *GetVisionPrivateEndpointsOutputArgs, opts ...InvokeOption) GetVisionPrivateEndpointsResultOutput

    > Note: This function is named GetVisionPrivateEndpoints in the Go SDK.

    public static class GetVisionPrivateEndpoints 
    {
        public static Task<GetVisionPrivateEndpointsResult> InvokeAsync(GetVisionPrivateEndpointsArgs args, InvokeOptions? opts = null)
        public static Output<GetVisionPrivateEndpointsResult> Invoke(GetVisionPrivateEndpointsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVisionPrivateEndpointsResult> getVisionPrivateEndpoints(GetVisionPrivateEndpointsArgs args, InvokeOptions options)
    public static Output<GetVisionPrivateEndpointsResult> getVisionPrivateEndpoints(GetVisionPrivateEndpointsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:AiVision/getVisionPrivateEndpoints:getVisionPrivateEndpoints
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetVisionPrivateEndpointsFilter>
    Id string
    The filter to find the device with the given identifier.
    State string
    The filter to match projects with the given lifecycleState.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetVisionPrivateEndpointsFilter
    Id string
    The filter to find the device with the given identifier.
    State string
    The filter to match projects with the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetVisionPrivateEndpointsFilter>
    id String
    The filter to find the device with the given identifier.
    state String
    The filter to match projects with the given lifecycleState.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetVisionPrivateEndpointsFilter[]
    id string
    The filter to find the device with the given identifier.
    state string
    The filter to match projects with the given lifecycleState.
    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.
    filters Sequence[GetVisionPrivateEndpointsFilter]
    id str
    The filter to find the device with the given identifier.
    state str
    The filter to match projects with the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    id String
    The filter to find the device with the given identifier.
    state String
    The filter to match projects with the given lifecycleState.

    getVisionPrivateEndpoints Result

    The following output properties are available:

    VisionPrivateEndpointCollections List<GetVisionPrivateEndpointsVisionPrivateEndpointCollection>
    The list of vision_private_endpoint_collection.
    CompartmentId string
    A compartment identifier.
    DisplayName string
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    Filters List<GetVisionPrivateEndpointsFilter>
    Id string
    OCID of private endpoint
    State string
    The current state of the visionPrivateEndpoint.
    VisionPrivateEndpointCollections []GetVisionPrivateEndpointsVisionPrivateEndpointCollection
    The list of vision_private_endpoint_collection.
    CompartmentId string
    A compartment identifier.
    DisplayName string
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    Filters []GetVisionPrivateEndpointsFilter
    Id string
    OCID of private endpoint
    State string
    The current state of the visionPrivateEndpoint.
    visionPrivateEndpointCollections List<GetVisionPrivateEndpointsVisionPrivateEndpointCollection>
    The list of vision_private_endpoint_collection.
    compartmentId String
    A compartment identifier.
    displayName String
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    filters List<GetVisionPrivateEndpointsFilter>
    id String
    OCID of private endpoint
    state String
    The current state of the visionPrivateEndpoint.
    visionPrivateEndpointCollections GetVisionPrivateEndpointsVisionPrivateEndpointCollection[]
    The list of vision_private_endpoint_collection.
    compartmentId string
    A compartment identifier.
    displayName string
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    filters GetVisionPrivateEndpointsFilter[]
    id string
    OCID of private endpoint
    state string
    The current state of the visionPrivateEndpoint.
    vision_private_endpoint_collections Sequence[GetVisionPrivateEndpointsVisionPrivateEndpointCollection]
    The list of vision_private_endpoint_collection.
    compartment_id str
    A compartment identifier.
    display_name str
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    filters Sequence[GetVisionPrivateEndpointsFilter]
    id str
    OCID of private endpoint
    state str
    The current state of the visionPrivateEndpoint.
    visionPrivateEndpointCollections List<Property Map>
    The list of vision_private_endpoint_collection.
    compartmentId String
    A compartment identifier.
    displayName String
    A human-friendly name for the visionPrivateEndpoint, which can be changed.
    filters List<Property Map>
    id String
    OCID of private endpoint
    state String
    The current state of the visionPrivateEndpoint.

    Supporting Types

    GetVisionPrivateEndpointsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetVisionPrivateEndpointsVisionPrivateEndpointCollection

    GetVisionPrivateEndpointsVisionPrivateEndpointCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags 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.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags 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
    The filter to find the device with the given identifier.
    LifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    State string
    The filter to match projects with the given lifecycleState.
    SubnetId string
    OCID of subnet
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags 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.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags 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
    The filter to find the device with the given identifier.
    LifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    State string
    The filter to match projects with the given lifecycleState.
    SubnetId string
    OCID of subnet
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    TimeCreated string
    When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
    TimeUpdated string
    When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags 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.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags 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
    The filter to find the device with the given identifier.
    lifecycleDetails String
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    state String
    The filter to match projects with the given lifecycleState.
    subnetId String
    OCID of subnet
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
    timeUpdated String
    When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[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.
    displayName string
    A filter to return only resources that match the entire display name given.
    freeformTags {[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
    The filter to find the device with the given identifier.
    lifecycleDetails string
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    state string
    The filter to match projects with the given lifecycleState.
    subnetId string
    OCID of subnet
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated string
    When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
    timeUpdated string
    When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags 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 filter to return only resources that match the entire display name given.
    freeform_tags 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
    The filter to find the device with the given identifier.
    lifecycle_details str
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    state str
    The filter to match projects with the given lifecycleState.
    subnet_id str
    OCID of subnet
    system_tags 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.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags 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.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags 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
    The filter to find the device with the given identifier.
    lifecycleDetails String
    A message describing the current state in more detail, that can provide actionable information if creation failed.
    state String
    The filter to match projects with the given lifecycleState.
    subnetId String
    OCID of subnet
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. For example: {"orcl-cloud": {"free-tier-retained": "true"}}
    timeCreated String
    When the visionPrivateEndpoint was created, as an RFC3339 datetime string.
    timeUpdated String
    When the visionPrivateEndpoint was updated, as an RFC3339 datetime string.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi