Class ExternalDatabaseSystemDiscoverySummary
The summary of the DB system discovery.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalDatabaseSystemDiscoverySummary : EntityDiscoveredProperties
AsmConnectorName
Declaration
[JsonProperty(PropertyName = "asmConnectorName")]
public string AsmConnectorName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The display name of the ASM connector. | 
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment. | 
LicenseModel
Declaration
[JsonProperty(PropertyName = "licenseModel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExternalDatabaseSystemDiscoverySummary.LicenseModelEnum? LicenseModel { get; set; }Property Value
| Type | Description | 
|---|---|
| ExternalDatabaseSystemDiscoverySummary.LicenseModelEnum? | The Oracle license model that applies to the database management resources. | 
OracleHome
Declaration
[JsonProperty(PropertyName = "oracleHome")]
public string OracleHome { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Oracle home path. |