DataSourceDetailsInflux¶
-
class
oci.ai_anomaly_detection.models.
DataSourceDetailsInflux
(**kwargs)¶ Bases:
oci.ai_anomaly_detection.models.data_source_details.DataSourceDetails
Data Source details for influx.
Attributes
DATA_SOURCE_TYPE_INFLUX
str(object=’’) -> str DATA_SOURCE_TYPE_ORACLE_ATP
str(object=’’) -> str DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE
str(object=’’) -> str data_source_type
[Required] Gets the data_source_type of this DataSourceDetails. measurement_name
[Required] Gets the measurement_name of this DataSourceDetailsInflux. password_secret_id
[Required] Gets the password_secret_id of this DataSourceDetailsInflux. url
[Required] Gets the url of this DataSourceDetailsInflux. user_name
[Required] Gets the user_name of this DataSourceDetailsInflux. version_specific_details
[Required] Gets the version_specific_details of this DataSourceDetailsInflux. Methods
__init__
(**kwargs)Initializes a new DataSourceDetailsInflux 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'¶
-
DATA_SOURCE_TYPE_ORACLE_ATP
= 'ORACLE_ATP'¶
-
DATA_SOURCE_TYPE_ORACLE_OBJECT_STORAGE
= 'ORACLE_OBJECT_STORAGE'¶
-
__init__
(**kwargs)¶ Initializes a new DataSourceDetailsInflux object with values from keyword arguments. The default value of the
data_source_type
attribute of this class isINFLUX
and it should not be changed. 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 DataSourceDetailsInflux. Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”
- version_specific_details (oci.ai_anomaly_detection.models.InfluxDetails) – The value to assign to the version_specific_details property of this DataSourceDetailsInflux.
- user_name (str) – The value to assign to the user_name property of this DataSourceDetailsInflux.
- password_secret_id (str) – The value to assign to the password_secret_id property of this DataSourceDetailsInflux.
- measurement_name (str) – The value to assign to the measurement_name property of this DataSourceDetailsInflux.
- url (str) – The value to assign to the url property of this DataSourceDetailsInflux.
-
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.
-
measurement_name
¶ [Required] Gets the measurement_name of this DataSourceDetailsInflux. Measurement name for influx
Returns: The measurement_name of this DataSourceDetailsInflux. Return type: str
-
password_secret_id
¶ [Required] Gets the password_secret_id of this DataSourceDetailsInflux. Password Secret Id for the influx connection
Returns: The password_secret_id of this DataSourceDetailsInflux. Return type: str
-
url
¶ [Required] Gets the url of this DataSourceDetailsInflux. public IP address and port to influx DB
Returns: The url of this DataSourceDetailsInflux. Return type: str
-
user_name
¶ [Required] Gets the user_name of this DataSourceDetailsInflux. Username for connection to Influx
Returns: The user_name of this DataSourceDetailsInflux. Return type: str
-
version_specific_details
¶ [Required] Gets the version_specific_details of this DataSourceDetailsInflux.
Returns: The version_specific_details of this DataSourceDetailsInflux. Return type: oci.ai_anomaly_detection.models.InfluxDetails
-