Show / Hide Table of Contents

Class DiscoveredCloudAsm

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

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

Properties

AsmInstances

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

The list of asm instances for the cloud Asm.

Connector

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

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