@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsAssociation extends Object
LogAnalyticsAssociation
Note: Objects should always be created or deserialized using the LogAnalyticsAssociation.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the LogAnalyticsAssociation.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
LogAnalyticsAssociation.Builder |
static class |
LogAnalyticsAssociation.LifeCycleState
lifeCycleState
|
| Constructor and Description |
|---|
LogAnalyticsAssociation(String failureMessage,
String agentId,
Date timeLastAttempted,
Long retryCount,
String sourceName,
String sourceDisplayName,
String sourceTypeName,
LogAnalyticsAssociation.LifeCycleState lifeCycleState,
String entityId,
String entityName,
String entityTypeName,
String host,
String agentEntityName,
String entityTypeDisplayName,
String logGroupId,
String logGroupName,
String logGroupCompartment)
Deprecated.
|
@ConstructorProperties(value={"failureMessage","agentId","timeLastAttempted","retryCount","sourceName","sourceDisplayName","sourceTypeName","lifeCycleState","entityId","entityName","entityTypeName","host","agentEntityName","entityTypeDisplayName","logGroupId","logGroupName","logGroupCompartment"}) @Deprecated public LogAnalyticsAssociation(String failureMessage, String agentId, Date timeLastAttempted, Long retryCount, String sourceName, String sourceDisplayName, String sourceTypeName, LogAnalyticsAssociation.LifeCycleState lifeCycleState, String entityId, String entityName, String entityTypeName, String host, String agentEntityName, String entityTypeDisplayName, String logGroupId, String logGroupName, String logGroupCompartment)
public static LogAnalyticsAssociation.Builder builder()
Create a new builder.
public LogAnalyticsAssociation.Builder toBuilder()
public String getFailureMessage()
failure message
public String getAgentId()
Lama Idf
public Date getTimeLastAttempted()
last attempt date
public Long getRetryCount()
retry count
public String getSourceName()
source name
public String getSourceDisplayName()
source display name
public String getSourceTypeName()
source type internal name
public LogAnalyticsAssociation.LifeCycleState getLifeCycleState()
lifeCycleState
public String getEntityId()
entity GUID
public String getEntityName()
entity name
public String getEntityTypeName()
entity type internal name
public String getHost()
host name
public String getAgentEntityName()
Agent entity name
public String getEntityTypeDisplayName()
entity type display name
public String getLogGroupId()
log group ocid
public String getLogGroupName()
log group name
public String getLogGroupCompartment()
log group compartment
Copyright © 2016–2021. All rights reserved.