1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getPluggableDatabase
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Database.getPluggableDatabase

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides details about a specific Pluggable Database resource in Oracle Cloud Infrastructure Database service.

Gets information about the specified pluggable database.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testPluggableDatabase = oci.Database.getPluggableDatabase({
    pluggableDatabaseId: testPluggableDatabaseOciDatabasePluggableDatabase.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_pluggable_database = oci.Database.get_pluggable_database(pluggable_database_id=test_pluggable_database_oci_database_pluggable_database["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetPluggableDatabase(ctx, &database.GetPluggableDatabaseArgs{
			PluggableDatabaseId: testPluggableDatabaseOciDatabasePluggableDatabase.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testPluggableDatabase = Oci.Database.GetPluggableDatabase.Invoke(new()
    {
        PluggableDatabaseId = testPluggableDatabaseOciDatabasePluggableDatabase.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetPluggableDatabaseArgs;
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 testPluggableDatabase = DatabaseFunctions.getPluggableDatabase(GetPluggableDatabaseArgs.builder()
            .pluggableDatabaseId(testPluggableDatabaseOciDatabasePluggableDatabase.id())
            .build());

    }
}
Copy
variables:
  testPluggableDatabase:
    fn::invoke:
      function: oci:Database:getPluggableDatabase
      arguments:
        pluggableDatabaseId: ${testPluggableDatabaseOciDatabasePluggableDatabase.id}
Copy

Using getPluggableDatabase

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 getPluggableDatabase(args: GetPluggableDatabaseArgs, opts?: InvokeOptions): Promise<GetPluggableDatabaseResult>
function getPluggableDatabaseOutput(args: GetPluggableDatabaseOutputArgs, opts?: InvokeOptions): Output<GetPluggableDatabaseResult>
Copy
def get_pluggable_database(pluggable_database_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetPluggableDatabaseResult
def get_pluggable_database_output(pluggable_database_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetPluggableDatabaseResult]
Copy
func GetPluggableDatabase(ctx *Context, args *GetPluggableDatabaseArgs, opts ...InvokeOption) (*GetPluggableDatabaseResult, error)
func GetPluggableDatabaseOutput(ctx *Context, args *GetPluggableDatabaseOutputArgs, opts ...InvokeOption) GetPluggableDatabaseResultOutput
Copy

> Note: This function is named GetPluggableDatabase in the Go SDK.

public static class GetPluggableDatabase 
{
    public static Task<GetPluggableDatabaseResult> InvokeAsync(GetPluggableDatabaseArgs args, InvokeOptions? opts = null)
    public static Output<GetPluggableDatabaseResult> Invoke(GetPluggableDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPluggableDatabaseResult> getPluggableDatabase(GetPluggableDatabaseArgs args, InvokeOptions options)
public static Output<GetPluggableDatabaseResult> getPluggableDatabase(GetPluggableDatabaseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Database/getPluggableDatabase:getPluggableDatabase
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PluggableDatabaseId This property is required. string
The database OCID.
PluggableDatabaseId This property is required. string
The database OCID.
pluggableDatabaseId This property is required. String
The database OCID.
pluggableDatabaseId This property is required. string
The database OCID.
pluggable_database_id This property is required. str
The database OCID.
pluggableDatabaseId This property is required. String
The database OCID.

getPluggableDatabase Result

The following output properties are available:

CompartmentId string
The OCID of the compartment.
ConnectionStrings List<GetPluggableDatabaseConnectionString>
Connection strings to connect to an Oracle Pluggable Database.
ContainerDatabaseAdminPassword string
ContainerDatabaseId string
The OCID of the CDB.
ConvertToRegularTrigger int
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
FreeformTags 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"}
Id string
The OCID of the pluggable database.
IsRestricted bool
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
KmsKeyVersionId string
LifecycleDetails string
Detailed message for the lifecycle state.
OpenMode string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
PdbAdminPassword string
PdbCreationTypeDetails List<GetPluggableDatabasePdbCreationTypeDetail>
PdbName string
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
PdbNodeLevelDetails List<GetPluggableDatabasePdbNodeLevelDetail>
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
PluggableDatabaseId string
PluggableDatabaseManagementConfigs List<GetPluggableDatabasePluggableDatabaseManagementConfig>
The configuration of the Pluggable Database Management service.
RefreshTrigger int
RefreshableCloneConfigs List<GetPluggableDatabaseRefreshableCloneConfig>
Pluggable Database Refreshable Clone Configuration.
RotateKeyTrigger int
ShouldCreatePdbBackup bool
ShouldPdbAdminAccountBeLocked bool
State string
The current state of the pluggable database.
TdeWalletPassword string
TimeCreated string
The date and time the pluggable database was created.
CompartmentId string
The OCID of the compartment.
ConnectionStrings []GetPluggableDatabaseConnectionString
Connection strings to connect to an Oracle Pluggable Database.
ContainerDatabaseAdminPassword string
ContainerDatabaseId string
The OCID of the CDB.
ConvertToRegularTrigger int
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
FreeformTags 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"}
Id string
The OCID of the pluggable database.
IsRestricted bool
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
KmsKeyVersionId string
LifecycleDetails string
Detailed message for the lifecycle state.
OpenMode string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
PdbAdminPassword string
PdbCreationTypeDetails []GetPluggableDatabasePdbCreationTypeDetail
PdbName string
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
PdbNodeLevelDetails []GetPluggableDatabasePdbNodeLevelDetail
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
PluggableDatabaseId string
PluggableDatabaseManagementConfigs []GetPluggableDatabasePluggableDatabaseManagementConfig
The configuration of the Pluggable Database Management service.
RefreshTrigger int
RefreshableCloneConfigs []GetPluggableDatabaseRefreshableCloneConfig
Pluggable Database Refreshable Clone Configuration.
RotateKeyTrigger int
ShouldCreatePdbBackup bool
ShouldPdbAdminAccountBeLocked bool
State string
The current state of the pluggable database.
TdeWalletPassword string
TimeCreated string
The date and time the pluggable database was created.
compartmentId String
The OCID of the compartment.
connectionStrings List<GetPluggableConnectionString>
Connection strings to connect to an Oracle Pluggable Database.
containerDatabaseAdminPassword String
containerDatabaseId String
The OCID of the CDB.
convertToRegularTrigger Integer
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
freeformTags 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"}
id String
The OCID of the pluggable database.
isRestricted Boolean
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
kmsKeyVersionId String
lifecycleDetails String
Detailed message for the lifecycle state.
openMode String
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
pdbAdminPassword String
pdbCreationTypeDetails List<GetPluggablePdbCreationTypeDetail>
pdbName String
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
pdbNodeLevelDetails List<GetPluggablePdbNodeLevelDetail>
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
pluggableDatabaseId String
pluggableDatabaseManagementConfigs List<GetPluggablePluggableManagementConfig>
The configuration of the Pluggable Database Management service.
refreshTrigger Integer
refreshableCloneConfigs List<GetPluggableRefreshableCloneConfig>
Pluggable Database Refreshable Clone Configuration.
rotateKeyTrigger Integer
shouldCreatePdbBackup Boolean
shouldPdbAdminAccountBeLocked Boolean
state String
The current state of the pluggable database.
tdeWalletPassword String
timeCreated String
The date and time the pluggable database was created.
compartmentId string
The OCID of the compartment.
connectionStrings GetPluggableDatabaseConnectionString[]
Connection strings to connect to an Oracle Pluggable Database.
containerDatabaseAdminPassword string
containerDatabaseId string
The OCID of the CDB.
convertToRegularTrigger number
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
freeformTags {[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"}
id string
The OCID of the pluggable database.
isRestricted boolean
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
kmsKeyVersionId string
lifecycleDetails string
Detailed message for the lifecycle state.
openMode string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
pdbAdminPassword string
pdbCreationTypeDetails GetPluggableDatabasePdbCreationTypeDetail[]
pdbName string
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
pdbNodeLevelDetails GetPluggableDatabasePdbNodeLevelDetail[]
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
pluggableDatabaseId string
pluggableDatabaseManagementConfigs GetPluggableDatabasePluggableDatabaseManagementConfig[]
The configuration of the Pluggable Database Management service.
refreshTrigger number
refreshableCloneConfigs GetPluggableDatabaseRefreshableCloneConfig[]
Pluggable Database Refreshable Clone Configuration.
rotateKeyTrigger number
shouldCreatePdbBackup boolean
shouldPdbAdminAccountBeLocked boolean
state string
The current state of the pluggable database.
tdeWalletPassword string
timeCreated string
The date and time the pluggable database was created.
compartment_id str
The OCID of the compartment.
connection_strings Sequence[database.GetPluggableDatabaseConnectionString]
Connection strings to connect to an Oracle Pluggable Database.
container_database_admin_password str
container_database_id str
The OCID of the CDB.
convert_to_regular_trigger int
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
freeform_tags 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"}
id str
The OCID of the pluggable database.
is_restricted bool
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
kms_key_version_id str
lifecycle_details str
Detailed message for the lifecycle state.
open_mode str
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
pdb_admin_password str
pdb_creation_type_details Sequence[database.GetPluggableDatabasePdbCreationTypeDetail]
pdb_name str
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
pdb_node_level_details Sequence[database.GetPluggableDatabasePdbNodeLevelDetail]
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
pluggable_database_id str
pluggable_database_management_configs Sequence[database.GetPluggableDatabasePluggableDatabaseManagementConfig]
The configuration of the Pluggable Database Management service.
refresh_trigger int
refreshable_clone_configs Sequence[database.GetPluggableDatabaseRefreshableCloneConfig]
Pluggable Database Refreshable Clone Configuration.
rotate_key_trigger int
should_create_pdb_backup bool
should_pdb_admin_account_be_locked bool
state str
The current state of the pluggable database.
tde_wallet_password str
time_created str
The date and time the pluggable database was created.
compartmentId String
The OCID of the compartment.
connectionStrings List<Property Map>
Connection strings to connect to an Oracle Pluggable Database.
containerDatabaseAdminPassword String
containerDatabaseId String
The OCID of the CDB.
convertToRegularTrigger Number
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
freeformTags 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"}
id String
The OCID of the pluggable database.
isRestricted Boolean
The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.
kmsKeyVersionId String
lifecycleDetails String
Detailed message for the lifecycle state.
openMode String
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
pdbAdminPassword String
pdbCreationTypeDetails List<Property Map>
pdbName String
The name for the pluggable database (PDB). The name is unique in the context of a container database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. The pluggable database name should not be same as the container database name.
pdbNodeLevelDetails List<Property Map>
Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode" : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]
pluggableDatabaseId String
pluggableDatabaseManagementConfigs List<Property Map>
The configuration of the Pluggable Database Management service.
refreshTrigger Number
refreshableCloneConfigs List<Property Map>
Pluggable Database Refreshable Clone Configuration.
rotateKeyTrigger Number
shouldCreatePdbBackup Boolean
shouldPdbAdminAccountBeLocked Boolean
state String
The current state of the pluggable database.
tdeWalletPassword String
timeCreated String
The date and time the pluggable database was created.

Supporting Types

GetPluggableDatabaseConnectionString

AllConnectionStrings This property is required. Dictionary<string, string>
All connection strings to use to connect to the pluggable database.
PdbDefault This property is required. string
A host name-based PDB connection string.
PdbIpDefault This property is required. string
An IP-based PDB connection string.
AllConnectionStrings This property is required. map[string]string
All connection strings to use to connect to the pluggable database.
PdbDefault This property is required. string
A host name-based PDB connection string.
PdbIpDefault This property is required. string
An IP-based PDB connection string.
allConnectionStrings This property is required. Map<String,String>
All connection strings to use to connect to the pluggable database.
pdbDefault This property is required. String
A host name-based PDB connection string.
pdbIpDefault This property is required. String
An IP-based PDB connection string.
allConnectionStrings This property is required. {[key: string]: string}
All connection strings to use to connect to the pluggable database.
pdbDefault This property is required. string
A host name-based PDB connection string.
pdbIpDefault This property is required. string
An IP-based PDB connection string.
all_connection_strings This property is required. Mapping[str, str]
All connection strings to use to connect to the pluggable database.
pdb_default This property is required. str
A host name-based PDB connection string.
pdb_ip_default This property is required. str
An IP-based PDB connection string.
allConnectionStrings This property is required. Map<String>
All connection strings to use to connect to the pluggable database.
pdbDefault This property is required. String
A host name-based PDB connection string.
pdbIpDefault This property is required. String
An IP-based PDB connection string.

GetPluggableDatabasePdbCreationTypeDetail

CreationType This property is required. string
DblinkUserPassword This property is required. string
DblinkUsername This property is required. string
IsThinClone This property is required. bool
RefreshableCloneDetails This property is required. List<GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetail>
SourceContainerDatabaseAdminPassword This property is required. string
SourcePluggableDatabaseId This property is required. string
CreationType This property is required. string
DblinkUserPassword This property is required. string
DblinkUsername This property is required. string
IsThinClone This property is required. bool
RefreshableCloneDetails This property is required. []GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetail
SourceContainerDatabaseAdminPassword This property is required. string
SourcePluggableDatabaseId This property is required. string
creationType This property is required. String
dblinkUserPassword This property is required. String
dblinkUsername This property is required. String
isThinClone This property is required. Boolean
refreshableCloneDetails This property is required. List<GetPluggablePdbCreationTypeDetailRefreshableCloneDetail>
sourceContainerDatabaseAdminPassword This property is required. String
sourcePluggableDatabaseId This property is required. String
creationType This property is required. string
dblinkUserPassword This property is required. string
dblinkUsername This property is required. string
isThinClone This property is required. boolean
refreshableCloneDetails This property is required. GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetail[]
sourceContainerDatabaseAdminPassword This property is required. string
sourcePluggableDatabaseId This property is required. string
creation_type This property is required. str
dblink_user_password This property is required. str
dblink_username This property is required. str
is_thin_clone This property is required. bool
refreshable_clone_details This property is required. Sequence[database.GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetail]
source_container_database_admin_password This property is required. str
source_pluggable_database_id This property is required. str
creationType This property is required. String
dblinkUserPassword This property is required. String
dblinkUsername This property is required. String
isThinClone This property is required. Boolean
refreshableCloneDetails This property is required. List<Property Map>
sourceContainerDatabaseAdminPassword This property is required. String
sourcePluggableDatabaseId This property is required. String

GetPluggableDatabasePdbCreationTypeDetailRefreshableCloneDetail

IsRefreshableClone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
IsRefreshableClone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. Boolean
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. boolean
Indicates whether the Pluggable Database is a refreshable clone.
is_refreshable_clone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. Boolean
Indicates whether the Pluggable Database is a refreshable clone.

GetPluggableDatabasePdbNodeLevelDetail

NodeName This property is required. string
The Node name of the Database Instance.
OpenMode This property is required. string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
NodeName This property is required. string
The Node name of the Database Instance.
OpenMode This property is required. string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
nodeName This property is required. String
The Node name of the Database Instance.
openMode This property is required. String
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
nodeName This property is required. string
The Node name of the Database Instance.
openMode This property is required. string
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
node_name This property is required. str
The Node name of the Database Instance.
open_mode This property is required. str
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).
nodeName This property is required. String
The Node name of the Database Instance.
openMode This property is required. String
The mode that pluggable database is in. Open mode can only be changed to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database software).

GetPluggableDatabasePluggableDatabaseManagementConfig

ManagementStatus This property is required. string
The status of the Pluggable Database Management service.
ManagementStatus This property is required. string
The status of the Pluggable Database Management service.
managementStatus This property is required. String
The status of the Pluggable Database Management service.
managementStatus This property is required. string
The status of the Pluggable Database Management service.
management_status This property is required. str
The status of the Pluggable Database Management service.
managementStatus This property is required. String
The status of the Pluggable Database Management service.

GetPluggableDatabaseRefreshableCloneConfig

IsRefreshableClone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
IsRefreshableClone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. Boolean
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. boolean
Indicates whether the Pluggable Database is a refreshable clone.
is_refreshable_clone This property is required. bool
Indicates whether the Pluggable Database is a refreshable clone.
isRefreshableClone This property is required. Boolean
Indicates whether the Pluggable Database is a refreshable clone.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi