InfluxDetailsV2v0

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

Bases: oci.ai_anomaly_detection.models.influx_details.InfluxDetails

Influx details for V_2_0.

Attributes

INFLUX_VERSION_V_1_8 str(object=’’) -> str
INFLUX_VERSION_V_2_0 str(object=’’) -> str
bucket_name [Required] Gets the bucket_name of this InfluxDetailsV2v0.
influx_version [Required] Gets the influx_version of this InfluxDetails.
organization_name [Required] Gets the organization_name of this InfluxDetailsV2v0.

Methods

__init__(**kwargs) Initializes a new InfluxDetailsV2v0 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'
INFLUX_VERSION_V_2_0 = 'V_2_0'
__init__(**kwargs)

Initializes a new InfluxDetailsV2v0 object with values from keyword arguments. The default value of the influx_version attribute of this class is V_2_0 and it should not be changed. 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 InfluxDetailsV2v0. Allowed values for this property are: “V_1_8”, “V_2_0”
  • bucket_name (str) – The value to assign to the bucket_name property of this InfluxDetailsV2v0.
  • organization_name (str) – The value to assign to the organization_name property of this InfluxDetailsV2v0.
bucket_name

[Required] Gets the bucket_name of this InfluxDetailsV2v0. Bucket Name for influx connection

Returns:The bucket_name of this InfluxDetailsV2v0.
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.

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
organization_name

[Required] Gets the organization_name of this InfluxDetailsV2v0. Org name for the influx db

Returns:The organization_name of this InfluxDetailsV2v0.
Return type:str