Show / Hide Table of Contents

Class DiscoveredCloudPluggableDatabase

The details of a cloud Pluggable Database (PDB) discovered in a cloud DB system discovery run.

Inheritance
object
DiscoveredCloudDbSystemComponent
DiscoveredCloudPluggableDatabase
Inherited Members
DiscoveredCloudDbSystemComponent.ComponentId
DiscoveredCloudDbSystemComponent.DisplayName
DiscoveredCloudDbSystemComponent.ComponentName
DiscoveredCloudDbSystemComponent.ResourceId
DiscoveredCloudDbSystemComponent.DbaasId
DiscoveredCloudDbSystemComponent.IsSelectedForMonitoring
DiscoveredCloudDbSystemComponent.Status
DiscoveredCloudDbSystemComponent.AssociatedComponents
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DiscoveredCloudPluggableDatabase : DiscoveredCloudDbSystemComponent

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 CloudDbSystemDiscoveryConnector Connector { get; set; }
Property Value
Type Description
CloudDbSystemDiscoveryConnector

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.

In this article
Back to top