Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceDetailsATP
Data Source details for ATP
Note: Objects should always be created or deserialized using the DataSourceDetailsATP.Builder . |
class |
DataSourceDetailsInflux
Data Source details for influx.
|
class |
DataSourceDetailsObjectStorage
Data Source details for object storage
Note: Objects should always be created or deserialized using the DataSourceDetailsObjectStorage.Builder . |
Modifier and Type | Method and Description |
---|---|
DataSourceDetails |
CreateDataAssetDetails.getDataSourceDetails() |
DataSourceDetails |
DataAsset.getDataSourceDetails() |
Modifier and Type | Method and Description |
---|---|
CreateDataAssetDetails.Builder |
CreateDataAssetDetails.Builder.dataSourceDetails(DataSourceDetails dataSourceDetails) |
DataAsset.Builder |
DataAsset.Builder.dataSourceDetails(DataSourceDetails dataSourceDetails) |
Constructor and Description |
---|
CreateDataAssetDetails(String displayName,
String compartmentId,
String projectId,
String description,
DataSourceDetails dataSourceDetails,
String privateEndpointId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DataAsset(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
DataAsset.LifecycleState lifecycleState,
String projectId,
DataSourceDetails dataSourceDetails,
String privateEndpointId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Object> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.