Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Dependency> |
DependentParser.getDependencies()
The list of dependencies of the parser.
|
List<Dependency> |
DependentSource.getDependencies()
The list of dependencies defined by the source.
|
Modifier and Type | Method and Description |
---|---|
Dependency.Builder |
Dependency.Builder.copy(Dependency model) |
Modifier and Type | Method and Description |
---|---|
DependentParser.Builder |
DependentParser.Builder.dependencies(List<Dependency> dependencies)
The list of dependencies of the parser.
|
DependentSource.Builder |
DependentSource.Builder.dependencies(List<Dependency> dependencies)
The list of dependencies defined by the source.
|
Constructor and Description |
---|
DependentParser(String parserName,
String parserDisplayName,
Long parserId,
Boolean isSystem,
DependentParser.ParserType parserType,
List<Dependency> dependencies)
Deprecated.
|
DependentSource(String sourceName,
String sourceDisplayName,
Long sourceId,
String sourceType,
Boolean isSystem,
Boolean isAutoAssociationEnabled,
List<LogAnalyticsSourceEntityType> entityTypes,
List<Dependency> dependencies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.