Show / Hide Table of Contents

Class UpsertLogAnalyticsAssociation

UpsertLogAnalyticsAssociation

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

Properties

AgentId

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

The agent unique identifier.

AssociationProperties

Declaration
[JsonProperty(PropertyName = "associationProperties")]
public List<AssociationProperty> AssociationProperties { get; set; }
Property Value
Type Description
List<AssociationProperty>

A list of association properties.

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.

EntityTypeName

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

The entity type internal name.

Host

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

The host name.

LogGroupId

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

The log group unique identifier.

SourceName

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

The source name.

SourceTypeName

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

The source type internal name.

In this article
Back to top