| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeProperty |
EntityTypeProperty.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityTypeProperty> |
UpdateLogAnalyticsEntityTypeDetails.getProperties()
A single log analytics entity type property definition.
|
List<EntityTypeProperty> |
CreateLogAnalyticsEntityTypeDetails.getProperties()
Log analytics entity type property definition.
|
List<EntityTypeProperty> |
LogAnalyticsEntityType.getProperties()
The parameters used in file patterns specified in log sources for this log analytics entity type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeProperty.Builder |
EntityTypeProperty.Builder.copy(EntityTypeProperty o) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLogAnalyticsEntityTypeDetails.Builder |
UpdateLogAnalyticsEntityTypeDetails.Builder.properties(List<EntityTypeProperty> properties) |
CreateLogAnalyticsEntityTypeDetails.Builder |
CreateLogAnalyticsEntityTypeDetails.Builder.properties(List<EntityTypeProperty> properties) |
LogAnalyticsEntityType.Builder |
LogAnalyticsEntityType.Builder.properties(List<EntityTypeProperty> properties) |
| Constructor and Description |
|---|
CreateLogAnalyticsEntityTypeDetails(String name,
String category,
List<EntityTypeProperty> properties)
Deprecated.
|
LogAnalyticsEntityType(String name,
String internalName,
String compartmentId,
String category,
EntityCloudType cloudType,
List<EntityTypeProperty> properties,
EntityLifecycleStates lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
UpdateLogAnalyticsEntityTypeDetails(String category,
List<EntityTypeProperty> properties)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.