Package | Description |
---|---|
com.oracle.bmc.loganalytics.model | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static EntityCloudType |
EntityCloudType.create(String key) |
EntityCloudType |
LogAnalyticsEntityType.getCloudType()
Log analytics entity type group.
|
EntityCloudType |
LogAnalyticsEntityTypeSummary.getCloudType()
Log analytics entity type group.
|
static EntityCloudType |
EntityCloudType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityCloudType[] |
EntityCloudType.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.cloudType(EntityCloudType cloudType)
Log analytics entity type group.
|
LogAnalyticsEntityTypeSummary.Builder |
LogAnalyticsEntityTypeSummary.Builder.cloudType(EntityCloudType cloudType)
Log analytics entity type group.
|
Constructor and Description |
---|
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 |
---|---|
EntityCloudType |
ListLogAnalyticsEntityTypesRequest.getCloudType()
A filter to return CLOUD or NON_CLOUD entity types.
|
Modifier and Type | Method and Description |
---|---|
ListLogAnalyticsEntityTypesRequest.Builder |
ListLogAnalyticsEntityTypesRequest.Builder.cloudType(EntityCloudType cloudType)
A filter to return CLOUD or NON_CLOUD entity types.
|
Copyright © 2016–2024. All rights reserved.