Class DiscoveredExternalDbHome
The details of an Oracle DB home discovered in an external DB system discovery run.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DiscoveredExternalDbHome : DiscoveredExternalDbSystemComponent
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