Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides details about a specific Generative Ai Private Endpoint resource in Oracle Cloud Infrastructure Generative AI service.
Retrieves an Generative AI private endpoint using a privateEndpointId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testGenerativeAiPrivateEndpoint = oci.GenerativeAi.getGenerativeAiPrivateEndpoint({
generativeAiPrivateEndpointId: testGenerativeAiPrivateEndpointOciGenerativeAiGenerativeAiPrivateEndpoint.id,
});
import pulumi
import pulumi_oci as oci
test_generative_ai_private_endpoint = oci.GenerativeAi.get_generative_ai_private_endpoint(generative_ai_private_endpoint_id=test_generative_ai_private_endpoint_oci_generative_ai_generative_ai_private_endpoint["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/generativeai"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := generativeai.GetGenerativeAiPrivateEndpoint(ctx, &generativeai.GetGenerativeAiPrivateEndpointArgs{
GenerativeAiPrivateEndpointId: testGenerativeAiPrivateEndpointOciGenerativeAiGenerativeAiPrivateEndpoint.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 testGenerativeAiPrivateEndpoint = Oci.GenerativeAi.GetGenerativeAiPrivateEndpoint.Invoke(new()
{
GenerativeAiPrivateEndpointId = testGenerativeAiPrivateEndpointOciGenerativeAiGenerativeAiPrivateEndpoint.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GenerativeAi.GenerativeAiFunctions;
import com.pulumi.oci.GenerativeAi.inputs.GetGenerativeAiPrivateEndpointArgs;
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 testGenerativeAiPrivateEndpoint = GenerativeAiFunctions.getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointArgs.builder()
.generativeAiPrivateEndpointId(testGenerativeAiPrivateEndpointOciGenerativeAiGenerativeAiPrivateEndpoint.id())
.build());
}
}
variables:
testGenerativeAiPrivateEndpoint:
fn::invoke:
function: oci:GenerativeAi:getGenerativeAiPrivateEndpoint
arguments:
generativeAiPrivateEndpointId: ${testGenerativeAiPrivateEndpointOciGenerativeAiGenerativeAiPrivateEndpoint.id}
Using getGenerativeAiPrivateEndpoint
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 getGenerativeAiPrivateEndpoint(args: GetGenerativeAiPrivateEndpointArgs, opts?: InvokeOptions): Promise<GetGenerativeAiPrivateEndpointResult>
function getGenerativeAiPrivateEndpointOutput(args: GetGenerativeAiPrivateEndpointOutputArgs, opts?: InvokeOptions): Output<GetGenerativeAiPrivateEndpointResult>def get_generative_ai_private_endpoint(generative_ai_private_endpoint_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGenerativeAiPrivateEndpointResult
def get_generative_ai_private_endpoint_output(generative_ai_private_endpoint_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGenerativeAiPrivateEndpointResult]func LookupGenerativeAiPrivateEndpoint(ctx *Context, args *LookupGenerativeAiPrivateEndpointArgs, opts ...InvokeOption) (*LookupGenerativeAiPrivateEndpointResult, error)
func LookupGenerativeAiPrivateEndpointOutput(ctx *Context, args *LookupGenerativeAiPrivateEndpointOutputArgs, opts ...InvokeOption) LookupGenerativeAiPrivateEndpointResultOutput> Note: This function is named LookupGenerativeAiPrivateEndpoint in the Go SDK.
public static class GetGenerativeAiPrivateEndpoint
{
public static Task<GetGenerativeAiPrivateEndpointResult> InvokeAsync(GetGenerativeAiPrivateEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetGenerativeAiPrivateEndpointResult> Invoke(GetGenerativeAiPrivateEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGenerativeAiPrivateEndpointResult> getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointArgs args, InvokeOptions options)
public static Output<GetGenerativeAiPrivateEndpointResult> getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getGenerativeAiPrivateEndpoint:getGenerativeAiPrivateEndpoint
arguments:
# arguments dictionaryThe following arguments are supported:
- Generative
Ai stringPrivate Endpoint Id - The unique id for a Generative AI private endpoint.
- Generative
Ai stringPrivate Endpoint Id - The unique id for a Generative AI private endpoint.
- generative
Ai StringPrivate Endpoint Id - The unique id for a Generative AI private endpoint.
- generative
Ai stringPrivate Endpoint Id - The unique id for a Generative AI private endpoint.
- generative_
ai_ strprivate_ endpoint_ id - The unique id for a Generative AI private endpoint.
- generative
Ai StringPrivate Endpoint Id - The unique id for a Generative AI private endpoint.
getGenerativeAiPrivateEndpoint Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the private endpoint.
- Dictionary<string, string>
- Description string
- A description of this private endpoint.
- Display
Name string - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- Dns
Prefix string - Fqdn string
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Generative
Ai stringPrivate Endpoint Id - Id string
- The OCID of a private endpoint.
- Lifecycle
Details string - Nsg
Ids List<string> - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- Previous
State string - Private
Endpoint stringIp - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- State string
- The current state of the Generative AI Private Endpoint.
- Subnet
Id string - The OCID of the subnet that the private endpoint belongs to.
- 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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - Time
Updated string - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment that contains the private endpoint.
- map[string]string
- Description string
- A description of this private endpoint.
- Display
Name string - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- Dns
Prefix string - Fqdn string
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Generative
Ai stringPrivate Endpoint Id - Id string
- The OCID of a private endpoint.
- Lifecycle
Details string - Nsg
Ids []string - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- Previous
State string - Private
Endpoint stringIp - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- State string
- The current state of the Generative AI Private Endpoint.
- Subnet
Id string - The OCID of the subnet that the private endpoint belongs to.
- 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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - Time
Updated string - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- compartment
Id String - The OCID of the compartment that contains the private endpoint.
- Map<String,String>
- description String
- A description of this private endpoint.
- display
Name String - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- dns
Prefix String - fqdn String
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - generative
Ai StringPrivate Endpoint Id - id String
- The OCID of a private endpoint.
- lifecycle
Details String - nsg
Ids List<String> - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- previous
State String - private
Endpoint StringIp - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- state String
- The current state of the Generative AI Private Endpoint.
- subnet
Id String - The OCID of the subnet that the private endpoint belongs to.
- 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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - time
Updated String - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- compartment
Id string - The OCID of the compartment that contains the private endpoint.
- {[key: string]: string}
- description string
- A description of this private endpoint.
- display
Name string - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- dns
Prefix string - fqdn string
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - generative
Ai stringPrivate Endpoint Id - id string
- The OCID of a private endpoint.
- lifecycle
Details string - nsg
Ids string[] - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- previous
State string - private
Endpoint stringIp - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- state string
- The current state of the Generative AI Private Endpoint.
- subnet
Id string - The OCID of the subnet that the private endpoint belongs to.
- {[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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - time
Updated string - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- compartment_
id str - The OCID of the compartment that contains the private endpoint.
- Mapping[str, str]
- description str
- A description of this private endpoint.
- display_
name str - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- dns_
prefix str - fqdn str
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - generative_
ai_ strprivate_ endpoint_ id - id str
- The OCID of a private endpoint.
- lifecycle_
details str - nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- previous_
state str - private_
endpoint_ strip - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- state str
- The current state of the Generative AI Private Endpoint.
- subnet_
id str - The OCID of the subnet that the private endpoint belongs to.
- 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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - time_
updated str - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
- compartment
Id String - The OCID of the compartment that contains the private endpoint.
- Map<String>
- description String
- A description of this private endpoint.
- display
Name String - A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
- dns
Prefix String - fqdn String
- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - generative
Ai StringPrivate Endpoint Id - id String
- The OCID of a private endpoint.
- lifecycle
Details String - nsg
Ids List<String> - A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
- previous
State String - private
Endpoint StringIp - The private IP address (in the customer's VCN) that represents the access point for the associated endpoint service.
- state String
- The current state of the Generative AI Private Endpoint.
- subnet
Id String - The OCID of the subnet that the private endpoint belongs to.
- 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 that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z - time
Updated String - The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:
2018-04-03T21:10:29.600Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
