DataSourceDetailsObjectStorage¶
-
class
oci.ai_anomaly_detection.models.
DataSourceDetailsObjectStorage
(**kwargs)¶ Bases:
oci.ai_anomaly_detection.models.data_source_details.DataSourceDetails
Data Source details for object storage
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 bucket_name
Gets the bucket_name of this DataSourceDetailsObjectStorage. data_source_type
[Required] Gets the data_source_type of this DataSourceDetails. namespace
Gets the namespace of this DataSourceDetailsObjectStorage. object_name
Gets the object_name of this DataSourceDetailsObjectStorage. Methods
__init__
(**kwargs)Initializes a new DataSourceDetailsObjectStorage 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 DataSourceDetailsObjectStorage object with values from keyword arguments. The default value of the
data_source_type
attribute of this class isORACLE_OBJECT_STORAGE
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 DataSourceDetailsObjectStorage. Allowed values for this property are: “ORACLE_OBJECT_STORAGE”, “ORACLE_ATP”, “INFLUX”
- namespace (str) – The value to assign to the namespace property of this DataSourceDetailsObjectStorage.
- bucket_name (str) – The value to assign to the bucket_name property of this DataSourceDetailsObjectStorage.
- object_name (str) – The value to assign to the object_name property of this DataSourceDetailsObjectStorage.
-
bucket_name
¶ Gets the bucket_name of this DataSourceDetailsObjectStorage. Object storage bucket name
Returns: The bucket_name of this DataSourceDetailsObjectStorage. Return type: str
-
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.
-
namespace
¶ Gets the namespace of this DataSourceDetailsObjectStorage. Object storage namespace
Returns: The namespace of this DataSourceDetailsObjectStorage. Return type: str
-
object_name
¶ Gets the object_name of this DataSourceDetailsObjectStorage. File name
Returns: The object_name of this DataSourceDetailsObjectStorage. Return type: str
-