Data Source: oci_generative_ai_generative_ai_private_endpoint
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
data "oci_generative_ai_generative_ai_private_endpoint" "test_generative_ai_private_endpoint" {
	#Required
	generative_ai_private_endpoint_id = oci_generative_ai_generative_ai_private_endpoint.test_generative_ai_private_endpoint.id
}
Argument Reference
The following arguments are supported:
- generative_ai_private_endpoint_id- (Required) The unique id for a Generative AI private endpoint.
Attributes Reference
The following attributes are exported:
- description- A description of this private endpoint.
- display_name- A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.
- fqdn- Fully qualified domain name the customer will use for access (for eg: xyz.oraclecloud.com)
- freeform_tags- 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"}
- id- The OCID of a private endpoint.
- nsg_ids- A list of the OCIDs of the network security groups that the private endpoint’s VNIC belongs to.
- private_endpoint_ip- The private IP address (in the customer’s VCN) that represents the access point for the associated endpoint service.
- state- The current state of the Generative AI Private Endpoint.