Data Source: oci_generative_ai_generative_ai_private_endpoints
This data source provides the list of Generative Ai Private Endpoints in Oracle Cloud Infrastructure Generative AI service.
Lists all Generative AI private endpoints in the specified compartment.
Example Usage
data "oci_generative_ai_generative_ai_private_endpoints" "test_generative_ai_private_endpoints" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.generative_ai_private_endpoint_display_name
id = var.generative_ai_private_endpoint_id
resource_type = var.generative_ai_private_endpoint_resource_type
state = var.generative_ai_private_endpoint_state
}
Argument Reference
The following arguments are supported:
compartment_id- (Required) The OCID of the compartment in which to list resources.display_name- (Optional) A filter to return only resources that match the given display name exactly.id- (Optional) The OCID of the private endpoint.resource_type- (Optional) Query by the resource type of Generative AI private endpoints.state- (Optional) The lifecycle state of Generative AI private endpoints.
Attributes Reference
The following attributes are exported:
generative_ai_private_endpoint_collection- The list of generative_ai_private_endpoint_collection.
GenerativeAiPrivateEndpoint Reference
The following attributes are exported:
compartment_id- The OCID of the compartment that contains the private endpoint.subnet_id- The OCID of the subnet that the private endpoint belongs to.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The date and time that the Generative AI private endpoint was created expressed in RFC 3339 timestamp format. Example:2018-04-03T21:10:29.600Ztime_updated- The date and time that the Generative AI private endpoint was updated expressed in RFC 3339 timestamp format. Example:2018-04-03T21:10:29.600Zdescription- 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.resource_type- The resource type that Generative AI private endpoint can be used for.state- The current state of the Generative AI Private Endpoint.