Show / Hide Table of Contents

Class EntityDiscovered

The details of the base entity discovery.

Inheritance
object
EntityDiscovered
ExternalDatabaseSystemDiscoverySummary
ExternalExadataInfrastructureDiscovery
ExternalExadataInfrastructureDiscoverySummary
ExternalStorageGridDiscoverySummary
ExternalStorageServerDiscoverySummary
Inherited Members
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
[JsonConverter(typeof(EntityDiscoveredModelConverter))]
public class EntityDiscovered

Properties

AgentId

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

The OCID of the agent used for monitoring.

ConnectorId

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

The OCID of the associated connector.

DiscoverErrorCode

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

The error code of the discovery.

DiscoverErrorMsg

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

The error message of the discovery.

DiscoverStatus

Declaration
[JsonProperty(PropertyName = "discoverStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EntityDiscovered.DiscoverStatusEnum? DiscoverStatus { get; set; }
Property Value
Type Description
EntityDiscovered.DiscoverStatusEnum?

The status of the entity discovery.

DisplayName

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

The name of the entity.

Remarks

Required

Id

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

The OCID of the entity discovered.

InternalId

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

The internal identifier of the entity.

Status

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

The status of the entity.

Version

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

The version of the entity.

In this article
Back to top