Show / Hide Table of Contents

Class DiscoveredExternalAsmInstance

The details of an ASM instance discovered in an external DB system discovery run.

Inheritance
object
DiscoveredExternalDbSystemComponent
DiscoveredExternalAsmInstance
Inherited Members
DiscoveredExternalDbSystemComponent.ComponentId
DiscoveredExternalDbSystemComponent.DisplayName
DiscoveredExternalDbSystemComponent.ComponentName
DiscoveredExternalDbSystemComponent.ResourceId
DiscoveredExternalDbSystemComponent.IsSelectedForMonitoring
DiscoveredExternalDbSystemComponent.Status
DiscoveredExternalDbSystemComponent.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 DiscoveredExternalAsmInstance : DiscoveredExternalDbSystemComponent

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 ASM instance.

HostName

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

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

Remarks

Required

InstanceName

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

The name of the ASM instance.

In this article
Back to top