Show / Hide Table of Contents

Class LogAnalyticsAssociatedEntity

LogAnalyticsAssociatedEntity

Inheritance
object
LogAnalyticsAssociatedEntity
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsAssociatedEntity

Properties

AssociationCount

Declaration
[JsonProperty(PropertyName = "associationCount")]
public long? AssociationCount { get; set; }
Property Value
Type Description
long?

The association count for the entity.

EntityId

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

The entity unique identifier.

EntityName

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

The entity name.

EntityType

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

The entity type.

EntityTypeDisplayName

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

The entity type display name.

OnHost

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

The host associated with the entity.

In this article
Back to top