Class LogAnalyticsEntityTopologySummary
Log Analytics Entity topology that contains a set of log analytics entities and a set of relationships between those.
Inherited Members
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