Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
DataSourceMappingInfo |
DataSourceMappingInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DataSourceMappingInfo> |
LoggingQueryDataSourceSummaryDetails.getDataSourceDetectorMappingInfo()
Data source mapping with detector recipe and detector rule
|
List<DataSourceMappingInfo> |
DataSource.getDataSourceDetectorMappingInfo()
Information about the detector recipe and rule attached
|
Modifier and Type | Method and Description |
---|---|
DataSourceMappingInfo.Builder |
DataSourceMappingInfo.Builder.copy(DataSourceMappingInfo model) |
Modifier and Type | Method and Description |
---|---|
LoggingQueryDataSourceSummaryDetails.Builder |
LoggingQueryDataSourceSummaryDetails.Builder.dataSourceDetectorMappingInfo(List<DataSourceMappingInfo> dataSourceDetectorMappingInfo)
Data source mapping with detector recipe and detector rule
|
DataSource.Builder |
DataSource.Builder.dataSourceDetectorMappingInfo(List<DataSourceMappingInfo> dataSourceDetectorMappingInfo)
Information about the detector recipe and rule attached
|
Constructor and Description |
---|
DataSource(String id,
String displayName,
DataSourceFeedProvider dataSourceFeedProvider,
String compartmentId,
DataSourceDetails dataSourceDetails,
Date timeCreated,
Date timeUpdated,
DataSourceStatus status,
List<DataSourceMappingInfo> dataSourceDetectorMappingInfo,
List<RegionStatusDetail> regionStatusDetail,
LifecycleState lifecycleState,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LoggingQueryDataSourceSummaryDetails(List<String> regions,
List<DataSourceMappingInfo> dataSourceDetectorMappingInfo,
List<RegionStatusDetail> regionStatusDetail)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.