UnprocessedDataBucket¶
-
class
oci.log_analytics.models.
UnprocessedDataBucket
(**kwargs)¶ Bases:
object
Configuration details of the bucket that stores unprocessed payloads.
Methods
__init__
(**kwargs)Initializes a new UnprocessedDataBucket object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this UnprocessedDataBucket. is_enabled
Gets the is_enabled of this UnprocessedDataBucket. namespace
[Required] Gets the namespace of this UnprocessedDataBucket. time_created
Gets the time_created of this UnprocessedDataBucket. time_updated
Gets the time_updated of this UnprocessedDataBucket. -
__init__
(**kwargs)¶ Initializes a new UnprocessedDataBucket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this UnprocessedDataBucket.
- bucket_name (str) – The value to assign to the bucket_name property of this UnprocessedDataBucket.
- is_enabled (bool) – The value to assign to the is_enabled property of this UnprocessedDataBucket.
- time_created (datetime) – The value to assign to the time_created property of this UnprocessedDataBucket.
- time_updated (datetime) – The value to assign to the time_updated property of this UnprocessedDataBucket.
-
bucket_name
¶ [Required] Gets the bucket_name of this UnprocessedDataBucket. Name of the Object Storage bucket.
Returns: The bucket_name of this UnprocessedDataBucket. Return type: str
-
is_enabled
¶ Gets the is_enabled of this UnprocessedDataBucket. Flag that specifies if this configuration is enabled or not.
Returns: The is_enabled of this UnprocessedDataBucket. Return type: bool
-
namespace
¶ [Required] Gets the namespace of this UnprocessedDataBucket. Object Storage namespace.
Returns: The namespace of this UnprocessedDataBucket. Return type: str
-
time_created
¶ Gets the time_created of this UnprocessedDataBucket. The time when this record is created. An RFC3339 formatted datetime string.
Returns: The time_created of this UnprocessedDataBucket. Return type: datetime
-
time_updated
¶ Gets the time_updated of this UnprocessedDataBucket. The latest time when this record is updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this UnprocessedDataBucket. Return type: datetime
-