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> |
LogAnalyticsEntityType.getProperties()
The parameters used in file patterns specified in log sources for this log analytics entity
type.
|
List<EntityTypeProperty> |
UpdateLogAnalyticsEntityTypeDetails.getProperties()
A single log analytics entity type property definition.
|
List<EntityTypeProperty> |
CreateLogAnalyticsEntityTypeDetails.getProperties()
Log analytics entity type property definition.
|
Modifier and Type | Method and Description |
---|---|
EntityTypeProperty.Builder |
EntityTypeProperty.Builder.copy(EntityTypeProperty model) |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsEntityType.Builder |
LogAnalyticsEntityType.Builder.properties(List<EntityTypeProperty> properties)
The parameters used in file patterns specified in log sources for this log analytics
entity type.
|
UpdateLogAnalyticsEntityTypeDetails.Builder |
UpdateLogAnalyticsEntityTypeDetails.Builder.properties(List<EntityTypeProperty> properties)
A single log analytics entity type property definition.
|
CreateLogAnalyticsEntityTypeDetails.Builder |
CreateLogAnalyticsEntityTypeDetails.Builder.properties(List<EntityTypeProperty> properties)
Log analytics entity type property definition.
|
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,
LogAnalyticsEntityType.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
Deprecated.
|
UpdateLogAnalyticsEntityTypeDetails(String category,
List<EntityTypeProperty> properties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.