Show / Hide Table of Contents

Class LogAnalyticsEntityTopologySummary

Log Analytics Entity topology that contains a set of log analytics entities and a set of relationships between those.

Inheritance
object
LogAnalyticsEntityTopologySummary
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 LogAnalyticsEntityTopologySummary

Properties

Links

Declaration
[Required(ErrorMessage = "Links is required.")]
[JsonProperty(PropertyName = "links")]
public LogAnalyticsEntityTopologyLinkCollection Links { get; set; }
Property Value
Type Description
LogAnalyticsEntityTopologyLinkCollection
Remarks

Required

Nodes

Declaration
[Required(ErrorMessage = "Nodes is required.")]
[JsonProperty(PropertyName = "nodes")]
public LogAnalyticsEntityCollection Nodes { get; set; }
Property Value
Type Description
LogAnalyticsEntityCollection
Remarks

Required

In this article
Back to top