Skip to content

Oracle Digital Assistant: OdaPrivateEndpointScanProxy

Manage OCI Digital Assistant resources from Kubernetes. This page is generated from checked-in package metadata, CRD schemas, and sample manifests.

Resource Snapshot

Field Value
Service oda
Resource OdaPrivateEndpointScanProxy
API Version oda.oracle.com/v1beta1
Package Oracle Digital Assistant
Support Status Preview
Latest Released Version v2.1.0-alpha
Install Namespace oci-service-operator-oda-system

Spec Fields

This summary shows the top-level spec fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
protocol The protocol used for communication between client, scanProxy and RAC's scan listeners string Yes
scanListenerInfos The FQDN/IPs and port information of customer's Real Application Cluster (RAC)'s SCAN listeners. list[object] Yes
scanListenerType Type indicating whether Scan listener is specified by its FQDN or list of IPs string Yes

Status Fields

This summary shows the top-level status fields. Use the full API reference for nested fields, defaults, and enum values.

Field Description Type Required
id The OCID (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ODA Private Endpoint Scan Proxy. string No
lifecycleState The current state of the ODA Private Endpoint Scan Proxy. string No
protocol The protocol used for communication between client, scanProxy and RAC's scan listeners string No
scanListenerInfos The FQDN/IPs and port information of customer's Real Application Cluster (RAC)'s SCAN listeners. list[object] No
scanListenerType Type indicating whether Scan listener is specified by its FQDN or list of IPs string No
status - object Yes
timeCreated When the resource was created. A date-time string as described in RFC 3339 (https://tools.ietf.org/rfc/rfc3339), section 14.29. string No

Sample Manifest

This example is generated from the checked-in sample manifest at config/samples/oda_v1beta1_odaprivateendpointscanproxy.yaml. Replace placeholder values before applying it.

Open the rendered sample page

#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

apiVersion: oda.oracle.com/v1beta1
kind: OdaPrivateEndpointScanProxy
metadata:
  name: odaprivateendpointscanproxy-sample
spec: {}