Show / Hide Table of Contents

Class DiscoveredCloudDbHome

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

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

Properties

HomeDirectory

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

The location of the DB home.

Remarks

Required

In this article
Back to top