Show / Hide Table of Contents

Class LogAnalyticsAssociation

LogAnalyticsAssociation

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

Properties

AgentEntityName

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

The name of the entity which contains the agent.

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.

EntityTypeDisplayName

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

The entity type display name.

EntityTypeName

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

The entity type internal name.

FailureMessage

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

The failure message.

Host

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

The host name.

LifeCycleState

Declaration
[JsonProperty(PropertyName = "lifeCycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LogAnalyticsAssociation.LifeCycleStateEnum? LifeCycleState { get; set; }
Property Value
Type Description
LogAnalyticsAssociation.LifeCycleStateEnum?

The lifecycle status. Valid values are ACCEPTED, IN_PROGRESS, SUCCEEDED or FAILED.

LogGroupCompartment

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

The log group compartment.

LogGroupId

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

The log group unique identifier.

LogGroupName

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

The log group name.

RetryCount

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

The number of times the association will be attempted before failing.

SourceDisplayName

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

The source display name.

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.

TimeLastAttempted

Declaration
[JsonProperty(PropertyName = "timeLastAttempted")]
public DateTime? TimeLastAttempted { get; set; }
Property Value
Type Description
DateTime?

The last attempt date.

In this article
Back to top