Class DiscoveredExternalAsm
The details of an ASM discovered in an external DB system discovery run.
Inheritance
DiscoveredExternalAsm
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DiscoveredExternalAsm : DiscoveredExternalDbSystemComponent
Properties
AsmInstances
Declaration
[JsonProperty(PropertyName = "asmInstances")]
public List<DiscoveredExternalAsmInstance> AsmInstances { get; set; }
Property Value
Connector
Declaration
[JsonProperty(PropertyName = "connector")]
public ExternalDbSystemDiscoveryConnector Connector { get; set; }
Property Value
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.
|