oci.Oda.OdaPrivateEndpoint
Explore with Pulumi AI
This resource provides the Oda Private Endpoint resource in Oracle Cloud Infrastructure Digital Assistant service.
Starts an asynchronous job to create an ODA Private Endpoint.
To monitor the status of the job, take the opc-work-request-id
response
header value and use it to call GET /workRequests/{workRequestID}
.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOdaPrivateEndpoint = new oci.oda.OdaPrivateEndpoint("test_oda_private_endpoint", {
compartmentId: compartmentId,
subnetId: testSubnet.id,
definedTags: {
"foo-namespace.bar-key": "value",
},
description: odaPrivateEndpointDescription,
displayName: odaPrivateEndpointDisplayName,
freeformTags: {
"bar-key": "value",
},
nsgIds: odaPrivateEndpointNsgIds,
});
import pulumi
import pulumi_oci as oci
test_oda_private_endpoint = oci.oda.OdaPrivateEndpoint("test_oda_private_endpoint",
compartment_id=compartment_id,
subnet_id=test_subnet["id"],
defined_tags={
"foo-namespace.bar-key": "value",
},
description=oda_private_endpoint_description,
display_name=oda_private_endpoint_display_name,
freeform_tags={
"bar-key": "value",
},
nsg_ids=oda_private_endpoint_nsg_ids)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Oda"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Oda.NewOdaPrivateEndpoint(ctx, "test_oda_private_endpoint", &Oda.OdaPrivateEndpointArgs{
CompartmentId: pulumi.Any(compartmentId),
SubnetId: pulumi.Any(testSubnet.Id),
DefinedTags: pulumi.Map{
"foo-namespace.bar-key": pulumi.Any("value"),
},
Description: pulumi.Any(odaPrivateEndpointDescription),
DisplayName: pulumi.Any(odaPrivateEndpointDisplayName),
FreeformTags: pulumi.Map{
"bar-key": pulumi.Any("value"),
},
NsgIds: pulumi.Any(odaPrivateEndpointNsgIds),
})
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 testOdaPrivateEndpoint = new Oci.Oda.OdaPrivateEndpoint("test_oda_private_endpoint", new()
{
CompartmentId = compartmentId,
SubnetId = testSubnet.Id,
DefinedTags =
{
{ "foo-namespace.bar-key", "value" },
},
Description = odaPrivateEndpointDescription,
DisplayName = odaPrivateEndpointDisplayName,
FreeformTags =
{
{ "bar-key", "value" },
},
NsgIds = odaPrivateEndpointNsgIds,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Oda.OdaPrivateEndpoint;
import com.pulumi.oci.Oda.OdaPrivateEndpointArgs;
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) {
var testOdaPrivateEndpoint = new OdaPrivateEndpoint("testOdaPrivateEndpoint", OdaPrivateEndpointArgs.builder()
.compartmentId(compartmentId)
.subnetId(testSubnet.id())
.definedTags(Map.of("foo-namespace.bar-key", "value"))
.description(odaPrivateEndpointDescription)
.displayName(odaPrivateEndpointDisplayName)
.freeformTags(Map.of("bar-key", "value"))
.nsgIds(odaPrivateEndpointNsgIds)
.build());
}
}
resources:
testOdaPrivateEndpoint:
type: oci:Oda:OdaPrivateEndpoint
name: test_oda_private_endpoint
properties:
compartmentId: ${compartmentId}
subnetId: ${testSubnet.id}
definedTags:
foo-namespace.bar-key: value
description: ${odaPrivateEndpointDescription}
displayName: ${odaPrivateEndpointDisplayName}
freeformTags:
bar-key: value
nsgIds: ${odaPrivateEndpointNsgIds}
Create OdaPrivateEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OdaPrivateEndpoint(name: string, args: OdaPrivateEndpointArgs, opts?: CustomResourceOptions);
@overload
def OdaPrivateEndpoint(resource_name: str,
args: OdaPrivateEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OdaPrivateEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
subnet_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
nsg_ids: Optional[Sequence[str]] = None)
func NewOdaPrivateEndpoint(ctx *Context, name string, args OdaPrivateEndpointArgs, opts ...ResourceOption) (*OdaPrivateEndpoint, error)
public OdaPrivateEndpoint(string name, OdaPrivateEndpointArgs args, CustomResourceOptions? opts = null)
public OdaPrivateEndpoint(String name, OdaPrivateEndpointArgs args)
public OdaPrivateEndpoint(String name, OdaPrivateEndpointArgs args, CustomResourceOptions options)
type: oci:Oda:OdaPrivateEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OdaPrivateEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OdaPrivateEndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OdaPrivateEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OdaPrivateEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OdaPrivateEndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var odaPrivateEndpointResource = new Oci.Oda.OdaPrivateEndpoint("odaPrivateEndpointResource", new()
{
CompartmentId = "string",
SubnetId = "string",
DefinedTags =
{
{ "string", "any" },
},
Description = "string",
DisplayName = "string",
FreeformTags =
{
{ "string", "any" },
},
NsgIds = new[]
{
"string",
},
});
example, err := Oda.NewOdaPrivateEndpoint(ctx, "odaPrivateEndpointResource", &Oda.OdaPrivateEndpointArgs{
CompartmentId: pulumi.String("string"),
SubnetId: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
NsgIds: pulumi.StringArray{
pulumi.String("string"),
},
})
var odaPrivateEndpointResource = new OdaPrivateEndpoint("odaPrivateEndpointResource", OdaPrivateEndpointArgs.builder()
.compartmentId("string")
.subnetId("string")
.definedTags(Map.of("string", "any"))
.description("string")
.displayName("string")
.freeformTags(Map.of("string", "any"))
.nsgIds("string")
.build());
oda_private_endpoint_resource = oci.oda.OdaPrivateEndpoint("odaPrivateEndpointResource",
compartment_id="string",
subnet_id="string",
defined_tags={
"string": "any",
},
description="string",
display_name="string",
freeform_tags={
"string": "any",
},
nsg_ids=["string"])
const odaPrivateEndpointResource = new oci.oda.OdaPrivateEndpoint("odaPrivateEndpointResource", {
compartmentId: "string",
subnetId: "string",
definedTags: {
string: "any",
},
description: "string",
displayName: "string",
freeformTags: {
string: "any",
},
nsgIds: ["string"],
});
type: oci:Oda:OdaPrivateEndpoint
properties:
compartmentId: string
definedTags:
string: any
description: string
displayName: string
freeformTags:
string: any
nsgIds:
- string
subnetId: string
OdaPrivateEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The OdaPrivateEndpoint resource accepts the following input properties:
- Compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Dictionary<string, object>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Description of the ODA private endpoint.
- Display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Dictionary<string, object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- Nsg
Ids List<string> - (Updatable) List of OCIDs of network security groups
- Compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- map[string]interface{}
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Description of the ODA private endpoint.
- Display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- map[string]interface{}
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- Nsg
Ids []string - (Updatable) List of OCIDs of network security groups
- compartment
Id String - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<String,Object>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Description of the ODA private endpoint.
- display
Name String - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Map<String,Object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids List<String> - (Updatable) List of OCIDs of network security groups
- compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- {[key: string]: any}
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) Description of the ODA private endpoint.
- display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- {[key: string]: any}
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids string[] - (Updatable) List of OCIDs of network security groups
- compartment_
id str - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- subnet_
id str The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Mapping[str, Any]
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) Description of the ODA private endpoint.
- display_
name str - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Mapping[str, Any]
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg_
ids Sequence[str] - (Updatable) List of OCIDs of network security groups
- compartment
Id String - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<Any>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Description of the ODA private endpoint.
- display
Name String - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Map<Any>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids List<String> - (Updatable) List of OCIDs of network security groups
Outputs
All input properties are implicitly available as output properties. Additionally, the OdaPrivateEndpoint resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- State string
- The current state of the ODA private endpoint.
- Time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- Time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- Id string
- The provider-assigned unique ID for this managed resource.
- State string
- The current state of the ODA private endpoint.
- Time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- Time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- id String
- The provider-assigned unique ID for this managed resource.
- state String
- The current state of the ODA private endpoint.
- time
Created String - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated String - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- id string
- The provider-assigned unique ID for this managed resource.
- state string
- The current state of the ODA private endpoint.
- time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- id str
- The provider-assigned unique ID for this managed resource.
- state str
- The current state of the ODA private endpoint.
- time_
created str - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time_
updated str - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- id String
- The provider-assigned unique ID for this managed resource.
- state String
- The current state of the ODA private endpoint.
- time
Created String - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated String - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
Look up Existing OdaPrivateEndpoint Resource
Get an existing OdaPrivateEndpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OdaPrivateEndpointState, opts?: CustomResourceOptions): OdaPrivateEndpoint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
nsg_ids: Optional[Sequence[str]] = None,
state: Optional[str] = None,
subnet_id: Optional[str] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> OdaPrivateEndpoint
func GetOdaPrivateEndpoint(ctx *Context, name string, id IDInput, state *OdaPrivateEndpointState, opts ...ResourceOption) (*OdaPrivateEndpoint, error)
public static OdaPrivateEndpoint Get(string name, Input<string> id, OdaPrivateEndpointState? state, CustomResourceOptions? opts = null)
public static OdaPrivateEndpoint get(String name, Output<String> id, OdaPrivateEndpointState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Dictionary<string, object>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Description of the ODA private endpoint.
- Display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Dictionary<string, object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- Nsg
Ids List<string> - (Updatable) List of OCIDs of network security groups
- State string
- The current state of the ODA private endpoint.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- Time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- Compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- map[string]interface{}
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Description of the ODA private endpoint.
- Display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- map[string]interface{}
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- Nsg
Ids []string - (Updatable) List of OCIDs of network security groups
- State string
- The current state of the ODA private endpoint.
- Subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- Time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- compartment
Id String - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Map<String,Object>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Description of the ODA private endpoint.
- display
Name String - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Map<String,Object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids List<String> - (Updatable) List of OCIDs of network security groups
- state String
- The current state of the ODA private endpoint.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- time
Created String - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated String - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- compartment
Id string - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- {[key: string]: any}
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description string
- (Updatable) Description of the ODA private endpoint.
- display
Name string - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- {[key: string]: any}
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids string[] - (Updatable) List of OCIDs of network security groups
- state string
- The current state of the ODA private endpoint.
- subnet
Id string The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- time
Created string - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated string - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- compartment_
id str - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Mapping[str, Any]
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description str
- (Updatable) Description of the ODA private endpoint.
- display_
name str - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Mapping[str, Any]
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg_
ids Sequence[str] - (Updatable) List of OCIDs of network security groups
- state str
- The current state of the ODA private endpoint.
- subnet_
id str The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- time_
created str - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time_
updated str - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
- compartment
Id String - (Updatable) The OCID of the compartment that the ODA private endpoint belongs to.
- Map<Any>
- (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Description of the ODA private endpoint.
- display
Name String - (Updatable) User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
- Map<Any>
- (Updatable) Simple key-value pair that is applied without any predefined name, type, or scope. Example:
{"bar-key": "value"}
- nsg
Ids List<String> - (Updatable) List of OCIDs of network security groups
- state String
- The current state of the ODA private endpoint.
- subnet
Id String The OCID of the subnet that the private endpoint belongs to.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- time
Created String - When the resource was created. A date-time string as described in RFC 3339, section 14.29.
- time
Updated String - When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
Import
OdaPrivateEndpoints can be imported using the id
, e.g.
$ pulumi import oci:Oda/odaPrivateEndpoint:OdaPrivateEndpoint test_oda_private_endpoint "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.