Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.model | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static EntityLifecycleStates |
EntityLifecycleStates.create(String key) |
EntityLifecycleStates |
LogAnalyticsEntityType.getLifecycleState()
The current lifecycle state of the log analytics entity.
|
EntityLifecycleStates |
LogAnalyticsEntity.getLifecycleState()
The current state of the log analytics entity.
|
EntityLifecycleStates |
LogAnalyticsEntitySummary.getLifecycleState()
The current state of the log analytics entity.
|
EntityLifecycleStates |
LogAnalyticsEntityTypeSummary.getLifecycleState()
The current lifecycle state of the log analytics entity type.
|
static EntityLifecycleStates |
EntityLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityLifecycleStates[] |
EntityLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogAnalyticsEntityType.Builder |
LogAnalyticsEntityType.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
The current lifecycle state of the log analytics entity.
|
LogAnalyticsEntity.Builder |
LogAnalyticsEntity.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
The current state of the log analytics entity.
|
LogAnalyticsEntitySummary.Builder |
LogAnalyticsEntitySummary.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
The current state of the log analytics entity.
|
LogAnalyticsEntityTypeSummary.Builder |
LogAnalyticsEntityTypeSummary.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
The current lifecycle state of the log analytics entity type.
|
Constructor and Description |
---|
LogAnalyticsEntity(String id,
String name,
String compartmentId,
String entityTypeName,
String entityTypeInternalName,
EntityLifecycleStates lifecycleState,
String lifecycleDetails,
String managementAgentId,
String managementAgentDisplayName,
String managementAgentCompartmentId,
String timezoneRegion,
Map<String,String> properties,
CreationSource creationSource,
Date timeCreated,
Date timeUpdated,
Date timeLastDiscovered,
LogAnalyticsMetadataSummary metadata,
Boolean areLogsCollected,
String cloudResourceId,
String hostname,
String sourceId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
LogAnalyticsEntitySummary(String id,
String name,
String compartmentId,
String entityTypeName,
String entityTypeInternalName,
EntityLifecycleStates lifecycleState,
String lifecycleDetails,
String managementAgentId,
String cloudResourceId,
String timezoneRegion,
Date timeCreated,
Date timeUpdated,
Date timeLastDiscovered,
LogAnalyticsMetadataCollection metadata,
Boolean areLogsCollected,
String sourceId,
CreationSource creationSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
LogAnalyticsEntityType(String name,
String internalName,
String compartmentId,
String category,
EntityCloudType cloudType,
List<EntityTypeProperty> properties,
EntityLifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated,
LogAnalyticsEntityType.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
Deprecated.
|
LogAnalyticsEntityTypeSummary(String name,
String internalName,
String category,
EntityCloudType cloudType,
EntityLifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated,
LogAnalyticsEntityTypeSummary.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityLifecycleStates |
ListLogAnalyticsEntityTypesRequest.getLifecycleState()
A filter to return only those log analytics entities with the specified lifecycle state.
|
EntityLifecycleStates |
ListLogAnalyticsEntityTopologyRequest.getLifecycleState()
A filter to return only those log analytics entities with the specified lifecycle state.
|
EntityLifecycleStates |
ListLogAnalyticsEntitiesRequest.getLifecycleState()
A filter to return only those log analytics entities with the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListLogAnalyticsEntityTypesRequest.Builder |
ListLogAnalyticsEntityTypesRequest.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
A filter to return only those log analytics entities with the specified lifecycle state.
|
ListLogAnalyticsEntityTopologyRequest.Builder |
ListLogAnalyticsEntityTopologyRequest.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
A filter to return only those log analytics entities with the specified lifecycle state.
|
ListLogAnalyticsEntitiesRequest.Builder |
ListLogAnalyticsEntitiesRequest.Builder.lifecycleState(EntityLifecycleStates lifecycleState)
A filter to return only those log analytics entities with the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.