Class DiscoveredExternalPluggableDatabase
The details of an external Pluggable Database (PDB) discovered in an external DB system discovery run.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DiscoveredExternalPluggableDatabase : DiscoveredExternalDbSystemComponent
  Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment.  | 
      
Remarks
Required
Connector
Declaration
[JsonProperty(PropertyName = "connector")]
public ExternalDbSystemDiscoveryConnector Connector { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ExternalDbSystemDiscoveryConnector | 
ContainerDatabaseId
Declaration
[Required(ErrorMessage = "ContainerDatabaseId is required.")]
[JsonProperty(PropertyName = "containerDatabaseId")]
public string ContainerDatabaseId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The unique identifier of the parent Container Database (CDB).  | 
      
Remarks
Required
Guid
Declaration
[JsonProperty(PropertyName = "guid")]
public string Guid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The unique identifier of the PDB.  |