| 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 |
LogAnalyticsEntityTypeSummary.getCloudType()
Log analytics entity type group.
|
EntityCloudType |
LogAnalyticsEntityType.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 |
|---|---|
LogAnalyticsEntityTypeSummary.Builder |
LogAnalyticsEntityTypeSummary.Builder.cloudType(EntityCloudType cloudType) |
LogAnalyticsEntityType.Builder |
LogAnalyticsEntityType.Builder.cloudType(EntityCloudType cloudType) |
| Constructor and Description |
|---|
LogAnalyticsEntityType(String name,
String internalName,
String compartmentId,
String category,
EntityCloudType cloudType,
List<EntityTypeProperty> properties,
EntityLifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
LogAnalyticsEntityTypeSummary(String name,
String internalName,
String category,
EntityCloudType cloudType,
EntityLifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
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–2021. All rights reserved.