Show / Hide Table of Contents

Class DiscoveredExternalAsm

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

Inheritance
object
DiscoveredExternalDbSystemComponent
DiscoveredExternalAsm
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 DiscoveredExternalAsm : DiscoveredExternalDbSystemComponent

Properties

AsmInstances

Declaration
[JsonProperty(PropertyName = "asmInstances")]
public List<DiscoveredExternalAsmInstance> AsmInstances { get; set; }
Property Value
Type Description
List<DiscoveredExternalAsmInstance>

Connector

Declaration
[JsonProperty(PropertyName = "connector")]
public ExternalDbSystemDiscoveryConnector Connector { get; set; }
Property Value
Type Description
ExternalDbSystemDiscoveryConnector

GridHome

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

The directory in which ASM is installed. This is the same directory in which Oracle Grid Infrastructure is installed.

IsFlexEnabled

Declaration
[JsonProperty(PropertyName = "isFlexEnabled")]
public bool? IsFlexEnabled { get; set; }
Property Value
Type Description
bool?

Indicates whether Oracle Flex ASM is enabled or not.

Version

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

The ASM version.

In this article
Back to top