NamespaceSummary¶
- 
class oci.log_analytics.models.NamespaceSummary(**kwargs)¶
- Bases: - object- The is the namespace summary of a tenancy in Logging Analytics application - Methods - __init__(**kwargs)- Initializes a new NamespaceSummary object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this NamespaceSummary. - is_archiving_enabled- Gets the is_archiving_enabled of this NamespaceSummary. - is_data_ever_ingested- Gets the is_data_ever_ingested of this NamespaceSummary. - is_log_set_enabled- Gets the is_log_set_enabled of this NamespaceSummary. - is_onboarded- [Required] Gets the is_onboarded of this NamespaceSummary. - namespace_name- [Required] Gets the namespace_name of this NamespaceSummary. - 
__init__(**kwargs)¶
- Initializes a new NamespaceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this NamespaceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this NamespaceSummary.
- is_onboarded (bool) – The value to assign to the is_onboarded property of this NamespaceSummary.
- is_log_set_enabled (bool) – The value to assign to the is_log_set_enabled property of this NamespaceSummary.
- is_data_ever_ingested (bool) – The value to assign to the is_data_ever_ingested property of this NamespaceSummary.
- is_archiving_enabled (bool) – The value to assign to the is_archiving_enabled property of this NamespaceSummary.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this NamespaceSummary. The is the tenancy ID - Returns: - The compartment_id of this NamespaceSummary. - Return type: - str 
 - 
is_archiving_enabled¶
- Gets the is_archiving_enabled of this NamespaceSummary. This indicates if old data can be archived for a tenancy - Returns: - The is_archiving_enabled of this NamespaceSummary. - Return type: - bool 
 - 
is_data_ever_ingested¶
- Gets the is_data_ever_ingested of this NamespaceSummary. This indicates if data has ever been ingested for the tenancy in Logging Analytics - Returns: - The is_data_ever_ingested of this NamespaceSummary. - Return type: - bool 
 - 
is_log_set_enabled¶
- Gets the is_log_set_enabled of this NamespaceSummary. This indicates if the log set feature is enabled for the tenancy - Returns: - The is_log_set_enabled of this NamespaceSummary. - Return type: - bool 
 - 
is_onboarded¶
- [Required] Gets the is_onboarded of this NamespaceSummary. This indicates if the tenancy is onboarded to Logging Analytics - Returns: - The is_onboarded of this NamespaceSummary. - Return type: - bool 
 - 
namespace_name¶
- [Required] Gets the namespace_name of this NamespaceSummary. This is the namespace name of a tenancy - Returns: - The namespace_name of this NamespaceSummary. - Return type: - str 
 
-