Show / Hide Table of Contents

Class DiscoveredCloudDbInstance

The details of an Oracle DB instance discovered in a cloud DB system discovery run.

Inheritance
object
DiscoveredCloudDbSystemComponent
DiscoveredCloudDbInstance
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 DiscoveredCloudDbInstance : DiscoveredCloudDbSystemComponent

Properties

AdrHomeDirectory

Declaration
[JsonProperty(PropertyName = "adrHomeDirectory")]
public string AdrHomeDirectory { get; set; }
Property Value
Type Description
string

The Automatic Diagnostic Repository (ADR) home directory for the DB instance.

HostName

Declaration
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
Property Value
Type Description
string

The name of the host on which the DB instance is running.

InstanceName

Declaration
[Required(ErrorMessage = "InstanceName is required.")]
[JsonProperty(PropertyName = "instanceName")]
public string InstanceName { get; set; }
Property Value
Type Description
string

The name of the DB instance.

Remarks

Required

NodeName

Declaration
[JsonProperty(PropertyName = "nodeName")]
public string NodeName { get; set; }
Property Value
Type Description
string

The name of the DB instance node.

OracleHome

Declaration
[JsonProperty(PropertyName = "oracleHome")]
public string OracleHome { get; set; }
Property Value
Type Description
string

The Oracle home location of the DB instance.

In this article
Back to top