DataSourceDetails

class oci.ai_anomaly_detection.models.DataSourceDetails(**kwargs)

Bases: object

Possible data sources

Attributes

DATA_SOURCE_TYPE_INFLUX A constant which can be used with the data_source_type property of a DataSourceDetails.
DATA_SOURCE_TYPE_ORACLE_ATP A constant which can be used with the data_source_type property of a DataSourceDetails.
DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE A constant which can be used with the data_source_type property of a DataSourceDetails.
data_source_type [Required] Gets the data_source_type of this DataSourceDetails.

Methods

__init__(**kwargs) Initializes a new DataSourceDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
DATA_SOURCE_TYPE_INFLUX = 'INFLUX'

A constant which can be used with the data_source_type property of a DataSourceDetails. This constant has a value of “INFLUX”

DATA_SOURCE_TYPE_ORACLE_ATP = 'ORACLE_ATP'

A constant which can be used with the data_source_type property of a DataSourceDetails. This constant has a value of “ORACLE_ATP”

DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE = 'ORACLE_OBJECT_STORAGE'

A constant which can be used with the data_source_type property of a DataSourceDetails. This constant has a value of “ORACLE_OBJECT_STORAGE”

__init__(**kwargs)

Initializes a new DataSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:data_source_type (str) – The value to assign to the data_source_type property of this DataSourceDetails. Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
data_source_type

[Required] Gets the data_source_type of this DataSourceDetails. Data source type where actually data asset is being stored

Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The data_source_type of this DataSourceDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.