InfluxDetails¶
-
class
oci.ai_anomaly_detection.models.
InfluxDetails
(**kwargs)¶ Bases:
object
Possible data sources
Attributes
INFLUX_VERSION_V_1_8
A constant which can be used with the influx_version property of a InfluxDetails. INFLUX_VERSION_V_2_0
A constant which can be used with the influx_version property of a InfluxDetails. influx_version
[Required] Gets the influx_version of this InfluxDetails. Methods
__init__
(**kwargs)Initializes a new InfluxDetails 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. -
INFLUX_VERSION_V_1_8
= 'V_1_8'¶ A constant which can be used with the influx_version property of a InfluxDetails. This constant has a value of “V_1_8”
-
INFLUX_VERSION_V_2_0
= 'V_2_0'¶ A constant which can be used with the influx_version property of a InfluxDetails. This constant has a value of “V_2_0”
-
__init__
(**kwargs)¶ Initializes a new InfluxDetails 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: influx_version (str) – The value to assign to the influx_version property of this InfluxDetails. Allowed values for this property are: “V_1_8”, “V_2_0”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
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.
-
influx_version
¶ [Required] Gets the influx_version of this InfluxDetails. Data source type where actually data asset is being stored
Allowed values for this property are: “V_1_8”, “V_2_0”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The influx_version of this InfluxDetails. Return type: str
-